diff options
402 files changed, 16633 insertions, 10831 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 72b4267..e4dfb76 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,43 +1,33 @@ -# READ *CAREFULLY* BEFORE POSTING +# READ CAREFULLY BEFORE SUBMITTING -**This list was created for avoiding duplicated issues, if your issue isn't listed, you should remove the list and continue.** +**This list is for avoiding duplicated issues, if your issue isn't listed, you should remove this and continue.** -- The theme doesn't work in [distro] that have a GTK+ 3 version lower than 3.14 (i.e. Linux Mint 17.x). - - Arc only supports versions *higher or equal than 3.14*. -- The theme is broken after a major GTK+ 3 update (i.e. 3.18 to 3.20). +- The theme doesn't work in a distribution that have a GTK+ 3 version lower than 3.14. + - Arc only supports versions since 3.14, you should update to latest versions. +- The theme is broken after a major GTK+ 3 update (i.e. 3.18 to 3.20 or 3.20 to 3.22). - Update the package or install from sources. - The theme is broken after installing from sources. - Possibly a bug on GTK+ 3 version checking, use `--with-gnome=<version>` flag with `./autogen.sh`. -- Theme isn't transparent on GNOME applications without CSD (i.e. Ubuntu's patched GNOME applications). - - Transparency on GTK+ 3 themes *isn't supported* for non-CSD applications. +- Theme isn't transparent on GNOME applications without CSD (i.e. Ubuntu's applications). + - Transparency isn't supported for non-CSD applications. - Theme doesn't build from AUR in Arch/Manjaro and others. - Ensure you have the `base-devel` group installed. ### Checks -*Put a "x" in the space between braces.* +*Ensure you...* -- [ ] I ***really*** read the list above. - - [ ] I checked if my issue isn't duplicated. -- [ ] I read the README. - - [ ] There is nothing about my issue. -- [ ] I installed/built the package *specifically* for the GTK **AND** distribution version that I'm using. -- [ ] I re-login to my user session. +- **Really** read the list above and checked if your issue is or not duplicated. +- **Really** read the README and there is nothing about your issue. +- **Really** checked if the theme is installed or built specifically for the GTK+ 3/distribution version you're using. ### Details -*Don't put "latest" in "version" items.* - - Distribution (with version): - - Base distribution (with version)**\*1**: + - Base distribution (if have, with version): - Desktop environment (with version): -- Arc version/commit: +- Arc version/commit (don't put "latest"): - GTK+ 3 version: - Murrine engine version: - `gnome-themes-standard` version: -- Installation method: - - [ ] Package. - - [ ] Source. - - Other: - -**\*1**: If not, just put "independent". +- Installation method (package or source): @@ -70,6 +70,10 @@ Arch Linux users can install the theme from the AUR **Note:** If you're having trouble with the AUR packages please email the package maintainer at zach@zach-adams.com before creating an issue. +-- + +Gentoo/Funtoo users can install `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay]. + #### Manual Installation To build the theme you'll need @@ -163,3 +167,6 @@ Arc is available under the terms the GPL-3.0. See `COPYING` for details. ### Full Preview ![A full screenshot of the Arc theme](http://i.imgur.com/tD1OBQ3.png) <sub>Screenshot Details: Icons: [Arc](https://github.com/horst3180/arc-icon-theme) | Launcher Icons based on [White Pixel Icons](http://darkdawg.deviantart.com/art/White-Pixel-Icons-252310560) | [Wallpaper](https://pixabay.com/photo-869593/) | Font: Futura Bk bt</sub> + + +[sk-overlay]: https://c.darenet.org/scriptkitties/overlay diff --git a/common/Makefile.am b/common/Makefile.am index c603f5c..8e496fb 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -250,15 +250,27 @@ endif # ENABLE_UNITY if ENABLE_XFWM if ENABLE_LIGHT - cp -R $(srcdir)/xfwm4 $(ithemedir) + $(MKDIR_P) $(ithemedir)/xfwm4 + + cd $(srcdir)/xfwm4 && \ + cp -R assets/*.png $(ithemedir)/xfwm4 && \ + cp themerc $(ithemedir)/xfwm4/themerc endif # ENABLE_LIGHT if ENABLE_DARKER - cp -R $(srcdir)/xfwm4-dark $(ithemedarkerdir)/xfwm4 + $(MKDIR_P) $(ithemedarkerdir)/xfwm4 + + cd $(srcdir)/xfwm4 && \ + cp -R assets-dark/*.png $(ithemedarkerdir)/xfwm4 && \ + cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc endif # ENABLE_DARKER if ENABLE_DARK - cp -R $(srcdir)/xfwm4-dark $(ithemedarkdir)/xfwm4 + $(MKDIR_P) $(ithemedarkdir)/xfwm4 + + cd $(srcdir)/xfwm4 && \ + cp -R assets-dark/*.png $(ithemedarkdir)/xfwm4 && \ + cp themerc-dark $(ithemedarkdir)/xfwm4/themerc endif # ENABLE_DARK endif # ENABLE_XFWM @@ -283,7 +295,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \ $(srcdir)/metacity-1 \ $(srcdir)/unity \ $(srcdir)/xfwm4 \ - $(srcdir)/xfwm4-dark \ $(srcdir)/index.theme \ $(srcdir)/index.theme-darker \ $(srcdir)/index.theme-dark diff --git a/common/cinnamon/cinnamon-dark.css b/common/cinnamon/cinnamon-dark.css index 584ea8b..4531658 100644 --- a/common/cinnamon/cinnamon-dark.css +++ b/common/cinnamon/cinnamon-dark.css @@ -22,7 +22,7 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(68, 74, 88, 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(64, 69, 82, 0); @@ -34,14 +34,14 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(68, 74, 88, 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(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; - box-shadow: inset 0 2px 4px #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } .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); @@ -64,12 +64,12 @@ stage { 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: #5294E2; } + color: #5294e2; } .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + 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(64, 69, 82, 0); color: #5d626e; @@ -79,7 +79,7 @@ stage { .popup-menu #notification StEntry, #menu-search-entry { padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -90,7 +90,7 @@ stage { .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { color: #D3DAE3; background-color: #404552; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { color: rgba(211, 218, 227, 0.45); @@ -106,7 +106,7 @@ stage { padding: 7px; caret-size: 1px; caret-color: #BAC3CF; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -116,8 +116,8 @@ stage { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -147,7 +147,7 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .separator { -gradient-height: 1px; @@ -161,7 +161,7 @@ StScrollBar { -slider-height: 4px; -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 4px; @@ -249,42 +249,43 @@ StScrollBar { font-weight: normal; text-align: center; } -.popup-menu { +.popup-menu, +.popup-combo-menu { color: white; min-width: 200px; color: #D3DAE3; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } .popup-menu-arrow { icon-size: 16px; } - .popup-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; } - .popup-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; } - .popup-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; } - .popup-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-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; } - .popup-menu .popup-menu-content { + .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { padding: 1em 0em 1em 0em; } - .popup-menu .popup-menu-item { + .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { padding: .4em 1.75em; spacing: 1em; } - .popup-menu .popup-menu-item:active { + .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .popup-menu .popup-menu-item:insensitive { + .popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive { color: rgba(211, 218, 227, 0.5); background: none; } - .popup-menu .popup-inactive-menu-item { + .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { color: #D3DAE3; } - .popup-menu .popup-inactive-menu-item:insensitive { + .popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive { color: rgba(211, 218, 227, 0.45); } - .popup-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: #ffffff; } .popup-menu-icon { icon-size: 16px; } @@ -297,13 +298,8 @@ StScrollBar { -arrow-base: 0; -arrow-rise: 0; } -/*Don't know what this does*/ .popup-combo-menu { - background-color: rgba(0, 0, 0, 0.4); - padding: 1em 0em; - color: red; - border: 1px solid rgba(0, 0, 0, 0.6); - border-radius: 3px; } + padding: 10px 1px; } .popup-combobox-item { spacing: 1em; } @@ -359,7 +355,7 @@ StScrollBar { background-gradient-end: rgba(0, 255, 0, 0.2); } .panel-top, .panel-bottom { - color: #ffffff; + color: white; font-size: 1em; padding: 0px; } @@ -401,9 +397,9 @@ StScrollBar { padding: 5px 8px; -cinnamon-caption-spacing: 4px; } .window-caption#selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; - border: 1px solid #5294E2; + border: 1px solid #5294e2; spacing: 25px; } .expo-workspaces-name-entry, @@ -419,20 +415,20 @@ StScrollBar { 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 #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; color: #ffffff; font-style: italic; transition-duration: 300; selection-background-color: #ffffff; - selected-color: #5294E2; } + 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 #5294E2; + border: 4px solid #5294e2; background-color: black; border-radius: 2px; } @@ -605,7 +601,7 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-other-month-day { @@ -672,11 +668,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 0px solid #5294E2; } + background-color: #5294e2; + border: 0px solid #5294e2; } .switcher-list .thumbnail { width: 256px; } .switcher-list .thumbnail-box { @@ -691,7 +687,7 @@ StScrollBar { color: #BAC3CF; } .switcher-arrow:highlighted { border-color: transparent; - color: #ffffff; } + color: white; } .thumbnail-scroll-gradient-left { background-color: transparent; @@ -763,15 +759,15 @@ StScrollBar { border-radius: 3px; caret-color: #BAC3CF; selected-color: #ffffff; - selection-background-color: #5294E2; + 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: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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; @@ -866,8 +862,8 @@ StScrollBar { .keyboard-key:active, .keyboard-key:checked { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #5d626e; @@ -978,7 +974,7 @@ StScrollBar { font-weight: bold; spacing: 1em; padding: 16px; - color: #ffffff; + color: white; border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } .osd-window { @@ -989,7 +985,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -1001,7 +997,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .window-list-box { spacing: 6px; @@ -1024,9 +1020,9 @@ StScrollBar { transition-duration: 100; color: rgba(255, 255, 255, 0.6); } .window-list-item-box:hover { - color: #ffffff; } + color: white; } .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { - color: #ffffff; } + color: white; } .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus { 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 { @@ -1122,9 +1118,9 @@ StScrollBar { .sound-player-overlay StButton:active { 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; } + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } .sound-player-overlay StBoxLayout { padding-top: 2px; } .sound-player .slider { @@ -1134,7 +1130,7 @@ StScrollBar { -slider-height: 0.5em; -slider-background-color: #2d303b; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0px; -slider-handle-radius: 0px; } @@ -1156,7 +1152,7 @@ StScrollBar { padding-top: 4px; transition-duration: 300; } .workspace-button:outlined, .workspace-button:outlined:hover { - color: #5294E2; } + color: #5294e2; } .workspace-button:hover { color: rgba(82, 148, 226, 0.5); } @@ -1171,7 +1167,7 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.2); } .workspace-graph .workspace:active { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-gradient-direction: none; } .workspace-graph .workspace .windows { @@ -1195,7 +1191,7 @@ StScrollBar { transition-duration: 200; } .panel-launcher:hover { background-gradient-direction: none; - border: 0px solid #5294E2; } + border: 0px solid #5294e2; } .panel-bottom .panel-launcher:hover { border-bottom-width: 1px; } .panel-top .panel-launcher:hover { @@ -1216,22 +1212,22 @@ StScrollBar { .applet-box { padding-left: 3px; padding-right: 3px; - color: #ffffff; + color: white; text-shadow: none; transition-duration: 100; } .applet-box:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .applet-label { font-weight: bold; - color: #ffffff; } + color: white; } .applet-label:hover, .applet-box:hover > .applet-label { color: #ffffff; text-shadow: none; } .applet-icon { - color: #ffffff; + color: white; icon-size: 22px; } .applet-icon:hover, .applet-box:hover > .applet-icon { color: #ffffff; @@ -1272,7 +1268,7 @@ StScrollBar { padding: 12px; padding-bottom: 6px; } .desklet-drag-placeholder { - border: 2px solid #5294E2; + border: 2px solid #5294e2; background-color: rgba(82, 148, 226, 0.3); } .photoframe-box { @@ -1297,7 +1293,7 @@ StScrollBar { .tile-preview, .tile-preview.snap, .tile-hud, .tile-hud.snap { background-color: rgba(82, 148, 226, 0.3); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .xkcd-box { padding: 6px; diff --git a/common/cinnamon/cinnamon.css b/common/cinnamon/cinnamon.css index 6aaee78..e0ea24a 100644 --- a/common/cinnamon/cinnamon.css +++ b/common/cinnamon/cinnamon.css @@ -22,7 +22,7 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -34,14 +34,14 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; - box-shadow: inset 0 2px 4px #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } .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); @@ -64,12 +64,12 @@ stage { 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: #5294E2; } + color: #5294e2; } .notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + 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(255, 255, 255, 0); color: #5d626e; @@ -79,7 +79,7 @@ stage { .popup-menu #notification StEntry, #menu-search-entry { padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -90,7 +90,7 @@ stage { .popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover { color: #5c616c; background-color: #ffffff; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } .popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive { color: rgba(92, 97, 108, 0.55); @@ -106,7 +106,7 @@ stage { padding: 7px; caret-size: 1px; caret-color: #BAC3CF; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -116,8 +116,8 @@ stage { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -147,7 +147,7 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .separator { -gradient-height: 1px; @@ -161,7 +161,7 @@ StScrollBar { -slider-height: 4px; -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 4px; @@ -249,42 +249,43 @@ StScrollBar { font-weight: normal; text-align: center; } -.popup-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; } .popup-menu-arrow { icon-size: 16px; } - .popup-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; } - .popup-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; } - .popup-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; } - .popup-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-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; } - .popup-menu .popup-menu-content { + .popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content { padding: 1em 0em 1em 0em; } - .popup-menu .popup-menu-item { + .popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item { padding: .4em 1.75em; spacing: 1em; } - .popup-menu .popup-menu-item:active { + .popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active { color: #ffffff; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } - .popup-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; } - .popup-menu .popup-inactive-menu-item { + .popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item { color: #5c616c; } - .popup-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); } - .popup-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: #ffffff; } .popup-menu-icon { icon-size: 16px; } @@ -297,13 +298,8 @@ StScrollBar { -arrow-base: 0; -arrow-rise: 0; } -/*Don't know what this does*/ .popup-combo-menu { - background-color: rgba(0, 0, 0, 0.4); - padding: 1em 0em; - color: red; - border: 1px solid rgba(0, 0, 0, 0.6); - border-radius: 3px; } + padding: 10px 1px; } .popup-combobox-item { spacing: 1em; } @@ -359,7 +355,7 @@ StScrollBar { background-gradient-end: rgba(0, 255, 0, 0.2); } .panel-top, .panel-bottom { - color: #ffffff; + color: white; font-size: 1em; padding: 0px; } @@ -401,9 +397,9 @@ StScrollBar { padding: 5px 8px; -cinnamon-caption-spacing: 4px; } .window-caption#selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; - border: 1px solid #5294E2; + border: 1px solid #5294e2; spacing: 25px; } .expo-workspaces-name-entry, @@ -419,20 +415,20 @@ StScrollBar { 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 #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; color: #ffffff; font-style: italic; transition-duration: 300; selection-background-color: #ffffff; - selected-color: #5294E2; } + 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 #5294E2; + border: 4px solid #5294e2; background-color: black; border-radius: 2px; } @@ -605,7 +601,7 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-other-month-day { @@ -672,11 +668,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 0px solid #5294E2; } + background-color: #5294e2; + border: 0px solid #5294e2; } .switcher-list .thumbnail { width: 256px; } .switcher-list .thumbnail-box { @@ -691,7 +687,7 @@ StScrollBar { color: #BAC3CF; } .switcher-arrow:highlighted { border-color: transparent; - color: #ffffff; } + color: white; } .thumbnail-scroll-gradient-left { background-color: transparent; @@ -763,15 +759,15 @@ StScrollBar { border-radius: 3px; caret-color: #BAC3CF; selected-color: #ffffff; - selection-background-color: #5294E2; + 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: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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; @@ -866,8 +862,8 @@ StScrollBar { .keyboard-key:active, .keyboard-key:checked { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5d626e; @@ -978,7 +974,7 @@ StScrollBar { font-weight: bold; spacing: 1em; padding: 16px; - color: #ffffff; + color: white; border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } .osd-window { @@ -989,7 +985,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -1001,7 +997,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .window-list-box { spacing: 6px; @@ -1024,9 +1020,9 @@ StScrollBar { transition-duration: 100; color: rgba(255, 255, 255, 0.6); } .window-list-item-box:hover { - color: #ffffff; } + color: white; } .window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus { - color: #ffffff; } + color: white; } .panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus { 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 { @@ -1122,9 +1118,9 @@ StScrollBar { .sound-player-overlay StButton:active { 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; } + background-color: #5294e2; + border: 1px solid #5294e2; + box-shadow: inset 0 2px 4px #5294e2; } .sound-player-overlay StBoxLayout { padding-top: 2px; } .sound-player .slider { @@ -1134,7 +1130,7 @@ StScrollBar { -slider-height: 0.5em; -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0px; -slider-handle-radius: 0px; } @@ -1156,7 +1152,7 @@ StScrollBar { padding-top: 4px; transition-duration: 300; } .workspace-button:outlined, .workspace-button:outlined:hover { - color: #5294E2; } + color: #5294e2; } .workspace-button:hover { color: rgba(82, 148, 226, 0.5); } @@ -1171,7 +1167,7 @@ StScrollBar { background-color: rgba(0, 0, 0, 0.2); } .workspace-graph .workspace:active { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-gradient-direction: none; } .workspace-graph .workspace .windows { @@ -1195,7 +1191,7 @@ StScrollBar { transition-duration: 200; } .panel-launcher:hover { background-gradient-direction: none; - border: 0px solid #5294E2; } + border: 0px solid #5294e2; } .panel-bottom .panel-launcher:hover { border-bottom-width: 1px; } .panel-top .panel-launcher:hover { @@ -1216,22 +1212,22 @@ StScrollBar { .applet-box { padding-left: 3px; padding-right: 3px; - color: #ffffff; + color: white; text-shadow: none; transition-duration: 100; } .applet-box:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .applet-label { font-weight: bold; - color: #ffffff; } + color: white; } .applet-label:hover, .applet-box:hover > .applet-label { color: #ffffff; text-shadow: none; } .applet-icon { - color: #ffffff; + color: white; icon-size: 22px; } .applet-icon:hover, .applet-box:hover > .applet-icon { color: #ffffff; @@ -1272,7 +1268,7 @@ StScrollBar { padding: 12px; padding-bottom: 6px; } .desklet-drag-placeholder { - border: 2px solid #5294E2; + border: 2px solid #5294e2; background-color: rgba(82, 148, 226, 0.3); } .photoframe-box { @@ -1297,7 +1293,7 @@ StScrollBar { .tile-preview, .tile-preview.snap, .tile-hud, .tile-hud.snap { background-color: rgba(82, 148, 226, 0.3); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .xkcd-box { padding: 6px; diff --git a/common/cinnamon/common-assets/menu/menu-hover.svg b/common/cinnamon/common-assets/menu/menu-hover.svg index 6ae13ca..4d3f262 100644 --- a/common/cinnamon/common-assets/menu/menu-hover.svg +++ b/common/cinnamon/common-assets/menu/menu-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="9.0311108mm" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="menu-hover.svg"> <defs - id="defs6929" /> + id="defs6929"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="1185" + y1="108" + x2="1185" + y2="141" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.2" - inkscape:cx="16.532799" - inkscape:cy="17.338845" + inkscape:cx="0.595299" + inkscape:cy="17.160274" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -71,14 +91,14 @@ <g transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)" id="g6908" - style="fill:#5294e2;fill-opacity:1"> + style="fill:url(#linearGradient4140);fill-opacity:1"> <rect y="108" x="1011" height="33" width="348" id="rect5271" - style="opacity:1;fill:#5294e2;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:0" /> + style="opacity:1;fill:url(#linearGradient4140);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:0" /> </g> </g> </svg> diff --git a/common/cinnamon/common-assets/misc/add-workspace-active.svg b/common/cinnamon/common-assets/misc/add-workspace-active.svg index f60de34..d39784c 100644 --- a/common/cinnamon/common-assets/misc/add-workspace-active.svg +++ b/common/cinnamon/common-assets/misc/add-workspace-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="35" @@ -16,7 +18,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="add-workspace-active.svg"> <defs - id="defs4" /> + id="defs4"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4144" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4146" + x1="19.500005" + y1="853.36218" + x2="19.500005" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4149" + x1="18.000003" + y1="944.36218" + x2="18.000003" + y2="960.36218" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,8 +62,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="8" - inkscape:cx="-12.039549" - inkscape:cy="88.924726" + inkscape:cx="1.6114609" + inkscape:cy="95.511861" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -65,7 +102,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -75,7 +112,7 @@ id="layer1" transform="translate(0,-852.36218)"> <path - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z " transform="translate(0,852.36218)" id="rect3810" /> @@ -85,7 +122,7 @@ style="fill:#000000;fill-opacity:1;opacity:0.5" /> <rect rx="2" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient4146);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect3812" width="37" height="198" @@ -94,7 +131,7 @@ ry="2" /> <g id="g3917" - style="fill:#ffffff;fill-opacity:1"> + style="fill:url(#linearGradient4149);fill-opacity:1"> <rect ry="1.1428567" y="944.36218" @@ -102,7 +139,7 @@ height="15.999994" width="2.0000002" id="rect3897" - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> <rect transform="matrix(0,1,-1,0,0,0)" ry="1.1428567" @@ -111,7 +148,7 @@ height="15.999994" width="2.0000002" id="rect3897-6" - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> + style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" /> </g> </g> </svg> diff --git a/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg b/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg index a5cc13e..9292ecc 100644 --- a/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg +++ b/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="14.072123" - inkscape:cy="8.0207106" + inkscape:cx="6.1613659" + inkscape:cy="7.9323223" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -92,7 +94,25 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="108.00018" + y1="751" + x2="108.00018" + y2="758.99959" + gradientUnits="userSpaceOnUse" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -144,7 +164,7 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z" id="path6040" inkscape:connector-curvature="0" /> diff --git a/common/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg b/common/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg index f718628..e29be39 100644 --- a/common/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg +++ b/common/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="14.072123" - inkscape:cy="8.0207106" + inkscape:cx="6.1613659" + inkscape:cy="7.9323223" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -92,7 +94,25 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="108.00017" + y1="751" + x2="108.00017" + y2="758.99959" + gradientUnits="userSpaceOnUse" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -144,7 +164,7 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z" id="path6040" inkscape:connector-curvature="0" /> diff --git a/common/cinnamon/common-assets/misc/corner-ripple.svg b/common/cinnamon/common-assets/misc/corner-ripple.svg index ff58c92..3f52f68 100644 --- a/common/cinnamon/common-assets/misc/corner-ripple.svg +++ b/common/cinnamon/common-assets/misc/corner-ripple.svg @@ -34,8 +34,8 @@ fit-margin-right="0" fit-margin-bottom="0" inkscape:zoom="2.3864854" - inkscape:cx="-38.639816" - inkscape:cy="27.143174" + inkscape:cx="54.174496" + inkscape:cy="43.066171" inkscape:current-layer="svg2" /> <defs id="defs4"> @@ -68,7 +68,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> diff --git a/common/cinnamon/common-assets/panel/activities-active.svg b/common/cinnamon/common-assets/panel/activities-active.svg index 6986f5c..ae5c602 100644 --- a/common/cinnamon/common-assets/panel/activities-active.svg +++ b/common/cinnamon/common-assets/panel/activities-active.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="3.5498385" - inkscape:cy="11.547553" + inkscape:cx="4.4779162" + inkscape:cy="11.459165" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -76,7 +78,25 @@ id="guide4135" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="6" + y1="287" + x2="6" + y2="289" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -134,21 +154,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4138" width="2" height="2" x="5" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-6" width="2" height="2" x="11" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-9" width="2" height="2" diff --git a/common/cinnamon/common-assets/panel/window-list-active-bottom.svg b/common/cinnamon/common-assets/panel/window-list-active-bottom.svg index ce7d5d7..fbe4599 100644 --- a/common/cinnamon/common-assets/panel/window-list-active-bottom.svg +++ b/common/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -16,7 +18,7 @@ id="svg11300" sodipodi:version="0.32" inkscape:version="0.91 r13725" - sodipodi:docname="running1.svg" + sodipodi:docname="window-list-active-bottom.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" version="1.0" style="display:inline;enable-background:new"> @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="19.769528" - inkscape:cx="15.988499" - inkscape:cy="3.1982956" + inkscape:cx="6.9341604" + inkscape:cy="3.0971298" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + 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" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" id="rect4270-9" width="24" height="2" diff --git a/common/cinnamon/common-assets/panel/window-list-active-top.svg b/common/cinnamon/common-assets/panel/window-list-active-top.svg index d2b8f15..54a9036 100644 --- a/common/cinnamon/common-assets/panel/window-list-active-top.svg +++ b/common/cinnamon/common-assets/panel/window-list-active-top.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="19.769528" - inkscape:cx="6.908869" - inkscape:cy="3.1982956" + inkscape:cx="-2.1454696" + inkscape:cy="3.0971298" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + 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="296" + x2="14" + y2="298" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" id="rect4270-9" width="24" height="2" diff --git a/common/cinnamon/common-assets/switch/switch-off-selected.svg b/common/cinnamon/common-assets/switch/switch-off-selected.svg index c85eeee..c374f22 100644 --- a/common/cinnamon/common-assets/switch/switch-off-selected.svg +++ b/common/cinnamon/common-assets/switch/switch-off-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4164" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,24 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4166" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4168" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,9 +128,9 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="8.2495794" - inkscape:cx="-2.2858532" - inkscape:cy="2.3994423" - inkscape:current-layer="layer1" + inkscape:cx="34.261465" + inkscape:cy="7.0057377" + inkscape:current-layer="switch-selected" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -183,7 +211,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -195,7 +223,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </svg> diff --git a/common/cinnamon/common-assets/switch/switch-on-selected.svg b/common/cinnamon/common-assets/switch/switch-on-selected.svg index 7c2572d..a86b37a 100644 --- a/common/cinnamon/common-assets/switch/switch-on-selected.svg +++ b/common/cinnamon/common-assets/switch/switch-on-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4171" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4170" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +154,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="20.556458" - inkscape:cy="-1.6685358" + inkscape:cx="14.042172" + inkscape:cy="11.702892" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg index 7789a23..0c2a8ee 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.2080158" - inkscape:cy="7.7067432" + inkscape:cx="-8.8873943" + inkscape:cy="0.45889901" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg index d2f64f9..b17ab7c 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.3847925" - inkscape:cy="7.7067432" + inkscape:cx="-1.9931035" + inkscape:cy="7.5299665" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg index fcaae67..0c111f0 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.2080158" - inkscape:cy="7.7067432" + inkscape:cx="5.2547407" + inkscape:cy="14.601034" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -126,7 +145,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-70" width="13" height="12.999997" diff --git a/common/cinnamon/dark-assets/misc/message.svg b/common/cinnamon/dark-assets/misc/message.svg index 2fb2d4f..7c8f1b6 100644 --- a/common/cinnamon/dark-assets/misc/message.svg +++ b/common/cinnamon/dark-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="15.839192" + inkscape:cx="0.58833524" + inkscape:cy="24.231157" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/cinnamon/dark-assets/switch/switch-on.svg b/common/cinnamon/dark-assets/switch/switch-on.svg index baf1339..b6a9be9 100644 --- a/common/cinnamon/dark-assets/switch/switch-on.svg +++ b/common/cinnamon/dark-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,15 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +119,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="26.273653" - inkscape:cy="16.301439" + inkscape:cx="10.930796" + inkscape:cy="16.13001" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -140,7 +159,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +194,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" diff --git a/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg index 983e7f8..e214088 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-12.701718" + inkscape:cy="-4.172704" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -105,7 +150,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/cinnamon/light-assets/checkbox/checkbox-checked.svg b/common/cinnamon/light-assets/checkbox/checkbox-checked.svg index e8da8e6..6b5caeb 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-checked.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-16.237251" + inkscape:cy="2.8983635" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg index 6c2f719..da48d45 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="5.9470841" - inkscape:cy="-0.94340514" + inkscape:cx="-9.8744294" + inkscape:cy="-1.1201818" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -126,7 +145,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3" width="13" height="12.999997" diff --git a/common/cinnamon/light-assets/misc/message.svg b/common/cinnamon/light-assets/misc/message.svg index a1f8615..039cb8f 100644 --- a/common/cinnamon/light-assets/misc/message.svg +++ b/common/cinnamon/light-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,26 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4153" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +47,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" - inkscape:cx="-0.89235979" - inkscape:cy="34.935138" + inkscape:cx="-3.6188723" + inkscape:cy="36.101629" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -67,10 +88,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/cinnamon/light-assets/switch/switch-on.svg b/common/cinnamon/light-assets/switch/switch-on.svg index 0203bbb..9945e14 100644 --- a/common/cinnamon/light-assets/switch/switch-on.svg +++ b/common/cinnamon/light-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4181" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4183" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4185" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4187" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -99,10 +153,10 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="32.998318" - inkscape:cx="6.3160735" - inkscape:cy="9.1853829" - inkscape:current-layer="layer1" + inkscape:zoom="8.2495795" + inkscape:cx="1.2517535" + inkscape:cy="0.45938131" + inkscape:current-layer="switch-active-2" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -140,7 +194,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/cinnamon/sass/_colors.scss b/common/cinnamon/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/cinnamon/sass/_colors.scss +++ b/common/cinnamon/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index c1788b0..6760dcc 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -8,6 +8,7 @@ $font-family: Futura Bk bt, sans, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color; $_bubble_borders_color: transparentize($osd_fg_color,0.8); +$_shell_fg_color: white; stage { font-family: $font-family; @@ -266,7 +267,8 @@ StScrollBar { // // Popvers/Menus // -.popup-menu { +.popup-menu, +%menu { color: white; min-width: 200px; color: $fg_color; @@ -324,13 +326,9 @@ StScrollBar { -arrow-rise: 0; } -/*Don't know what this does*/ .popup-combo-menu { - background-color: rgba(0,0,0,0.4); - padding: 1em 0em; - color: red; - border: 1px solid rgba(0,0,0,0.6); - border-radius: 3px; + @extend %menu; + padding: 10px 1px; } .popup-image-menu-item {} @@ -397,9 +395,10 @@ StScrollBar { } .panel { + $_panel_fg_color: $_shell_fg_color; &-top, &-bottom { - color: $selected_fg_color; + color: $_panel_fg_color; font-size: 1em; padding: 0px; } @@ -833,7 +832,7 @@ StScrollBar { &:highlighted { border-color: rgba(0,0,0,0); - color: $selected_fg_color; + color: $_shell_fg_color; } } @@ -1186,7 +1185,7 @@ StScrollBar { font-weight: bold; spacing: 1em; padding: 16px; - color: $selected_fg_color; + color: $_shell_fg_color; border-image: url("common-assets/misc/osd.svg") 9 9 9 9; } @@ -1199,7 +1198,7 @@ StScrollBar { min-width: 64px; min-height: 64px; - color: $selected_fg_color; + color: $_shell_fg_color; background: none; border: none; border-radius: 5px; @@ -1241,14 +1240,14 @@ StScrollBar { padding-left: 8px; padding-right: 8px; transition-duration: 100; - color: transparentize($selected_fg_color, 0.4); + color: transparentize($_shell_fg_color, 0.4); - &:hover {color: $selected_fg_color;} + &:hover {color: $_shell_fg_color;} &:active, &:checked, &:focus { - color: $selected_fg_color; + color: $_shell_fg_color; .panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; } @@ -1485,7 +1484,7 @@ StScrollBar { &-box { padding-left: 3px; padding-right: 3px; - color: $selected_fg_color; + color: $_shell_fg_color; text-shadow: none; transition-duration: 100; @@ -1497,7 +1496,7 @@ StScrollBar { &-label { font-weight: bold; - color: $selected_fg_color; + color: $_shell_fg_color; &:hover, .applet-box:hover > & { color: $selected_fg_color; @@ -1506,7 +1505,7 @@ StScrollBar { } &-icon { - color: $selected_fg_color; + color: $_shell_fg_color; icon-size: 22px; &:hover, .applet-box:hover > & { diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg index 04b11ec..2889228 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-active-bottom.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="7.4203783" - inkscape:cy="11.448936" + inkscape:cx="-0.3592836" + inkscape:cy="11.362012" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(149.89798,-183)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4179" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4177" /> + </linearGradient> </defs> <g id="layer1" @@ -119,14 +138,25 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none" - id="rect4145" - width="9.8684549" - height="8.6348953" - x="11.000002" - y="162.13155" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" + id="rect4145-3" + width="8.6348982" + height="9.8684559" + x="162.13155" + y="-20.868458" + ry="1.2335529" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + rx="1.2335529" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4145-3-8" + width="8.6348982" + height="9.8684559" + x="162.13155" + y="-20.868458" ry="1.2335529" - rx="1.2335573" /> + transform="matrix(0,1,-1,0,0,0)" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg index d47baa0..10e2198 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-active-right.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -41,9 +42,9 @@ inkscape:window-height="604" id="namedview4173" showgrid="true" - inkscape:zoom="23.008712" - inkscape:cx="5.6288669" - inkscape:cy="11.448936" + inkscape:zoom="16.269616" + inkscape:cx="0.28877281" + inkscape:cy="11.099631" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-1.2335588,-1.3608766e-5)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4179" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4177" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,18 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none" - id="rect4145" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" + id="rect4145-3" + width="8.6348982" + height="9.8684559" + x="11.000002" + y="162.13155" + ry="1.2335529" /> + <rect + rx="1.2335529" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4145-3-8" width="8.6348982" height="9.8684559" x="11.000002" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg index 6ca3bad..185172c 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-active-top.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -41,9 +42,9 @@ inkscape:window-height="604" id="namedview4173" showgrid="true" - inkscape:zoom="23.008712" - inkscape:cx="2.1519234" - inkscape:cy="6.23352" + inkscape:zoom="11.504356" + inkscape:cx="-2.570756" + inkscape:cy="2.5931873" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(151.13154,-183.00001)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4179" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4177" /> + </linearGradient> </defs> <g id="layer1" @@ -119,13 +138,24 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none" - id="rect4145" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" + id="rect4145-3" + width="8.6348982" + height="9.8684559" + x="163.3651" + y="-20.868458" + ry="1.2335529" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + rx="1.2335529" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4145-3-8" width="8.6348982" height="9.8684559" x="163.3651" y="-20.868458" - ry="1.2335573" + ry="1.2335529" transform="matrix(0,1,-1,0,0,0)" /> </g> </g> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-active.svg index a979d1d..e7bfdea 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-active.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-active.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -41,9 +42,9 @@ inkscape:window-height="604" id="namedview4173" showgrid="true" - inkscape:zoom="32.539233" - inkscape:cx="4.868656" - inkscape:cy="11.433325" + inkscape:zoom="16.269617" + inkscape:cx="3.8757831" + inkscape:cy="6.3385392" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -58,6 +59,14 @@ </sodipodi:namedview> <defs id="defs7357"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4177" /> + </linearGradient> <radialGradient xlink:href="#linearGradient36429" id="radialGradient7461" @@ -110,6 +119,15 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4179" + x1="16.551009" + y1="162.13155" + x2="16.551009" + y2="172" + gradientUnits="userSpaceOnUse" /> </defs> <g id="layer1" @@ -119,11 +137,21 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none" - id="rect4145" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none" + id="rect4145-3" + width="8.6348982" + height="9.8684559" + x="12.23356" + y="162.13155" + ry="1.2335529" /> + <rect + rx="1.2335529" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4145-3-8" width="8.6348982" height="9.8684559" - x="12.233559" + x="12.23356" y="162.13155" ry="1.2335529" /> </g> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg index e37be0c..2982699 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-bottom.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="6.9397244" - inkscape:cy="7.9719919" + inkscape:cx="-0.8399375" + inkscape:cy="7.8850683" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(149.89799,-183.00001)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,13 +138,14 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" - id="rect4145" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4145-8" width="8.6348982" height="9.8684559" x="162.13155" y="-20.868458" - ry="1.2335573" + ry="1.2335529" transform="matrix(0,1,-1,0,0,0)" /> </g> </g> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg index 63a16c3..51c3046 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-right.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="2.1519234" - inkscape:cy="6.23352" + inkscape:cx="-5.6929312" + inkscape:cy="6.1465964" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-1.2335573,-1.0622696e-5)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,9 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" - id="rect4145" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4145-6" width="8.6348982" height="9.8684559" x="11.000002" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg index a9d012c..751bca8 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover-top.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-1.3250204" - inkscape:cy="6.23352" + inkscape:cx="8.2148443" + inkscape:cy="9.6235403" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(151.13154,-183.00001)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,13 +138,14 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" - id="rect4145" + rx="1.2335529" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4145-6" width="8.6348982" height="9.8684559" x="163.3651" y="-20.868458" - ry="1.2335573" + ry="1.2335529" transform="matrix(0,1,-1,0,0,0)" /> </g> </g> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg index 45d457a..82f2941 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-hover.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-hover.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="8.7585229" - inkscape:cy="6.3204436" + inkscape:cx="0.978861" + inkscape:cy="6.23352" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -58,6 +59,14 @@ </sodipodi:namedview> <defs id="defs7357"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> <radialGradient xlink:href="#linearGradient36429" id="radialGradient7461" @@ -110,6 +119,15 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="16.551008" + y1="162.13155" + x2="16.551008" + y2="172" + gradientUnits="userSpaceOnUse" /> </defs> <g id="layer1" @@ -119,7 +137,7 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" id="rect4145" width="8.6348982" height="9.8684559" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg index c549152..06d51e6 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active-bottom.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.5319458" + inkscape:cx="0.3482588" + inkscape:cy="8.1834941" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-183.00001,-159.76644)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,17 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="-18.40134" + y="-172" + rx="0" + transform="scale(-1,-1)" /> + <rect + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4147-6" width="4.9342208" height="1.233557" x="-18.40134" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg index 92e9be9..6f6bb36 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active-right.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.5319458" + inkscape:cx="2.0867307" + inkscape:cy="8.1834941" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-1.3822986e-5,-8.6348988)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,17 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="164.59866" + y="-20.868458" + rx="0" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4147-9" width="4.9342208" height="1.233557" x="164.59866" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg index 3749a14..604df2a 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active-top.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="1.2392256" - inkscape:cy="6.5319458" + inkscape:cx="2.0867307" + inkscape:cy="11.660438" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-183.00002,-151.13154)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,11 +138,20 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="-18.401337" + y="-163.3651" + rx="0" + transform="scale(-1,-1)" /> + <rect + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" + id="rect4147-32" width="4.9342208" height="1.233557" - x="-18.40134" + x="-18.401337" y="-163.3651" rx="0" transform="scale(-1,-1)" /> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg index d95bae9..e60d3b5 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-active.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -24,7 +25,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="4.4119369" - inkscape:cy="6.6188694" + inkscape:cx="-3.367725" + inkscape:cy="6.5319458" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-1.1080329e-5,-1.6028836e-7)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,7 +138,16 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="164.59866" + y="-12.233559" + rx="0" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none" id="rect4147" width="4.9342208" height="1.233557" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg index cedd579..3f589e8 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-bottom.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.4942908" + inkscape:cx="3.8903954" + inkscape:cy="6.4073672" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-183,-159.76643)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,8 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-4" width="4.9342208" height="1.233557" x="-18.40134" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg index ee7646f..0ed73a6 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-bottom.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.4942908" + inkscape:cx="2.3235185" + inkscape:cy="6.4073672" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-183.00003,-159.76643)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,12 +138,21 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="-18.40134" + y="-171.99998" + rx="0" + transform="scale(-1,-1)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + id="rect4147-9" width="4.9342208" height="1.233557" x="-18.40134" - y="-172" + y="-171.99998" rx="0" transform="scale(-1,-1)" /> </g> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg index c58c8d3..4e6b339 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-right.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="1.2392256" - inkscape:cy="6.4942908" + inkscape:cx="7.3021465" + inkscape:cy="8.1458391" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-3.1115113e-5,-8.634898)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,17 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="164.59866" + y="-20.868458" + rx="0" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + id="rect4147-9" width="4.9342208" height="1.233557" x="164.59866" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg index d3bf1c7..70fbe7b 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover-top.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.4942908" + inkscape:cx="10.77909" + inkscape:cy="11.622783" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-183.00003,-151.13153)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,12 +138,21 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="-18.40134" + y="-163.36511" + rx="0" + transform="scale(-1,-1)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + id="rect4147-9" width="4.9342208" height="1.233557" - x="-18.401337" - y="-163.3651" + x="-18.40134" + y="-163.36511" rx="0" transform="scale(-1,-1)" /> </g> diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg index 325d85a..8180811 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-hover.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -24,7 +25,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="4.4119369" - inkscape:cy="6.5812144" + inkscape:cx="-3.367725" + inkscape:cy="6.4942908" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-1.896529e-5,4.9366371e-7)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,17 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" + width="4.9342208" + height="1.233557" + x="164.59866" + y="-12.233559" + rx="0" + transform="matrix(0,1,-1,0,0,0)" /> + <rect + style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + id="rect4147-9" width="4.9342208" height="1.233557" x="164.59866" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg index f8f426a..d1c162e 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-right.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.4942908" + inkscape:cx="3.8252027" + inkscape:cy="8.1458391" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-1.453615e-5,-8.634898)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,8 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-0" width="4.9342208" height="1.233557" x="164.59866" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg b/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg index f66d44f..98ac4af 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running-top.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="-2.2377182" - inkscape:cy="6.4942908" + inkscape:cx="0.3482588" + inkscape:cy="13.361255" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -110,6 +111,24 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + gradientTransform="translate(-183.00001,-151.13153)" + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> </defs> <g id="layer1" @@ -119,8 +138,8 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" - id="rect4147" + style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" + id="rect4147-3" width="4.9342208" height="1.233557" x="-18.40134" diff --git a/common/gnome-shell/3.14/common-assets/dash/button-running.svg b/common/gnome-shell/3.14/common-assets/dash/button-running.svg index d3a1001..4572a75 100644 --- a/common/gnome-shell/3.14/common-assets/dash/button-running.svg +++ b/common/gnome-shell/3.14/common-assets/dash/button-running.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -42,8 +43,8 @@ id="namedview4173" showgrid="true" inkscape:zoom="23.008712" - inkscape:cx="4.4119369" - inkscape:cy="6.5812144" + inkscape:cx="3.5861627" + inkscape:cy="9.9712347" inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" @@ -58,6 +59,14 @@ </sodipodi:namedview> <defs id="defs7357"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> <radialGradient xlink:href="#linearGradient36429" id="radialGradient7461" @@ -110,6 +119,15 @@ gradientUnits="userSpaceOnUse" id="radialGradient7488" xlink:href="#linearGradient36471" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="167.06577" + y1="-12.233559" + x2="167.06577" + y2="-11.000002" + gradientUnits="userSpaceOnUse" /> </defs> <g id="layer1" @@ -119,7 +137,7 @@ id="g30864" transform="translate(255.223,70.118091)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none" id="rect4147" width="4.9342208" height="1.233557" diff --git a/common/gnome-shell/3.14/common-assets/dash/running1.svg b/common/gnome-shell/3.14/common-assets/dash/running1.svg index 322dc8d..45036e2 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running1.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="13.979167" - inkscape:cx="8.9568436" - inkscape:cy="-0.4854291" + inkscape:cx="-3.8479251" + inkscape:cy="-0.62849914" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + 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" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" id="rect4270-9" width="8" height="2" diff --git a/common/gnome-shell/3.14/common-assets/dash/running2.svg b/common/gnome-shell/3.14/common-assets/dash/running2.svg index 731f8e0..365fa90 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running2.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running2.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="39.539055" - inkscape:cx="11.552125" - inkscape:cy="2.6434045" + inkscape:cx="13.094903" + inkscape:cy="2.5928216" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="11" + y1="298" + x2="11" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,6 +164,6 @@ height="2" width="4" id="rect4239" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/dash/running3.svg b/common/gnome-shell/3.14/common-assets/dash/running3.svg index ca85562..0de3f4b 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running3.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -29,9 +31,9 @@ borderopacity="1" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="27.958333" - inkscape:cx="8.1058637" - inkscape:cy="5.6243161" + inkscape:zoom="13.979167" + inkscape:cx="6.8007789" + inkscape:cy="11.461748" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4139" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4141" + x1="8" + y1="298" + x2="8" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4141);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,9 +164,9 @@ height="2" width="4" id="rect4239" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" id="rect4140" width="4" height="2" diff --git a/common/gnome-shell/3.14/common-assets/dash/running4.svg b/common/gnome-shell/3.14/common-assets/dash/running4.svg index 7393122..33ec9cf 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running4.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running4.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="19.769527" - inkscape:cx="7.1711103" - inkscape:cy="3.7516472" + inkscape:cx="10.256667" + inkscape:cy="-0.39615057" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="5" + y1="298" + x2="5" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,9 +164,9 @@ height="2" width="4" id="rect4202" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" id="rect4208" width="4" height="2" @@ -158,6 +178,6 @@ height="2" width="4" id="rect4214" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg index 6ae13ca..4d3f262 100644 --- a/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg +++ b/common/gnome-shell/3.14/common-assets/menu/menu-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="9.0311108mm" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="menu-hover.svg"> <defs - id="defs6929" /> + id="defs6929"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="1185" + y1="108" + x2="1185" + y2="141" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.2" - inkscape:cx="16.532799" - inkscape:cy="17.338845" + inkscape:cx="0.595299" + inkscape:cy="17.160274" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -71,14 +91,14 @@ <g transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)" id="g6908" - style="fill:#5294e2;fill-opacity:1"> + style="fill:url(#linearGradient4140);fill-opacity:1"> <rect y="108" x="1011" height="33" width="348" id="rect5271" - style="opacity:1;fill:#5294e2;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:0" /> + style="opacity:1;fill:url(#linearGradient4140);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:0" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/misc/more-results.svg b/common/gnome-shell/3.14/common-assets/misc/more-results.svg index a6f8d1e..8625db8 100644 --- a/common/gnome-shell/3.14/common-assets/misc/more-results.svg +++ b/common/gnome-shell/3.14/common-assets/misc/more-results.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -16,7 +18,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="more-results.svg"> <defs - id="defs12432" /> + id="defs12432"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="149.99985" + y1="397.99106" + x2="149.99985" + y2="413.99105" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4152" + x1="149.99984" + y1="401.99107" + x2="149.99984" + y2="409.99107" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#7a7a7a" @@ -25,8 +62,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="6.0810901" - inkscape:cy="9.9882296" + inkscape:cx="7.9593425" + inkscape:cy="9.811453" inkscape:document-units="px" inkscape:current-layer="g14642-3-0" showgrid="true" @@ -72,7 +109,7 @@ inkscape:label="zoom-in" id="g14642-3-0"> <ellipse - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient4149);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="path4156" cx="149.99985" cy="405.99106" @@ -120,7 +157,7 @@ </g> </g> <path - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + style="fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" d="m 148.99984,401.99107 0,3 -3,0 0,2 3,0 0,3 2,0 0,-3 3,0 0,-2 -3,0 0,-3 z" id="rect3757" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg index 89446ce..00c1556 100644 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -16,7 +18,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="page-indicator-active.svg"> <defs - id="defs5268" /> + id="defs5268"> + <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="9" + y1="3" + x2="9" + y2="11" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#cacaca" @@ -25,8 +45,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="16" - inkscape:cx="0.44498099" - inkscape:cy="7.5490324" + inkscape:cx="-10.742519" + inkscape:cy="7.4240324" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -58,7 +78,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.14/common-assets/panel/activities-active.svg b/common/gnome-shell/3.14/common-assets/panel/activities-active.svg index 6986f5c..ae5c602 100644 --- a/common/gnome-shell/3.14/common-assets/panel/activities-active.svg +++ b/common/gnome-shell/3.14/common-assets/panel/activities-active.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="3.5498385" - inkscape:cy="11.547553" + inkscape:cx="4.4779162" + inkscape:cy="11.459165" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -76,7 +78,25 @@ id="guide4135" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="6" + y1="287" + x2="6" + y2="289" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -134,21 +154,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4138" width="2" height="2" x="5" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-6" width="2" height="2" x="11" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-9" width="2" height="2" diff --git a/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg b/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg index c85eeee..c374f22 100644 --- a/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg +++ b/common/gnome-shell/3.14/common-assets/switch/switch-off-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4164" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,24 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4166" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4168" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,9 +128,9 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="8.2495794" - inkscape:cx="-2.2858532" - inkscape:cy="2.3994423" - inkscape:current-layer="layer1" + inkscape:cx="34.261465" + inkscape:cy="7.0057377" + inkscape:current-layer="switch-selected" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -183,7 +211,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -195,7 +223,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg index 7c2572d..a86b37a 100644 --- a/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg +++ b/common/gnome-shell/3.14/common-assets/switch/switch-on-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4171" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4170" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +154,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="20.556458" - inkscape:cy="-1.6685358" + inkscape:cx="14.042172" + inkscape:cy="11.702892" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg index d1b59ee..0c2a8ee 100644 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="8.4809152" - inkscape:cy="7.7067432" + inkscape:cx="-8.8873943" + inkscape:cy="0.45889901" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -169,7 +188,7 @@ height="1.9999826" width="5" id="rect3977-39-90" - style="fill:#32363d;fill-opacity:1;stroke:none" /> + style="fill:#2b303b;fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -177,7 +196,7 @@ height="7.9999828" width="2" id="rect3979-7-60" - style="fill:#32363d;fill-opacity:1;stroke:none" /> + style="fill:#2b303b;fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg index fee35ec..b17ab7c 100644 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="8.4809152" - inkscape:cy="7.7067432" + inkscape:cx="-1.9931035" + inkscape:cy="7.5299665" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -169,7 +188,7 @@ height="1.9999826" width="5" id="rect3977-39-90" - style="fill:#32363d;fill-opacity:1;stroke:none" /> + style="fill:#2b303b;fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -177,7 +196,7 @@ height="7.9999828" width="2" id="rect3979-7-60" - style="fill:#32363d;fill-opacity:1;stroke:none" /> + style="fill:#2b303b;fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg index 513b1ad..0c111f0 100644 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="8.6576919" - inkscape:cy="7.7067432" + inkscape:cx="5.2547407" + inkscape:cy="14.601034" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -126,7 +145,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#32363d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-70" width="13" height="12.999997" diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg index 7f292f8..33f401d 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="-21.616809" - inkscape:cy="2.0293849" + inkscape:cx="-2.7030998" + inkscape:cy="8.9526136" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -60,7 +62,7 @@ inkscape:window-width="1366" inkscape:window-x="0" inkscape:window-y="25" - inkscape:zoom="5.6568543"> + inkscape:zoom="22.627417"> <inkscape:grid empspacing="2" enabled="true" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="108.31551" + y1="748.98676" + x2="108.31551" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,27 +164,9 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" - id="path6040" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect6046" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="749" /> - <rect - height="1" - id="rect6050" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> </g> </svg> diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="3.892693" - inkscape:cy="8.8200689" + inkscape:cx="-7.294807" + inkscape:cy="8.6950689" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="328.68296" + y1="748.97592" + x2="328.68296" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-321.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,29 +164,9 @@ style="display:inline" transform="translate(-321.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" - id="path8460" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect8464" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="749" /> - <rect - height="1" - id="rect8468" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> </g> </svg> diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-active.svg b/common/gnome-shell/3.14/dark-assets/misc/message-active.svg index 06860fd..51b7786 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message-active.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-active.svg"> <defs - id="defs6623" /> + id="defs6623"> + <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="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="22.4" + inkscape:cx="4.6826167" + inkscape:cy="28.302856" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg index 58fab12..6d6991a 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message-close-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-active.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4157" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4160" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4162" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4159" + x1="48.998427" + y1="763.99977" + x2="48.998427" + y2="772" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +63,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="4.1830863" + inkscape:cy="8.1637646" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +95,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" @@ -97,7 +134,7 @@ inkscape:connector-curvature="0" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" id="path10839-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </g> diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg index 65aa6cc..6ed2ec1 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-hover.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4148" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4150" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="10.054598" - inkscape:cy="11.067953" + inkscape:cx="-1.2464835" + inkscape:cy="10.941684" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#linearGradient4150);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" diff --git a/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg index 87ead75..7ab720c 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-hover.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="11.2" + inkscape:cx="-0.68428583" + inkscape:cy="17.181721" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.14/dark-assets/misc/message.svg b/common/gnome-shell/3.14/dark-assets/misc/message.svg index 2fb2d4f..7c8f1b6 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="15.839192" + inkscape:cx="0.58833524" + inkscape:cy="24.231157" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg index a2dd168..b6a9be9 100644 --- a/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,15 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -99,9 +118,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="8.2495794" - inkscape:cx="22.260853" - inkscape:cy="2.3994425" + inkscape:zoom="11.666667" + inkscape:cx="10.930796" + inkscape:cy="16.13001" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -140,7 +159,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +194,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" @@ -184,7 +203,7 @@ ry="11" rx="11" /> <circle - style="fill:#32363d;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -204,7 +223,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#32363d;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +232,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#32363d;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index b7ca459..1f66115 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -54,7 +54,7 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } .popup-menu .modal-dialog-button:hover { text-shadow: 0 1px rgba(64, 69, 82, 0); @@ -66,13 +66,13 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } .popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .popup-menu .modal-dialog-button:insensitive { text-shadow: 0 1px rgba(64, 69, 82, 0); @@ -112,15 +112,15 @@ stage { .hotplug-notification-item:focus, .hotplug-resident-eject-button:focus, .modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus { - color: #5294E2; } + color: #5294e2; } .candidate-page-button:active, .hotplug-notification-item:active, .hotplug-resident-eject-button:active, .modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .candidate-page-button:insensitive, .hotplug-notification-item:insensitive, .hotplug-resident-eject-button:insensitive, @@ -134,7 +134,7 @@ StEntry { font-size: 1em; padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -146,7 +146,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #D3DAE3; background-color: #404552; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:insensitive { color: rgba(211, 218, 227, 0.45); @@ -180,16 +180,16 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; -slider-handle-border-color: transparent; -slider-handle-border-width: 0; height: 18px; @@ -327,15 +327,15 @@ StScrollBar { color: #e3e7ed; font-size: 8pt; } .end-session-dialog .modal-dialog-button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .modal-dialog-button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .modal-dialog-button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -535,7 +535,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -547,7 +547,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -575,11 +575,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -593,7 +593,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -616,10 +616,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -635,7 +635,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -675,7 +675,7 @@ StScrollBar { -natural-hpadding: 10px !important; -minimum-hpadding: 6px !important; font-weight: bold; - color: #ffffff !important; + color: white !important; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -685,14 +685,14 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff !important; + color: white !important; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; text-shadow: 0 0 transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff !important; - background: #5294E2, url("common-assets/misc/null.svg"); + background: #5294e2, url("common-assets/misc/null.svg"); border-image: none; box-shadow: none; border-bottom-width: 1px !important; @@ -723,7 +723,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -779,11 +779,11 @@ StScrollBar { padding: 13px; color: #D3DAE3 !important; background-color: transparent !important; - border: 1px solid #5294E2 !important; } + border: 1px solid #5294e2 !important; } .system-menu-action:active { color: #ffffff !important; - background-color: #5294E2 !important; - border: 1px solid #5294E2 !important; } + background-color: #5294e2 !important; + border: 1px solid #5294e2 !important; } .system-menu-action > StIcon { icon-size: 16px; } @@ -893,11 +893,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff !important; - background: #5294E2, url("common-assets/misc/null.svg") !important; + background: #5294e2, url("common-assets/misc/null.svg") !important; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1018,7 +1018,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1074,9 +1074,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1108,7 +1108,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1156,7 +1156,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1269,12 +1269,12 @@ StScrollBar { .show-apps:hover .overview-icon { background-gradient-direction: none !important; background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { background-gradient-direction: none !important; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1302,8 +1302,8 @@ StScrollBar { background-color: rgba(119, 127, 151, 0.45); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1330,7 +1330,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1362,7 +1362,7 @@ StScrollBar { .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1377,11 +1377,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1493,7 +1494,7 @@ StScrollBar { padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .summary-boxpointer-stack-scrollview { max-height: 18em; padding-top: 8px; @@ -1538,8 +1539,8 @@ StScrollBar { .summary-source-button:selected .summary-source { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .url-highlighter { link-color: #a9caf1; } @@ -1598,8 +1599,8 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .secondary-icon { @@ -1631,13 +1632,13 @@ StEntry.chat-response { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } StEntry.chat-response:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1693,7 +1694,7 @@ StEntry.chat-response { border-left: none; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1730,8 +1731,8 @@ StEntry.chat-response { .keyboard-key:active, .keyboard-key:checked { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #5d626e; @@ -1764,7 +1765,7 @@ StEntry.chat-response { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1822,8 +1823,8 @@ StEntry.chat-response { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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(64, 69, 82, 0); @@ -1870,10 +1871,10 @@ StEntry.chat-response { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1884,7 +1885,7 @@ StEntry.chat-response { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -2019,11 +2020,11 @@ StEntry.chat-response { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -2032,7 +2033,7 @@ StEntry.chat-response { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -2040,8 +2041,8 @@ StEntry.chat-response { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 9a04257..f849ae0 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -54,7 +54,7 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } .popup-menu .modal-dialog-button:hover { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -66,13 +66,13 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } .popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .popup-menu .modal-dialog-button:insensitive { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -112,15 +112,15 @@ stage { .hotplug-notification-item:focus, .hotplug-resident-eject-button:focus, .modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus { - color: #5294E2; } + color: #5294e2; } .candidate-page-button:active, .hotplug-notification-item:active, .hotplug-resident-eject-button:active, .modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .candidate-page-button:insensitive, .hotplug-notification-item:insensitive, .hotplug-resident-eject-button:insensitive, @@ -134,7 +134,7 @@ StEntry { font-size: 1em; padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -146,7 +146,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #5c616c; background-color: #ffffff; - border: 1px solid #5294E2; + 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); @@ -180,16 +180,16 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; -slider-handle-border-color: transparent; -slider-handle-border-width: 0; height: 18px; @@ -327,15 +327,15 @@ StScrollBar { color: #686d7a; font-size: 8pt; } .end-session-dialog .modal-dialog-button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .modal-dialog-button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .modal-dialog-button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -535,7 +535,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -547,7 +547,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -575,11 +575,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -593,7 +593,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -616,10 +616,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -635,7 +635,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -675,7 +675,7 @@ StScrollBar { -natural-hpadding: 10px !important; -minimum-hpadding: 6px !important; font-weight: bold; - color: #ffffff !important; + color: white !important; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -685,14 +685,14 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff !important; + color: white !important; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; text-shadow: 0 0 transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff !important; - background: #5294E2, url("common-assets/misc/null.svg"); + background: #5294e2, url("common-assets/misc/null.svg"); border-image: none; box-shadow: none; border-bottom-width: 1px !important; @@ -723,7 +723,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -779,11 +779,11 @@ StScrollBar { padding: 13px; color: #5c616c !important; background-color: transparent !important; - border: 1px solid #5294E2 !important; } + border: 1px solid #5294e2 !important; } .system-menu-action:active { color: #ffffff !important; - background-color: #5294E2 !important; - border: 1px solid #5294E2 !important; } + background-color: #5294e2 !important; + border: 1px solid #5294e2 !important; } .system-menu-action > StIcon { icon-size: 16px; } @@ -893,11 +893,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff !important; - background: #5294E2, url("common-assets/misc/null.svg") !important; + background: #5294e2, url("common-assets/misc/null.svg") !important; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1018,7 +1018,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1074,9 +1074,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1108,7 +1108,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1156,7 +1156,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1269,12 +1269,12 @@ StScrollBar { .show-apps:hover .overview-icon { background-gradient-direction: none !important; background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + color: #5294e2; } .show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon { background-gradient-direction: none !important; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1302,8 +1302,8 @@ StScrollBar { background-color: rgba(119, 127, 151, 0.45); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1330,7 +1330,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1362,7 +1362,7 @@ StScrollBar { .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1377,11 +1377,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1493,7 +1494,7 @@ StScrollBar { padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .summary-boxpointer-stack-scrollview { max-height: 18em; padding-top: 8px; @@ -1538,8 +1539,8 @@ StScrollBar { .summary-source-button:selected .summary-source { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .url-highlighter { link-color: #2679db; } @@ -1598,8 +1599,8 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .secondary-icon { @@ -1631,13 +1632,13 @@ StEntry.chat-response { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } StEntry.chat-response:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1693,7 +1694,7 @@ StEntry.chat-response { border-left: none; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1730,8 +1731,8 @@ StEntry.chat-response { .keyboard-key:active, .keyboard-key:checked { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - border: 1px solid #5294E2; - background-color: #5294E2; } + border: 1px solid #5294e2; + background-color: #5294e2; } .keyboard-key:grayed { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5d626e; @@ -1764,7 +1765,7 @@ StEntry.chat-response { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1822,8 +1823,8 @@ StEntry.chat-response { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -1870,10 +1871,10 @@ StEntry.chat-response { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1884,7 +1885,7 @@ StEntry.chat-response { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -2019,11 +2020,11 @@ StEntry.chat-response { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -2032,7 +2033,7 @@ StEntry.chat-response { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -2040,8 +2041,8 @@ StEntry.chat-response { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg index 983e7f8..e214088 100644 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-12.701718" + inkscape:cy="-4.172704" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -105,7 +150,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg index e8da8e6..6b5caeb 100644 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-16.237251" + inkscape:cy="2.8983635" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg index 6c2f719..da48d45 100644 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="5.9470841" - inkscape:cy="-0.94340514" + inkscape:cx="-9.8744294" + inkscape:cy="-1.1201818" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -126,7 +145,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3" width="13" height="12.999997" diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg index 7f292f8..33f401d 100644 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg +++ b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="-21.616809" - inkscape:cy="2.0293849" + inkscape:cx="-2.7030998" + inkscape:cy="8.9526136" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -60,7 +62,7 @@ inkscape:window-width="1366" inkscape:window-x="0" inkscape:window-y="25" - inkscape:zoom="5.6568543"> + inkscape:zoom="22.627417"> <inkscape:grid empspacing="2" enabled="true" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="108.31551" + y1="748.98676" + x2="108.31551" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,27 +164,9 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" - id="path6040" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect6046" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="749" /> - <rect - height="1" - id="rect6050" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> </g> </svg> diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="3.892693" - inkscape:cy="8.8200689" + inkscape:cx="-7.294807" + inkscape:cy="8.6950689" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="328.68296" + y1="748.97592" + x2="328.68296" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-321.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,29 +164,9 @@ style="display:inline" transform="translate(-321.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" - id="path8460" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect8464" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="749" /> - <rect - height="1" - id="rect8468" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> </g> </svg> diff --git a/common/gnome-shell/3.14/light-assets/misc/message-active.svg b/common/gnome-shell/3.14/light-assets/misc/message-active.svg index 06860fd..fa7a4f0 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message-active.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-active.svg"> <defs - id="defs6623" /> + id="defs6623"> + <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="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="22.4" + inkscape:cx="-1.7535755" + inkscape:cy="27.530692" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" diff --git a/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg b/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg index 58fab12..6d6991a 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message-close-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-active.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4157" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4160" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4162" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4159" + x1="48.998427" + y1="763.99977" + x2="48.998427" + y2="772" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +63,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="4.1830863" + inkscape:cy="8.1637646" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +95,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" @@ -97,7 +134,7 @@ inkscape:connector-curvature="0" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" id="path10839-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </g> diff --git a/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg index 359aad5..73685e0 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-hover.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4148" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4150" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="-12.326594" + inkscape:cy="10.815415" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -48,7 +68,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4150);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" diff --git a/common/gnome-shell/3.14/light-assets/misc/message-hover.svg b/common/gnome-shell/3.14/light-assets/misc/message-hover.svg index 64a79b6..8c1e2d8 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message-hover.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,35 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-hover.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.6666669,-33.431046)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,12 +55,12 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="19.142243" - inkscape:cy="21.759802" + inkscape:zoom="7.9999996" + inkscape:cx="-2.9365108" + inkscape:cy="15.119182" inkscape:document-units="px" inkscape:current-layer="layer1" - showgrid="false" + showgrid="true" units="px" inkscape:snap-bbox="true" inkscape:bbox-paths="true" @@ -48,7 +78,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,7 +88,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4140);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" @@ -67,10 +97,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.6620002,0 -3.0000002,-0.7025 -3.0000002,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3.0000002,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095236" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465002,0 -2.2500002,-0.6805 -2.2500002,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.2500002,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/gnome-shell/3.14/light-assets/misc/message.svg b/common/gnome-shell/3.14/light-assets/misc/message.svg index a1f8615..039cb8f 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,26 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4153" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +47,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" - inkscape:cx="-0.89235979" - inkscape:cy="34.935138" + inkscape:cx="-3.6188723" + inkscape:cy="36.101629" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -67,10 +88,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/gnome-shell/3.14/light-assets/switch/switch-on.svg b/common/gnome-shell/3.14/light-assets/switch/switch-on.svg index 0203bbb..9945e14 100644 --- a/common/gnome-shell/3.14/light-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.14/light-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4181" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4183" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4185" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4187" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -99,10 +153,10 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="32.998318" - inkscape:cx="6.3160735" - inkscape:cy="9.1853829" - inkscape:current-layer="layer1" + inkscape:zoom="8.2495795" + inkscape:cx="1.2517535" + inkscape:cy="0.45938131" + inkscape:current-layer="switch-active-2" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -140,7 +194,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.14/sass/_colors.scss b/common/gnome-shell/3.14/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gnome-shell/3.14/sass/_colors.scss +++ b/common/gnome-shell/3.14/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 671c993..4bf7d46 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color; $_bubble_borders_color: transparentize($osd_fg_color,0.8); +$_shell_fg_color: white; stage { font-family: $font-family; @@ -169,7 +170,7 @@ StScrollBar { -slider-active-background-color: $selected_bg_color; //active trough fill -slider-active-border-color: transparentize(black, 1); //active trough border -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; -slider-handle-border-color: transparent; -slider-handle-border-width: 0; height: 18px; @@ -370,17 +371,17 @@ StScrollBar { // Shutdown Button .modal-dialog-button:last-child { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: $destructive_color; border-color: $destructive_color; &:hover { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: lighten($destructive_color, 9%); border-color: lighten($destructive_color, 9%); } &:active { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: darken($destructive_color, 5%); border-color: darken($destructive_color, 5%); } @@ -662,7 +663,7 @@ StScrollBar { min-width: 64px; min-height: 64px; - color: $selected_fg_color; + color: $_shell_fg_color; background: none; border: none; border-radius: 5px; @@ -743,7 +744,7 @@ StScrollBar { color: $osd_fg_color; &:highlighted { - color: $selected_fg_color; + color: $_shell_fg_color; } } @@ -821,6 +822,8 @@ StScrollBar { // Top Bar // #panel { + $_panel_fg_color: $_shell_fg_color; + font-weight: bold; height: 2.1em; min-height: 27px; @@ -866,7 +869,7 @@ StScrollBar { -natural-hpadding: 10px !important; -minimum-hpadding: 6px !important; font-weight: bold; - color: $selected_fg_color !important; + color: $_panel_fg_color !important; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; @@ -879,7 +882,7 @@ StScrollBar { } &:hover { - color: $selected_fg_color !important; + color: $_panel_fg_color !important; background-color: transparentize(black, 0.83); border-bottom-width: 1px; border-color: transparent; @@ -1403,9 +1406,9 @@ StScrollBar { .list-search-result-content { spacing: 12px; padding: 12px; } -.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; } +.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; } -.list-search-result-description { color: darken($selected_fg_color, 20%); } +.list-search-result-description { color: darken($_shell_fg_color, 20%); } .search-provider-icon { padding: 15px; } .search-provider-icon-more { @@ -1460,7 +1463,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: $selected_fg_color; + color: $_shell_fg_color; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; @@ -1718,7 +1721,7 @@ StScrollBar { } %icon_tile { - color: $selected_fg_color; + color: $_shell_fg_color; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1741,6 +1744,7 @@ StScrollBar { } &:active > .overview-icon, &:checked > .overview-icon { + color: $selected_fg_color; background-color: $selected_bg_color; box-shadow: none; } @@ -2420,7 +2424,7 @@ StEntry.chat-response { padding-right: .3em; &:hover { - color: $selected_fg_color; + color: $_shell_fg_color; text-shadow: black 0px 2px 2px; } &:selected { diff --git a/common/gnome-shell/3.16/common-assets/dash/running1.svg b/common/gnome-shell/3.16/common-assets/dash/running1.svg index 322dc8d..45036e2 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running1.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="13.979167" - inkscape:cx="8.9568436" - inkscape:cy="-0.4854291" + inkscape:cx="-3.8479251" + inkscape:cy="-0.62849914" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + 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" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" id="rect4270-9" width="8" height="2" diff --git a/common/gnome-shell/3.16/common-assets/dash/running2.svg b/common/gnome-shell/3.16/common-assets/dash/running2.svg index 731f8e0..365fa90 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running2.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running2.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="39.539055" - inkscape:cx="11.552125" - inkscape:cy="2.6434045" + inkscape:cx="13.094903" + inkscape:cy="2.5928216" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="11" + y1="298" + x2="11" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,6 +164,6 @@ height="2" width="4" id="rect4239" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </svg> diff --git a/common/gnome-shell/3.16/common-assets/dash/running3.svg b/common/gnome-shell/3.16/common-assets/dash/running3.svg index ca85562..0de3f4b 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running3.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -29,9 +31,9 @@ borderopacity="1" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="27.958333" - inkscape:cx="8.1058637" - inkscape:cy="5.6243161" + inkscape:zoom="13.979167" + inkscape:cx="6.8007789" + inkscape:cy="11.461748" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4139" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4141" + x1="8" + y1="298" + x2="8" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4141);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,9 +164,9 @@ height="2" width="4" id="rect4239" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" id="rect4140" width="4" height="2" diff --git a/common/gnome-shell/3.16/common-assets/dash/running4.svg b/common/gnome-shell/3.16/common-assets/dash/running4.svg index 7393122..33ec9cf 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running4.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running4.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="19.769527" - inkscape:cx="7.1711103" - inkscape:cy="3.7516472" + inkscape:cx="10.256667" + inkscape:cy="-0.39615057" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="5" + y1="298" + x2="5" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,9 +164,9 @@ height="2" width="4" id="rect4202" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" id="rect4208" width="4" height="2" @@ -158,6 +178,6 @@ height="2" width="4" id="rect4214" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </svg> diff --git a/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg index 6ae13ca..4d3f262 100644 --- a/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg +++ b/common/gnome-shell/3.16/common-assets/menu/menu-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="9.0311108mm" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="menu-hover.svg"> <defs - id="defs6929" /> + id="defs6929"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="1185" + y1="108" + x2="1185" + y2="141" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.2" - inkscape:cx="16.532799" - inkscape:cy="17.338845" + inkscape:cx="0.595299" + inkscape:cy="17.160274" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -71,14 +91,14 @@ <g transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)" id="g6908" - style="fill:#5294e2;fill-opacity:1"> + style="fill:url(#linearGradient4140);fill-opacity:1"> <rect y="108" x="1011" height="33" width="348" id="rect5271" - style="opacity:1;fill:#5294e2;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:0" /> + style="opacity:1;fill:url(#linearGradient4140);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:0" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.16/common-assets/misc/more-results.svg b/common/gnome-shell/3.16/common-assets/misc/more-results.svg index a6f8d1e..8625db8 100644 --- a/common/gnome-shell/3.16/common-assets/misc/more-results.svg +++ b/common/gnome-shell/3.16/common-assets/misc/more-results.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -16,7 +18,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="more-results.svg"> <defs - id="defs12432" /> + id="defs12432"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="149.99985" + y1="397.99106" + x2="149.99985" + y2="413.99105" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4152" + x1="149.99984" + y1="401.99107" + x2="149.99984" + y2="409.99107" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#7a7a7a" @@ -25,8 +62,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="6.0810901" - inkscape:cy="9.9882296" + inkscape:cx="7.9593425" + inkscape:cy="9.811453" inkscape:document-units="px" inkscape:current-layer="g14642-3-0" showgrid="true" @@ -72,7 +109,7 @@ inkscape:label="zoom-in" id="g14642-3-0"> <ellipse - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient4149);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="path4156" cx="149.99985" cy="405.99106" @@ -120,7 +157,7 @@ </g> </g> <path - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + style="fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" d="m 148.99984,401.99107 0,3 -3,0 0,2 3,0 0,3 2,0 0,-3 3,0 0,-2 -3,0 0,-3 z" id="rect3757" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg index 89446ce..00c1556 100644 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg +++ b/common/gnome-shell/3.16/common-assets/misc/page-indicator-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -16,7 +18,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="page-indicator-active.svg"> <defs - id="defs5268" /> + id="defs5268"> + <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="9" + y1="3" + x2="9" + y2="11" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#cacaca" @@ -25,8 +45,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="16" - inkscape:cx="0.44498099" - inkscape:cy="7.5490324" + inkscape:cx="-10.742519" + inkscape:cy="7.4240324" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -58,7 +78,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.16/common-assets/panel/activities-active.svg b/common/gnome-shell/3.16/common-assets/panel/activities-active.svg index 6986f5c..ae5c602 100644 --- a/common/gnome-shell/3.16/common-assets/panel/activities-active.svg +++ b/common/gnome-shell/3.16/common-assets/panel/activities-active.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="3.5498385" - inkscape:cy="11.547553" + inkscape:cx="4.4779162" + inkscape:cy="11.459165" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -76,7 +78,25 @@ id="guide4135" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="6" + y1="287" + x2="6" + y2="289" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -134,21 +154,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4138" width="2" height="2" x="5" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-6" width="2" height="2" x="11" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-9" width="2" height="2" diff --git a/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg b/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg index c85eeee..c374f22 100644 --- a/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg +++ b/common/gnome-shell/3.16/common-assets/switch/switch-off-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4164" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,24 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4166" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4168" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,9 +128,9 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="8.2495794" - inkscape:cx="-2.2858532" - inkscape:cy="2.3994423" - inkscape:current-layer="layer1" + inkscape:cx="34.261465" + inkscape:cy="7.0057377" + inkscape:current-layer="switch-selected" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -183,7 +211,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -195,7 +223,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg index 7c2572d..a86b37a 100644 --- a/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg +++ b/common/gnome-shell/3.16/common-assets/switch/switch-on-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop4171" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4170" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +154,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="20.556458" - inkscape:cy="-1.6685358" + inkscape:cx="14.042172" + inkscape:cy="11.702892" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg index 7789a23..0c2a8ee 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.2080158" - inkscape:cy="7.7067432" + inkscape:cx="-8.8873943" + inkscape:cy="0.45889901" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg index d2f64f9..b17ab7c 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.3847925" - inkscape:cy="7.7067432" + inkscape:cx="-1.9931035" + inkscape:cy="7.5299665" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> diff --git a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg index fcaae67..0c111f0 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.2080158" - inkscape:cy="7.7067432" + inkscape:cx="5.2547407" + inkscape:cy="14.601034" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -126,7 +145,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-70" width="13" height="12.999997" diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg index 7f292f8..33f401d 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="-21.616809" - inkscape:cy="2.0293849" + inkscape:cx="-2.7030998" + inkscape:cy="8.9526136" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -60,7 +62,7 @@ inkscape:window-width="1366" inkscape:window-x="0" inkscape:window-y="25" - inkscape:zoom="5.6568543"> + inkscape:zoom="22.627417"> <inkscape:grid empspacing="2" enabled="true" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="108.31551" + y1="748.98676" + x2="108.31551" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,27 +164,9 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" - id="path6040" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect6046" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="749" /> - <rect - height="1" - id="rect6050" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> </g> </svg> diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="3.892693" - inkscape:cy="8.8200689" + inkscape:cx="-7.294807" + inkscape:cy="8.6950689" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="328.68296" + y1="748.97592" + x2="328.68296" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-321.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,29 +164,9 @@ style="display:inline" transform="translate(-321.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" - id="path8460" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect8464" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="749" /> - <rect - height="1" - id="rect8468" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> </g> </svg> diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-active.svg b/common/gnome-shell/3.16/dark-assets/misc/message-active.svg index 06860fd..6555c32 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-active.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-active.svg"> <defs - id="defs6623" /> + id="defs6623"> + <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="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="11.2" + inkscape:cx="-12.228426" + inkscape:cy="20.664501" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg index 58fab12..d678a90 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-close-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-active.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4157" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4160" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4162" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4159" + x1="48.998427" + y1="763.99977" + x2="48.998427" + y2="772" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +63,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="4.1830863" + inkscape:cy="8.1637646" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +95,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" @@ -97,7 +134,7 @@ inkscape:connector-curvature="0" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" id="path10839-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </g> diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg index 65aa6cc..6ed2ec1 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-hover.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4148" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4150" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="10.054598" - inkscape:cy="11.067953" + inkscape:cx="-1.2464835" + inkscape:cy="10.941684" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#linearGradient4150);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" diff --git a/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg index 87ead75..7ab720c 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-hover.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="11.2" + inkscape:cx="-0.68428583" + inkscape:cy="17.181721" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.16/dark-assets/misc/message.svg b/common/gnome-shell/3.16/dark-assets/misc/message.svg index 2fb2d4f..7c8f1b6 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="15.839192" + inkscape:cx="0.58833524" + inkscape:cy="24.231157" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg index baf1339..b6a9be9 100644 --- a/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,15 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +119,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="26.273653" - inkscape:cy="16.301439" + inkscape:cx="10.930796" + inkscape:cy="16.13001" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -140,7 +159,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +194,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css index 2ef2e78..b23c020 100644 --- a/common/gnome-shell/3.16/gnome-shell-dark.css +++ b/common/gnome-shell/3.16/gnome-shell-dark.css @@ -39,7 +39,7 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + 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(64, 69, 82, 0); @@ -51,12 +51,12 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + 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(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + 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 { @@ -79,12 +79,12 @@ stage { 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: #5294E2; } + color: #5294e2; } .modal-dialog-button-box .button:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + 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(64, 69, 82, 0); @@ -96,7 +96,7 @@ stage { StEntry { padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -107,7 +107,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #D3DAE3; background-color: #404552; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:insensitive { color: rgba(211, 218, 227, 0.45); @@ -141,16 +141,16 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -285,15 +285,15 @@ StScrollBar { color: #e3e7ed; font-size: 8pt; } .end-session-dialog .button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -483,7 +483,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -495,7 +495,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -522,11 +522,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -540,7 +540,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -563,10 +563,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -582,7 +582,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -622,7 +622,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: #ffffff; + color: white; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -632,13 +632,13 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -667,7 +667,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -720,11 +720,11 @@ StScrollBar { padding: 13px; color: #D3DAE3; background-color: transparent; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .system-menu-action:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -778,7 +778,7 @@ StScrollBar { .message-list-section-title:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid #2b2e39; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } @@ -874,11 +874,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1007,7 +1007,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1063,9 +1063,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1097,7 +1097,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1145,7 +1145,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1163,7 +1163,7 @@ StScrollBar { .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: #5294E2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, @@ -1176,7 +1176,7 @@ StScrollBar { width: 11px; height: 2px; margin-bottom: 6px; - background-color: #5294E2; } + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1203,14 +1203,14 @@ StScrollBar { .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + 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: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1239,7 +1239,7 @@ StScrollBar { box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; } + 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; } @@ -1266,7 +1266,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1286,13 +1286,13 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #5294E2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1307,11 +1307,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1446,7 +1447,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1532,7 +1533,7 @@ StScrollBar { height: 24px; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1571,7 +1572,7 @@ StScrollBar { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { text-shadow: 0 1px rgba(64, 69, 82, 0); @@ -1606,7 +1607,7 @@ StScrollBar { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1664,7 +1665,7 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + 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 { @@ -1712,10 +1713,10 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1726,7 +1727,7 @@ StScrollBar { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -1861,11 +1862,11 @@ StScrollBar { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1874,7 +1875,7 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -1882,7 +1883,7 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css index 3850dd4..baef1f5 100644 --- a/common/gnome-shell/3.16/gnome-shell.css +++ b/common/gnome-shell/3.16/gnome-shell.css @@ -39,7 +39,7 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -51,13 +51,13 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -79,12 +79,12 @@ stage { 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: #5294E2; } + color: #5294e2; } .modal-dialog-button-box .button:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + 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(255, 255, 255, 0); @@ -96,7 +96,7 @@ stage { StEntry { padding: 7px; caret-size: 1px; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -107,7 +107,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #5c616c; background-color: #ffffff; - border: 1px solid #5294E2; + 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); @@ -141,16 +141,16 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -285,15 +285,15 @@ StScrollBar { color: #686d7a; font-size: 8pt; } .end-session-dialog .button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; border-color: #F04A50; } .end-session-dialog .button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; border-color: #f47479; } .end-session-dialog .button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; border-color: #ee3239; } @@ -483,7 +483,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -495,7 +495,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -522,11 +522,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -540,7 +540,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -563,10 +563,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -582,7 +582,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -622,7 +622,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: #ffffff; + color: white; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -632,13 +632,13 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -667,7 +667,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -720,11 +720,11 @@ StScrollBar { padding: 13px; color: #5c616c; background-color: transparent; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .system-menu-action:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -778,8 +778,8 @@ StScrollBar { .message-list-section-title:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .datemenu-today-button .date-label { @@ -874,11 +874,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1007,7 +1007,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1063,9 +1063,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1097,7 +1097,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1145,7 +1145,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1163,7 +1163,7 @@ StScrollBar { .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: #5294E2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, @@ -1176,7 +1176,7 @@ StScrollBar { width: 11px; height: 2px; margin-bottom: 6px; - background-color: #5294E2; } + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1203,14 +1203,14 @@ StScrollBar { .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + 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: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1239,7 +1239,7 @@ StScrollBar { box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; } + 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; } @@ -1266,7 +1266,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1286,13 +1286,13 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #5294E2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1307,11 +1307,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1446,7 +1447,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1532,7 +1533,7 @@ StScrollBar { height: 24px; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1571,7 +1572,7 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -1606,7 +1607,7 @@ StScrollBar { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1664,8 +1665,8 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -1712,10 +1713,10 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1726,7 +1727,7 @@ StScrollBar { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -1861,11 +1862,11 @@ StScrollBar { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1874,7 +1875,7 @@ StScrollBar { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -1882,7 +1883,7 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid rgba(26, 28, 34, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg index 983e7f8..5397452 100644 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-12.701718" + inkscape:cy="-4.172704" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -105,7 +150,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg index e8da8e6..5638dc6 100644 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-16.237251" + inkscape:cy="2.8983635" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg index 6c2f719..da48d45 100644 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="5.9470841" - inkscape:cy="-0.94340514" + inkscape:cx="-9.8744294" + inkscape:cy="-1.1201818" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -126,7 +145,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3" width="13" height="12.999997" diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg index 7f292f8..33f401d 100644 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg +++ b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="-21.616809" - inkscape:cy="2.0293849" + inkscape:cx="-2.7030998" + inkscape:cy="8.9526136" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -60,7 +62,7 @@ inkscape:window-width="1366" inkscape:window-x="0" inkscape:window-y="25" - inkscape:zoom="5.6568543"> + inkscape:zoom="22.627417"> <inkscape:grid empspacing="2" enabled="true" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="108.31551" + y1="748.98676" + x2="108.31551" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,27 +164,9 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" - id="path6040" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect6046" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="749" /> - <rect - height="1" - id="rect6050" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> </g> </svg> diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="3.892693" - inkscape:cy="8.8200689" + inkscape:cx="-7.294807" + inkscape:cy="8.6950689" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="328.68296" + y1="748.97592" + x2="328.68296" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-321.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,29 +164,9 @@ style="display:inline" transform="translate(-321.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" - id="path8460" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect8464" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="749" /> - <rect - height="1" - id="rect8468" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> </g> </svg> diff --git a/common/gnome-shell/3.16/light-assets/misc/message-active.svg b/common/gnome-shell/3.16/light-assets/misc/message-active.svg index 06860fd..26baa11 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-active.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-active.svg"> <defs - id="defs6623" /> + id="defs6623"> + <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="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:cx="-35.847725" + inkscape:cy="9.3753852" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" diff --git a/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg b/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg index 58fab12..d678a90 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-close-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-active.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4157" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4160" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4162" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4159" + x1="48.998427" + y1="763.99977" + x2="48.998427" + y2="772" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +63,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="4.1830863" + inkscape:cy="8.1637646" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +95,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" @@ -97,7 +134,7 @@ inkscape:connector-curvature="0" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" id="path10839-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </g> diff --git a/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg index 359aad5..73685e0 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-hover.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4148" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4150" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="-12.326594" + inkscape:cy="10.815415" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -48,7 +68,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4150);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" diff --git a/common/gnome-shell/3.16/light-assets/misc/message-hover.svg b/common/gnome-shell/3.16/light-assets/misc/message-hover.svg index 64a79b6..8c1e2d8 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-hover.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,35 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-hover.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.6666669,-33.431046)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,12 +55,12 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="19.142243" - inkscape:cy="21.759802" + inkscape:zoom="7.9999996" + inkscape:cx="-2.9365108" + inkscape:cy="15.119182" inkscape:document-units="px" inkscape:current-layer="layer1" - showgrid="false" + showgrid="true" units="px" inkscape:snap-bbox="true" inkscape:bbox-paths="true" @@ -48,7 +78,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,7 +88,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4140);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" @@ -67,10 +97,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.6620002,0 -3.0000002,-0.7025 -3.0000002,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3.0000002,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095236" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465002,0 -2.2500002,-0.6805 -2.2500002,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.2500002,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/gnome-shell/3.16/light-assets/misc/message.svg b/common/gnome-shell/3.16/light-assets/misc/message.svg index a1f8615..039cb8f 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,26 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4153" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +47,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" - inkscape:cx="-0.89235979" - inkscape:cy="34.935138" + inkscape:cx="-3.6188723" + inkscape:cy="36.101629" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -67,10 +88,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/gnome-shell/3.16/light-assets/switch/switch-on.svg b/common/gnome-shell/3.16/light-assets/switch/switch-on.svg index 0203bbb..ff81a42 100644 --- a/common/gnome-shell/3.16/light-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.16/light-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4181" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4183" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4185" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4187" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -99,10 +153,10 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="32.998318" - inkscape:cx="6.3160735" - inkscape:cy="9.1853829" - inkscape:current-layer="layer1" + inkscape:zoom="8.2495795" + inkscape:cx="1.2517535" + inkscape:cy="0.45938131" + inkscape:current-layer="switch-active-2" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -140,7 +194,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.16/sass/_colors.scss b/common/gnome-shell/3.16/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gnome-shell/3.16/sass/_colors.scss +++ b/common/gnome-shell/3.16/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 35720b7..b9ac0d3 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color; $_bubble_borders_color: transparentize($osd_fg_color,0.8); +$_shell_fg_color: white; stage { font-family: $font-family; @@ -142,7 +143,7 @@ StScrollBar { -slider-active-background-color: $selected_bg_color; //active trough fill -slider-active-border-color: transparentize(black, 1); //active trough border -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -338,17 +339,17 @@ StScrollBar { // Shutdown Button .button:last-child { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: $destructive_color; border-color: $destructive_color; &:hover { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: lighten($destructive_color, 9%); border-color: lighten($destructive_color, 9%); } &:active { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: darken($destructive_color, 5%); border-color: darken($destructive_color, 5%); } @@ -618,7 +619,7 @@ StScrollBar { min-width: 64px; min-height: 64px; - color: $selected_fg_color; + color: $_shell_fg_color; background: none; border: none; border-radius: 5px; @@ -698,7 +699,7 @@ StScrollBar { color: $osd_fg_color; &:highlighted { - color: $selected_fg_color; + color: $_shell_fg_color; } } @@ -776,6 +777,8 @@ StScrollBar { // Top Bar // #panel { + $_panel_fg_color: $_shell_fg_color; + font-weight: bold; height: 2.1em; min-height: 27px; @@ -821,7 +824,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: $selected_fg_color; + color: $_panel_fg_color; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; @@ -834,7 +837,7 @@ StScrollBar { } &:hover { - color: $selected_fg_color; + color: $_panel_fg_color; background-color: transparentize(black, 0.83); border-bottom-width: 1px; border-color: transparent; @@ -1396,9 +1399,9 @@ StScrollBar { .list-search-result-content { spacing: 12px; padding: 12px; } -.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; } +.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; } -.list-search-result-description { color: darken($selected_fg_color, 20%); } +.list-search-result-description { color: darken($_shell_fg_color, 20%); } .search-provider-icon { padding: 15px; } .search-provider-icon-more { @@ -1454,7 +1457,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: $selected_fg_color; + color: $_shell_fg_color; background-color: transparentize(black, 0.3); text-align: center; -x-offset: 3px; @@ -1618,7 +1621,7 @@ StScrollBar { } %icon_tile { - color: $selected_fg_color; + color: $_shell_fg_color; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1641,6 +1644,7 @@ StScrollBar { } &:active > .overview-icon, &:checked > .overview-icon { + color: $selected_fg_color; background-color: $selected_bg_color; box-shadow: none; } @@ -2191,7 +2195,7 @@ $legacy_icon_size: 24px; padding-right: .3em; &:hover { - color: $selected_fg_color; + color: $_shell_fg_color; text-shadow: black 0px 2px 2px; } &:selected { diff --git a/common/gnome-shell/3.18/common-assets/dash/running1.svg b/common/gnome-shell/3.18/common-assets/dash/running1.svg index 322dc8d..45036e2 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running1.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="13.979167" - inkscape:cx="8.9568436" - inkscape:cy="-0.4854291" + inkscape:cx="-3.8479251" + inkscape:cy="-0.62849914" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + 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" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none" id="rect4270-9" width="8" height="2" diff --git a/common/gnome-shell/3.18/common-assets/dash/running2.svg b/common/gnome-shell/3.18/common-assets/dash/running2.svg index 731f8e0..365fa90 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running2.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running2.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="39.539055" - inkscape:cx="11.552125" - inkscape:cy="2.6434045" + inkscape:cx="13.094903" + inkscape:cy="2.5928216" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="11" + y1="298" + x2="11" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,6 +164,6 @@ height="2" width="4" id="rect4239" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </svg> diff --git a/common/gnome-shell/3.18/common-assets/dash/running3.svg b/common/gnome-shell/3.18/common-assets/dash/running3.svg index ca85562..0de3f4b 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running3.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -29,9 +31,9 @@ borderopacity="1" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="27.958333" - inkscape:cx="8.1058637" - inkscape:cy="5.6243161" + inkscape:zoom="13.979167" + inkscape:cx="6.8007789" + inkscape:cy="11.461748" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4139" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4141" + x1="8" + y1="298" + x2="8" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4141);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,9 +164,9 @@ height="2" width="4" id="rect4239" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" id="rect4140" width="4" height="2" diff --git a/common/gnome-shell/3.18/common-assets/dash/running4.svg b/common/gnome-shell/3.18/common-assets/dash/running4.svg index 7393122..33ec9cf 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running4.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running4.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="19.769527" - inkscape:cx="7.1711103" - inkscape:cy="3.7516472" + inkscape:cx="10.256667" + inkscape:cy="-0.39615057" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -74,7 +76,25 @@ snapvisiblegridlinesonly="true" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="5" + y1="298" + x2="5" + y2="300" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -132,7 +152,7 @@ id="layer1" transform="translate(0,-296)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none" id="rect4270-9" width="4" height="2" @@ -144,9 +164,9 @@ height="2" width="4" id="rect4202" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" id="rect4208" width="4" height="2" @@ -158,6 +178,6 @@ height="2" width="4" id="rect4214" - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </svg> diff --git a/common/gnome-shell/3.18/common-assets/menu/menu-hover.svg b/common/gnome-shell/3.18/common-assets/menu/menu-hover.svg index 6ae13ca..4d3f262 100644 --- a/common/gnome-shell/3.18/common-assets/menu/menu-hover.svg +++ b/common/gnome-shell/3.18/common-assets/menu/menu-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="9.0311108mm" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="menu-hover.svg"> <defs - id="defs6929" /> + id="defs6929"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="1185" + y1="108" + x2="1185" + y2="141" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.2" - inkscape:cx="16.532799" - inkscape:cy="17.338845" + inkscape:cx="0.595299" + inkscape:cy="17.160274" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -71,14 +91,14 @@ <g transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)" id="g6908" - style="fill:#5294e2;fill-opacity:1"> + style="fill:url(#linearGradient4140);fill-opacity:1"> <rect y="108" x="1011" height="33" width="348" id="rect5271" - style="opacity:1;fill:#5294e2;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:0" /> + style="opacity:1;fill:url(#linearGradient4140);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:0" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.18/common-assets/misc/more-results.svg b/common/gnome-shell/3.18/common-assets/misc/more-results.svg index a6f8d1e..b5fa6be 100644 --- a/common/gnome-shell/3.18/common-assets/misc/more-results.svg +++ b/common/gnome-shell/3.18/common-assets/misc/more-results.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -16,7 +18,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="more-results.svg"> <defs - id="defs12432" /> + id="defs12432"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4147" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4149" + x1="149.99985" + y1="397.99106" + x2="149.99985" + y2="413.99105" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4152" + x1="149.99984" + y1="401.99107" + x2="149.99984" + y2="409.99107" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#7a7a7a" @@ -25,8 +62,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="6.0810901" - inkscape:cy="9.9882296" + inkscape:cx="7.9593425" + inkscape:cy="9.811453" inkscape:document-units="px" inkscape:current-layer="g14642-3-0" showgrid="true" @@ -72,7 +109,7 @@ inkscape:label="zoom-in" id="g14642-3-0"> <ellipse - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient4149);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="path4156" cx="149.99985" cy="405.99106" @@ -120,7 +157,7 @@ </g> </g> <path - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" + style="fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" d="m 148.99984,401.99107 0,3 -3,0 0,2 3,0 0,3 2,0 0,-3 3,0 0,-2 -3,0 0,-3 z" id="rect3757" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.18/common-assets/misc/page-indicator-active.svg b/common/gnome-shell/3.18/common-assets/misc/page-indicator-active.svg index 89446ce..00c1556 100644 --- a/common/gnome-shell/3.18/common-assets/misc/page-indicator-active.svg +++ b/common/gnome-shell/3.18/common-assets/misc/page-indicator-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -16,7 +18,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="page-indicator-active.svg"> <defs - id="defs5268" /> + id="defs5268"> + <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="9" + y1="3" + x2="9" + y2="11" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#cacaca" @@ -25,8 +45,8 @@ inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:zoom="16" - inkscape:cx="0.44498099" - inkscape:cy="7.5490324" + inkscape:cx="-10.742519" + inkscape:cy="7.4240324" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -58,7 +78,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.18/common-assets/panel/activities-active.svg b/common/gnome-shell/3.18/common-assets/panel/activities-active.svg index 6986f5c..ae5c602 100644 --- a/common/gnome-shell/3.18/common-assets/panel/activities-active.svg +++ b/common/gnome-shell/3.18/common-assets/panel/activities-active.svg @@ -2,11 +2,13 @@ <!-- 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" @@ -30,8 +32,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627417" - inkscape:cx="3.5498385" - inkscape:cy="11.547553" + inkscape:cx="4.4779162" + inkscape:cy="11.459165" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -76,7 +78,25 @@ id="guide4135" /> </sodipodi:namedview> <defs - id="defs3" /> + id="defs3"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4140" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4142" + x1="6" + y1="287" + x2="6" + y2="289" + gradientUnits="userSpaceOnUse" /> + </defs> <metadata id="metadata4"> <rdf:RDF> @@ -134,21 +154,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4138" width="2" height="2" x="5" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-6" width="2" height="2" x="11" y="287" /> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new" id="rect4138-9" width="2" height="2" diff --git a/common/gnome-shell/3.18/common-assets/switch/switch-off-selected.svg b/common/gnome-shell/3.18/common-assets/switch/switch-off-selected.svg index c85eeee..937bef9 100644 --- a/common/gnome-shell/3.18/common-assets/switch/switch-off-selected.svg +++ b/common/gnome-shell/3.18/common-assets/switch/switch-off-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4164" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,24 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4166" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4168" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,9 +128,9 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="8.2495794" - inkscape:cx="-2.2858532" - inkscape:cy="2.3994423" - inkscape:current-layer="layer1" + inkscape:cx="34.261465" + inkscape:cy="7.0057377" + inkscape:current-layer="switch-selected" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -183,7 +211,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -195,7 +223,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.18/common-assets/switch/switch-on-selected.svg b/common/gnome-shell/3.18/common-assets/switch/switch-on-selected.svg index 7c2572d..b4de53f 100644 --- a/common/gnome-shell/3.18/common-assets/switch/switch-on-selected.svg +++ b/common/gnome-shell/3.18/common-assets/switch/switch-on-selected.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4171" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4170" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +154,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="20.556458" - inkscape:cy="-1.6685358" + inkscape:cx="14.042172" + inkscape:cy="11.702892" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked-focused.svg index 7789a23..0c2a8ee 100644 --- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.2080158" - inkscape:cy="7.7067432" + inkscape:cx="-8.8873943" + inkscape:cy="0.45889901" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> diff --git a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg index d2f64f9..b17ab7c 100644 --- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4159" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4161" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.3847925" - inkscape:cy="7.7067432" + inkscape:cx="-1.9931035" + inkscape:cy="7.5299665" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -136,7 +155,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> diff --git a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg index fcaae67..0c111f0 100644 --- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-7.2080158" - inkscape:cy="7.7067432" + inkscape:cx="5.2547407" + inkscape:cy="14.601034" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -82,7 +101,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -126,7 +145,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-70" width="13" height="12.999997" diff --git a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left-hover.svg index 7f292f8..33f401d 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left-hover.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="-21.616809" - inkscape:cy="2.0293849" + inkscape:cx="-2.7030998" + inkscape:cy="8.9526136" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -60,7 +62,7 @@ inkscape:window-width="1366" inkscape:window-x="0" inkscape:window-y="25" - inkscape:zoom="5.6568543"> + inkscape:zoom="22.627417"> <inkscape:grid empspacing="2" enabled="true" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="108.31551" + y1="748.98676" + x2="108.31551" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,27 +164,9 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" - id="path6040" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect6046" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="749" /> - <rect - height="1" - id="rect6050" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> </g> </svg> diff --git a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="3.892693" - inkscape:cy="8.8200689" + inkscape:cx="-7.294807" + inkscape:cy="8.6950689" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="328.68296" + y1="748.97592" + x2="328.68296" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-321.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,29 +164,9 @@ style="display:inline" transform="translate(-321.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" - id="path8460" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect8464" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="749" /> - <rect - height="1" - id="rect8468" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> </g> </svg> diff --git a/common/gnome-shell/3.18/dark-assets/misc/message-active.svg b/common/gnome-shell/3.18/dark-assets/misc/message-active.svg index 06860fd..26baa11 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message-active.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-active.svg"> <defs - id="defs6623" /> + id="defs6623"> + <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="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:cx="-35.847725" + inkscape:cy="9.3753852" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" diff --git a/common/gnome-shell/3.18/dark-assets/misc/message-close-active.svg b/common/gnome-shell/3.18/dark-assets/misc/message-close-active.svg index 58fab12..d678a90 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message-close-active.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message-close-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-active.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4157" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4160" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4162" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4159" + x1="48.998427" + y1="763.99977" + x2="48.998427" + y2="772" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +63,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="4.1830863" + inkscape:cy="8.1637646" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +95,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" @@ -97,7 +134,7 @@ inkscape:connector-curvature="0" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" id="path10839-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </g> diff --git a/common/gnome-shell/3.18/dark-assets/misc/message-close-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/message-close-hover.svg index 65aa6cc..6ed2ec1 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-hover.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4148" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4150" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="10.054598" - inkscape:cy="11.067953" + inkscape:cx="-1.2464835" + inkscape:cy="10.941684" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#linearGradient4150);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" diff --git a/common/gnome-shell/3.18/dark-assets/misc/message-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/message-hover.svg index 87ead75..7ab720c 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message-hover.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-hover.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="11.2" + inkscape:cx="-0.68428583" + inkscape:cy="17.181721" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.18/dark-assets/misc/message.svg b/common/gnome-shell/3.18/dark-assets/misc/message.svg index 2fb2d4f..7c8f1b6 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="2" + y1="1021.3622" + x2="2" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,9 +45,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:zoom="15.839192" + inkscape:cx="0.58833524" + inkscape:cy="24.231157" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -67,7 +87,7 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" + style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686" d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z" id="rect4162" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.18/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.18/dark-assets/switch/switch-on.svg index baf1339..b6a9be9 100644 --- a/common/gnome-shell/3.18/dark-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.18/dark-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,14 @@ <defs id="defs7541"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +101,15 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -100,8 +119,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.666667" - inkscape:cx="26.273653" - inkscape:cy="16.301439" + inkscape:cx="10.930796" + inkscape:cy="16.13001" inkscape:current-layer="layer1" showgrid="true" inkscape:grid-bbox="true" @@ -140,7 +159,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +194,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css index ac310dd..9b7463c 100644 --- a/common/gnome-shell/3.18/gnome-shell-dark.css +++ b/common/gnome-shell/3.18/gnome-shell-dark.css @@ -39,7 +39,7 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + 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(64, 69, 82, 0); @@ -51,12 +51,12 @@ stage { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #D3DAE3; background-color: #444a58; - border: 1px solid #5294E2; + 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(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + 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 { @@ -70,7 +70,7 @@ StEntry { padding: 7px; caret-size: 1px; caret-color: #D3DAE3; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -81,7 +81,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #D3DAE3; background-color: #404552; - border: 1px solid #5294E2; + border: 1px solid #5294e2; box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } StEntry:insensitive { color: rgba(211, 218, 227, 0.45); @@ -115,16 +115,16 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #676b78; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #2b2e39; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -197,10 +197,10 @@ StScrollBar { .modal-dialog-linked-button:hover { background-color: rgba(64, 69, 83, 0.95); } .modal-dialog-linked-button:focus { - color: #5294E2; } + color: #5294e2; } .modal-dialog-linked-button:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .modal-dialog-linked-button:insensitive { color: rgba(186, 195, 207, 0.5); background-color: rgba(49, 52, 63, 0.95); } @@ -275,13 +275,13 @@ StScrollBar { color: #e3e7ed; font-size: 8pt; } .end-session-dialog .modal-dialog-linked-button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; } .end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; } .end-session-dialog .modal-dialog-linked-button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; } .shell-mount-operation-icon { @@ -404,8 +404,8 @@ StScrollBar { border: 1px solid #2b2e39; border-radius: 3px; } .audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus { - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .audio-selection-device-box { padding: 20px; @@ -512,7 +512,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -524,7 +524,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -551,11 +551,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -569,7 +569,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -592,10 +592,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -611,7 +611,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -651,7 +651,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: #ffffff; + color: white; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -661,13 +661,13 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -698,7 +698,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -755,11 +755,11 @@ StScrollBar { padding: 13px; color: #D3DAE3; background-color: transparent; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .system-menu-action:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -813,7 +813,7 @@ StScrollBar { .message-list-section-title:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border: 1px solid #2b2e39; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } @@ -909,11 +909,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1004,7 +1004,7 @@ StScrollBar { .message-media-control:hover { color: #D3DAE3; } .message-media-control:active { - color: #5294E2; } + color: #5294e2; } .media-message-cover-icon { icon-size: 32px; } @@ -1082,7 +1082,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1138,9 +1138,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1172,7 +1172,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1220,7 +1220,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1238,7 +1238,7 @@ StScrollBar { .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: #5294E2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, @@ -1251,7 +1251,7 @@ StScrollBar { width: 11px; height: 2px; margin-bottom: 6px; - background-color: #5294E2; } + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1278,14 +1278,14 @@ StScrollBar { .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + 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: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1314,7 +1314,7 @@ StScrollBar { box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; } + 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; } @@ -1341,7 +1341,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1361,13 +1361,13 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #5294E2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1382,11 +1382,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1521,7 +1522,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1611,7 +1612,7 @@ StScrollBar { min-width: 155px; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1650,7 +1651,7 @@ StScrollBar { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { text-shadow: 0 1px rgba(64, 69, 82, 0); @@ -1685,7 +1686,7 @@ StScrollBar { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1743,7 +1744,7 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(64, 69, 82, 0); color: #ffffff; - background-color: #5294E2; + 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 { @@ -1791,10 +1792,10 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1805,7 +1806,7 @@ StScrollBar { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -1940,11 +1941,11 @@ StScrollBar { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1954,7 +1955,7 @@ StScrollBar { .lg-dialog StEntry { caret-color: #ffffff; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -1962,11 +1963,11 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; + 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: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .lg-dialog .shell-link { color: #a9caf1; } diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index b83026b..761e9a7 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -39,7 +39,7 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -51,13 +51,13 @@ stage { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -70,7 +70,7 @@ StEntry { padding: 7px; caret-size: 1px; caret-color: #5c616c; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; transition-duration: 300ms; border-radius: 3px; @@ -81,7 +81,7 @@ StEntry { StEntry:focus, StEntry:hover { color: #5c616c; background-color: #ffffff; - border: 1px solid #5294E2; + 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); @@ -115,16 +115,16 @@ StScrollBar { StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { background-color: #c7c9cd; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294E2; } + background-color: #5294e2; } .slider { -slider-height: 4px; -slider-background-color: #cfd6e6; -slider-border-color: transparent; - -slider-active-background-color: #5294E2; + -slider-active-background-color: #5294e2; -slider-active-border-color: transparent; -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -197,10 +197,10 @@ StScrollBar { .modal-dialog-linked-button:hover { background-color: rgba(64, 69, 83, 0.95); } .modal-dialog-linked-button:focus { - color: #5294E2; } + color: #5294e2; } .modal-dialog-linked-button:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .modal-dialog-linked-button:insensitive { color: rgba(186, 195, 207, 0.5); background-color: rgba(49, 52, 63, 0.95); } @@ -275,13 +275,13 @@ StScrollBar { color: #686d7a; font-size: 8pt; } .end-session-dialog .modal-dialog-linked-button:last-child { - color: #ffffff; + color: white; background-color: #F04A50; } .end-session-dialog .modal-dialog-linked-button:last-child:hover { - color: #ffffff; + color: white; background-color: #f47479; } .end-session-dialog .modal-dialog-linked-button:last-child:active { - color: #ffffff; + color: white; background-color: #ee3239; } .shell-mount-operation-icon { @@ -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: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .audio-selection-device-box { padding: 20px; @@ -512,7 +512,7 @@ StScrollBar { margin: 32px; min-width: 64px; min-height: 64px; - color: #ffffff; + color: white; background: none; border: none; border-radius: 5px; @@ -524,7 +524,7 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294E2; } + color: #5294e2; } .resize-popup { color: #BAC3CF; @@ -551,11 +551,11 @@ StScrollBar { border-radius: 2px; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .switcher-list .item-box:selected { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -569,7 +569,7 @@ StScrollBar { border-color: transparent; color: #BAC3CF; } .switcher-arrow:highlighted { - color: #ffffff; } + color: white; } .input-source-switcher-symbol { font-size: 34pt; @@ -592,10 +592,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294E2; + background-color: #5294e2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -611,7 +611,7 @@ StScrollBar { .tile-preview { background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -651,7 +651,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: #ffffff; + color: white; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; } @@ -661,13 +661,13 @@ StScrollBar { margin-left: 0px; margin-right: 0px; } #panel .panel-button:hover { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.17); border-bottom-width: 1px; border-color: transparent; } #panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; border-bottom-width: 1px; border-color: black; } @@ -698,7 +698,7 @@ StScrollBar { #panel .screencast-indicator { color: #FC4138; } #panel .clock-display > * > *:last-child { - color: #5294E2; + color: #5294e2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -755,11 +755,11 @@ StScrollBar { padding: 13px; color: #5c616c; background-color: transparent; - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } .system-menu-action:active { color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; } + background-color: #5294e2; + border: 1px solid #5294e2; } .system-menu-action > StIcon { icon-size: 16px; } @@ -813,8 +813,8 @@ StScrollBar { .message-list-section-title:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + background-color: #5294e2; + border: 1px solid #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .datemenu-today-button .date-label { @@ -909,11 +909,11 @@ StScrollBar { .calendar-today:hover { font-weight: bold; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-width: 0; } .calendar-day-with-events { - color: #5294E2; + color: #5294e2; font-weight: bold; } .calendar-today.calendar-day-with-events { @@ -1004,7 +1004,7 @@ StScrollBar { .message-media-control:hover { color: #5c616c; } .message-media-control:active { - color: #5294E2; } + color: #5294e2; } .media-message-cover-icon { icon-size: 32px; } @@ -1082,7 +1082,7 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nm-dialog-icons { spacing: .5em; } @@ -1138,9 +1138,9 @@ StScrollBar { .search-entry:hover, .search-entry:focus { color: #ffffff; caret-color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; selection-background-color: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { color: #ffffff; } @@ -1172,7 +1172,7 @@ StScrollBar { .list-search-result-title { font-size: 1.5em; - color: #ffffff; } + color: white; } .list-search-result-description { color: #cccccc; } @@ -1220,7 +1220,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.7); text-align: center; -x-offset: 3px; } @@ -1238,7 +1238,7 @@ StScrollBar { .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: #5294E2; } + background-color: #5294e2; } #dash .app-well-app:active .overview-icon, .right #dash .app-well-app:active .overview-icon, @@ -1251,7 +1251,7 @@ StScrollBar { width: 11px; height: 2px; margin-bottom: 6px; - background-color: #5294E2; } + background-color: #5294e2; } #dashtodockContainer .app-well-app-running-dot { background: none; @@ -1278,14 +1278,14 @@ StScrollBar { .show-apps:hover .overview-icon { background-color: rgba(0, 0, 0, 0.7); - color: #5294E2; } + 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: #ffffff; - background-color: #5294E2; + background-color: #5294e2; box-shadow: none; transition-duration: 0ms; } @@ -1314,7 +1314,7 @@ StScrollBar { box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); } .app-view-control:checked { color: #ffffff; - background-color: #5294E2; } + 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; } @@ -1341,7 +1341,7 @@ StScrollBar { .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294E2; } + box-shadow: inset 0 0 #5294e2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1361,13 +1361,13 @@ StScrollBar { width: 20px; height: 2px; margin-bottom: 4px; - background-color: #5294E2; } + background-color: #5294e2; } .search-provider-icon, .list-search-result, .app-well-app .overview-icon, .app-well-app.app-folder .overview-icon, .grid-search-result .overview-icon { - color: #ffffff; + color: white; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1382,11 +1382,12 @@ StScrollBar { background-color: rgba(60, 64, 78, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - background-color: #5294E2; + color: #ffffff; + background-color: #5294e2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294E2; } + background-color: #5294e2; } .app-folder-popup { -arrow-border-radius: 2px; @@ -1521,7 +1522,7 @@ StScrollBar { .chat-sent { padding-left: 18pt; - color: #5294E2; } + color: #5294e2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1611,7 +1612,7 @@ StScrollBar { min-width: 155px; } .magnifier-zoom-region { - border: 2px solid #5294E2; } + border: 2px solid #5294e2; } .magnifier-zoom-region.full-screen { border-width: 0; } @@ -1650,7 +1651,7 @@ StScrollBar { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; border: 1px solid rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } .keyboard-key:grayed { text-shadow: 0 1px rgba(255, 255, 255, 0); @@ -1685,7 +1686,7 @@ StScrollBar { border-radius: 2px; color: #BAC3CF; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .candidate-page-button-box { @@ -1743,8 +1744,8 @@ StScrollBar { .login-dialog .modal-dialog-button:default:active { text-shadow: 0 1px rgba(255, 255, 255, 0); color: #ffffff; - background-color: #5294E2; - border: 1px solid #5294E2; + 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(255, 255, 255, 0); @@ -1791,10 +1792,10 @@ StScrollBar { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294E2; } + border-right: 2px solid #5294e2; } .login-dialog-user-list-item { border-radius: 5px; @@ -1805,7 +1806,7 @@ StScrollBar { .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; @@ -1940,11 +1941,11 @@ StScrollBar { padding-left: .3em; padding-right: .3em; } #LookingGlassDialog .notebook-tab:hover { - color: #ffffff; + color: white; text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294E2; + color: #5294e2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -1954,7 +1955,7 @@ StScrollBar { .lg-dialog StEntry { caret-color: #ffffff; - selection-background-color: #5294E2; + selection-background-color: #5294e2; selected-color: #ffffff; color: #BAC3CF; background-color: rgba(102, 109, 132, 0.35); @@ -1962,11 +1963,11 @@ StScrollBar { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog StEntry:focus { color: #ffffff; - background-color: #5294E2; + 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: #ffffff; - selected-color: #5294E2; } + selected-color: #5294e2; } .lg-dialog .shell-link { color: #2679db; } diff --git a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked-focused.svg b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked-focused.svg index 983e7f8..5397452 100644 --- a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked-focused.svg +++ b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-12.701718" + inkscape:cy="-4.172704" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -105,7 +150,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked.svg b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked.svg index e8da8e6..5638dc6 100644 --- a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked.svg +++ b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-checked.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,22 @@ <defs id="defs4"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient7704"> <stop style="stop-color:#4080fb;stop-opacity:0.74509805;" @@ -61,6 +79,33 @@ offset="1" id="stop3973-0-5-3" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4171" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4173" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -70,8 +115,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="-9.3871547" - inkscape:cy="3.2519169" + inkscape:cx="-16.237251" + inkscape:cy="2.8983635" inkscape:document-units="px" inkscape:current-layer="checkbox-checked-dark" showgrid="true" @@ -163,7 +208,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -196,7 +241,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -204,7 +249,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" diff --git a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked-focused.svg index 6c2f719..da48d45 100644 --- a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -2,11 +2,13 @@ <!-- 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" width="16" @@ -21,6 +23,14 @@ <defs id="defs4"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4150" /> + </linearGradient> + <linearGradient id="linearGradient3768-6"> <stop style="stop-color:#0f0f0f;stop-opacity:1;" @@ -39,6 +49,15 @@ offset="1" id="stop3776-1" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4152" + x1="25" + y1="31.362183" + x2="25" + y2="45.36218" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -48,8 +67,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="11.313709" - inkscape:cx="5.9470841" - inkscape:cy="-0.94340514" + inkscape:cx="-9.8744294" + inkscape:cy="-1.1201818" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -126,7 +145,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3" width="13" height="12.999997" diff --git a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left-hover.svg b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left-hover.svg index 7f292f8..33f401d 100644 --- a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left-hover.svg +++ b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-left-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="-21.616809" - inkscape:cy="2.0293849" + inkscape:cx="-2.7030998" + inkscape:cy="8.9526136" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -60,7 +62,7 @@ inkscape:window-width="1366" inkscape:window-x="0" inkscape:window-y="25" - inkscape:zoom="5.6568543"> + inkscape:zoom="22.627417"> <inkscape:grid empspacing="2" enabled="true" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="108.31551" + y1="748.98676" + x2="108.31551" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-100.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,27 +164,9 @@ style="display:inline" transform="translate(-100.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z" - id="path6040" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect6046" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="749" /> - <rect - height="1" - id="rect6050" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - width="1" - x="111.0002" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z " + transform="translate(100.0002,747)" + id="path6040" /> </g> </svg> diff --git a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right-hover.svg b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right-hover.svg index beadead..5586d55 100644 --- a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right-hover.svg +++ b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right-hover.svg @@ -2,11 +2,13 @@ <!-- 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" sodipodi:docname="calendar-arrow-right-hover.svg" @@ -33,8 +35,8 @@ bordercolor="#666666" borderopacity="1" inkscape:current-layer="layer12" - inkscape:cx="3.892693" - inkscape:cy="8.8200689" + inkscape:cx="-7.294807" + inkscape:cy="8.6950689" gridtolerance="10" inkscape:guide-bbox="true" guidetolerance="10" @@ -91,7 +93,26 @@ <title id="title9167">Gnome Symbolic Icon Theme</title> <defs - id="defs7386" /> + id="defs7386"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4149" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4151" + x1="328.68296" + y1="748.97592" + x2="328.68296" + y2="761.01651" + gradientUnits="userSpaceOnUse" + gradientTransform="translate(-321.0002,-747)" /> + </defs> <g inkscape:groupmode="layer" id="layer9" @@ -143,29 +164,9 @@ style="display:inline" transform="translate(-321.0002,-747)"> <path - inkscape:connector-curvature="0" - d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z" - id="path8460" - style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" /> - <rect - height="1" - id="rect8464" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="749" /> - <rect - height="1" - id="rect8468" - rx="0" - ry="1" - style="fill:#5294e2;fill-opacity:1;stroke:none" - transform="scale(-1,1)" - width="1" - x="-326.00021" - y="760" /> + style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" + d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z " + transform="translate(321.0002,747)" + id="path8460" /> </g> </svg> diff --git a/common/gnome-shell/3.18/light-assets/misc/message-active.svg b/common/gnome-shell/3.18/light-assets/misc/message-active.svg index 06860fd..bf5bf51 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message-active.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-active.svg"> <defs - id="defs6623" /> + id="defs6623"> + <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="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6" - inkscape:cx="28.080846" - inkscape:cy="10.089671" + inkscape:cx="-36.115583" + inkscape:cy="9.3753852" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" diff --git a/common/gnome-shell/3.18/light-assets/misc/message-close-active.svg b/common/gnome-shell/3.18/light-assets/misc/message-close-active.svg index 58fab12..d678a90 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message-close-active.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message-close-active.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,42 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-active.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4157" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4160" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4162" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4159" + x1="48.998427" + y1="763.99977" + x2="48.998427" + y2="772" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +63,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="4.1830863" + inkscape:cy="8.1637646" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -58,7 +95,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" @@ -97,7 +134,7 @@ inkscape:connector-curvature="0" d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z" id="path10839-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> </g> </g> diff --git a/common/gnome-shell/3.18/light-assets/misc/message-close-hover.svg b/common/gnome-shell/3.18/light-assets/misc/message-close-hover.svg index 359aad5..73685e0 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message-close-hover.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message-close-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="18" @@ -17,7 +19,25 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-close-hover.svg"> <defs - id="defs5997" /> + id="defs5997"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4148" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4150" + x1="9" + y1="1034.3622" + x2="9" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +46,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="15.839192" - inkscape:cx="-1.0255127" - inkscape:cy="10.941684" + inkscape:cx="-12.326594" + inkscape:cy="10.815415" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -48,7 +68,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,7 +78,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4150);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4166" cx="9" cy="1043.3622" diff --git a/common/gnome-shell/3.18/light-assets/misc/message-hover.svg b/common/gnome-shell/3.18/light-assets/misc/message-hover.svg index 64a79b6..8c1e2d8 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message-hover.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message-hover.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,35 @@ inkscape:version="0.91 r13725" sodipodi:docname="message-hover.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="16" + y1="1020.3622" + x2="16" + y2="1052.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.6666669,-33.431046)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -25,12 +55,12 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="19.142243" - inkscape:cy="21.759802" + inkscape:zoom="7.9999996" + inkscape:cx="-2.9365108" + inkscape:cy="15.119182" inkscape:document-units="px" inkscape:current-layer="layer1" - showgrid="false" + showgrid="true" units="px" inkscape:snap-bbox="true" inkscape:bbox-paths="true" @@ -48,7 +78,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -58,7 +88,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4140);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4160" width="31" height="31.000017" @@ -67,10 +97,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.6620002,0 -3.0000002,-0.7025 -3.0000002,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3.0000002,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095236" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465002,0 -2.2500002,-0.6805 -2.2500002,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.2500002,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/gnome-shell/3.18/light-assets/misc/message.svg b/common/gnome-shell/3.18/light-assets/misc/message.svg index a1f8615..039cb8f 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message.svg @@ -2,11 +2,13 @@ <!-- 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" width="32" @@ -17,7 +19,26 @@ inkscape:version="0.91 r13725" sodipodi:docname="message.svg"> <defs - id="defs6623" /> + id="defs6623"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4153" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4155" + x1="2" + y1="1020.3622" + x2="2" + y2="1052.3622" + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -26,8 +47,8 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1" - inkscape:cx="-0.89235979" - inkscape:cy="34.935138" + inkscape:cx="-3.6188723" + inkscape:cy="36.101629" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" @@ -67,10 +88,16 @@ rx="1.5" ry="1.5" /> <path - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z" id="rect4162-5" inkscape:connector-curvature="0" sodipodi:nodetypes="sccssss" /> + <path + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238" + d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z" + id="rect4162-5-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="sccssss" /> </g> </svg> diff --git a/common/gnome-shell/3.18/light-assets/switch/switch-on.svg b/common/gnome-shell/3.18/light-assets/switch/switch-on.svg index 0203bbb..ff81a42 100644 --- a/common/gnome-shell/3.18/light-assets/switch/switch-on.svg +++ b/common/gnome-shell/3.18/light-assets/switch/switch-on.svg @@ -2,11 +2,13 @@ <!-- 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" width="50" @@ -18,6 +20,22 @@ <defs id="defs7541"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4181" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4166" /> + </linearGradient> + <linearGradient id="linearGradient4695-1-4-3-5-0-6"> <stop id="stop4697-9-9-7-0-1-5" @@ -91,6 +109,42 @@ offset="1" style="stop-color:#ffffff;stop-opacity:1;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4168" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4183" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4185" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4187" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -99,10 +153,10 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="32.998318" - inkscape:cx="6.3160735" - inkscape:cy="9.1853829" - inkscape:current-layer="layer1" + inkscape:zoom="8.2495795" + inkscape:cx="1.2517535" + inkscape:cy="0.45938131" + inkscape:current-layer="switch-active-2" showgrid="true" inkscape:grid-bbox="true" inkscape:document-units="px" @@ -140,7 +194,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -175,7 +229,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -184,7 +238,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -204,7 +258,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -213,7 +267,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/gnome-shell/3.18/sass/_colors.scss b/common/gnome-shell/3.18/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gnome-shell/3.18/sass/_colors.scss +++ b/common/gnome-shell/3.18/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 3033f52..b573e9b 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif; $_bubble_bg_color: opacify($osd_bg_color,0.25); $_bubble_fg_color: $osd_fg_color; $_bubble_borders_color: transparentize($osd_fg_color,0.8); +$_shell_fg_color: white; stage { font-family: $font-family; @@ -143,7 +144,7 @@ StScrollBar { -slider-active-background-color: $selected_bg_color; //active trough fill -slider-active-border-color: transparentize(black, 1); //active trough border -slider-border-width: 0; - -slider-handle-radius: 4px; + -slider-handle-radius: 0px; height: 18px; border: 0 solid transparent; border-right-width: 1px; @@ -353,15 +354,15 @@ StScrollBar { } .modal-dialog-linked-button:last-child { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: $destructive_color; &:hover { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: lighten($destructive_color, 9%); } &:active { - color: $selected_fg_color; + color: $destructive_fg_color; background-color: darken($destructive_color, 5%); } } @@ -685,7 +686,7 @@ StScrollBar { min-width: 64px; min-height: 64px; - color: $selected_fg_color; + color: $_shell_fg_color; background: none; border: none; border-radius: 5px; @@ -765,7 +766,7 @@ StScrollBar { color: $osd_fg_color; &:highlighted { - color: $selected_fg_color; + color: $_shell_fg_color; } } @@ -843,6 +844,8 @@ StScrollBar { // Top Bar // #panel { + $_panel_fg_color: $_shell_fg_color; + font-weight: bold; height: 2.1em; min-height: 27px; @@ -888,7 +891,7 @@ StScrollBar { -natural-hpadding: 10px; -minimum-hpadding: 6px; font-weight: bold; - color: $selected_fg_color; + color: $_panel_fg_color; transition-duration: 100ms; border-bottom-width: 1px; border-color: transparent; @@ -901,7 +904,7 @@ StScrollBar { } &:hover { - color: $selected_fg_color; + color: $_panel_fg_color; background-color: transparentize(black, 0.83); border-bottom-width: 1px; border-color: transparent; @@ -1521,9 +1524,9 @@ StScrollBar { .list-search-result-content { spacing: 12px; padding: 12px; } -.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; } +.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; } -.list-search-result-description { color: darken($selected_fg_color, 20%); } +.list-search-result-description { color: darken($_shell_fg_color, 20%); } .search-provider-icon { padding: 15px; } .search-provider-icon-more { @@ -1579,7 +1582,7 @@ StScrollBar { .dash-label { border-radius: 3px; padding: 4px 12px; - color: $selected_fg_color; + color: $_shell_fg_color; background-color: transparentize(black, 0.3); text-align: center; -x-offset: 3px; @@ -1743,7 +1746,7 @@ StScrollBar { } %icon_tile { - color: $selected_fg_color; + color: $_shell_fg_color; border-radius: 2px; padding: 6px; border: 1px solid transparent; @@ -1766,6 +1769,7 @@ StScrollBar { } &:active > .overview-icon, &:checked > .overview-icon { + color: $selected_fg_color; background-color: $selected_bg_color; box-shadow: none; } @@ -2321,7 +2325,7 @@ $legacy_icon_size: 24px; padding-right: .3em; &:hover { - color: $selected_fg_color; + color: $_shell_fg_color; text-shadow: black 0px 2px 2px; } &:selected { diff --git a/common/gnome-shell/3.22 b/common/gnome-shell/3.22 new file mode 120000 index 0000000..55b698c --- /dev/null +++ b/common/gnome-shell/3.22 @@ -0,0 +1 @@ +3.18
\ No newline at end of file diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg index 41c9339..b7c6f1e 100644 --- a/common/gtk-2.0/assets-dark.svg +++ b/common/gtk-2.0/assets-dark.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -19,127 +20,28 @@ <defs id="defs9894"> <linearGradient - inkscape:collect="always" - id="linearGradient4213"> + id="linearGradient5015"> <stop - style="stop-color:#000000;stop-opacity:0.07" + style="stop-color:#ffffff;stop-opacity:1;" offset="0" - id="stop4215" /> - <stop - id="stop4217" - offset="0.09090921" - style="stop-color:#000000;stop-opacity:0" /> - <stop - style="stop-color:#000000;stop-opacity:0" - offset="1" - id="stop4219" /> + id="stop5017" /> </linearGradient> <linearGradient - id="linearGradient9311" - inkscape:collect="always"> + id="selected_fg_color" + osb:paint="solid"> <stop - id="stop9313" + style="stop-color:#ffffffgit;stop-opacity:1;" offset="0" - style="stop-color:#000000;stop-opacity:0.224" /> - <stop - style="stop-color:#000000;stop-opacity:0.153" - offset="0.09090921" - id="stop9315" /> - <stop - id="stop9317" - offset="0.90909106" - style="stop-color:#000000;stop-opacity:0.153" /> - <stop - id="stop9319" - offset="1" - style="stop-color:#000000;stop-opacity:0.133" /> + id="stop5009" /> </linearGradient> <linearGradient - id="linearGradient5581-5-2-4-6-8-7-35-8"> + id="selected_bg_color" + osb:paint="solid"> <stop - id="stop5583-0-92-8-0-7-6-5-1" + style="stop-color:#5294e2;stop-opacity:1;" offset="0" - style="stop-color:#454c4c;stop-opacity:1;" /> - <stop - style="stop-color:#393f3f;stop-opacity:1;" - offset="0.40000001" - id="stop5585-4-7-2-7-9-9-92-0" /> - <stop - id="stop5587-6-7-2-0-3-1-21-5" - offset="1" - style="stop-color:#2d3232;stop-opacity:1;" /> + id="stop5016" /> </linearGradient> - <linearGradient - id="linearGradient5581-5-2-4-6-8-7-35-8-50"> - <stop - id="stop5583-0-92-8-0-7-6-5-1-0" - offset="0" - style="stop-color:#454c4c;stop-opacity:1;" /> - <stop - style="stop-color:#393f3f;stop-opacity:1;" - offset="0.40000001" - id="stop5585-4-7-2-7-9-9-92-0-55" /> - <stop - id="stop5587-6-7-2-0-3-1-21-5-0" - offset="1" - style="stop-color:#2d3232;stop-opacity:1;" /> - </linearGradient> - <linearGradient - id="linearGradient3826"> - <stop - style="stop-color:#000000;stop-opacity:1;" - offset="0" - id="stop3828" /> - <stop - style="stop-color:#000000;stop-opacity:0.36809817" - offset="1" - id="stop3830" /> - </linearGradient> - <filter - style="color-interpolation-filters:sRGB" - inkscape:label="Drop Shadow" - id="filter8890"> - <feFlood - flood-opacity="0.498039" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood8892" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="out" - result="composite1" - id="feComposite8894" /> - <feGaussianBlur - in="composite1" - stdDeviation="2" - result="blur" - id="feGaussianBlur8896" /> - <feOffset - dx="4.69069e-15" - dy="1" - result="offset" - id="feOffset8898" /> - <feComposite - in="offset" - in2="SourceGraphic" - operator="atop" - result="composite2" - id="feComposite8900" /> - </filter> - <mask - maskUnits="userSpaceOnUse" - id="mask8904"> - <rect - style="opacity:0.18000004;fill:#878787;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="rect8906" - width="32" - height="32.000008" - x="-96" - y="-0.99999738" - rx="3" - ry="3" /> - </mask> <clipPath clipPathUnits="userSpaceOnUse" id="clipPath4466"> @@ -238,26 +140,6 @@ rx="0" ry="0" /> </clipPath> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4213" - id="linearGradient5233" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(68,0.99996842)" - x1="9" - y1="-256.63782" - x2="9" - y2="-278.63782" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9311" - id="linearGradient5235" - gradientUnits="userSpaceOnUse" - x1="9" - y1="-256.63782" - x2="9" - y2="-278.63782" - gradientTransform="translate(68,-2.5873852e-6)" /> <clipPath clipPathUnits="userSpaceOnUse" id="clipPath4695"> @@ -271,16 +153,6 @@ rx="0" ry="0" /> </clipPath> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9311" - id="linearGradient5240" - gradientUnits="userSpaceOnUse" - x1="9" - y1="-256.63782" - x2="9" - y2="-278.63782" - gradientTransform="translate(102,535.27563)" /> <clipPath clipPathUnits="userSpaceOnUse" id="clipPath4466-1"> @@ -535,28 +407,294 @@ x="407" y="111" /> </clipPath> - <clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath5131"> - <rect - style="opacity:1;fill:#272a30;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5133" - width="13" - height="24" - x="10" - y="-279.63782" /> - </clipPath> - <clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath5158"> - <rect - style="opacity:1;fill:#272a30;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5160" - width="13" - height="24" - x="31" - y="-279.63782" /> - </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5018" + x1="44.000002" + y1="-279.63782" + x2="44.000002" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5021" + x1="247.50018" + y1="-27.637819" + x2="247.50018" + y2="-12.637819" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5023" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5025" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5027" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5029" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5031" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5033" + x1="44.000004" + y1="-279.63782" + x2="44.000004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5035" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5041" + x1="220" + y1="281" + x2="220" + y2="287" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5043" + x1="220" + y1="281" + x2="220" + y2="287" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5045" + x1="220" + y1="281" + x2="220" + y2="286" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5047" + x1="220" + y1="281" + x2="220" + y2="286" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5049" + x1="247.50018" + y1="-27.637819" + x2="247.50018" + y2="-12.637819" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5051" + x1="-54.637817" + y1="-235.00018" + x2="-54.637817" + y2="-227.00018" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5053" + x1="231.00018" + y1="-82.637817" + x2="231.00018" + y2="-74.637817" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5055" + x1="240.5" + y1="-154.63782" + x2="240.5" + y2="-129.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5057" + x1="257.5" + y1="-152.63782" + x2="257.5" + y2="-137.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5059" + x1="124.5" + y1="6.362186" + x2="124.5" + y2="11.362186" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5061" + x1="10.853486" + y1="1033.7155" + x2="10.853486" + y2="1035.7155" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5063" + x1="12.353486" + y1="1027.7155" + x2="12.353486" + y2="1035.7155" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5065" + x1="66.303246" + y1="126.56255" + x2="66.303246" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5067" + x1="66.294228" + y1="126.56255" + x2="66.294228" + y2="155.48166" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5069" + x1="25" + y1="31.36219" + x2="25" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5071" + x1="25" + y1="31.36219" + x2="25" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5073" + x1="25.500004" + y1="32.362198" + x2="25.500004" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5075" + x1="66.294228" + y1="126.56255" + x2="66.294228" + y2="155.48166" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5077" + x1="67.352715" + y1="128.6282" + x2="67.352715" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5079" + x1="25.121305" + y1="32.447998" + x2="25.121305" + y2="45.447994" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5011" + x1="67.352711" + y1="128.6282" + x2="67.352711" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5013" + x1="25.121305" + y1="32.447997" + x2="25.121305" + y2="45.447993" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5019" + x1="188.98808" + y1="750.97589" + x2="188.98808" + y2="758.40625" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -565,9 +703,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="11.313708" - inkscape:cx="84.915241" - inkscape:cy="372.56435" + inkscape:zoom="2.828427" + inkscape:cx="32.627303" + inkscape:cy="64.353214" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -920,7 +1058,7 @@ height="12.999986" width="12.999983" id="rect5147-9-1-5-7-6-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5079);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1048,7 +1186,7 @@ height="26.85346" width="27.286064" id="rect5147-9-1-7-2-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5077);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="13.42673" /> </g> </g> @@ -1104,7 +1242,7 @@ height="12.999986" width="12.999984" id="rect5147-9-1-5-7-6-7-1-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5073);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1179,7 +1317,7 @@ height="28.919104" width="29.384996" id="rect5147-9-1-7-2-0-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5075);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459552" /> </g> </g> @@ -1337,7 +1475,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-9-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5071);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1478,7 +1616,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-3-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5065);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1596,7 +1734,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-1-7-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5069);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1729,7 +1867,7 @@ height="28.919104" width="29.384996" id="rect5147-9-1-7-2-0-3-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5067);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459552" /> </g> </g> @@ -1816,7 +1954,7 @@ height="23" width="24.999998" id="rect7903-7-3-7" - style="display:inline;opacity:1;fill:#404552;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:#404552;fill-opacity:1;stroke:url(#linearGradient5035);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -1913,7 +2051,7 @@ height="23" width="25" id="rect7903-7-3-4" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5033);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect rx="2.5" y="-278.63782" @@ -2032,7 +2170,7 @@ height="23" width="24" id="rect7903-7-3-1" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5029);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2134,7 +2272,7 @@ height="23" width="24" id="rect7903-7-3-1-0" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5027);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect style="display:inline;opacity:1;fill:#404552;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:0" id="rect7903-6-7-1-9" @@ -2390,7 +2528,7 @@ height="23" width="24" id="rect7903-7-3-1-2" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5025);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect style="display:inline;opacity:1;fill:#404552;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:0" id="rect7903-6-7-1-1" @@ -2506,7 +2644,7 @@ height="23" width="24" id="rect7903-7-3-1-0-4" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5023);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect style="display:inline;opacity:1;fill:#404552;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:0" id="rect7903-6-7-1-76" @@ -4326,19 +4464,19 @@ <g id="menu-arrow-prelight" inkscape:label="actions" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:url(#linearGradient5019);fill-opacity:1.0" transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-58.035955)"> <path inkscape:connector-curvature="0" d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" id="path8393-09-3-1-4" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5019);fill-opacity:1.0;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> <rect height="1" id="rect8399-37-2-8-9" rx="1.3931866" ry="1.607578" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient5019);fill-opacity:1.0;stroke:none" transform="matrix(0,-1,-1,0,0,0)" width="1" x="-752" @@ -4348,7 +4486,7 @@ id="rect8403-7-3-0-4" rx="1.3931866" ry="1.607578" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient5019);fill-opacity:1.0;stroke:none" transform="matrix(0,-1,-1,0,0,0)" width="1" x="-752" @@ -4440,7 +4578,7 @@ height="25" width="15" id="rect5775" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5055);fill-opacity:1.0;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 id="handle-v" @@ -4510,7 +4648,7 @@ style="opacity:1;fill:#525762;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> <rect - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient5053);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="progressbar_v" width="30" height="8" @@ -4520,7 +4658,7 @@ rx="4" inkscape:label="#rect5799" /> <rect - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient5051);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="progressbar" width="30" height="8" @@ -4563,7 +4701,7 @@ r="7" inkscape:label="#path5834" /> <circle - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient5049);fill-opacity:1.0;stroke:url(#linearGradient5021);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="slider-prelight" cx="247.50018" cy="-20.137819" @@ -4841,29 +4979,7 @@ height="15" width="25" id="wsad" - style="opacity:1;fill:#5294e2;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" /> - <rect - y="-152.63782" - x="245" - height="15.000003" - width="1" - id="rect5009" - style="opacity:1;fill:#5294e2;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" /> - <rect - y="-152.63782" - x="269" - height="15.000003" - width="1" - id="rect5009-9" - style="display:inline;opacity:1;fill:#5294e2;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" /> - <rect - transform="matrix(0,1,-1,0,0,0)" - y="-270" - x="-152.63782" - height="25.000004" - width="1" - id="rect5009-95" - style="display:inline;opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5057);fill-opacity:1.0;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 transform="matrix(0,1,-1,0,188.36218,-309.63782)" @@ -4950,7 +5066,7 @@ height="23" width="24.999998" id="rect7903-7-3-4-9" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5031);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect rx="2.5" y="-278.63782" @@ -5114,7 +5230,7 @@ height="5" width="24" id="rect5799-8-5" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5047);fill-opacity:1.0;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" @@ -5138,7 +5254,7 @@ height="5" width="24" id="rect5799-8-9-4" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5045);fill-opacity:1.0;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" @@ -5186,7 +5302,7 @@ height="6" width="24" id="rect5799-8-92-1-0" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5043);fill-opacity:1.0;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" @@ -5258,7 +5374,7 @@ height="6" width="24" id="rect5799-8-92-1-0-6" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5041);fill-opacity:1.0;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" @@ -5470,7 +5586,7 @@ height="12.999986" width="12.999983" id="rect5147-9-1-5-7-6-7-2-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5013);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -5503,7 +5619,7 @@ height="1.9999826" width="5" id="rect3977-39-88-5" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5061);fill-opacity:1.0;stroke:none" /> <rect ry="0" y="1027.7155" @@ -5511,7 +5627,7 @@ height="7.9999828" width="2" id="rect3979-7-8-3" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5063);fill-opacity:1.0;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -5598,7 +5714,7 @@ height="26.85346" width="27.286064" id="rect5147-9-1-7-2-8-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5011);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="13.42673" /> </g> </g> @@ -5613,7 +5729,7 @@ height="5" width="5" id="use15101-5-7-8-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5059);fill-opacity:1.0;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2.5" /> </g> <g @@ -5670,7 +5786,7 @@ height="23" width="25" id="rect7903-7-3-7-7" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5018);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <rect style="display:inline;opacity:1;fill:#404552;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" diff --git a/common/gtk-2.0/assets.svg b/common/gtk-2.0/assets.svg index cf942b4..ba8302e 100644 --- a/common/gtk-2.0/assets.svg +++ b/common/gtk-2.0/assets.svg @@ -2,6 +2,7 @@ <!-- 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#" @@ -19,127 +20,63 @@ <defs id="defs9894"> <linearGradient - inkscape:collect="always" - id="linearGradient4213"> + id="linearGradient5037"> <stop - style="stop-color:#000000;stop-opacity:0.07" + style="stop-color:#ffffff;stop-opacity:1;" offset="0" - id="stop4215" /> - <stop - id="stop4217" - offset="0.09090921" - style="stop-color:#000000;stop-opacity:0" /> - <stop - style="stop-color:#000000;stop-opacity:0" - offset="1" - id="stop4219" /> + id="stop5039" /> </linearGradient> <linearGradient - id="linearGradient9311" - inkscape:collect="always"> + id="selected_fg_color" + osb:paint="solid"> <stop - id="stop9313" + style="stop-color:#ffffffgit;stop-opacity:1;" offset="0" - style="stop-color:#000000;stop-opacity:0.224" /> - <stop - style="stop-color:#000000;stop-opacity:0.153" - offset="0.09090921" - id="stop9315" /> - <stop - id="stop9317" - offset="0.90909106" - style="stop-color:#000000;stop-opacity:0.153" /> - <stop - id="stop9319" - offset="1" - style="stop-color:#000000;stop-opacity:0.133" /> + id="stop5018" /> </linearGradient> <linearGradient - id="linearGradient5581-5-2-4-6-8-7-35-8"> + id="linearGradient5015"> <stop - id="stop5583-0-92-8-0-7-6-5-1" + style="stop-color:#ffffff;stop-opacity:1;" offset="0" - style="stop-color:#454c4c;stop-opacity:1;" /> - <stop - style="stop-color:#393f3f;stop-opacity:1;" - offset="0.40000001" - id="stop5585-4-7-2-7-9-9-92-0" /> - <stop - id="stop5587-6-7-2-0-3-1-21-5" - offset="1" - style="stop-color:#2d3232;stop-opacity:1;" /> + id="stop5017" /> </linearGradient> <linearGradient - id="linearGradient5581-5-2-4-6-8-7-35-8-50"> + id="linearGradient5046"> <stop - id="stop5583-0-92-8-0-7-6-5-1-0" + style="stop-color:#5294e2;stop-opacity:1;" offset="0" - style="stop-color:#454c4c;stop-opacity:1;" /> + id="stop5048" /> + </linearGradient> + <linearGradient + id="linearGradient5035"> <stop - style="stop-color:#393f3f;stop-opacity:1;" - offset="0.40000001" - id="stop5585-4-7-2-7-9-9-92-0-55" /> + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5037" /> + </linearGradient> + <linearGradient + id="linearGradient5019"> <stop - id="stop5587-6-7-2-0-3-1-21-5-0" - offset="1" - style="stop-color:#2d3232;stop-opacity:1;" /> + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5021" /> </linearGradient> <linearGradient - id="linearGradient3826"> + id="linearGradient5013"> <stop - style="stop-color:#000000;stop-opacity:1;" + style="stop-color:#5294e2;stop-opacity:1;" offset="0" - id="stop3828" /> + id="stop5015" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> <stop - style="stop-color:#000000;stop-opacity:0.36809817" - offset="1" - id="stop3830" /> + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5012" /> </linearGradient> - <filter - style="color-interpolation-filters:sRGB" - inkscape:label="Drop Shadow" - id="filter8890"> - <feFlood - flood-opacity="0.498039" - flood-color="rgb(0,0,0)" - result="flood" - id="feFlood8892" /> - <feComposite - in="flood" - in2="SourceGraphic" - operator="out" - result="composite1" - id="feComposite8894" /> - <feGaussianBlur - in="composite1" - stdDeviation="2" - result="blur" - id="feGaussianBlur8896" /> - <feOffset - dx="4.69069e-15" - dy="1" - result="offset" - id="feOffset8898" /> - <feComposite - in="offset" - in2="SourceGraphic" - operator="atop" - result="composite2" - id="feComposite8900" /> - </filter> - <mask - maskUnits="userSpaceOnUse" - id="mask8904"> - <rect - style="opacity:0.18000004;fill:#878787;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="rect8906" - width="32" - height="32.000008" - x="-96" - y="-0.99999738" - rx="3" - ry="3" /> - </mask> <clipPath clipPathUnits="userSpaceOnUse" id="clipPath4466"> @@ -238,26 +175,6 @@ rx="0" ry="0" /> </clipPath> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient4213" - id="linearGradient5233" - gradientUnits="userSpaceOnUse" - gradientTransform="translate(68,0.99996842)" - x1="9" - y1="-256.63782" - x2="9" - y2="-278.63782" /> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9311" - id="linearGradient5235" - gradientUnits="userSpaceOnUse" - x1="9" - y1="-256.63782" - x2="9" - y2="-278.63782" - gradientTransform="translate(68,-2.5873852e-6)" /> <clipPath clipPathUnits="userSpaceOnUse" id="clipPath4695"> @@ -271,16 +188,6 @@ rx="0" ry="0" /> </clipPath> - <linearGradient - inkscape:collect="always" - xlink:href="#linearGradient9311" - id="linearGradient5240" - gradientUnits="userSpaceOnUse" - x1="9" - y1="-256.63782" - x2="9" - y2="-278.63782" - gradientTransform="translate(102,535.27563)" /> <clipPath clipPathUnits="userSpaceOnUse" id="clipPath4466-1"> @@ -535,28 +442,384 @@ x="407" y="111" /> </clipPath> - <clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath5131"> - <rect - style="opacity:1;fill:#272a30;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5133" - width="13" - height="24" - x="10" - y="-279.63782" /> - </clipPath> - <clipPath - clipPathUnits="userSpaceOnUse" - id="clipPath5158"> - <rect - style="opacity:1;fill:#272a30;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="rect5160" - width="13" - height="24" - x="31" - y="-279.63782" /> - </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5014" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5017" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5023" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5025" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5027" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5029" + x1="43.500004" + y1="-279.63782" + x2="43.500004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5031" + x1="44.000004" + y1="-279.63782" + x2="44.000004" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5033" + x1="44" + y1="-279.63782" + x2="44" + y2="-255.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5039" + x1="220" + y1="281" + x2="220" + y2="287" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5041" + x1="220" + y1="281" + x2="220" + y2="287" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5043" + x1="220" + y1="281" + x2="220" + y2="286" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5045" + x1="220" + y1="281" + x2="220" + y2="286" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5047" + x1="247.50018" + y1="-27.637819" + x2="247.50018" + y2="-12.637819" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5049" + x1="-54.637817" + y1="-235.00018" + x2="-54.637817" + y2="-227.00018" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5051" + x1="231.00018" + y1="-82.637817" + x2="231.00018" + y2="-74.637817" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5053" + x1="240.5" + y1="-154.63782" + x2="240.5" + y2="-129.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5055" + x1="66.303246" + y1="126.56255" + x2="66.303246" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5057" + x1="66.294228" + y1="126.56255" + x2="66.294228" + y2="155.48166" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5059" + x1="25" + y1="31.36219" + x2="25" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5061" + x1="25" + y1="31.36219" + x2="25" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5063" + x1="124.5" + y1="6.362186" + x2="124.5" + y2="11.362186" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5065" + x1="10.853486" + y1="1033.7155" + x2="10.853486" + y2="1035.7155" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5067" + x1="12.353486" + y1="1027.7155" + x2="12.353486" + y2="1035.7155" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5069" + x1="66.294228" + y1="126.56255" + x2="66.294228" + y2="155.48166" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5071" + x1="67.352715" + y1="128.6282" + x2="67.352715" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5073" + x1="25.500004" + y1="32.362198" + x2="25.500004" + y2="45.36219" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5075" + x1="25.121305" + y1="32.447998" + x2="25.121305" + y2="45.447994" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5050" + x1="247.50018" + y1="-27.637819" + x2="247.50018" + y2="-12.637819" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5020" + x1="257.5" + y1="-152.63782" + x2="257.5" + y2="-137.63782" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5021" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5024" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5026" + x1="44.09375" + y1="64.78125" + x2="44.09375" + y2="71.875" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5028" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5030" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5032" + x1="67.352711" + y1="128.6282" + x2="67.352711" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5034" + x1="25.121305" + y1="32.447997" + x2="25.121305" + y2="45.447993" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5036" + x1="11.134645" + y1="1027.2825" + x2="11.134645" + y2="1035.3037" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5038" + x1="123.99802" + y1="5.6698766" + x2="123.99802" + y2="11.054492" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5040" + x1="124.5" + y1="6.362186" + x2="124.5" + y2="11.362186" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5042" + x1="10.853486" + y1="1033.7155" + x2="10.853486" + y2="1035.7154" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5044" + x1="12.353486" + y1="1027.7155" + x2="12.353486" + y2="1035.7154" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient5048" + x1="188.98808" + y1="750.97589" + x2="188.98808" + y2="758.40625" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -565,9 +828,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="7.9999996" - inkscape:cx="68.971701" - inkscape:cy="353.39299" + inkscape:zoom="11.313708" + inkscape:cx="83.777369" + inkscape:cy="57.983186" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -912,7 +1175,7 @@ height="12.999986" width="12.999983" id="rect5147-9-1-5-7-6-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5075);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -945,7 +1208,7 @@ height="1.9999826" width="5" id="rect3977-39-88" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5042);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.7155" @@ -953,7 +1216,7 @@ height="7.9999828" width="2" id="rect3979-7-8" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5044);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1040,7 +1303,7 @@ height="26.85346" width="27.286064" id="rect5147-9-1-7-2-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5071);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="13.42673" /> </g> </g> @@ -1055,7 +1318,7 @@ height="5" width="5" id="use15101-5-7-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5040);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2.5" /> </g> <g @@ -1096,7 +1359,7 @@ height="12.999986" width="12.999984" id="rect5147-9-1-5-7-6-7-1-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5073);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1122,7 +1385,7 @@ transform="translate(-3,-4.9999826)" style="fill:#3b3c3e;fill-opacity:1"> <path - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient5036);fill-opacity:1;stroke:none" d="m 11.63183,1027.2825 0,6.0104 -3.0052035,0 0,1.9888 3.0052035,0 2.010834,0.022 -0.0221,-2.0109 0.0221,-5.9883 -2.010834,-0.022 z" id="rect3977-39-1-0" inkscape:connector-curvature="0" /> @@ -1171,7 +1434,7 @@ height="28.919104" width="29.384996" id="rect5147-9-1-7-2-0-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5069);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459552" /> </g> </g> @@ -1186,7 +1449,7 @@ height="5.3846149" width="5.3863964" id="use15101-5-7-2-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5038);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2.6923075" /> </g> <g @@ -1326,7 +1589,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-9-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5061);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1359,7 +1622,7 @@ height="1.9999826" width="5" id="rect3977-39-8-0" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5028);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1367,7 +1630,7 @@ height="7.9999828" width="2" id="rect3979-7-1-4" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5030);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1467,7 +1730,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-3-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5055);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1482,7 +1745,7 @@ height="4" width="4" id="use15101-5-7-0-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5021);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1581,7 +1844,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-1-7-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5059);fill-opacity:1.0;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1607,7 +1870,7 @@ transform="translate(-3,-4.9999826)" style="fill:#3b3c3e;fill-opacity:1"> <path - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" + style="opacity:1;fill:url(#linearGradient5026);fill-opacity:1;stroke:none" d="m 47.28125,64.78125 -4.25,4.25 -2.125,-2.125 -1.40625,1.40625 2.125,2.125 1.40625,1.4375 1.40625,-1.4375 4.25,-4.21875 -1.40625,-1.4375 z" transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,-68.244967,1014.9786)" id="rect3977-39-1-5-5" @@ -1711,7 +1974,7 @@ height="28.919104" width="29.384996" id="rect5147-9-1-7-2-0-3-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5057);fill-opacity:1.0;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459552" /> </g> </g> @@ -1726,7 +1989,7 @@ height="4" width="4" id="use15101-5-7-2-2-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:url(#linearGradient5024);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1798,7 +2061,7 @@ height="23" width="24.999998" id="rect7903-7-3-7" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5017);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -1895,7 +2158,7 @@ height="23" width="24.999998" id="rect7903-7-3-4" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5033);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect rx="2.5" y="-278.63782" @@ -2014,7 +2277,7 @@ height="23" width="24" id="rect7903-7-3-1" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5029);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2125,7 +2388,7 @@ height="23" width="24" id="rect7903-7-3-1-0" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5027);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2382,7 +2645,7 @@ height="23" width="24" id="rect7903-7-3-1-2" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5025);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2498,7 +2761,7 @@ height="23" width="24" id="rect7903-7-3-1-0-4" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5023);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -4308,19 +4571,19 @@ <g id="menu-arrow-prelight" inkscape:label="actions" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:url(#linearGradient5048);fill-opacity:1.0" transform="matrix(0,0.66352399,0.6729178,0,-461.34507,-58.035955)"> <path inkscape:connector-curvature="0" d="m 183.78125,751 a 1.0001,1.0001 0 0 0 -0.5,1.71875 l 5,5 0.71875,0.6875 0.71875,-0.6875 5,-5 a 1.016466,1.016466 0 1 0 -1.4375,-1.4375 L 189,755.5625 184.71875,751.28125 A 1.0001,1.0001 0 0 0 183.78125,751 Z" id="path8393-09-3-1-4" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5048);fill-opacity:1.0;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" /> <rect height="1" id="rect8399-37-2-8-9" rx="1.3931866" ry="1.607578" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient5048);fill-opacity:1.0;stroke:none" transform="matrix(0,-1,-1,0,0,0)" width="1" x="-752" @@ -4330,7 +4593,7 @@ id="rect8403-7-3-0-4" rx="1.3931866" ry="1.607578" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient5048);fill-opacity:1.0;stroke:none" transform="matrix(0,-1,-1,0,0,0)" width="1" x="-752" @@ -4442,7 +4705,7 @@ height="25" width="15" id="rect5775" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5053);fill-opacity:1.0;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 id="handle-v" @@ -4512,7 +4775,7 @@ style="opacity:1;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> <rect - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient5051);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="progressbar_v" width="30" height="8" @@ -4522,7 +4785,7 @@ rx="4" inkscape:label="#rect5799" /> <rect - style="opacity:1;fill:#5294e2;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" + style="opacity:1;fill:url(#linearGradient5049);fill-opacity:1.0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="progressbar" width="30" height="8" @@ -4565,7 +4828,7 @@ r="7" inkscape:label="#path5834" /> <circle - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="opacity:1;fill:url(#linearGradient5047);fill-opacity:1;stroke:url(#linearGradient5050);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="slider-prelight" cx="247.50018" cy="-20.137819" @@ -4896,29 +5159,7 @@ height="15" width="25" id="wsad" - style="opacity:1;fill:#ffffff;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" /> - <rect - y="-152.63782" - x="245" - height="15.000003" - width="1" - id="rect5009" - style="opacity:1;fill:#d8dae0;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" /> - <rect - y="-152.63782" - x="269" - height="15.000003" - width="1" - id="rect5009-9" - style="display:inline;opacity:1;fill:#d8dae0;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" /> - <rect - transform="matrix(0,1,-1,0,0,0)" - y="-270" - x="-152.63782" - height="25.000004" - width="1" - id="rect5009-95" - style="display:inline;opacity:1;fill:#d8dae0;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" /> + style="opacity:1;fill:url(#linearGradient5020);fill-opacity:1.0;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 transform="matrix(0,1,-1,0,188.36218,-309.63782)" @@ -5005,7 +5246,7 @@ height="23" width="25" id="rect7903-7-3-4-9" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5031);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect rx="2.5" y="-278.63782" @@ -5105,7 +5346,7 @@ height="5" width="24" id="rect5799-8-5" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5045);fill-opacity:1.0;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" @@ -5129,7 +5370,7 @@ height="5" width="24" id="rect5799-8-9-4" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5043);fill-opacity:1.0;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" @@ -5153,7 +5394,7 @@ height="6" width="24" id="rect5799-8-92-1-0" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5039);fill-opacity:1.0;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" @@ -5225,7 +5466,7 @@ height="6" width="24" id="rect5799-8-92-1-0-6" - style="opacity:1;fill:#5294e2;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" /> + style="opacity:1;fill:url(#linearGradient5041);fill-opacity:1.0;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" @@ -5435,7 +5676,7 @@ height="12.999986" width="12.999983" id="rect5147-9-1-5-7-6-7-2-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5034);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -5468,7 +5709,7 @@ height="1.9999826" width="5" id="rect3977-39-88-5" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5065);fill-opacity:1.0;stroke:none" /> <rect ry="0" y="1027.7155" @@ -5476,7 +5717,7 @@ height="7.9999828" width="2" id="rect3979-7-8-3" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient5067);fill-opacity:1.0;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -5566,7 +5807,7 @@ height="26.85346" width="27.286064" id="rect5147-9-1-7-2-8-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5032);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="13.42673" /> </g> </g> @@ -5581,7 +5822,7 @@ height="5" width="5" id="use15101-5-7-8-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5063);fill-opacity:1.0;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2.5" /> </g> <g @@ -5638,7 +5879,7 @@ height="23" width="24.999998" id="rect7903-7-3-7-7" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:url(#linearGradient5014);stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <rect style="opacity:1;fill:#ffffff;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" diff --git a/common/gtk-2.0/assets/menubar_button.png b/common/gtk-2.0/assets/menubar_button.png Binary files differindex f6d3b89..70c8f86 100644 --- a/common/gtk-2.0/assets/menubar_button.png +++ b/common/gtk-2.0/assets/menubar_button.png diff --git a/common/gtk-2.0/menubar-toolbar/button-active.png b/common/gtk-2.0/menubar-toolbar/button-active.png Binary files differindex 29cd827..ad0dd36 100644 --- a/common/gtk-2.0/menubar-toolbar/button-active.png +++ b/common/gtk-2.0/menubar-toolbar/button-active.png diff --git a/common/gtk-2.0/menubar-toolbar/button-hover.png b/common/gtk-2.0/menubar-toolbar/button-hover.png Binary files differindex b8a6e0e..ec020de 100644 --- a/common/gtk-2.0/menubar-toolbar/button-hover.png +++ b/common/gtk-2.0/menubar-toolbar/button-hover.png diff --git a/common/gtk-2.0/menubar-toolbar/button-insensitive.png b/common/gtk-2.0/menubar-toolbar/button-insensitive.png Binary files differindex fc776f1..a96be6e 100644 --- a/common/gtk-2.0/menubar-toolbar/button-insensitive.png +++ b/common/gtk-2.0/menubar-toolbar/button-insensitive.png diff --git a/common/gtk-2.0/menubar-toolbar/button.png b/common/gtk-2.0/menubar-toolbar/button.png Binary files differindex 5105fda..102c97f 100644 --- a/common/gtk-2.0/menubar-toolbar/button.png +++ b/common/gtk-2.0/menubar-toolbar/button.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar-dark.png b/common/gtk-2.0/menubar-toolbar/menubar-dark.png Binary files differindex 4a4222a..e69ee01 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/menubar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar.png b/common/gtk-2.0/menubar-toolbar/menubar.png Binary files differindex ff49952..1a65249 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar.png +++ b/common/gtk-2.0/menubar-toolbar/menubar.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png b/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png Binary files differindex 717575a..70c8f86 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png +++ b/common/gtk-2.0/menubar-toolbar/menubar_button-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/menubar_button.png b/common/gtk-2.0/menubar-toolbar/menubar_button.png Binary files differindex 717575a..70c8f86 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar_button.png +++ b/common/gtk-2.0/menubar-toolbar/menubar_button.png diff --git a/common/gtk-2.0/render-assets.sh b/common/gtk-2.0/render-assets.sh index 43861c7..71114bf 100755 --- a/common/gtk-2.0/render-assets.sh +++ b/common/gtk-2.0/render-assets.sh @@ -5,10 +5,15 @@ OPTIPNG="/usr/bin/optipng" SRC_FILE="assets.svg" ASSETS_DIR="assets" + +DARK_SRC_FILE="assets-dark.svg" +DARK_ASSETS_DIR="assets-dark" + INDEX="assets.txt" for i in `cat $INDEX` -do +do + if [ -f $ASSETS_DIR/$i.png ]; then echo $ASSETS_DIR/$i.png exists. else @@ -19,5 +24,37 @@ else --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png fi + +if [ -f $DARK_ASSETS_DIR/$i.png ]; then + echo $DARK_ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $DARK_ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png +fi done + +cp $ASSETS_DIR/entry-toolbar.png menubar-toolbar/entry-toolbar.png +cp $ASSETS_DIR/entry-active-toolbar.png menubar-toolbar/entry-active-toolbar.png +cp $ASSETS_DIR/entry-disabled-toolbar.png menubar-toolbar/entry-disabled-toolbar.png + +cp $ASSETS_DIR/menubar.png menubar-toolbar/menubar.png +cp $ASSETS_DIR/menubar_button.png menubar-toolbar/menubar_button.png + + +cp $DARK_ASSETS_DIR/button.png menubar-toolbar/button.png +cp $DARK_ASSETS_DIR/button-hover.png menubar-toolbar/button-hover.png +cp $DARK_ASSETS_DIR/button-active.png menubar-toolbar/button-active.png +cp $DARK_ASSETS_DIR/button-insensitive.png menubar-toolbar/button-insensitive.png + +cp $DARK_ASSETS_DIR/entry-toolbar.png menubar-toolbar/entry-toolbar-dark.png +cp $DARK_ASSETS_DIR/entry-active-toolbar.png menubar-toolbar/entry-active-toolbar-dark.png +cp $DARK_ASSETS_DIR/entry-disabled-toolbar.png menubar-toolbar/entry-disabled-toolbar-dark.png + +cp $DARK_ASSETS_DIR/menubar.png menubar-toolbar/menubar-dark.png +cp $DARK_ASSETS_DIR/menubar_button.png menubar-toolbar/menubar_button-dark.png + exit 0 diff --git a/common/gtk-2.0/render-dark-assets.sh b/common/gtk-2.0/render-dark-assets.sh deleted file mode 100755 index fd2c80b..0000000 --- a/common/gtk-2.0/render-dark-assets.sh +++ /dev/null @@ -1,23 +0,0 @@ -#! /bin/bash - -INKSCAPE="/usr/bin/inkscape" -OPTIPNG="/usr/bin/optipng" - -SRC_FILE="assets-dark.svg" -ASSETS_DIR="assets-dark" -INDEX="assets.txt" - -for i in `cat $INDEX` -do -if [ -f $ASSETS_DIR/$i.png ]; then - echo $ASSETS_DIR/$i.png exists. -else - echo - echo Rendering $ASSETS_DIR/$i.png - $INKSCAPE --export-id=$i \ - --export-id-only \ - --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ - && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png -fi -done -exit 0 diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc index aa8a02c..7ec55ac 100644 --- a/common/gtk-2.0/xfce-notify.rc +++ b/common/gtk-2.0/xfce-notify.rc @@ -1,3 +1,5 @@ +gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" + style "notify-window" { XfceNotifyWindow::summary-bold = 1 XfceNotifyWindow::border-color = "#17191F" @@ -12,11 +14,11 @@ style "notify-window" { style "notify-button" { bg[NORMAL] = "#434652" bg[PRELIGHT] = "#5C6070" - bg[ACTIVE] = "#5294E2" + bg[ACTIVE] = @selected_bg_color fg[NORMAL] = "#BAC3CF" fg[PRELIGHT] = "#BAC3CF" - fg[ACTIVE] = "#ffffff" + fg[ACTIVE] = @selected_fg_color engine "murrine" { gradient_shades = { 1.0, 1.0, 1.0, 1.0 } @@ -27,7 +29,7 @@ style "notify-button" { } style "notify-text" { - GtkWidget::link-color = "#5294E2" + GtkWidget::link-color = @selected_bg_color fg[NORMAL] = "#BAC3CF" fg[PRELIGHT] = "#BAC3CF" @@ -49,9 +51,9 @@ style "notify-progressbar" { ythickness = 0 fg[PRELIGHT] = "#000000" - bg[NORMAL] = "#5294E2" + bg[NORMAL] = @selected_bg_color bg[ACTIVE] = "#1D1F26" - bg[SELECTED] = "#5294E2" + bg[SELECTED] = @selected_bg_color engine "murrine" { gradient_shades = { 1.0, 1.0, 1.0, 1.0 } diff --git a/common/gtk-3.0/3.14/assets.svg b/common/gtk-3.0/3.14/assets.svg index db616b6..7086f47 100644 --- a/common/gtk-3.0/3.14/assets.svg +++ b/common/gtk-3.0/3.14/assets.svg @@ -2,11 +2,13 @@ <!-- 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" width="484.00006" @@ -16,7 +18,445 @@ inkscape:version="0.91 r13725" sodipodi:docname="assets.svg"> <defs - id="defs9894" /> + id="defs9894"> + <linearGradient + id="linearGradient6651"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop6653" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop6555" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5956" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5958" + x1="52.499989" + y1="-147.63782" + x2="52.499989" + y2="-9.6378174" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6557" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6559" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6561" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6563" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6565" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6567" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6569" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6571" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6573" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6575" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6577" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6579" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6581" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6583" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6585" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6587" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6589" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6591" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6593" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6595" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6597" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6599" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6601" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6603" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6605" + x1="484.20452" + y1="188.95163" + x2="484.20452" + y2="204.88913" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6607" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6609" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6611" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6613" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6615" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6617" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6619" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6621" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6623" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6625" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6627" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6629" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6631" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6633" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6635" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6637" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6655" + x1="25" + y1="31.362192" + x2="25" + y2="45.362194" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6657" + x1="25" + y1="31.362183" + x2="25" + y2="45.362179" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6659" + x1="66.312027" + y1="126.5632" + x2="66.312027" + y2="155.48132" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6661" + x1="66.312027" + y1="126.56319" + x2="66.312027" + y2="155.48131" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -24,11 +464,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="117.91346" - inkscape:cy="193.93448" + inkscape:zoom="8" + inkscape:cx="37.764915" + inkscape:cy="68.141665" inkscape:document-units="px" - inkscape:current-layer="layer1" + inkscape:current-layer="layer3" showgrid="false" showborder="false" inkscape:window-width="1259" @@ -106,7 +546,7 @@ height="138" width="120.99998" id="rect8047-5" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> <g transform="translate(-22,-229.00001)" style="display:inline;opacity:1" @@ -152,7 +592,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -185,7 +625,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -193,7 +633,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -252,7 +692,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -284,7 +724,7 @@ height="7.9999828" width="2" id="rect3979-7-3" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -351,7 +791,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -366,7 +806,7 @@ height="4" width="4" id="use15101-5-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -415,7 +855,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -431,7 +871,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -461,7 +901,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -470,7 +910,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6637);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -490,7 +930,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -499,7 +939,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -576,7 +1016,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5" width="50" height="20" @@ -585,7 +1025,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6627);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8" cx="41" cy="1041.3622" @@ -605,7 +1045,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -614,7 +1054,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -798,7 +1238,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -831,7 +1271,7 @@ height="1.9999826" width="5" id="rect3977-39-0" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -839,7 +1279,7 @@ height="7.9999828" width="2" id="rect3979-7-6" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -898,7 +1338,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -930,7 +1370,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -997,7 +1437,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1012,7 +1452,7 @@ height="4" width="4" id="use15101-5-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1061,7 +1501,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1077,7 +1517,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1195,7 +1635,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6599);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -1204,7 +1644,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -1224,7 +1664,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1233,7 +1673,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1270,7 +1710,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6601);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -1282,7 +1722,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-946.99998,-480.63782)" @@ -1310,7 +1750,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6597);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-0" width="50" height="20" @@ -1319,7 +1759,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-8" cx="41" cy="1041.3622" @@ -1339,7 +1779,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-7" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1348,7 +1788,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-6" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1385,7 +1825,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6595);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1-9" cx="41" cy="1041.3622" @@ -1397,7 +1837,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-21.99999,-91.00001)" @@ -1444,7 +1884,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-35" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6585);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1477,7 +1917,7 @@ height="1.9999826" width="5" id="rect3977-39-9" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1485,7 +1925,7 @@ height="7.9999828" width="2" id="rect3979-7-65" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1544,7 +1984,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6587);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1576,7 +2016,7 @@ height="7.9999828" width="2" id="rect3979-7-3-2" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -1643,7 +2083,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6589);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1658,7 +2098,7 @@ height="4" width="4" id="use15101-5-7-51" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1707,7 +2147,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-97" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6591);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1723,7 +2163,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-08" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1762,7 +2202,7 @@ id="g5400-2-0"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6657);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-5" width="13" height="12.999997" @@ -1802,7 +2242,7 @@ id="g5428-8-1-7-83-3"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6661);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-6" width="27.303804" height="26.835894" @@ -1860,7 +2300,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6583);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1893,7 +2333,7 @@ height="1.9999826" width="5" id="rect3977-39-0-1" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1901,7 +2341,7 @@ height="7.9999828" width="2" id="rect3979-7-6-7" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1960,7 +2400,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6581);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1992,7 +2432,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91-3" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -2059,7 +2499,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6579);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -2074,7 +2514,7 @@ height="4" width="4" id="use15101-5-7-2-84" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -2123,7 +2563,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6577);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -2139,7 +2579,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3-4" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -2178,7 +2618,7 @@ id="g5400-2-4-8"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6655);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-7-5" width="13" height="13.000001" @@ -2218,7 +2658,7 @@ id="g5428-8-1-7-83-9-8"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6659);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-2-3" width="27.303804" height="26.835888" @@ -2296,13 +2736,13 @@ height="32" width="32" id="rect13851" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" id="g14051"> <path - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6605);fill-opacity:1;stroke:none" d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" id="rect3977-39-35-1-3" inkscape:connector-curvature="0" /> @@ -2367,7 +2807,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8" width="50" height="20" @@ -2376,7 +2816,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6567);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9" cx="41" cy="1041.3622" @@ -2396,7 +2836,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2405,7 +2845,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -2482,7 +2922,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3" width="50" height="20" @@ -2491,7 +2931,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6565);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5" cx="41" cy="1041.3622" @@ -2511,7 +2951,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2520,7 +2960,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -3038,7 +3478,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6" /> </g> </g> @@ -3095,7 +3535,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9" /> </g> </g> @@ -3128,7 +3568,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6" /> </g> </g> @@ -3183,7 +3623,7 @@ id="layer12-45-3-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6573);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> @@ -3319,7 +3759,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3419,7 +3859,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3518,7 +3958,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -3582,7 +4022,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -3628,7 +4068,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" @@ -3743,7 +4183,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-36" width="50" height="20" @@ -3965,7 +4405,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4065,7 +4505,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-33" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4164,7 +4604,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -4228,7 +4668,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -4355,7 +4795,7 @@ height="32" width="32" id="rect13851-5" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" @@ -4442,7 +4882,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8-7-5" width="50" height="20" @@ -4557,7 +4997,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3-4-9" width="50" height="20" @@ -5135,7 +5575,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6-6-0" /> </g> </g> @@ -5192,7 +5632,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9-0-2" /> </g> </g> @@ -5226,7 +5666,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6-8-3" /> </g> </g> @@ -5281,7 +5721,7 @@ id="layer12-45-3-7-96-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6557);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5-1-1" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> diff --git a/common/gtk-3.0/3.14/gtk-dark.css b/common/gtk-3.0/3.14/gtk-dark.css index c62a38f..06fea98 100644 --- a/common/gtk-3.0/3.14/gtk-dark.css +++ b/common/gtk-3.0/3.14/gtk-dark.css @@ -48,7 +48,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -150,20 +150,20 @@ GtkFlowBox .grid-child { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -184,22 +184,22 @@ GtkFlowBox .grid-child { border-color: #2b2e39; background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #2b2e39; background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #b6bcc6; } @@ -207,22 +207,22 @@ GtkFlowBox .grid-child { border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -235,7 +235,7 @@ GtkFlowBox .grid-child { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -245,9 +245,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -281,7 +281,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #D3DAE3; } @@ -312,12 +312,12 @@ GtkSearchEntry.entry { .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -357,7 +357,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -383,10 +383,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -398,13 +398,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -421,7 +421,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -433,13 +433,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -516,7 +516,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -678,7 +678,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; @@ -689,7 +689,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -710,7 +710,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -735,7 +735,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -930,7 +930,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -939,30 +939,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -982,7 +982,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1013,7 +1013,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1035,7 +1035,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1047,13 +1047,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1069,7 +1069,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1081,13 +1081,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1132,7 +1132,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1178,8 +1178,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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(63, 69, 84, 0.991)); border-color: rgba(21, 23, 28, 0.67); } @@ -1231,9 +1231,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1246,7 +1246,7 @@ column-header .button { color: #b6bcc6; background-color: #404552; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1259,8 +1259,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + 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,7 +1288,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1308,7 +1308,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { @@ -1489,7 +1489,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1532,11 +1532,11 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider:hover { background-color: #5f6470; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } @@ -1805,13 +1805,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #3c414e); border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1840,7 +1840,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1850,7 +1850,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1878,18 +1878,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1916,8 +1916,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2022,7 +2022,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2045,7 +2045,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2106,14 +2106,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2140,7 +2140,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2160,7 +2160,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2664,12 +2664,12 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2721,7 +2721,7 @@ GtkHTML { color: #D3DAE3; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2739,7 +2739,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #D3DAE3; } @@ -2779,7 +2779,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2886,13 +2886,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2903,14 +2903,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2975,7 +2975,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2988,7 +2988,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3018,7 +3018,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3049,23 +3049,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3089,10 +3089,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3115,7 +3115,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3137,12 +3137,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3238,7 +3238,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3270,7 +3270,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3355,8 +3355,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3414,7 +3414,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3429,7 +3429,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3440,7 +3440,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3558,7 +3558,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -3591,7 +3591,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3609,39 +3609,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3739,7 +3739,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, @@ -3870,15 +3870,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3903,7 +3903,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3923,7 +3923,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3944,7 +3944,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3985,7 +3985,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: #5294E2; } + 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, @@ -4001,7 +4001,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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4016,13 +4016,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -4049,7 +4049,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.14/gtk-darker.css b/common/gtk-3.0/3.14/gtk-darker.css index e7633fc..f0bab67 100644 --- a/common/gtk-3.0/3.14/gtk-darker.css +++ b/common/gtk-3.0/3.14/gtk-darker.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkFlowBox .grid-child { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkFlowBox .grid-child { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkFlowBox .grid-child { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkFlowBox .grid-child { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkFlowBox .grid-child { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -311,12 +311,12 @@ GtkSearchEntry.entry { .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -356,7 +356,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -382,10 +382,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -397,13 +397,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -420,7 +420,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -432,13 +432,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -514,8 +514,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -677,7 +677,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -687,8 +687,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -708,8 +708,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,11 +751,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -933,7 +933,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -942,30 +942,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -985,7 +985,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1016,7 +1016,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1038,7 +1038,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1050,13 +1050,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1072,7 +1072,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1084,13 +1084,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1135,7 +1135,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1181,8 +1181,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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(63, 69, 84, 0.991)); border-color: rgba(21, 23, 28, 0.67); } @@ -1234,9 +1234,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1249,7 +1249,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1262,8 +1262,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1535,11 +1535,11 @@ 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: #5294E2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } @@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1881,18 +1881,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1919,8 +1919,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2048,7 +2048,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2143,7 +2143,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2163,7 +2163,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2667,12 +2667,12 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2724,7 +2724,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2782,7 +2782,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2889,13 +2889,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2978,7 +2978,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2991,7 +2991,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3052,23 +3052,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3092,10 +3092,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3140,12 +3140,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3241,7 +3241,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3273,7 +3273,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3358,8 +3358,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3560,8 +3560,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3594,7 +3594,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3612,39 +3612,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3732,7 +3732,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, @@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3978,7 +3978,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: #5294E2; } + 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, @@ -3994,7 +3994,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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 4c7651e..a5ffb1e 100644 --- a/common/gtk-3.0/3.14/gtk-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-solid-dark.css @@ -48,7 +48,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -150,20 +150,20 @@ GtkFlowBox .grid-child { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -184,22 +184,22 @@ GtkFlowBox .grid-child { border-color: #2b2e39; background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #2b2e39; background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #b6bcc6; } @@ -207,22 +207,22 @@ GtkFlowBox .grid-child { border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -235,7 +235,7 @@ GtkFlowBox .grid-child { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -245,9 +245,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -281,7 +281,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #D3DAE3; } @@ -312,12 +312,12 @@ GtkSearchEntry.entry { .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -357,7 +357,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -383,10 +383,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -398,13 +398,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -421,7 +421,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -433,13 +433,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -516,7 +516,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -678,7 +678,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; @@ -689,7 +689,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -710,7 +710,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -735,7 +735,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -820,11 +820,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -843,7 +843,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -930,7 +930,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -939,30 +939,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -982,7 +982,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1013,7 +1013,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1035,7 +1035,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1047,13 +1047,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1069,7 +1069,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1081,13 +1081,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1132,7 +1132,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1178,8 +1178,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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, #3e4553); border-color: rgba(21, 23, 28, 0.7); } @@ -1231,9 +1231,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1246,7 +1246,7 @@ column-header .button { color: #b6bcc6; background-color: #404552; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1259,8 +1259,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + 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,7 +1288,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1308,7 +1308,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { @@ -1489,7 +1489,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1532,11 +1532,11 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider:hover { background-color: #5f6470; } .scrollbar.slider:prelight:active, .scrollbar.slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } @@ -1805,13 +1805,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #3c414e); border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1840,7 +1840,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1850,7 +1850,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1878,18 +1878,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1916,8 +1916,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2022,7 +2022,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2045,7 +2045,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2106,14 +2106,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2140,7 +2140,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2160,7 +2160,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2664,12 +2664,12 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2721,7 +2721,7 @@ GtkHTML { color: #D3DAE3; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2739,7 +2739,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #D3DAE3; } @@ -2779,7 +2779,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2886,13 +2886,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2903,14 +2903,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2975,7 +2975,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2988,7 +2988,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3018,7 +3018,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3049,23 +3049,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3089,10 +3089,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3115,7 +3115,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3137,12 +3137,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3238,7 +3238,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3270,7 +3270,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3355,8 +3355,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3414,7 +3414,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3429,7 +3429,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3440,7 +3440,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3558,7 +3558,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -3591,7 +3591,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3609,39 +3609,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3739,7 +3739,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, @@ -3870,15 +3870,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3903,7 +3903,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3923,7 +3923,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3944,7 +3944,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3985,7 +3985,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: #5294E2; } + 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, @@ -4001,7 +4001,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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4016,13 +4016,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -4049,7 +4049,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 1495cc5..c4e3418 100644 --- a/common/gtk-3.0/3.14/gtk-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-solid-darker.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkFlowBox .grid-child { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkFlowBox .grid-child { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkFlowBox .grid-child { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkFlowBox .grid-child { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkFlowBox .grid-child { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -311,12 +311,12 @@ GtkSearchEntry.entry { .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -356,7 +356,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -382,10 +382,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -397,13 +397,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -420,7 +420,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -432,13 +432,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -514,8 +514,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -677,7 +677,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -687,8 +687,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -708,8 +708,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,11 +751,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -823,11 +823,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -846,7 +846,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -933,7 +933,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -942,30 +942,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -985,7 +985,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1016,7 +1016,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1038,7 +1038,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1050,13 +1050,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1072,7 +1072,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1084,13 +1084,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1135,7 +1135,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1181,8 +1181,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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, #3e4553); border-color: rgba(21, 23, 28, 0.7); } @@ -1234,9 +1234,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1249,7 +1249,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1262,8 +1262,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1535,11 +1535,11 @@ 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: #5294E2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } @@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1881,18 +1881,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1919,8 +1919,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2048,7 +2048,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2143,7 +2143,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2163,7 +2163,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2667,12 +2667,12 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2724,7 +2724,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2782,7 +2782,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2889,13 +2889,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2978,7 +2978,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2991,7 +2991,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3052,23 +3052,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3092,10 +3092,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3140,12 +3140,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3241,7 +3241,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3273,7 +3273,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3358,8 +3358,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3560,8 +3560,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3594,7 +3594,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3612,39 +3612,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3732,7 +3732,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, @@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3978,7 +3978,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: #5294E2; } + 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, @@ -3994,7 +3994,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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.14/gtk-solid.css b/common/gtk-3.0/3.14/gtk-solid.css index a47ffa6..17c7b2f 100644 --- a/common/gtk-3.0/3.14/gtk-solid.css +++ b/common/gtk-3.0/3.14/gtk-solid.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkFlowBox .grid-child { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkFlowBox .grid-child { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkFlowBox .grid-child { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkFlowBox .grid-child { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkFlowBox .grid-child { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -311,12 +311,12 @@ GtkSearchEntry.entry { .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -356,7 +356,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -382,10 +382,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -397,13 +397,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -420,7 +420,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -432,13 +432,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -514,8 +514,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -677,7 +677,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -687,8 +687,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -708,8 +708,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,11 +751,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -823,11 +823,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -846,7 +846,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -932,8 +932,8 @@ GtkComboBox { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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: #ffffff; } @@ -942,30 +942,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; border-color: #F27835; background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; border-color: #FC4138; background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -984,8 +984,8 @@ GtkComboBox { .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + 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); @@ -1015,8 +1015,8 @@ GtkComboBox { .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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -1038,7 +1038,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1050,13 +1050,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1072,7 +1072,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1084,13 +1084,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1134,8 +1134,8 @@ GtkComboBox { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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); @@ -1181,8 +1181,8 @@ 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, #5294E2); - border-color: #5294E2; } + 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, #f5f5f7); border-color: rgba(82, 93, 118, 0.3); } @@ -1234,9 +1234,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1249,7 +1249,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1262,8 +1262,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); @@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1535,11 +1535,11 @@ 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: #5294E2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } @@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1881,18 +1881,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1919,8 +1919,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2048,7 +2048,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2143,7 +2143,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2163,7 +2163,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2666,13 +2666,13 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2724,7 +2724,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2781,8 +2781,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -2888,14 +2888,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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); @@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2978,7 +2978,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2991,7 +2991,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3052,23 +3052,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3092,10 +3092,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3139,13 +3139,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3241,7 +3241,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3273,7 +3273,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3358,8 +3358,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3560,8 +3560,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3594,7 +3594,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3612,39 +3612,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3732,7 +3732,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, @@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3978,7 +3978,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: #5294E2; } + 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, @@ -3994,7 +3994,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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.14/gtk.css b/common/gtk-3.0/3.14/gtk.css index f2be733..7e1aa43 100644 --- a/common/gtk-3.0/3.14/gtk.css +++ b/common/gtk-3.0/3.14/gtk.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel { padding: 6px 12px; } GtkAssistant .sidebar GtkLabel.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkFlowBox .grid-child { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkFlowBox .grid-child { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkFlowBox .grid-child { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkFlowBox .grid-child { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkFlowBox .grid-child { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -311,12 +311,12 @@ GtkSearchEntry.entry { .button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -356,7 +356,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -382,10 +382,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -397,13 +397,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -420,7 +420,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -432,13 +432,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -514,8 +514,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -677,7 +677,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -687,8 +687,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -708,8 +708,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -734,7 +734,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -751,11 +751,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -932,8 +932,8 @@ GtkComboBox { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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: #ffffff; } @@ -942,30 +942,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -984,8 +984,8 @@ GtkComboBox { .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + 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); @@ -1015,8 +1015,8 @@ GtkComboBox { .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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -1038,7 +1038,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1050,13 +1050,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1072,7 +1072,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1084,13 +1084,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1134,8 +1134,8 @@ GtkComboBox { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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); @@ -1181,8 +1181,8 @@ 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, #5294E2); - border-color: #5294E2; } + 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(245, 246, 247, 0.985)); border-color: rgba(82, 93, 118, 0.3); } @@ -1234,9 +1234,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1249,7 +1249,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1262,8 +1262,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); @@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1535,11 +1535,11 @@ 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: #5294E2; } + background-color: #5294e2; } .scrollbar.slider.fine-tune { border-width: 4px; } .scrollbar.slider.fine-tune:prelight:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar.slider:insensitive { background-color: transparent; } @@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1881,18 +1881,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1919,8 +1919,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2048,7 +2048,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box { border-width: 2px; border-color: transparent; } .sidebar:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2143,7 +2143,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2163,7 +2163,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2666,13 +2666,13 @@ GtkVolumeButton.button { .titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2724,7 +2724,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2781,8 +2781,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -2888,14 +2888,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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); @@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2978,7 +2978,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2991,7 +2991,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3052,23 +3052,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3092,10 +3092,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3139,13 +3139,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3241,7 +3241,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3273,7 +3273,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3358,8 +3358,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3560,8 +3560,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3594,7 +3594,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3612,39 +3612,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3732,7 +3732,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame, NautilusWindow .sidebar.frame, @@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3978,7 +3978,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: #5294E2; } + 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, @@ -3994,7 +3994,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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive, NautilusWindow .sidebar .slider.scrollbar:insensitive, NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive, @@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget . @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.14/sass/_applications.scss b/common/gtk-3.0/3.14/sass/_applications.scss index b40945d..a93cf6c 100644 --- a/common/gtk-3.0/3.14/sass/_applications.scss +++ b/common/gtk-3.0/3.14/sass/_applications.scss @@ -76,7 +76,7 @@ TerminalWindow { } .nautilus-desktop.nautilus-canvas-item { - color: $selected_fg_color; + color: white; text-shadow: 1px 1px transparentize(black, 0.4); &:active { color: $fg_color; } @@ -457,7 +457,7 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: $selected_fg_color; + color: white; background-color: transparentize(black, 0.75); border-radius: 0; border-color: transparentize(black, 0.75); @@ -465,7 +465,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { } PanelApplet:hover { - color: $selected_fg_color; + color: white; } PanelApplet:active, diff --git a/common/gtk-3.0/3.14/sass/_colors.scss b/common/gtk-3.0/3.14/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gtk-3.0/3.14/sass/_colors.scss +++ b/common/gtk-3.0/3.14/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index a70c93f..4be71d9 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -250,20 +250,20 @@ $vert_padding: 5px; } } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { color: $selected_fg_color; border-color: if($variant=='light', $e_color, $entry_border); background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); &:focus { - color: $selected_fg_color; + color: $e_fg_color; background-image: linear-gradient(to bottom, $e_color); box-shadow: none; } &:selected, &:selected:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -478,10 +478,10 @@ $_dot_color: $selected_bg_color; } } // Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { &.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); @@ -489,10 +489,10 @@ $_dot_color: $selected_bg_color; outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:insensitive { @include button(undecorated); @@ -1026,14 +1026,14 @@ GtkComboBox { // Selectionmode &.selection-mode, &.titlebar.selection-mode { - color: $selected_fg_color; + color: $selection_mode_fg; background-color: $selection_mode_bg; border-color: darken($selection_mode_bg, 4%); box-shadow: none; &:backdrop { background-color: $selection_mode_bg; - color: transparentize($selected_fg_color, 0.4); + color: transparentize($selection_mode_fg, 0.4); } .subtitle:link { @extend *:link:selected; } @@ -1183,19 +1183,19 @@ GtkComboBox { background-color: transparent; } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { - color: $selected_fg_color; + color: $e_fg_color; border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); &:focus { - color: $selected_fg_color; + color: $e_fg_color; background-image: linear-gradient(to bottom, $e_color); } &:selected, &:selected:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -1256,10 +1256,10 @@ GtkComboBox { } // Headerbar Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { .button.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); @@ -1267,10 +1267,10 @@ GtkComboBox { outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:insensitive, &:insensitive { @include button(header-insensitive); } diff --git a/common/gtk-3.0/3.14/sass/_drawing.scss b/common/gtk-3.0/3.14/sass/_drawing.scss index 93f9386..36a5f36 100644 --- a/common/gtk-3.0/3.14/sass/_drawing.scss +++ b/common/gtk-3.0/3.14/sass/_drawing.scss @@ -108,12 +108,12 @@ // Buttons -@mixin button($t, $actionb_color:red) { +@mixin button($t, $actionb_bg:red, $actionb_fg: green) { // // Button drawing function // // $t: button type, -// $actionb_color: used for destructive and suggested action buttons +// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons @if $t==normal { // @@ -266,10 +266,10 @@ // background-clip: border-box; - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: $actionb_color; - border-color: $actionb_color; + color: $actionb_fg; + outline-color: transparentize($actionb_fg, 0.7); + background-color: $actionb_bg; + border-color: $actionb_bg; } @else if $t==undecorated { diff --git a/common/gtk-3.0/3.16/assets.svg b/common/gtk-3.0/3.16/assets.svg index db616b6..7086f47 100644 --- a/common/gtk-3.0/3.16/assets.svg +++ b/common/gtk-3.0/3.16/assets.svg @@ -2,11 +2,13 @@ <!-- 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" width="484.00006" @@ -16,7 +18,445 @@ inkscape:version="0.91 r13725" sodipodi:docname="assets.svg"> <defs - id="defs9894" /> + id="defs9894"> + <linearGradient + id="linearGradient6651"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop6653" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop6555" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5956" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5958" + x1="52.499989" + y1="-147.63782" + x2="52.499989" + y2="-9.6378174" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6557" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6559" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6561" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6563" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6565" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6567" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6569" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6571" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6573" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6575" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6577" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6579" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6581" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6583" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6585" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6587" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6589" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6591" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6593" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6595" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6597" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6599" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6601" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6603" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6605" + x1="484.20452" + y1="188.95163" + x2="484.20452" + y2="204.88913" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6607" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6609" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6611" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6613" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6615" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6617" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6619" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6621" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6623" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6625" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6627" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6629" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6631" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6633" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6635" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6637" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6655" + x1="25" + y1="31.362192" + x2="25" + y2="45.362194" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6657" + x1="25" + y1="31.362183" + x2="25" + y2="45.362179" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6659" + x1="66.312027" + y1="126.5632" + x2="66.312027" + y2="155.48132" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6661" + x1="66.312027" + y1="126.56319" + x2="66.312027" + y2="155.48131" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -24,11 +464,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="117.91346" - inkscape:cy="193.93448" + inkscape:zoom="8" + inkscape:cx="37.764915" + inkscape:cy="68.141665" inkscape:document-units="px" - inkscape:current-layer="layer1" + inkscape:current-layer="layer3" showgrid="false" showborder="false" inkscape:window-width="1259" @@ -106,7 +546,7 @@ height="138" width="120.99998" id="rect8047-5" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> <g transform="translate(-22,-229.00001)" style="display:inline;opacity:1" @@ -152,7 +592,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -185,7 +625,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -193,7 +633,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -252,7 +692,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -284,7 +724,7 @@ height="7.9999828" width="2" id="rect3979-7-3" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -351,7 +791,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -366,7 +806,7 @@ height="4" width="4" id="use15101-5-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -415,7 +855,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -431,7 +871,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -461,7 +901,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -470,7 +910,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6637);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -490,7 +930,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -499,7 +939,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -576,7 +1016,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5" width="50" height="20" @@ -585,7 +1025,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6627);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8" cx="41" cy="1041.3622" @@ -605,7 +1045,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -614,7 +1054,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -798,7 +1238,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -831,7 +1271,7 @@ height="1.9999826" width="5" id="rect3977-39-0" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -839,7 +1279,7 @@ height="7.9999828" width="2" id="rect3979-7-6" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -898,7 +1338,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -930,7 +1370,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -997,7 +1437,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1012,7 +1452,7 @@ height="4" width="4" id="use15101-5-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1061,7 +1501,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1077,7 +1517,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1195,7 +1635,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6599);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -1204,7 +1644,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -1224,7 +1664,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1233,7 +1673,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1270,7 +1710,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6601);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -1282,7 +1722,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-946.99998,-480.63782)" @@ -1310,7 +1750,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6597);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-0" width="50" height="20" @@ -1319,7 +1759,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-8" cx="41" cy="1041.3622" @@ -1339,7 +1779,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-7" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1348,7 +1788,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-6" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1385,7 +1825,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6595);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1-9" cx="41" cy="1041.3622" @@ -1397,7 +1837,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-21.99999,-91.00001)" @@ -1444,7 +1884,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-35" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6585);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1477,7 +1917,7 @@ height="1.9999826" width="5" id="rect3977-39-9" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1485,7 +1925,7 @@ height="7.9999828" width="2" id="rect3979-7-65" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1544,7 +1984,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6587);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1576,7 +2016,7 @@ height="7.9999828" width="2" id="rect3979-7-3-2" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -1643,7 +2083,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6589);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1658,7 +2098,7 @@ height="4" width="4" id="use15101-5-7-51" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1707,7 +2147,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-97" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6591);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1723,7 +2163,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-08" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1762,7 +2202,7 @@ id="g5400-2-0"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6657);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-5" width="13" height="12.999997" @@ -1802,7 +2242,7 @@ id="g5428-8-1-7-83-3"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6661);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-6" width="27.303804" height="26.835894" @@ -1860,7 +2300,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6583);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1893,7 +2333,7 @@ height="1.9999826" width="5" id="rect3977-39-0-1" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1901,7 +2341,7 @@ height="7.9999828" width="2" id="rect3979-7-6-7" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1960,7 +2400,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6581);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1992,7 +2432,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91-3" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -2059,7 +2499,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6579);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -2074,7 +2514,7 @@ height="4" width="4" id="use15101-5-7-2-84" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -2123,7 +2563,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6577);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -2139,7 +2579,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3-4" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -2178,7 +2618,7 @@ id="g5400-2-4-8"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6655);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-7-5" width="13" height="13.000001" @@ -2218,7 +2658,7 @@ id="g5428-8-1-7-83-9-8"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6659);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-2-3" width="27.303804" height="26.835888" @@ -2296,13 +2736,13 @@ height="32" width="32" id="rect13851" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" id="g14051"> <path - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6605);fill-opacity:1;stroke:none" d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" id="rect3977-39-35-1-3" inkscape:connector-curvature="0" /> @@ -2367,7 +2807,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8" width="50" height="20" @@ -2376,7 +2816,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6567);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9" cx="41" cy="1041.3622" @@ -2396,7 +2836,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2405,7 +2845,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -2482,7 +2922,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3" width="50" height="20" @@ -2491,7 +2931,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6565);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5" cx="41" cy="1041.3622" @@ -2511,7 +2951,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2520,7 +2960,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -3038,7 +3478,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6" /> </g> </g> @@ -3095,7 +3535,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9" /> </g> </g> @@ -3128,7 +3568,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6" /> </g> </g> @@ -3183,7 +3623,7 @@ id="layer12-45-3-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6573);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> @@ -3319,7 +3759,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3419,7 +3859,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3518,7 +3958,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -3582,7 +4022,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -3628,7 +4068,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" @@ -3743,7 +4183,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-36" width="50" height="20" @@ -3965,7 +4405,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4065,7 +4505,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-33" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4164,7 +4604,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -4228,7 +4668,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -4355,7 +4795,7 @@ height="32" width="32" id="rect13851-5" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" @@ -4442,7 +4882,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8-7-5" width="50" height="20" @@ -4557,7 +4997,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3-4-9" width="50" height="20" @@ -5135,7 +5575,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6-6-0" /> </g> </g> @@ -5192,7 +5632,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9-0-2" /> </g> </g> @@ -5226,7 +5666,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6-8-3" /> </g> </g> @@ -5281,7 +5721,7 @@ id="layer12-45-3-7-96-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6557);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5-1-1" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> diff --git a/common/gtk-3.0/3.16/gtk-dark.css b/common/gtk-3.0/3.16/gtk-dark.css index 1f5cbed..a1db7d7 100644 --- a/common/gtk-3.0/3.16/gtk-dark.css +++ b/common/gtk-3.0/3.16/gtk-dark.css @@ -48,7 +48,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -150,20 +150,20 @@ GtkTextView { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -184,22 +184,22 @@ GtkTextView { border-color: #2b2e39; background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #2b2e39; background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #b6bcc6; } @@ -207,22 +207,22 @@ GtkTextView { border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -235,7 +235,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -245,9 +245,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -281,7 +281,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #D3DAE3; } @@ -313,12 +313,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -358,7 +358,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -384,10 +384,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -399,13 +399,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -422,7 +422,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -434,13 +434,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -521,7 +521,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -683,7 +683,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; @@ -694,7 +694,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -715,7 +715,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -740,7 +740,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -935,7 +935,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -944,30 +944,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -987,7 +987,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1018,7 +1018,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1040,7 +1040,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1052,13 +1052,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1074,7 +1074,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1086,13 +1086,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1137,7 +1137,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1183,8 +1183,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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(63, 69, 84, 0.991)); border-color: rgba(21, 23, 28, 0.67); } @@ -1245,9 +1245,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1260,7 +1260,7 @@ column-header .button { color: #b6bcc6; background-color: #404552; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1273,8 +1273,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + 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; @@ -1302,7 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1322,7 +1322,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { @@ -1502,7 +1502,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1551,7 +1551,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1850,13 +1850,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #3c414e); border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1885,7 +1885,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1895,7 +1895,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1923,18 +1923,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1961,8 +1961,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2067,7 +2067,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2090,7 +2090,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2147,14 +2147,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #3c4150; } .sidebar:selected, .sidebar .view:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2193,7 +2193,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2213,7 +2213,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2457,7 +2457,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2512,7 +2512,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2564,7 +2564,7 @@ GtkHTML { color: #D3DAE3; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2582,7 +2582,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #D3DAE3; } @@ -2647,7 +2647,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2677,7 +2677,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #D3DAE3; } @@ -2763,13 +2763,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2780,14 +2780,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2852,7 +2852,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2865,7 +2865,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -2895,7 +2895,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2926,23 +2926,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -2966,10 +2966,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -2992,7 +2992,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3014,12 +3014,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3115,7 +3115,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3147,7 +3147,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3232,8 +3232,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3291,7 +3291,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3306,7 +3306,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3317,7 +3317,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3435,7 +3435,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -3468,7 +3468,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3486,39 +3486,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3613,7 +3613,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, @@ -3734,15 +3734,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3763,7 +3763,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3783,7 +3783,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3804,7 +3804,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3844,7 +3844,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3855,13 +3855,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -3889,7 +3889,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.16/gtk-darker.css b/common/gtk-3.0/3.16/gtk-darker.css index a94ef55..e0f2b08 100644 --- a/common/gtk-3.0/3.16/gtk-darker.css +++ b/common/gtk-3.0/3.16/gtk-darker.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkTextView { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -312,12 +312,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -357,7 +357,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -383,10 +383,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -398,13 +398,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -421,7 +421,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -433,13 +433,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -519,8 +519,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -682,7 +682,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -692,8 +692,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -713,8 +713,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,11 +756,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -938,7 +938,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -947,30 +947,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -990,7 +990,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1021,7 +1021,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1043,7 +1043,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1055,13 +1055,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1077,7 +1077,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1089,13 +1089,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1140,7 +1140,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1186,8 +1186,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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(63, 69, 84, 0.991)); border-color: rgba(21, 23, 28, 0.67); } @@ -1248,9 +1248,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1263,7 +1263,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1276,8 +1276,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1926,18 +1926,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1964,8 +1964,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2093,7 +2093,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2196,7 +2196,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2216,7 +2216,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2460,7 +2460,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2515,7 +2515,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2567,7 +2567,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2650,7 +2650,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2766,13 +2766,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2855,7 +2855,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2868,7 +2868,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2929,23 +2929,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -2969,10 +2969,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3017,12 +3017,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3118,7 +3118,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3150,7 +3150,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3235,8 +3235,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3437,8 +3437,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3471,7 +3471,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3489,39 +3489,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3606,7 +3606,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, @@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 bb3978a..0f30efe 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -48,7 +48,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -150,20 +150,20 @@ GtkTextView { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -184,22 +184,22 @@ GtkTextView { border-color: #2b2e39; background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #2b2e39; background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #b6bcc6; } @@ -207,22 +207,22 @@ GtkTextView { border-bottom-color: #3a3e4a; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child { border-bottom-color: #3a3e4a; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -235,7 +235,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -245,9 +245,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -281,7 +281,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #D3DAE3; } @@ -313,12 +313,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -358,7 +358,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -384,10 +384,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -399,13 +399,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -422,7 +422,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -434,13 +434,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -521,7 +521,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -683,7 +683,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; @@ -694,7 +694,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -715,7 +715,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -740,7 +740,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -825,11 +825,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -848,7 +848,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -935,7 +935,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -944,30 +944,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -987,7 +987,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1018,7 +1018,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1040,7 +1040,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1052,13 +1052,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1074,7 +1074,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1086,13 +1086,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1137,7 +1137,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1183,8 +1183,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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, #3e4553); border-color: rgba(21, 23, 28, 0.7); } @@ -1245,9 +1245,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1260,7 +1260,7 @@ column-header .button { color: #b6bcc6; background-color: #404552; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1273,8 +1273,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + 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; @@ -1302,7 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1322,7 +1322,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator { @@ -1502,7 +1502,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1551,7 +1551,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1850,13 +1850,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #3c414e); border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1885,7 +1885,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1895,7 +1895,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1923,18 +1923,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1961,8 +1961,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2067,7 +2067,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2090,7 +2090,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2147,14 +2147,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #3c4150; } .sidebar:selected, .sidebar .view:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #D3DAE3; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2193,7 +2193,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2213,7 +2213,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2457,7 +2457,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2512,7 +2512,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2564,7 +2564,7 @@ GtkHTML { color: #D3DAE3; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2582,7 +2582,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #D3DAE3; } @@ -2647,7 +2647,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2677,7 +2677,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #D3DAE3; } @@ -2763,13 +2763,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2780,14 +2780,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2852,7 +2852,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2865,7 +2865,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -2895,7 +2895,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2926,23 +2926,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -2966,10 +2966,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -2992,7 +2992,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3014,12 +3014,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3115,7 +3115,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3147,7 +3147,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3232,8 +3232,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3291,7 +3291,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3306,7 +3306,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3317,7 +3317,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3435,7 +3435,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -3468,7 +3468,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3486,39 +3486,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3613,7 +3613,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, @@ -3734,15 +3734,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3763,7 +3763,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3783,7 +3783,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3804,7 +3804,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3844,7 +3844,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3855,13 +3855,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -3889,7 +3889,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 f342c13..56329b9 100644 --- a/common/gtk-3.0/3.16/gtk-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-solid-darker.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkTextView { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -312,12 +312,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -357,7 +357,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -383,10 +383,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -398,13 +398,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -421,7 +421,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -433,13 +433,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -519,8 +519,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -682,7 +682,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -692,8 +692,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -713,8 +713,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,11 +756,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -828,11 +828,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -851,7 +851,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -938,7 +938,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -947,30 +947,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -990,7 +990,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1021,7 +1021,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(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 { @@ -1043,7 +1043,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1055,13 +1055,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1077,7 +1077,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1089,13 +1089,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1140,7 +1140,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1186,8 +1186,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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, #3e4553); border-color: rgba(21, 23, 28, 0.7); } @@ -1248,9 +1248,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1263,7 +1263,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1276,8 +1276,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1926,18 +1926,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1964,8 +1964,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2093,7 +2093,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2196,7 +2196,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2216,7 +2216,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2460,7 +2460,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2515,7 +2515,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2567,7 +2567,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2650,7 +2650,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive { color: rgba(207, 218, 231, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { @@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2766,13 +2766,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2855,7 +2855,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2868,7 +2868,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2929,23 +2929,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -2969,10 +2969,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3017,12 +3017,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3118,7 +3118,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3150,7 +3150,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3235,8 +3235,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3437,8 +3437,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3471,7 +3471,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3489,39 +3489,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3606,7 +3606,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, @@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.16/gtk-solid.css b/common/gtk-3.0/3.16/gtk-solid.css index 9826ddc..ec42596 100644 --- a/common/gtk-3.0/3.16/gtk-solid.css +++ b/common/gtk-3.0/3.16/gtk-solid.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkTextView { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -312,12 +312,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -357,7 +357,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -383,10 +383,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -398,13 +398,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -421,7 +421,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -433,13 +433,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -519,8 +519,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -682,7 +682,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -692,8 +692,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -713,8 +713,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,11 +756,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -828,11 +828,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -851,7 +851,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -937,8 +937,8 @@ GtkComboBox { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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: #ffffff; } @@ -947,30 +947,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; border-color: #F27835; background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; border-color: #FC4138; background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -989,8 +989,8 @@ GtkComboBox { .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + 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); @@ -1020,8 +1020,8 @@ GtkComboBox { .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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -1043,7 +1043,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1055,13 +1055,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1077,7 +1077,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1089,13 +1089,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1139,8 +1139,8 @@ GtkComboBox { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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); @@ -1186,8 +1186,8 @@ 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, #5294E2); - border-color: #5294E2; } + 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, #f5f5f7); border-color: rgba(82, 93, 118, 0.3); } @@ -1248,9 +1248,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1263,7 +1263,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1276,8 +1276,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); @@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1926,18 +1926,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1964,8 +1964,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2093,7 +2093,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2196,7 +2196,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2216,7 +2216,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2459,8 +2459,8 @@ GtkVolumeButton.button { .titlebar .button.titlebutton:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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, @@ -2515,7 +2515,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2567,7 +2567,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2649,8 +2649,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2765,14 +2765,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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); @@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2855,7 +2855,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2868,7 +2868,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2929,23 +2929,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -2969,10 +2969,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3016,13 +3016,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3118,7 +3118,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3150,7 +3150,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3235,8 +3235,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3437,8 +3437,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3471,7 +3471,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3489,39 +3489,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3606,7 +3606,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, @@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.16/gtk.css b/common/gtk-3.0/3.16/gtk.css index 9a51506..487b0a7 100644 --- a/common/gtk-3.0/3.16/gtk.css +++ b/common/gtk-3.0/3.16/gtk.css @@ -48,7 +48,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -61,7 +61,7 @@ text-shadow: none; } .rubberband { - border: 1px solid #5294E2; + border: 1px solid #5294e2; background-color: rgba(82, 148, 226, 0.2); } .label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator { @@ -88,7 +88,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -147,7 +147,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -156,13 +156,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -183,22 +183,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .entry.image { color: #7d8189; } @@ -206,22 +206,22 @@ GtkTextView { border-bottom-color: #f4f5f6; box-shadow: none; } .linked.vertical > .entry:focus { - border-color: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + border-color: #5294e2; + box-shadow: 0 -1px 0 0 #5294e2; } .linked.vertical > .entry:insensitive { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child { border-bottom-color: #f4f5f6; } .linked.vertical > .entry:first-child:focus { - border-bottom-color: #5294E2; + border-bottom-color: #5294e2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { 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: #5294E2; - box-shadow: 0 -1px 0 0 #5294E2; } + 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 { @@ -234,7 +234,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -244,9 +244,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -279,8 +279,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -312,12 +312,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -357,7 +357,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -383,10 +383,10 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -398,13 +398,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -421,7 +421,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -433,13 +433,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -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(#5294E2), 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; } @@ -519,8 +519,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -682,7 +682,7 @@ GtkSearchEntry.entry { .spinbutton .button:insensitive { color: rgba(92, 97, 108, 0.55); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -692,8 +692,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -713,8 +713,8 @@ GtkSearchEntry.entry { .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -739,7 +739,7 @@ GtkSearchEntry.entry { GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus { padding: 1px; border-width: 1px 0; - border-color: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -756,11 +756,11 @@ GtkComboBox { GtkComboBox.combobox-entry .entry:dir(ltr) { border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { box-shadow: inset 1px 0 #cfd6e6; } GtkComboBox.combobox-entry .button:dir(ltr):insensitive { @@ -937,8 +937,8 @@ GtkComboBox { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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: #ffffff; } @@ -947,30 +947,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -989,8 +989,8 @@ GtkComboBox { .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + 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); @@ -1020,8 +1020,8 @@ GtkComboBox { .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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -1043,7 +1043,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1055,13 +1055,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1077,7 +1077,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1089,13 +1089,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1139,8 +1139,8 @@ GtkComboBox { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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); @@ -1186,8 +1186,8 @@ 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, #5294E2); - border-color: #5294E2; } + 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(245, 246, 247, 0.985)); border-color: rgba(82, 93, 118, 0.3); } @@ -1248,9 +1248,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1263,7 +1263,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1276,8 +1276,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); @@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + 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 { @@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1926,18 +1926,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -1964,8 +1964,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2093,7 +2093,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box { border: none; background-color: #fbfbfc; } .sidebar:selected, .sidebar .view:selected { - background-color: #5294E2; } + background-color: #5294e2; } GtkPlacesSidebar.sidebar .view { color: #5c616c; background-color: transparent; } GtkPlacesSidebar.sidebar .view:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .sidebar-item { padding: 10px 4px; } @@ -2196,7 +2196,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2216,7 +2216,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2459,8 +2459,8 @@ GtkVolumeButton.button { .titlebar .button.titlebutton:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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, @@ -2515,7 +2515,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2567,7 +2567,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2649,8 +2649,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 { @@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2765,14 +2765,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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); @@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) { 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 #5294E2; } + 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 #5294E2; } + box-shadow: 1px 0 #5294e2; } GbEditorFrame .gb-search-slider { padding: 2px; } @@ -2855,7 +2855,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -2868,7 +2868,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -2929,23 +2929,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -2969,10 +2969,10 @@ ClockBox { .xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked { color: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3016,13 +3016,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3118,7 +3118,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3150,7 +3150,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3235,8 +3235,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3437,8 +3437,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3471,7 +3471,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3489,39 +3489,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3606,7 +3606,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame, NautilusWindow .sidebar.frame, @@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive, NautilusWindow .sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive, @@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.16/sass/_applications.scss b/common/gtk-3.0/3.16/sass/_applications.scss index 3268f75..f76b269 100644 --- a/common/gtk-3.0/3.16/sass/_applications.scss +++ b/common/gtk-3.0/3.16/sass/_applications.scss @@ -76,7 +76,7 @@ TerminalWindow { } .nautilus-desktop.nautilus-canvas-item { - color: $selected_fg_color; + color: white; text-shadow: 1px 1px transparentize(black, 0.4); &:active { color: $fg_color; } @@ -508,7 +508,7 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: $selected_fg_color; + color: white; background-color: transparentize(black, 0.75); border-radius: 0; border-color: transparentize(black, 0.75); @@ -516,7 +516,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { } PanelApplet:hover { - color: $selected_fg_color; + color: white; } PanelApplet:active, diff --git a/common/gtk-3.0/3.16/sass/_colors.scss b/common/gtk-3.0/3.16/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gtk-3.0/3.16/sass/_colors.scss +++ b/common/gtk-3.0/3.16/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index e462381..cd32885 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -250,20 +250,20 @@ $vert_padding: 5px; } } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { color: $selected_fg_color; border-color: if($variant=='light', $e_color, $entry_border); background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); &:focus { - color: $selected_fg_color; + color: $e_fg_color; background-image: linear-gradient(to bottom, $e_color); box-shadow: none; } &:selected, &:selected:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -478,10 +478,10 @@ $_dot_color: $selected_bg_color; } } // Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { &.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); @@ -489,10 +489,10 @@ $_dot_color: $selected_bg_color; outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:insensitive { @include button(undecorated); @@ -1026,14 +1026,14 @@ GtkComboBox { // Selectionmode &.selection-mode, &.titlebar.selection-mode { - color: $selected_fg_color; + color: $selection_mode_fg; background-color: $selection_mode_bg; border-color: darken($selection_mode_bg, 4%); box-shadow: none; &:backdrop { background-color: $selection_mode_bg; - color: transparentize($selected_fg_color, 0.4); + color: transparentize($selection_mode_fg, 0.4); } .subtitle:link { @extend *:link:selected; } @@ -1183,19 +1183,19 @@ GtkComboBox { background-color: transparent; } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { - color: $selected_fg_color; + color: $e_fg_color; border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); &:focus { - color: $selected_fg_color; + color: $e_fg_color; background-image: linear-gradient(to bottom, $e_color); } &:selected, &:selected:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -1256,10 +1256,10 @@ GtkComboBox { } // Headerbar Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { .button.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); @@ -1267,10 +1267,10 @@ GtkComboBox { outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:insensitive, &:insensitive { @include button(header-insensitive); } diff --git a/common/gtk-3.0/3.16/sass/_drawing.scss b/common/gtk-3.0/3.16/sass/_drawing.scss index 93f9386..36a5f36 100644 --- a/common/gtk-3.0/3.16/sass/_drawing.scss +++ b/common/gtk-3.0/3.16/sass/_drawing.scss @@ -108,12 +108,12 @@ // Buttons -@mixin button($t, $actionb_color:red) { +@mixin button($t, $actionb_bg:red, $actionb_fg: green) { // // Button drawing function // // $t: button type, -// $actionb_color: used for destructive and suggested action buttons +// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons @if $t==normal { // @@ -266,10 +266,10 @@ // background-clip: border-box; - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: $actionb_color; - border-color: $actionb_color; + color: $actionb_fg; + outline-color: transparentize($actionb_fg, 0.7); + background-color: $actionb_bg; + border-color: $actionb_bg; } @else if $t==undecorated { diff --git a/common/gtk-3.0/3.18/assets.svg b/common/gtk-3.0/3.18/assets.svg index db616b6..7086f47 100644 --- a/common/gtk-3.0/3.18/assets.svg +++ b/common/gtk-3.0/3.18/assets.svg @@ -2,11 +2,13 @@ <!-- 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" width="484.00006" @@ -16,7 +18,445 @@ inkscape:version="0.91 r13725" sodipodi:docname="assets.svg"> <defs - id="defs9894" /> + id="defs9894"> + <linearGradient + id="linearGradient6651"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop6653" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop6555" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5956" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5958" + x1="52.499989" + y1="-147.63782" + x2="52.499989" + y2="-9.6378174" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6557" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6559" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6561" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6563" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6565" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6567" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6569" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6571" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6573" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6575" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6577" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6579" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6581" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6583" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6585" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6587" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6589" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6591" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6593" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6595" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6597" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6599" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6601" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6603" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6605" + x1="484.20452" + y1="188.95163" + x2="484.20452" + y2="204.88913" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6607" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6609" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6611" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6613" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6615" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6617" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6619" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6621" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6623" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6625" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6627" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6629" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6631" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6633" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6635" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6637" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6655" + x1="25" + y1="31.362192" + x2="25" + y2="45.362194" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6657" + x1="25" + y1="31.362183" + x2="25" + y2="45.362179" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6659" + x1="66.312027" + y1="126.5632" + x2="66.312027" + y2="155.48132" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6661" + x1="66.312027" + y1="126.56319" + x2="66.312027" + y2="155.48131" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -24,11 +464,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="117.91346" - inkscape:cy="193.93448" + inkscape:zoom="8" + inkscape:cx="37.764915" + inkscape:cy="68.141665" inkscape:document-units="px" - inkscape:current-layer="layer1" + inkscape:current-layer="layer3" showgrid="false" showborder="false" inkscape:window-width="1259" @@ -106,7 +546,7 @@ height="138" width="120.99998" id="rect8047-5" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> <g transform="translate(-22,-229.00001)" style="display:inline;opacity:1" @@ -152,7 +592,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -185,7 +625,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -193,7 +633,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -252,7 +692,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -284,7 +724,7 @@ height="7.9999828" width="2" id="rect3979-7-3" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -351,7 +791,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -366,7 +806,7 @@ height="4" width="4" id="use15101-5-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -415,7 +855,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -431,7 +871,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -461,7 +901,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -470,7 +910,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6637);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -490,7 +930,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -499,7 +939,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -576,7 +1016,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5" width="50" height="20" @@ -585,7 +1025,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6627);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8" cx="41" cy="1041.3622" @@ -605,7 +1045,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -614,7 +1054,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -798,7 +1238,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -831,7 +1271,7 @@ height="1.9999826" width="5" id="rect3977-39-0" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -839,7 +1279,7 @@ height="7.9999828" width="2" id="rect3979-7-6" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -898,7 +1338,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -930,7 +1370,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -997,7 +1437,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1012,7 +1452,7 @@ height="4" width="4" id="use15101-5-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1061,7 +1501,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1077,7 +1517,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1195,7 +1635,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6599);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -1204,7 +1644,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -1224,7 +1664,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1233,7 +1673,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1270,7 +1710,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6601);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -1282,7 +1722,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-946.99998,-480.63782)" @@ -1310,7 +1750,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6597);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-0" width="50" height="20" @@ -1319,7 +1759,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-8" cx="41" cy="1041.3622" @@ -1339,7 +1779,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-7" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1348,7 +1788,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-6" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1385,7 +1825,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6595);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1-9" cx="41" cy="1041.3622" @@ -1397,7 +1837,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-21.99999,-91.00001)" @@ -1444,7 +1884,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-35" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6585);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1477,7 +1917,7 @@ height="1.9999826" width="5" id="rect3977-39-9" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1485,7 +1925,7 @@ height="7.9999828" width="2" id="rect3979-7-65" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1544,7 +1984,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6587);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1576,7 +2016,7 @@ height="7.9999828" width="2" id="rect3979-7-3-2" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -1643,7 +2083,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6589);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1658,7 +2098,7 @@ height="4" width="4" id="use15101-5-7-51" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1707,7 +2147,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-97" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6591);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1723,7 +2163,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-08" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1762,7 +2202,7 @@ id="g5400-2-0"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6657);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-5" width="13" height="12.999997" @@ -1802,7 +2242,7 @@ id="g5428-8-1-7-83-3"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6661);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-6" width="27.303804" height="26.835894" @@ -1860,7 +2300,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6583);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1893,7 +2333,7 @@ height="1.9999826" width="5" id="rect3977-39-0-1" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1901,7 +2341,7 @@ height="7.9999828" width="2" id="rect3979-7-6-7" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1960,7 +2400,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6581);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1992,7 +2432,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91-3" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -2059,7 +2499,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6579);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -2074,7 +2514,7 @@ height="4" width="4" id="use15101-5-7-2-84" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -2123,7 +2563,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6577);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -2139,7 +2579,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3-4" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -2178,7 +2618,7 @@ id="g5400-2-4-8"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6655);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-7-5" width="13" height="13.000001" @@ -2218,7 +2658,7 @@ id="g5428-8-1-7-83-9-8"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6659);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-2-3" width="27.303804" height="26.835888" @@ -2296,13 +2736,13 @@ height="32" width="32" id="rect13851" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" id="g14051"> <path - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6605);fill-opacity:1;stroke:none" d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" id="rect3977-39-35-1-3" inkscape:connector-curvature="0" /> @@ -2367,7 +2807,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8" width="50" height="20" @@ -2376,7 +2816,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6567);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9" cx="41" cy="1041.3622" @@ -2396,7 +2836,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2405,7 +2845,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -2482,7 +2922,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3" width="50" height="20" @@ -2491,7 +2931,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6565);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5" cx="41" cy="1041.3622" @@ -2511,7 +2951,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2520,7 +2960,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -3038,7 +3478,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6" /> </g> </g> @@ -3095,7 +3535,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9" /> </g> </g> @@ -3128,7 +3568,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6" /> </g> </g> @@ -3183,7 +3623,7 @@ id="layer12-45-3-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6573);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> @@ -3319,7 +3759,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3419,7 +3859,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3518,7 +3958,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -3582,7 +4022,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -3628,7 +4068,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" @@ -3743,7 +4183,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-36" width="50" height="20" @@ -3965,7 +4405,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4065,7 +4505,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-33" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4164,7 +4604,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -4228,7 +4668,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -4355,7 +4795,7 @@ height="32" width="32" id="rect13851-5" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" @@ -4442,7 +4882,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8-7-5" width="50" height="20" @@ -4557,7 +4997,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3-4-9" width="50" height="20" @@ -5135,7 +5575,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6-6-0" /> </g> </g> @@ -5192,7 +5632,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9-0-2" /> </g> </g> @@ -5226,7 +5666,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6-8-3" /> </g> </g> @@ -5281,7 +5721,7 @@ id="layer12-45-3-7-96-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6557);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5-1-1" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css index d55f265..e798faf 100644 --- a/common/gtk-3.0/3.18/gtk-dark.css +++ b/common/gtk-3.0/3.18/gtk-dark.css @@ -47,7 +47,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -87,7 +87,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -151,20 +151,20 @@ GtkTextView { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -174,22 +174,22 @@ GtkTextView { border-color: #2b2e39; background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #2b2e39; background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .osd .entry { color: #BAC3CF; @@ -201,7 +201,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -211,9 +211,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -247,7 +247,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #D3DAE3; } @@ -279,12 +279,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -304,7 +304,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -328,13 +328,13 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -346,13 +346,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -369,7 +369,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -381,13 +381,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -443,7 +443,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(#5294E2), 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; } @@ -468,7 +468,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -727,7 +727,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:insensitive { color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; @@ -738,7 +738,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -759,7 +759,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -784,7 +784,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: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -981,7 +981,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -990,30 +990,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -1033,7 +1033,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1064,7 +1064,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } @@ -1115,7 +1115,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1127,13 +1127,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1149,7 +1149,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1161,13 +1161,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1212,7 +1212,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1252,8 +1252,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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(63, 69, 84, 0.991)); border-color: rgba(21, 23, 28, 0.67); } @@ -1314,9 +1314,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1329,7 +1329,7 @@ column-header .button { color: #b6bcc6; background-color: #404552; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1342,8 +1342,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + 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; @@ -1371,7 +1371,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1391,7 +1391,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator { @@ -1571,7 +1571,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1620,7 +1620,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1919,13 +1919,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #3c414e); border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1954,7 +1954,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1964,7 +1964,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1992,18 +1992,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -2030,8 +2030,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2137,7 +2137,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2160,7 +2160,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2238,7 +2238,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #5294E2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #22242d; } @@ -2305,7 +2305,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2325,7 +2325,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2574,7 +2574,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2634,7 +2634,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2686,7 +2686,7 @@ GtkHTML { color: #D3DAE3; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2711,7 +2711,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #5294E2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2720,7 +2720,7 @@ EelEditableLabel.entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #D3DAE3; } @@ -2784,7 +2784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { color: rgba(207, 218, 231, 0.4); } @@ -2807,7 +2807,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #D3DAE3; } @@ -2899,13 +2899,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -3004,7 +3004,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3017,7 +3017,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3047,7 +3047,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3078,23 +3078,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3118,10 +3118,10 @@ ClockBox { .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3144,7 +3144,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3166,12 +3166,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3267,7 +3267,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3299,7 +3299,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3384,8 +3384,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3458,7 +3458,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3587,7 +3587,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -3620,7 +3620,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3638,39 +3638,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { 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 #5294E2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: rgba(75, 81, 98, 0.95); } @@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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; } @@ -3789,7 +3789,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, @@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + 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 { @@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index 8092682..6444f98 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -47,7 +47,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -87,7 +87,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -148,7 +148,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -157,13 +157,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -173,22 +173,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .osd .entry { color: #BAC3CF; @@ -200,7 +200,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -210,9 +210,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -245,8 +245,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -278,12 +278,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -303,7 +303,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -327,13 +327,13 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -345,13 +345,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -368,7 +368,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -380,13 +380,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -442,7 +442,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(#5294E2), 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; } @@ -466,8 +466,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -499,12 +499,12 @@ GtkSearchEntry.entry { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -526,7 +526,7 @@ GtkSearchEntry.entry { .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } @@ -572,12 +572,12 @@ GtkSearchEntry.entry { .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { @@ -599,7 +599,7 @@ GtkSearchEntry.entry { .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } @@ -726,7 +726,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -783,7 +783,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: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -802,13 +802,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -984,7 +984,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -993,30 +993,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -1036,7 +1036,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1067,7 +1067,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } @@ -1118,7 +1118,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1130,13 +1130,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1152,7 +1152,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1164,13 +1164,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1215,7 +1215,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1255,8 +1255,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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(63, 69, 84, 0.991)); border-color: rgba(21, 23, 28, 0.67); } @@ -1317,9 +1317,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1332,7 +1332,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1345,8 +1345,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1374,7 +1374,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1394,7 +1394,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { @@ -1574,7 +1574,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1623,7 +1623,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1922,13 +1922,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1967,7 +1967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1995,18 +1995,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -2033,8 +2033,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2140,7 +2140,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2163,7 +2163,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2241,7 +2241,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #5294E2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2308,7 +2308,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2328,7 +2328,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2577,7 +2577,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2637,7 +2637,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2689,7 +2689,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2714,7 +2714,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #5294E2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2723,7 +2723,7 @@ EelEditableLabel.entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2787,7 +2787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { color: rgba(207, 218, 231, 0.4); } @@ -2810,7 +2810,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2905,13 +2905,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -3010,7 +3010,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3023,7 +3023,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3053,7 +3053,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3084,23 +3084,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3124,10 +3124,10 @@ ClockBox { .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3150,7 +3150,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3172,12 +3172,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3273,7 +3273,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3305,7 +3305,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3390,8 +3390,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3449,7 +3449,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3475,7 +3475,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3592,8 +3592,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3626,7 +3626,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3644,39 +3644,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3705,7 +3705,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { 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 #5294E2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: rgba(75, 81, 98, 0.95); } @@ -3742,7 +3742,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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; } @@ -3785,7 +3785,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, @@ -3893,15 +3893,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3922,7 +3922,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3942,7 +3942,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3963,7 +3963,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3994,7 +3994,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + 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 { @@ -4004,13 +4004,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4038,7 +4038,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 e806814..4e03b80 100644 --- a/common/gtk-3.0/3.18/gtk-solid-dark.css +++ b/common/gtk-3.0/3.18/gtk-solid-dark.css @@ -47,7 +47,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -87,7 +87,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -151,20 +151,20 @@ GtkTextView { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } .entry:insensitive { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -174,22 +174,22 @@ GtkTextView { border-color: #2b2e39; background-image: linear-gradient(to bottom, #ab6441); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #2b2e39; background-image: linear-gradient(to bottom, #b14342); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .osd .entry { color: #BAC3CF; @@ -201,7 +201,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -211,9 +211,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -247,7 +247,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #D3DAE3; } @@ -279,12 +279,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -304,7 +304,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -328,13 +328,13 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -346,13 +346,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -369,7 +369,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -381,13 +381,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -443,7 +443,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(#5294E2), 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; } @@ -468,7 +468,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -727,7 +727,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:insensitive { color: rgba(211, 218, 227, 0.45); } .spinbutton .button:active { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; @@ -738,7 +738,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -759,7 +759,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); @@ -784,7 +784,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: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -871,11 +871,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -894,7 +894,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -981,7 +981,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -990,30 +990,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -1033,7 +1033,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1064,7 +1064,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } @@ -1115,7 +1115,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1127,13 +1127,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1149,7 +1149,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1161,13 +1161,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1212,7 +1212,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1252,8 +1252,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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, #3e4553); border-color: rgba(21, 23, 28, 0.7); } @@ -1314,9 +1314,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1329,7 +1329,7 @@ column-header .button { color: #b6bcc6; background-color: #404552; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1342,8 +1342,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; } + 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; @@ -1371,7 +1371,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1391,7 +1391,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator { @@ -1571,7 +1571,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1620,7 +1620,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #676b78; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1919,13 +1919,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #3c414e); border-color: rgba(38, 41, 51, 0.8); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1954,7 +1954,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #2d303b); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1964,7 +1964,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1992,18 +1992,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -2030,8 +2030,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2137,7 +2137,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2160,7 +2160,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2238,7 +2238,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #5294E2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #22242d; } @@ -2305,7 +2305,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2325,7 +2325,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2574,7 +2574,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2634,7 +2634,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2686,7 +2686,7 @@ GtkHTML { color: #D3DAE3; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2711,7 +2711,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #5294E2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2720,7 +2720,7 @@ EelEditableLabel.entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #D3DAE3; } @@ -2784,7 +2784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { color: rgba(207, 218, 231, 0.4); } @@ -2807,7 +2807,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-color: #4a4f5c; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #D3DAE3; } @@ -2899,13 +2899,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -3004,7 +3004,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3017,7 +3017,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3047,7 +3047,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3078,23 +3078,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3118,10 +3118,10 @@ ClockBox { .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3144,7 +3144,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3166,12 +3166,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3267,7 +3267,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3299,7 +3299,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3384,8 +3384,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3458,7 +3458,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3587,7 +3587,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(211, 218, 227, 0.45); border-color: rgba(43, 46, 57, 0.55); @@ -3620,7 +3620,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3638,39 +3638,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #4b5162; } @@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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; } @@ -3789,7 +3789,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, @@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + 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 { @@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 33be9af..03e11a0 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -47,7 +47,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -87,7 +87,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -148,7 +148,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -157,13 +157,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -173,22 +173,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .osd .entry { color: #BAC3CF; @@ -200,7 +200,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -210,9 +210,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -245,8 +245,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -278,12 +278,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -303,7 +303,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -327,13 +327,13 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -345,13 +345,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -368,7 +368,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -380,13 +380,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -442,7 +442,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(#5294E2), 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; } @@ -466,8 +466,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -499,12 +499,12 @@ GtkSearchEntry.entry { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -526,7 +526,7 @@ GtkSearchEntry.entry { .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } @@ -572,12 +572,12 @@ GtkSearchEntry.entry { .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { @@ -599,7 +599,7 @@ GtkSearchEntry.entry { .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } @@ -726,7 +726,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -783,7 +783,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: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -802,13 +802,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -874,11 +874,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -897,7 +897,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -984,7 +984,7 @@ GtkComboBox { .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); background-clip: padding-box; } .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } @@ -993,30 +993,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -1036,7 +1036,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); @@ -1067,7 +1067,7 @@ GtkComboBox { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } @@ -1118,7 +1118,7 @@ GtkComboBox { .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1130,13 +1130,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1152,7 +1152,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1164,13 +1164,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1215,7 +1215,7 @@ GtkComboBox { .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -1255,8 +1255,8 @@ GtkComboBox { 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, #5294E2); - border-color: #5294E2; } + 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, #3e4553); border-color: rgba(21, 23, 28, 0.7); } @@ -1317,9 +1317,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1332,7 +1332,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1345,8 +1345,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1374,7 +1374,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(207, 218, 231, 0.2); @@ -1394,7 +1394,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { @@ -1574,7 +1574,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1623,7 +1623,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1922,13 +1922,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1967,7 +1967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1995,18 +1995,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -2033,8 +2033,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2140,7 +2140,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2163,7 +2163,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2241,7 +2241,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #5294E2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2308,7 +2308,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2328,7 +2328,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2577,7 +2577,7 @@ GtkVolumeButton.button { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -2637,7 +2637,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2689,7 +2689,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2714,7 +2714,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #5294E2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2723,7 +2723,7 @@ EelEditableLabel.entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2787,7 +2787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { color: rgba(207, 218, 231, 0.4); } @@ -2810,7 +2810,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2905,13 +2905,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #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(207, 218, 231, 0.35); @@ -3010,7 +3010,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3023,7 +3023,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3053,7 +3053,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3084,23 +3084,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3124,10 +3124,10 @@ ClockBox { .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3150,7 +3150,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3172,12 +3172,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { 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: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3273,7 +3273,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3305,7 +3305,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3390,8 +3390,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3449,7 +3449,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3475,7 +3475,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3592,8 +3592,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3626,7 +3626,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3644,39 +3644,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3705,7 +3705,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #4b5162; } @@ -3742,7 +3742,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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; } @@ -3785,7 +3785,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, @@ -3893,15 +3893,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3922,7 +3922,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3942,7 +3942,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3963,7 +3963,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3994,7 +3994,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + 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 { @@ -4004,13 +4004,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4038,7 +4038,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index 3a3309e..4f9c9b5 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -47,7 +47,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -87,7 +87,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -148,7 +148,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -157,13 +157,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -173,22 +173,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .osd .entry { color: #BAC3CF; @@ -200,7 +200,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } @@ -210,9 +210,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -245,8 +245,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -278,12 +278,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -303,7 +303,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -327,13 +327,13 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -345,13 +345,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -368,7 +368,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -380,13 +380,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -442,7 +442,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(#5294E2), 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; } @@ -466,8 +466,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -499,12 +499,12 @@ GtkSearchEntry.entry { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -526,7 +526,7 @@ GtkSearchEntry.entry { .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } @@ -572,12 +572,12 @@ GtkSearchEntry.entry { .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { @@ -599,7 +599,7 @@ GtkSearchEntry.entry { .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } @@ -726,7 +726,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -783,7 +783,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: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -802,13 +802,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -874,11 +874,11 @@ GtkComboBox { padding-right: 12px; } .header-bar.selection-mode, .header-bar.titlebar.selection-mode { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } .header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop { - background-color: #5294E2; + background-color: #5294e2; color: rgba(255, 255, 255, 0.6); } .header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button { color: #ffffff; @@ -897,7 +897,7 @@ GtkComboBox { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -983,8 +983,8 @@ GtkComboBox { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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: #ffffff; } @@ -993,30 +993,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; border-color: #F27835; background-image: linear-gradient(to bottom, #eea57e); } .primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus { - color: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; border-color: #FC4138; background-image: linear-gradient(to bottom, #f48480); } .primary-toolbar .entry.error:focus, .header-bar .entry.error:focus { - color: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -1035,8 +1035,8 @@ GtkComboBox { .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + 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); @@ -1066,8 +1066,8 @@ GtkComboBox { .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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); } @@ -1096,10 +1096,10 @@ GtkComboBox { 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: #5294E2; } + 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: #5294E2; } + 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: #F27835; } @@ -1114,11 +1114,11 @@ GtkComboBox { 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: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1130,13 +1130,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1152,7 +1152,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1164,13 +1164,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1214,8 +1214,8 @@ GtkComboBox { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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); @@ -1226,14 +1226,14 @@ GtkComboBox { .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 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } @@ -1259,8 +1259,8 @@ 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, #5294E2); - border-color: #5294E2; } + 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, #f5f5f7); border-color: rgba(82, 93, 118, 0.3); } @@ -1321,9 +1321,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1336,7 +1336,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1349,8 +1349,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1378,7 +1378,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); @@ -1398,7 +1398,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { @@ -1578,7 +1578,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1627,7 +1627,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1926,13 +1926,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, #353945); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1961,7 +1961,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1971,7 +1971,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1999,18 +1999,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -2037,8 +2037,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2144,7 +2144,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2167,7 +2167,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2245,7 +2245,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #5294E2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2312,7 +2312,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2332,7 +2332,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2580,8 +2580,8 @@ GtkVolumeButton.button { .titlebar .button.titlebutton:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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, @@ -2641,7 +2641,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2693,7 +2693,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2718,7 +2718,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #5294E2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2727,7 +2727,7 @@ EelEditableLabel.entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2790,8 +2790,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . 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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); } @@ -2814,7 +2814,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2908,14 +2908,14 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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); @@ -3014,7 +3014,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3027,7 +3027,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3057,7 +3057,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3088,23 +3088,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3128,10 +3128,10 @@ ClockBox { .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3154,7 +3154,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3175,13 +3175,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3277,7 +3277,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3309,7 +3309,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3394,8 +3394,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3453,7 +3453,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3468,7 +3468,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3479,7 +3479,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3596,8 +3596,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3630,7 +3630,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3648,39 +3648,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { background-color: #353945; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable { - border: 1px solid #5294E2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #4b5162; } @@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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; } @@ -3789,7 +3789,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, @@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + 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 { @@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index 3d37467..75e8f4c 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -47,7 +47,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view { @@ -87,7 +87,7 @@ GtkAssistant .sidebar .label { padding: 6px 12px; } GtkAssistant .sidebar .label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } GtkTextView { @@ -148,7 +148,7 @@ GtkTextView { .entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; + border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { @@ -157,13 +157,13 @@ GtkTextView { 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .entry.progressbar { margin: 2px 12px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -173,22 +173,22 @@ GtkTextView { border-color: #F27835; background-image: linear-gradient(to bottom, #f7ae86); } .entry.warning:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #F27835); box-shadow: none; } .entry.warning:selected, .entry.warning:selected:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } .entry.error { color: #ffffff; border-color: #FC4138; background-image: linear-gradient(to bottom, #fd8d88); } .entry.error:focus { - color: #ffffff; + color: white; background-image: linear-gradient(to bottom, #FC4138); box-shadow: none; } .entry.error:selected, .entry.error:selected:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } .osd .entry { color: #BAC3CF; @@ -200,7 +200,7 @@ GtkTextView { .osd .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .entry:insensitive { color: rgba(186, 195, 207, 0.55); background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } @@ -210,9 +210,9 @@ GtkSearchEntry.entry { @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), 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); @@ -245,8 +245,8 @@ GtkSearchEntry.entry { background-clip: border-box; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; transition-duration: 50ms; } .button:active { color: #5c616c; } @@ -278,12 +278,12 @@ GtkSearchEntry.entry { .titlebar .button.osd.titlebutton { padding: 10px; } .button.osd:hover { - color: #5294E2; } + color: #5294e2; } .button.osd:active, .button.osd:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .button.osd:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -303,7 +303,7 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -327,13 +327,13 @@ GtkSearchEntry.entry { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -345,13 +345,13 @@ GtkSearchEntry.entry { outline-color: rgba(77, 173, 212, 0.3); } .button.suggested-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #76c0de; border-color: #76c0de; } .button.suggested-action:active, .button.suggested-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -368,7 +368,7 @@ GtkSearchEntry.entry { color: inherit; } .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -380,13 +380,13 @@ GtkSearchEntry.entry { outline-color: rgba(240, 74, 80, 0.3); } .button.destructive-action:hover { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #f4797e; border-color: #f4797e; } .button.destructive-action:active, .button.destructive-action:checked { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -442,7 +442,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(#5294E2), 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; } @@ -466,8 +466,8 @@ GtkSearchEntry.entry { .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -499,12 +499,12 @@ GtkSearchEntry.entry { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -526,7 +526,7 @@ GtkSearchEntry.entry { .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .linked:not(.vertical):not(.path-bar) > .button:checked + .entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > .button + .button { border-left-style: none; } @@ -572,12 +572,12 @@ GtkSearchEntry.entry { .linked.vertical > .entry + .entry:focus:not(:last-child), .linked.vertical > .entry + .entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .entry + .entry.warning:focus:not(:last-child), .linked.vertical > .entry + .entry.warning:focus:last-child { @@ -599,7 +599,7 @@ GtkSearchEntry.entry { .linked.vertical > .button:active + .entry, .linked.vertical > .button:checked + .entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > .button + .button { border-top-style: none; } @@ -726,7 +726,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #5c616c; @@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); @@ -783,7 +783,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: #5294E2; + border-color: #5294e2; border-radius: 0; box-shadow: none; } @@ -802,13 +802,13 @@ GtkComboBox { border-bottom-right-radius: 0; border-right-style: none; } GtkComboBox.combobox-entry .entry:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } GtkComboBox.combobox-entry .button:dir(ltr) { border-top-left-radius: 0; border-bottom-left-radius: 0; } @@ -983,8 +983,8 @@ GtkComboBox { opacity: 0.85; } .primary-toolbar .entry:focus, .header-bar .entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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: #ffffff; } @@ -993,30 +993,30 @@ GtkComboBox { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar .entry.progressbar, .header-bar .entry.progressbar { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar .entry.warning, .header-bar .entry.warning { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar .entry.error, .header-bar .entry.error { - color: #ffffff; + color: white; 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: #ffffff; + color: white; 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar .button, .header-bar .button { @@ -1035,8 +1035,8 @@ GtkComboBox { .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + 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); @@ -1066,8 +1066,8 @@ GtkComboBox { .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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); } @@ -1096,10 +1096,10 @@ GtkComboBox { 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: #5294E2; } + 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: #5294E2; } + 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: #F27835; } @@ -1114,11 +1114,11 @@ GtkComboBox { 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: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar .button.suggested-action, .header-bar .button.suggested-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #4DADD4; border-color: #4DADD4; } @@ -1130,13 +1130,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -1152,7 +1152,7 @@ GtkComboBox { .primary-toolbar .button.destructive-action, .header-bar .button.destructive-action { background-clip: border-box; - color: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #F04A50; border-color: #F04A50; } @@ -1164,13 +1164,13 @@ GtkComboBox { 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); 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: #ffffff; + color: white; outline-color: rgba(255, 255, 255, 0.3); background-color: #ec1b22; border-color: #ec1b22; } @@ -1214,8 +1214,8 @@ GtkComboBox { color: inherit; } .primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + 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); @@ -1226,14 +1226,14 @@ GtkComboBox { .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 #5294E2; } + 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 #5294E2; } + box-shadow: -1px 0 #5294e2; } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } @@ -1259,8 +1259,8 @@ 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, #5294E2); - border-color: #5294E2; } + 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(245, 246, 247, 0.985)); border-color: rgba(82, 93, 118, 0.3); } @@ -1321,9 +1321,9 @@ GtkTreeView.view { GtkTreeView.view.progressbar { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkTreeView.view.progressbar:selected { - color: #5294E2; + color: #5294e2; box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { @@ -1336,7 +1336,7 @@ column-header .button { color: #7d8189; background-color: #ffffff; } column-header .button:hover { - color: #5294E2; + color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { @@ -1349,8 +1349,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: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; } + 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; @@ -1378,7 +1378,7 @@ column-header .button, column-header .button:hover, column-header .button:active border: solid transparent; border-width: 0; } .menubar > .menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { color: rgba(82, 93, 118, 0.2); @@ -1398,7 +1398,7 @@ column-header .button, column-header .button:hover, column-header .button:active padding: 5px; } .menu .menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .menu .menuitem:insensitive { color: rgba(92, 97, 108, 0.55); } .menu .menuitem.separator { @@ -1578,7 +1578,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { - color: #5294E2; } + color: #5294e2; } .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { @@ -1627,7 +1627,7 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar .slider:hover { background-color: #c7c9cd; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { - background-color: #5294E2; } + background-color: #5294e2; } .scrollbar .slider:insensitive { background-color: transparent; } .scrollbar .slider { @@ -1926,13 +1926,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #fbfbfb); border-color: rgba(123, 142, 186, 0.3); } .scale.slider:active { - background-image: linear-gradient(to bottom, #5294E2); - border-color: #5294E2; } + background-image: linear-gradient(to bottom, #5294e2); + border-color: #5294e2; } .osd .scale.slider { background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95)); - border-color: #5294E2; } + border-color: #5294e2; } .osd .scale.slider:hover { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .osd .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1961,7 +1961,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { border-radius: 2.5px; background-image: linear-gradient(to bottom, #cfd6e6); } .scale.trough.highlight { - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { @@ -1971,7 +1971,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { outline-color: rgba(186, 195, 207, 0.2); } .osd .scale.trough.highlight { background-image: none; - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } .menu .menuitem:hover .scale.trough, .list-row:selected .scale.trough, GtkInfoBar .scale.trough { @@ -1999,18 +1999,18 @@ GtkProgressBar { -GtkProgressBar-min-horizontal-bar-height: 3; } .progressbar { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } .progressbar.osd { - background-color: #5294E2; } + background-color: #5294e2; } .list-row:selected .progressbar, GtkInfoBar .progressbar { background-color: #ffffff; } .osd .scale.progressbar { - background-color: #5294E2; } + background-color: #5294e2; } GtkProgressBar.trough, .level-bar.trough { border: none; @@ -2037,8 +2037,8 @@ GtkLevelBar { border-radius: 4px; } .level-bar.fill-block { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } .level-bar.fill-block.indicator-discrete.horizontal { margin: 0 1px; } @@ -2144,7 +2144,7 @@ GtkScrolledWindow GtkViewport.frame { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification .button:insensitive, .app-notification.frame .button:insensitive { @@ -2167,7 +2167,7 @@ GtkCalendar { border-radius: 3px; padding: 2px; } GtkCalendar:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { @@ -2245,7 +2245,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) { padding-left: 2px; } GtkPlacesSidebar.sidebar .sidebar-placeholder-row { - border: solid 1px #5294E2; } + border: solid 1px #5294e2; } GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } @@ -2312,7 +2312,7 @@ GtkInfoBar { .warning, .error, GtkInfoBar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .list-row:selected .button, GtkInfoBar .button { @@ -2332,7 +2332,7 @@ GtkInfoBar { 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: #5294E2; + color: #5294e2; outline-color: rgba(82, 148, 226, 0.3); background-color: #ffffff; border-color: #ffffff; } @@ -2580,8 +2580,8 @@ GtkVolumeButton.button { .titlebar .button.titlebutton:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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, @@ -2641,7 +2641,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); } @@ -2693,7 +2693,7 @@ GtkHTML { color: #5c616c; } GtkHTML:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } SushiFontWidget { padding: 6px 12px; } @@ -2718,7 +2718,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p color: #ff4d4d; } TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active { - color: #5294E2; } + color: #5294e2; } EelEditableLabel.entry { transition: none; } @@ -2727,7 +2727,7 @@ EelEditableLabel.entry { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item { - color: #ffffff; + 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: #5c616c; } @@ -2790,8 +2790,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . 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: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); } @@ -2814,7 +2814,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-color: #f4f4f5; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -2908,14 +2908,14 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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); @@ -3014,7 +3014,7 @@ EphyWindow .floating-bar { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3027,7 +3027,7 @@ EphyWindow .floating-bar { color: #a9caf1; } .documents-entry-tag { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; border-width: 0; @@ -3057,7 +3057,7 @@ TotemGrilo.vertical GdMainView.frame { SynapseGuiSelectionContainer *:selected, SynapseGuiViewVirgilio *:selected { - background-color: #5294E2; } + background-color: #5294e2; } .tr-workarea .undershoot, .tr-workarea .overshoot { @@ -3088,23 +3088,23 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); border-radius: 0; border-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } PanelApplet:hover { - color: #ffffff; } + color: white; } PanelApplet:active, PanelApplet:hover:active { - color: #5294E2; } + color: #5294e2; } WnckPager { color: #5d6268; } WnckPager:selected { - color: #5294E2; } + color: #5294e2; } NaTrayApplet { -NaTrayApplet-icon-padding: 12; @@ -3128,10 +3128,10 @@ ClockBox { .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .floating-bar { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .floating-bar.top { border-radius: 0 0 2px 2px; } @@ -3154,7 +3154,7 @@ BirdieWidgetsTweetList * { MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus { color: #ffffff; - background-color: #5294E2; + 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 { @@ -3175,13 +3175,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + 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(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); @@ -3277,7 +3277,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3309,7 +3309,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3394,8 +3394,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3453,7 +3453,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.view:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list .scrollbar.trough, .source-list .scrollbars-junction { @@ -3468,7 +3468,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3479,7 +3479,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list.badge:selected:focus, .source-list.badge:prelight:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3596,8 +3596,8 @@ GtkListBox .h4 { #content_frame .button:active, #content_frame .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame .button:insensitive { color: rgba(92, 97, 108, 0.55); border-color: rgba(207, 214, 230, 0.55); @@ -3630,7 +3630,7 @@ GtkListBox .h4 { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame .button:insensitive { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3648,39 +3648,39 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; + outline-color: rgba(0, 128, 0, 0.3); background-color: #2e96c0; border-color: #2e96c0; } @@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { 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 #5294E2; } + border: 1px solid #5294e2; } GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row, NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: rgba(75, 81, 98, 0.95); } @@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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; } @@ -3789,7 +3789,7 @@ 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: #5294E2; + background-color: #5294e2; color: #ffffff; } NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame, MarlinViewWindow .sidebar.frame, @@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel .list-row:active { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .list-row:active .button { color: #ffffff; } .gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover { color: #ffffff; - background-color: #5294E2; - border: solid #5294E2; + background-color: #5294e2; + border: solid #5294e2; border-width: 3px 2px 3px 2px; } .gedit-document-panel .prelight-row .button:active { color: #BAC3CF; } @@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view { GeditWindow.background.csd GeditFileBrowserView.view.expander { color: #BAC3CF; } GeditWindow.background.csd GeditFileBrowserView.view.expander:hover { - color: #5294E2; } + color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button, GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button { @@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive { color: #5d626e; @@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry { GtkFileChooserDialog .dialog-vbox > .frame .entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2); } GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive, GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive { color: rgba(186, 195, 207, 0.55); @@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW 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: #5294E2; } + 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 { @@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index a499f77..5a3ef18 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -97,7 +97,7 @@ EelEditableLabel.entry { transition: none; } // Workaround for invisible text i } .nautilus-desktop.nautilus-canvas-item { - color: $selected_fg_color; + color: white; text-shadow: 1px 1px transparentize(black, 0.4); &:active { color: $fg_color; } @@ -555,7 +555,7 @@ PanelApplet .button:hover { PanelApplet .button:active, PanelApplet .button:active:backdrop, PanelApplet .button:checked, PanelApplet .button:checked:backdrop { background-clip: padding-box; - color: $selected_fg_color; + color: white; background-color: transparentize(black, 0.75); border-radius: 0; border-color: transparentize(black, 0.75); @@ -563,7 +563,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop { } PanelApplet:hover { - color: $selected_fg_color; + color: white; } PanelApplet:active, diff --git a/common/gtk-3.0/3.18/sass/_colors.scss b/common/gtk-3.0/3.18/sass/_colors.scss index 47daa0f..8d3a5f2 100644 --- a/common/gtk-3.0/3.18/sass/_colors.scss +++ b/common/gtk-3.0/3.18/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; + +$drop_target_color: #F08437; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 83aff34..e77031d 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -237,20 +237,20 @@ $vert_padding: 5px; box-shadow: none; } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { color: $selected_fg_color; border-color: if($variant=='light', $e_color, $entry_border); background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); &:focus { - color: $selected_fg_color; + color: $e_fg_color; background-image: linear-gradient(to bottom, $e_color); box-shadow: none; } &:selected, &:selected:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -389,10 +389,10 @@ $_dot_color: $selected_bg_color; .osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; } // Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { &.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); @@ -400,10 +400,10 @@ $_dot_color: $selected_bg_color; outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:insensitive { @include button(undecorated); @@ -971,14 +971,14 @@ GtkComboBox { // Selectionmode &.selection-mode, &.titlebar.selection-mode { - color: $selected_fg_color; + color: $selection_mode_fg; background-color: $selection_mode_bg; border-color: darken($selection_mode_bg, 4%); box-shadow: none; &:backdrop { background-color: $selection_mode_bg; - color: transparentize($selected_fg_color, 0.4); + color: transparentize($selection_mode_fg, 0.4); } .subtitle:link { @extend *:link:selected; } @@ -1128,19 +1128,19 @@ GtkComboBox { background-color: transparent; } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { - color: $selected_fg_color; + color: $e_fg_color; border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); &:focus { - color: $selected_fg_color; + color: $e_fg_color; background-image: linear-gradient(to bottom, $e_color); } &:selected, &:selected:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -1205,10 +1205,10 @@ GtkComboBox { } // Headerbar Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { .button.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); @@ -1216,10 +1216,10 @@ GtkComboBox { outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:insensitive, &:insensitive { @include button(header-insensitive); } diff --git a/common/gtk-3.0/3.18/sass/_drawing.scss b/common/gtk-3.0/3.18/sass/_drawing.scss index 93f9386..36a5f36 100644 --- a/common/gtk-3.0/3.18/sass/_drawing.scss +++ b/common/gtk-3.0/3.18/sass/_drawing.scss @@ -108,12 +108,12 @@ // Buttons -@mixin button($t, $actionb_color:red) { +@mixin button($t, $actionb_bg:red, $actionb_fg: green) { // // Button drawing function // // $t: button type, -// $actionb_color: used for destructive and suggested action buttons +// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons @if $t==normal { // @@ -266,10 +266,10 @@ // background-clip: border-box; - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: $actionb_color; - border-color: $actionb_color; + color: $actionb_fg; + outline-color: transparentize($actionb_fg, 0.7); + background-color: $actionb_bg; + border-color: $actionb_bg; } @else if $t==undecorated { diff --git a/common/gtk-3.0/3.20/assets.svg b/common/gtk-3.0/3.20/assets.svg index db616b6..7086f47 100644 --- a/common/gtk-3.0/3.20/assets.svg +++ b/common/gtk-3.0/3.20/assets.svg @@ -2,11 +2,13 @@ <!-- 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" width="484.00006" @@ -16,7 +18,445 @@ inkscape:version="0.91 r13725" sodipodi:docname="assets.svg"> <defs - id="defs9894" /> + id="defs9894"> + <linearGradient + id="linearGradient6651"> + <stop + style="stop-color:#ffffff;stop-opacity:1;" + offset="0" + id="stop6653" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop6555" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop5956" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient5958" + x1="52.499989" + y1="-147.63782" + x2="52.499989" + y2="-9.6378174" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6557" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6559" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6561" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6563" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6565" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6567" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6569" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6571" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6573" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6575" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6577" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6579" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6581" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6583" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6585" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6587" + x1="25" + y1="31.362191" + x2="25" + y2="45.362191" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6589" + x1="66.303247" + y1="126.56255" + x2="66.303247" + y2="155.48167" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6591" + x1="66.303249" + y1="126.56256" + x2="66.303249" + y2="155.48168" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6593" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6595" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6597" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6599" + x1="26" + y1="1031.3622" + x2="26" + y2="1051.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6601" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6603" + x1="1046.0012" + y1="336.99982" + x2="1046.0012" + y2="343" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6605" + x1="484.20452" + y1="188.95163" + x2="484.20452" + y2="204.88913" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6607" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6609" + x1="-8.3621826" + y1="139" + x2="-8.3621826" + y2="146.99998" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6611" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6613" + x1="124" + y1="6.3621826" + x2="124" + y2="10.362183" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6615" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6617" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6619" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6621" + x1="-737.80396" + y1="-725.95471" + x2="-737.80396" + y2="-717.95473" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6623" + x1="10.5" + y1="1033.3622" + x2="10.5" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6625" + x1="12" + y1="1027.3622" + x2="12" + y2="1035.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6627" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6629" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6631" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6633" + x1="980.04999" + y1="-456.09485" + x2="980.04999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6635" + x1="981.54999" + y1="-462.09485" + x2="981.54999" + y2="-454.09487" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6637" + x1="41" + y1="1032.3622" + x2="41" + y2="1050.3622" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6655" + x1="25" + y1="31.362192" + x2="25" + y2="45.362194" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6657" + x1="25" + y1="31.362183" + x2="25" + y2="45.362179" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6659" + x1="66.312027" + y1="126.5632" + x2="66.312027" + y2="155.48132" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient6661" + x1="66.312027" + y1="126.56319" + x2="66.312027" + y2="155.48131" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview id="base" pagecolor="#ffffff" @@ -24,11 +464,11 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="4" - inkscape:cx="117.91346" - inkscape:cy="193.93448" + inkscape:zoom="8" + inkscape:cx="37.764915" + inkscape:cy="68.141665" inkscape:document-units="px" - inkscape:current-layer="layer1" + inkscape:current-layer="layer3" showgrid="false" showborder="false" inkscape:window-width="1259" @@ -106,7 +546,7 @@ height="138" width="120.99998" id="rect8047-5" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient5958);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" /> <g transform="translate(-22,-229.00001)" style="display:inline;opacity:1" @@ -152,7 +592,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -185,7 +625,7 @@ height="1.9999826" width="5" id="rect3977-39" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6623);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -193,7 +633,7 @@ height="7.9999828" width="2" id="rect3979-7" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6625);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -252,7 +692,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -284,7 +724,7 @@ height="7.9999828" width="2" id="rect3979-7-3" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6621);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -351,7 +791,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -366,7 +806,7 @@ height="4" width="4" id="use15101-5-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6613);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -415,7 +855,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -431,7 +871,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6607);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -461,7 +901,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8" width="50" height="20" @@ -470,7 +910,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6637);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0" cx="41" cy="1041.3622" @@ -490,7 +930,7 @@ height="1.9999826" width="5" id="rect3977-39-2" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6633);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -499,7 +939,7 @@ height="7.9999828" width="2" id="rect3979-7-0" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6635);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -576,7 +1016,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5" width="50" height="20" @@ -585,7 +1025,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6627);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8" cx="41" cy="1041.3622" @@ -605,7 +1045,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6629);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -614,7 +1054,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6631);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -798,7 +1238,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -831,7 +1271,7 @@ height="1.9999826" width="5" id="rect3977-39-0" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6615);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -839,7 +1279,7 @@ height="7.9999828" width="2" id="rect3979-7-6" - style="fill:#ffffff;fill-opacity:1;stroke:none" /> + style="fill:url(#linearGradient6617);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -898,7 +1338,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -930,7 +1370,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91" - style="fill:#ffffff;fill-opacity:1;stroke:none" + style="fill:url(#linearGradient6619);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -997,7 +1437,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1012,7 +1452,7 @@ height="4" width="4" id="use15101-5-7-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6611);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1061,7 +1501,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1077,7 +1517,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3" - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6609);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1195,7 +1635,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6599);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-4" width="50" height="20" @@ -1204,7 +1644,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-7" cx="41" cy="1041.3622" @@ -1224,7 +1664,7 @@ height="1.9999826" width="5" id="rect3977-39-2-1" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1233,7 +1673,7 @@ height="7.9999828" width="2" id="rect3979-7-0-8" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1270,7 +1710,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6601);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1" cx="41" cy="1041.3622" @@ -1282,7 +1722,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-946.99998,-480.63782)" @@ -1310,7 +1750,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6597);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-0" width="50" height="20" @@ -1319,7 +1759,7 @@ ry="11" rx="11" /> <circle - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-8" cx="41" cy="1041.3622" @@ -1339,7 +1779,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-7" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -1348,7 +1788,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-6" - style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -1385,7 +1825,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6595);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-1-9" cx="41" cy="1041.3622" @@ -1397,7 +1837,7 @@ inkscape:connector-curvature="0" d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z" id="path10839-9-8-2-2-5-7-9" - style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-21.99999,-91.00001)" @@ -1444,7 +1884,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-35" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6585);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1477,7 +1917,7 @@ height="1.9999826" width="5" id="rect3977-39-9" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1485,7 +1925,7 @@ height="7.9999828" width="2" id="rect3979-7-65" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1544,7 +1984,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6587);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1576,7 +2016,7 @@ height="7.9999828" width="2" id="rect3979-7-3-2" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -1643,7 +2083,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6589);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -1658,7 +2098,7 @@ height="4" width="4" id="use15101-5-7-51" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -1707,7 +2147,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-97" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6591);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -1723,7 +2163,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-08" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -1762,7 +2202,7 @@ id="g5400-2-0"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6657);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-5" width="13" height="12.999997" @@ -1802,7 +2242,7 @@ id="g5428-8-1-7-83-3"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6661);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-6" width="27.303804" height="26.835894" @@ -1860,7 +2300,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6583);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1893,7 +2333,7 @@ height="1.9999826" width="5" id="rect3977-39-0-1" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> <rect ry="0" y="1027.3622" @@ -1901,7 +2341,7 @@ height="7.9999828" width="2" id="rect3979-7-6-7" - style="fill:#5294e2;fill-opacity:1;stroke:none" /> + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" /> </g> <rect style="fill:#eeeeee;fill-opacity:0;stroke:none" @@ -1960,7 +2400,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6581);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -1992,7 +2432,7 @@ height="7.9999828" width="2" id="rect3979-7-3-91-3" - style="fill:#5294e2;fill-opacity:1;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(-0.70710678,-0.70710678,0.70710678,-0.70710678,0,0)" /> </g> <rect @@ -2059,7 +2499,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6579);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -2074,7 +2514,7 @@ height="4" width="4" id="use15101-5-7-2-84" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:2.08838987;marker:none;enable-background:accumulate" ry="2" /> </g> <g @@ -2123,7 +2563,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-6" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6577);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -2139,7 +2579,7 @@ height="7.9999828" width="2" id="rect3979-7-3-9-3-4" - style="display:inline;fill:#5294e2;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" transform="matrix(0,-1,1,0,0,0)" /> </g> </g> @@ -2178,7 +2618,7 @@ id="g5400-2-4-8"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;stroke:url(#linearGradient6655);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-5-7-6-3-7-5" width="13" height="13.000001" @@ -2218,7 +2658,7 @@ id="g5428-8-1-7-83-9-8"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;fill-rule:nonzero;stroke:url(#linearGradient6659);stroke-width:2.08222365;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" id="rect5147-9-1-7-7-2-3" width="27.303804" height="26.835888" @@ -2296,13 +2736,13 @@ height="32" width="32" id="rect13851" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" id="g14051"> <path - style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none" + style="display:inline;fill:url(#linearGradient6605);fill-opacity:1;stroke:none" d="m 491.36072,188.95163 -9.5312,9.5625 -4.7812,-4.78125 -3.1876,3.1875 4.7813,4.78125 3.1875,3.1875 3.1562,-3.1875 9.5626,-9.5625 -3.1876,-3.1875 z" id="rect3977-39-35-1-3" inkscape:connector-curvature="0" /> @@ -2367,7 +2807,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8" width="50" height="20" @@ -2376,7 +2816,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6567);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9" cx="41" cy="1041.3622" @@ -2396,7 +2836,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6569);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2405,7 +2845,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6571);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -2482,7 +2922,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3" width="50" height="20" @@ -2491,7 +2931,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#linearGradient6565);fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5" cx="41" cy="1041.3622" @@ -2511,7 +2951,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6561);fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -2520,7 +2960,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4" - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:url(#linearGradient6563);fill-opacity:1;stroke:none" /> </g> </g> <g @@ -3038,7 +3478,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6" /> </g> </g> @@ -3095,7 +3535,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6575);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9" /> </g> </g> @@ -3128,7 +3568,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6" /> </g> </g> @@ -3183,7 +3623,7 @@ id="layer12-45-3-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6573);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> @@ -3319,7 +3759,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3419,7 +3859,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -3518,7 +3958,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-0" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -3582,7 +4022,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -3628,7 +4068,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-7" width="50" height="20" @@ -3743,7 +4183,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-36" width="50" height="20" @@ -3965,7 +4405,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-3-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4065,7 +4505,7 @@ height="13.99999" width="13.999989" id="rect5147-9-1-5-7-6-7-0-7-33" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="1.9999917" /> </g> </g> @@ -4164,7 +4604,7 @@ height="28.919107" width="29.384991" id="rect5147-9-1-7-2-2-2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459554" /> </g> </g> @@ -4228,7 +4668,7 @@ height="28.919115" width="29.384995" id="rect5147-9-1-7-2-6-9-3" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:#999999;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" ry="14.459558" /> </g> </g> @@ -4355,7 +4795,7 @@ height="32" width="32" id="rect13851-5" - style="fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" rx="2" /> <g transform="translate(-2.2045153,1.9730481)" @@ -4442,7 +4882,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-8-8-7-5" width="50" height="20" @@ -4557,7 +4997,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:url(#selected_bg_color);fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-0-2-5-3-4-9" width="50" height="20" @@ -5135,7 +5575,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6-6-0" /> </g> </g> @@ -5192,7 +5632,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient6559);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9-0-2" /> </g> </g> @@ -5226,7 +5666,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6-8-3" /> </g> </g> @@ -5281,7 +5721,7 @@ id="layer12-45-3-7-96-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient6557);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5-1-1" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index dc2b21e..05f4f17 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -4,13 +4,11 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(211, 218, 227, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -36,7 +34,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +72,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(211, 218, 227, 0.45); } @@ -94,7 +92,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -107,7 +105,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -133,8 +130,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #D3DAE3; border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); } + background-color: #404552; } entry.search { border-radius: 20px; } entry image { @@ -156,51 +152,49 @@ entry { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } entry:disabled { 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)); } + background-color: rgba(64, 69, 82, 0.55); } entry.warning { - color: #ffffff; + color: white; border-color: #2b2e39; - background-image: linear-gradient(to bottom, #ab6441); } + background-color: #ab6441; } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); + color: white; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } + background-color: #b14342; } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } + background-color: #b14342; } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -208,25 +202,24 @@ entry { .osd entry { 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; } + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -237,13 +230,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #404552; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -253,7 +246,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } button separator { @@ -270,15 +262,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; transition-duration: 50ms; } button:active { @@ -328,7 +318,6 @@ button { box-shadow: none; } button.osd { 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 { @@ -336,32 +325,28 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); background-color: rgba(102, 109, 132, 0.2); } .osd button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -373,7 +358,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { 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:disabled, .osd button.sidebar-button:disabled { @@ -383,34 +367,29 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -425,26 +404,22 @@ button { color: rgba(211, 218, 227, 0.45); } button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -478,31 +453,30 @@ 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(#5294E2), 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; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 2px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } .inline-toolbar toolbutton > button { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } .inline-toolbar toolbutton > button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(43, 46, 57, 0.55); background-color: rgba(68, 74, 88, 0.55); } @@ -577,26 +551,37 @@ button { .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 #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: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(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, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(43, 46, 57, 0.5); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } + .linked.vertical > entry + entry { border-top-color: rgba(43, 46, 57, 0.3); } @@ -659,12 +644,23 @@ button { .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 #2b2e39; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.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(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, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -710,7 +706,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -761,16 +757,7 @@ modelbutton.flat arrow.right { color: #a9caf1; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + 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 { @@ -1033,7 +1020,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1047,8 +1034,7 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { 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; } + 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 entry:backdrop, headerbar entry:backdrop { @@ -1056,44 +1042,43 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; background-clip: padding-box; } .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); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } + background-color: rgba(95, 105, 127, 0.22); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } + background-color: rgba(167, 94, 57, 0.988); } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); } + color: white; + 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } + background-color: rgba(173, 60, 59, 0.988); } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); } + color: white; + 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; background-color: rgba(47, 52, 63, 0); border-color: rgba(47, 52, 63, 0); } @@ -1101,14 +1086,12 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { 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, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(47, 52, 63, 0); @@ -1134,35 +1117,36 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.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):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 .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); - 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, 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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } .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 .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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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, 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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { 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, 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 .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } .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); } @@ -1205,26 +1189,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1238,26 +1218,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1275,7 +1251,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .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); - outline-color: rgba(207, 218, 231, 0.1); border-color: rgba(21, 23, 28, 0.37); background-color: rgba(95, 105, 127, 0.37); } @@ -1284,9 +1259,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(207, 218, 231, 0.4); } @@ -1309,18 +1283,17 @@ window.csd > .titlebar:not(headerbar):backdrop { .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-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } + 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 combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } + background-color: rgba(95, 105, 127, 0.22); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } @@ -1359,8 +1332,8 @@ window.csd > .titlebar:not(headerbar):backdrop { 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; } + 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); } @@ -1393,15 +1366,17 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1437,14 +1412,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #D3DAE3; - background-image: linear-gradient(to bottom, #2b2e39); + background-color: #2b2e39; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1459,7 +1434,7 @@ treeview.view { border-radius: 0; 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: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #D3DAE3; } treeview.view header button:active, treeview.view header button:hover { @@ -1480,7 +1455,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1500,7 +1475,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1540,7 +1515,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(211, 218, 227, 0.45); } @@ -1765,7 +1740,7 @@ 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: #5294E2; } + color: #5294e2; } scrollbar { background-color: #3e434f; @@ -1802,7 +1777,7 @@ scrollbar { scrollbar slider:hover { background-color: #676b78; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1836,7 +1811,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2142,7 +2117,7 @@ scale { .osd scale trough { background-color: rgba(69, 74, 89, 0.95); } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2161,7 +2136,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2179,8 +2154,8 @@ scale { background-color: #505666; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #3c414e; border-color: rgba(38, 41, 51, 0.8); } @@ -2207,8 +2182,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2267,7 +2242,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2303,8 +2278,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2312,8 +2287,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2471,21 +2446,18 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { 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 button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { 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 { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2509,24 +2481,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #D3DAE3; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(211, 218, 227, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(211, 218, 227, 0.45); } + calendar.button:hover { color: #D3DAE3; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(211, 218, 227, 0.45); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(211, 218, 227, 0.45); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -2627,10 +2591,10 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { 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 { @@ -2657,15 +2621,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #2b2e39); + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #383C4A; - background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39); + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2697,108 +2661,45 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294E2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294E2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.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; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +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: #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, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .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, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .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, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +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: #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); } -.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, .info button:active, -.question button:active, -.warning button:active, -.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, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; - outline-color: rgba(82, 148, 226, 0.3); +.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, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +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(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + 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(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, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .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, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + .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); } @@ -2872,12 +2773,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } colorswatch#add-color-button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; } colorswatch#add-color-button overlay { @@ -2901,7 +2800,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; } @@ -2910,7 +2808,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -2994,16 +2892,14 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { 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); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -3063,12 +2959,12 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #5294E2; } + 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, @@ -3077,20 +2973,19 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + 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, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row: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, + 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: #a9caf1; } @@ -3111,7 +3006,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + 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: #D3DAE3; } @@ -3154,14 +3049,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { 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); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3170,6 +3063,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } @@ -3182,12 +3086,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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; } + 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(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); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3196,24 +3098,23 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { 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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } + .caja-notebook { border-top: 1px solid #2b2e39; } @@ -3230,7 +3131,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #4a4f5c; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #D3DAE3; } @@ -3309,7 +3210,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #404552; } @@ -3323,7 +3224,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3366,7 +3267,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3380,7 +3281,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3411,7 +3312,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: rgba(43, 46, 55, 0.95); } .gnome-panel-menu-bar menubar, @@ -3419,7 +3322,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3428,23 +3334,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: rgba(20, 22, 27, 0.95); } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: rgba(54, 58, 70, 0.95); } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3462,30 +3376,34 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.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: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .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(65, 70, 84, 0.95); } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .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, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3503,25 +3421,24 @@ button.documents-favorite:active:hover { padding-right: 4px; 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; } + background-color: rgba(95, 105, 127, 0.37); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } + background-color: rgba(95, 105, 127, 0.22); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3584,7 +3501,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3593,7 +3510,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); + 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 { @@ -3601,11 +3518,11 @@ UnityDecoration { 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(32, 35, 43, 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, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3616,7 +3533,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3701,8 +3618,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3763,7 +3680,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3778,7 +3695,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3789,7 +3706,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3809,7 +3726,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #868b97; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3829,7 +3746,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #404552); + background-image: linear-gradient(to bottom, #404552, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3840,13 +3757,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3863,24 +3780,24 @@ GtkListBox .h4 { #panel_window { background-color: rgba(43, 46, 55, 0.95); color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #D3DAE3; } @@ -3895,19 +3812,16 @@ GtkListBox .h4 { #content_frame button { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } #content_frame button:hover { 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(43, 46, 57, 0.55); background-color: rgba(68, 74, 88, 0.55); } @@ -3927,19 +3841,16 @@ GtkListBox .h4 { #buttonbox_frame button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3947,9 +3858,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #D3DAE3; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3957,51 +3868,45 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #2e96c0; border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, rgba(42, 45, 55, 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 top, rgba(42, 45, 55, 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, @@ -4039,21 +3944,19 @@ filechooser placessidebar.sidebar, 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: #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); } 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-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: #5294E2; } + 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; } @@ -4085,7 +3988,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: rgba(123, 129, 141, 0.975); } @@ -4122,10 +4025,10 @@ filechooser actionbar { background-color: #404552; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, rgba(42, 45, 55, 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 top, #2b2e39); } + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); } .gedit-document-panel { background-color: rgba(53, 57, 69, 0.95); } @@ -4138,30 +4041,27 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } filechooser actionbar button { 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); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { 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); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -4170,17 +4070,16 @@ filechooser actionbar button { filechooser actionbar entry { 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; } + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + 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 { @@ -4197,7 +4096,7 @@ filechooser placessidebar.sidebar scrollbar, 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: #5294E2; } + 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; } @@ -4209,13 +4108,13 @@ filechooser placessidebar.sidebar scrollbar, @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -4243,7 +4142,7 @@ filechooser placessidebar.sidebar scrollbar, @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index d72a420..adb7231 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -4,13 +4,11 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -36,7 +34,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +72,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -94,7 +92,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -107,7 +105,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -133,8 +130,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { @@ -154,52 +150,50 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 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)); } + background-color: rgba(255, 255, 255, 0.55); } entry.warning { - color: #ffffff; + color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } + background-color: #f7ae86; } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); + color: white; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -207,25 +201,24 @@ entry { .osd entry { 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; } + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -236,13 +229,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -252,7 +245,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -269,15 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active { @@ -327,7 +317,6 @@ button { box-shadow: none; } button.osd { 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 { @@ -335,32 +324,28 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); background-color: rgba(102, 109, 132, 0.2); } .osd button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -372,7 +357,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { 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:disabled, .osd button.sidebar-button:disabled { @@ -382,34 +366,29 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -424,26 +403,22 @@ button { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -477,31 +452,30 @@ 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(#5294E2), 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; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } .inline-toolbar toolbutton > button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -531,12 +505,12 @@ button { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -567,7 +541,7 @@ button { .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } @@ -576,26 +550,37 @@ button { .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 #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: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(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, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(207, 214, 230, 0.4); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } + .linked.vertical > entry + entry { border-top-color: rgba(207, 214, 230, 0.3); } @@ -613,12 +598,12 @@ button { .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { @@ -649,7 +634,7 @@ button { .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } @@ -658,12 +643,23 @@ button { .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 #cfd6e6; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.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(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, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -709,7 +705,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -760,16 +756,7 @@ modelbutton.flat arrow.right { color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + 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 { @@ -807,7 +794,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { border-left-color: #F08437; } @@ -833,7 +820,7 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #5294E2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { border-top-color: #F08437; } @@ -1032,7 +1019,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, rgba(38, 42, 51, 0.97)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 51, 0.97), rgba(38, 42, 51, 0.97)); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1046,8 +1033,7 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { 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; } + 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 entry:backdrop, headerbar entry:backdrop { @@ -1055,44 +1041,43 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; background-clip: padding-box; } .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); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } + background-color: rgba(95, 105, 127, 0.22); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); } + background-color: rgba(167, 94, 57, 0.988); } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); } + color: white; + 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.37); - background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); } + background-color: rgba(173, 60, 59, 0.988); } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); } + color: white; + 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; background-color: rgba(47, 52, 63, 0); border-color: rgba(47, 52, 63, 0); } @@ -1100,14 +1085,12 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { 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, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(47, 52, 63, 0); @@ -1133,35 +1116,36 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.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):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 .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); - 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, 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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } .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 .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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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, 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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { 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, 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 .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } .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); } @@ -1204,26 +1188,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1237,26 +1217,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1274,7 +1250,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .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); - outline-color: rgba(207, 218, 231, 0.1); border-color: rgba(21, 23, 28, 0.37); background-color: rgba(95, 105, 127, 0.37); } @@ -1283,9 +1258,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(207, 218, 231, 0.4); } @@ -1308,18 +1282,17 @@ window.csd > .titlebar:not(headerbar):backdrop { .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-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.37)); - background-color: transparent; } + 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 combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } + background-color: rgba(95, 105, 127, 0.22); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } @@ -1358,8 +1331,8 @@ window.csd > .titlebar:not(headerbar):backdrop { 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; } + 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); } @@ -1392,15 +1365,17 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1436,14 +1411,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1458,7 +1433,7 @@ treeview.view { border-radius: 0; 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: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { @@ -1479,7 +1454,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1499,7 +1474,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1539,7 +1514,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1764,7 +1739,7 @@ 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: #5294E2; } + color: #5294e2; } scrollbar { background-color: #fcfcfc; @@ -1801,7 +1776,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1835,7 +1810,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2141,7 +2116,7 @@ scale { .osd scale trough { background-color: rgba(69, 74, 89, 0.95); } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2160,7 +2135,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2178,8 +2153,8 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #fbfbfb; border-color: rgba(123, 142, 186, 0.3); } @@ -2206,8 +2181,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2266,7 +2241,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2302,8 +2277,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2311,8 +2286,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2470,21 +2445,18 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { 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 button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { 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 { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2508,24 +2480,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #5c616c; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(92, 97, 108, 0.45); } + calendar.button:hover { color: #5c616c; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(92, 97, 108, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -2626,10 +2590,10 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { 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 { @@ -2656,15 +2620,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #F5F6F7; - background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2696,108 +2660,45 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294E2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294E2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.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; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +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: #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, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .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, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .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, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +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: #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); } -.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, .info button:active, -.question button:active, -.warning button:active, -.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, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; - outline-color: rgba(82, 148, 226, 0.3); +.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, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +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(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + 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(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, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .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, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + .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); } @@ -2871,12 +2772,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2900,7 +2799,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2909,7 +2807,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -2993,16 +2891,14 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { 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); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -3062,12 +2958,12 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #5294E2; } + 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, @@ -3076,20 +2972,19 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + 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, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row: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, + 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: #a9caf1; } @@ -3110,7 +3005,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + 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: #5c616c; } @@ -3153,14 +3048,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { 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); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3169,6 +3062,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } @@ -3179,13 +3083,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + border-color: #5294e2; + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { 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); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3194,24 +3096,23 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { 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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(21, 23, 28, 0.37); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.37); } + .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3228,7 +3129,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -3308,7 +3209,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #ffffff; } @@ -3322,7 +3223,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3365,7 +3266,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3379,7 +3280,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3410,7 +3311,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: rgba(43, 46, 55, 0.95); } .gnome-panel-menu-bar menubar, @@ -3418,7 +3321,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3427,23 +3333,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: rgba(20, 22, 27, 0.95); } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: rgba(54, 58, 70, 0.95); } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3461,30 +3375,34 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.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: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .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(65, 70, 84, 0.95); } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .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, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3502,25 +3420,24 @@ button.documents-favorite:active:hover { padding-right: 4px; 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; } + background-color: rgba(95, 105, 127, 0.37); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); } + background-color: rgba(95, 105, 127, 0.22); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3583,7 +3500,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3592,7 +3509,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); + 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 { @@ -3600,11 +3517,11 @@ UnityDecoration { 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(32, 35, 43, 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, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3615,7 +3532,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3700,8 +3617,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3762,7 +3679,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3777,7 +3694,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3788,7 +3705,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3808,7 +3725,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #a9acb2; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3828,7 +3745,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #ffffff); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3839,13 +3756,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3862,24 +3779,24 @@ GtkListBox .h4 { #panel_window { background-color: rgba(43, 46, 55, 0.95); color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #5c616c; } @@ -3894,19 +3811,16 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -3926,19 +3840,16 @@ GtkListBox .h4 { #buttonbox_frame button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3946,9 +3857,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #5c616c; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3956,55 +3867,49 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #2e96c0; border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, rgba(53, 57, 69, 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 top, rgba(53, 57, 69, 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, @@ -4042,21 +3947,19 @@ filechooser placessidebar.sidebar, 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: #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); } 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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: #5294E2; } + 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; } @@ -4088,7 +3991,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: rgba(123, 129, 141, 0.975); } @@ -4125,10 +4028,10 @@ filechooser actionbar { background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, rgba(53, 57, 69, 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 top, #dcdfe3); } + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { background-color: rgba(53, 57, 69, 0.95); } @@ -4141,30 +4044,27 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } filechooser actionbar button { 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); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { 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); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -4173,17 +4073,16 @@ filechooser actionbar button { filechooser actionbar entry { 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; } + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + 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 { @@ -4200,7 +4099,7 @@ filechooser placessidebar.sidebar scrollbar, 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: #5294E2; } + 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; } @@ -4212,13 +4111,13 @@ filechooser placessidebar.sidebar scrollbar, @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4246,7 +4145,7 @@ filechooser placessidebar.sidebar scrollbar, @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 90bb6a4..eca4ec2 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -4,13 +4,11 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(211, 218, 227, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -36,7 +34,7 @@ background-color: #3c4150; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +72,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(211, 218, 227, 0.45); } @@ -94,7 +92,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -107,7 +105,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: #353945; background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -133,8 +130,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #D3DAE3; border-color: #2b2e39; - background-color: #404552; - background-image: linear-gradient(to bottom, #404552); } + background-color: #404552; } entry.search { border-radius: 20px; } entry image { @@ -156,51 +152,49 @@ entry { 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; } + box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; } entry:disabled { 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)); } + background-color: rgba(64, 69, 82, 0.55); } entry.warning { - color: #ffffff; + color: white; border-color: #2b2e39; - background-image: linear-gradient(to bottom, #ab6441); } + background-color: #ab6441; } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); + color: white; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } + background-color: #b14342; } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #2b2e39; - background-image: linear-gradient(to bottom, #b14342); } + background-color: #b14342; } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -208,25 +202,24 @@ entry { .osd entry { 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; } + background-color: rgba(102, 109, 132, 0.4); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + background-color: rgba(102, 109, 132, 0.25); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -237,13 +230,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #404552; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -253,7 +246,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } button separator { @@ -270,15 +262,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; transition-duration: 50ms; } button:active { @@ -328,7 +318,6 @@ button { box-shadow: none; } button.osd { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); background-color: #353945; border-color: #23262e; } button.osd.image-button { @@ -336,32 +325,28 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.25); } .osd button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -373,7 +358,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { 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:disabled, .osd button.sidebar-button:disabled { @@ -383,34 +367,29 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -425,26 +404,22 @@ button { color: rgba(211, 218, 227, 0.45); } button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -478,31 +453,30 @@ 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(#5294E2), 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; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 2px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } .inline-toolbar toolbutton > button { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } .inline-toolbar toolbutton > button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(43, 46, 57, 0.55); background-color: rgba(68, 74, 88, 0.55); } @@ -577,26 +551,37 @@ button { .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 #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: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(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, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(43, 46, 57, 0.5); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(43, 46, 57, 0.5); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(43, 46, 57, 0.5); } + .linked.vertical > entry + entry { border-top-color: rgba(43, 46, 57, 0.3); } @@ -659,12 +644,23 @@ button { .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 #2b2e39; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.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(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, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -710,7 +706,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -761,16 +757,7 @@ modelbutton.flat arrow.right { color: #a9caf1; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + 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 { @@ -947,12 +934,12 @@ headerbar, headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #5294E2; + 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; @@ -1033,7 +1020,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, #262a33); } + background-image: linear-gradient(to bottom, #262a33, #262a33); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1047,8 +1034,7 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { 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; } + 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 entry:backdrop, headerbar entry:backdrop { @@ -1056,44 +1042,43 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; background-clip: padding-box; } .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); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } + background-color: rgba(95, 105, 127, 0.25); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #a45d39); } + background-color: #a45d39; } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); } + color: white; + 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #aa3c3b); } + background-color: #aa3c3b; } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); } + color: white; + 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; background-color: rgba(47, 52, 63, 0); border-color: rgba(47, 52, 63, 0); } @@ -1101,14 +1086,12 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { 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, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(47, 52, 63, 0); @@ -1134,35 +1117,36 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.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):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 .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); - 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, 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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } .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 .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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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, 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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { 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, 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 .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } .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); } @@ -1205,26 +1189,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1238,26 +1218,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1275,7 +1251,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .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); - outline-color: rgba(207, 218, 231, 0.1); border-color: rgba(21, 23, 28, 0.4); background-color: rgba(95, 105, 127, 0.4); } @@ -1284,9 +1259,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(207, 218, 231, 0.4); } @@ -1309,18 +1283,17 @@ window.csd > .titlebar:not(headerbar):backdrop { .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-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } + 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 combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } + background-color: rgba(95, 105, 127, 0.25); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } @@ -1359,8 +1332,8 @@ window.csd > .titlebar:not(headerbar):backdrop { 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; } + 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); } @@ -1393,15 +1366,17 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(211, 218, 227, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1437,14 +1412,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #D3DAE3; - background-image: linear-gradient(to bottom, #2b2e39); + background-color: #2b2e39; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1459,7 +1434,7 @@ treeview.view { border-radius: 0; 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: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #D3DAE3; } treeview.view header button:active, treeview.view header button:hover { @@ -1480,7 +1455,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1500,7 +1475,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1540,7 +1515,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(211, 218, 227, 0.45); } @@ -1765,7 +1740,7 @@ 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: #5294E2; } + color: #5294e2; } scrollbar { background-color: #3e434f; @@ -1802,7 +1777,7 @@ scrollbar { scrollbar slider:hover { background-color: #676b78; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1836,7 +1811,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2142,7 +2117,7 @@ scale { .osd scale trough { background-color: #454a59; } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2161,7 +2136,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2179,8 +2154,8 @@ scale { background-color: #505666; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #3c414e; border-color: rgba(38, 41, 51, 0.8); } @@ -2207,8 +2182,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2267,7 +2242,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2303,8 +2278,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2312,8 +2287,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2471,21 +2446,18 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { 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 button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { 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 { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2509,24 +2481,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #D3DAE3; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(211, 218, 227, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(211, 218, 227, 0.45); } + calendar.button:hover { color: #D3DAE3; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(211, 218, 227, 0.45); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(211, 218, 227, 0.45); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -2627,10 +2591,10 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { 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 { @@ -2657,15 +2621,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #2b2e39); + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #383C4A; - background-image: linear-gradient(to top, #2b2e39), linear-gradient(to top, #2b2e39); + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39), linear-gradient(to bottom, #2b2e39, #2b2e39); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2697,108 +2661,45 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294E2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294E2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.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; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +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: #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, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .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, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .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, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +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: #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); } -.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, .info button:active, -.question button:active, -.warning button:active, -.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, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; - outline-color: rgba(82, 148, 226, 0.3); +.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, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +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(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + 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(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, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .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, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + .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); } @@ -2872,12 +2773,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } colorswatch#add-color-button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; } colorswatch#add-color-button overlay { @@ -2901,7 +2800,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #505666; } @@ -2910,7 +2808,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -2994,16 +2892,14 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { 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); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -3063,12 +2959,12 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #5294E2; } + 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, @@ -3077,20 +2973,19 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + 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, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row: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, + 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: #a9caf1; } @@ -3111,7 +3006,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + 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: #D3DAE3; } @@ -3154,14 +3049,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { 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); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3170,6 +3063,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } @@ -3182,12 +3086,10 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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; } + 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(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); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3196,24 +3098,23 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { 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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } + .caja-notebook { border-top: 1px solid #2b2e39; } @@ -3230,7 +3131,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #4a4f5c; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #D3DAE3; } @@ -3309,7 +3210,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #404552; } @@ -3323,7 +3224,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3366,7 +3267,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3380,7 +3281,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3411,7 +3312,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: #2b2e37; } .gnome-panel-menu-bar menubar, @@ -3419,7 +3322,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3428,23 +3334,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: #14161b; } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: #363a46; } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3462,30 +3376,34 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.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: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .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: #414654; } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .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, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3503,25 +3421,24 @@ button.documents-favorite:active:hover { padding-right: 4px; 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; } + background-color: rgba(95, 105, 127, 0.4); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } + background-color: rgba(95, 105, 127, 0.25); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3584,7 +3501,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3593,7 +3510,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: rgba(207, 218, 231, 0.8); box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { @@ -3601,11 +3518,11 @@ UnityDecoration { 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, #20232b); } + background-image: linear-gradient(to bottom, #20232b, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3616,7 +3533,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3701,8 +3618,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3763,7 +3680,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3778,7 +3695,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3789,7 +3706,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #D3DAE3; @@ -3809,7 +3726,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #868b97; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3829,7 +3746,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #404552); + background-image: linear-gradient(to bottom, #404552, #404552); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3840,13 +3757,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3863,24 +3780,24 @@ GtkListBox .h4 { #panel_window { background-color: #2b2e37; color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px #1b1d23; } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #D3DAE3; } @@ -3895,19 +3812,16 @@ GtkListBox .h4 { #content_frame button { color: #D3DAE3; - outline-color: rgba(211, 218, 227, 0.3); border-color: #2b2e39; background-color: #444a58; } #content_frame button:hover { 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-color: #5294E2; } + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(43, 46, 57, 0.55); background-color: rgba(68, 74, 88, 0.55); } @@ -3927,19 +3841,16 @@ GtkListBox .h4 { #buttonbox_frame button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3947,9 +3858,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #D3DAE3; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3957,51 +3868,45 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #2e96c0; border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, #2a2d37); } + background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); } filechooser paned > separator { - background-image: linear-gradient(to top, #2a2d37); } + background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4039,21 +3944,19 @@ filechooser placessidebar.sidebar, 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: #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); } 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: #2b2e39; - background-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: #5294E2; } + 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; } @@ -4085,7 +3988,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: #787e8a; } @@ -4122,10 +4025,10 @@ filechooser actionbar { background-color: #404552; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, #2a2d37); } + background-image: linear-gradient(to bottom, #2a2d37, #2a2d37); } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to top, #2b2e39); } + background-image: linear-gradient(to bottom, #2b2e39, #2b2e39); } .gedit-document-panel { background-color: #353945; } @@ -4138,30 +4041,27 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } filechooser actionbar button { 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); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { 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); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -4170,17 +4070,16 @@ filechooser actionbar button { filechooser actionbar entry { 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; } + background-color: rgba(102, 109, 132, 0.4); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + 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 { @@ -4197,7 +4096,7 @@ filechooser placessidebar.sidebar scrollbar, 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: #5294E2; } + 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; } @@ -4209,13 +4108,13 @@ filechooser placessidebar.sidebar scrollbar, @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_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_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #3c4150; @define-color insensitive_fg_color alpha(#d3dae3, 0.5); @@ -4243,7 +4142,7 @@ filechooser placessidebar.sidebar scrollbar, @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; 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 5f37d12..1bbf62f 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -4,13 +4,11 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -36,7 +34,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +72,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -94,7 +92,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -107,7 +105,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: #353945; background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -133,8 +130,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { @@ -154,52 +150,50 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 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)); } + background-color: rgba(255, 255, 255, 0.55); } entry.warning { - color: #ffffff; + color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } + background-color: #f7ae86; } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); + color: white; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -207,25 +201,24 @@ entry { .osd entry { 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; } + background-color: rgba(102, 109, 132, 0.4); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + background-color: rgba(102, 109, 132, 0.25); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -236,13 +229,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -252,7 +245,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -269,15 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active { @@ -327,7 +317,6 @@ button { box-shadow: none; } button.osd { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); background-color: #353945; border-color: #23262e; } button.osd.image-button { @@ -335,32 +324,28 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.25); } .osd button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -372,7 +357,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { 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:disabled, .osd button.sidebar-button:disabled { @@ -382,34 +366,29 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -424,26 +403,22 @@ button { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -477,31 +452,30 @@ 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(#5294E2), 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; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } .inline-toolbar toolbutton > button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -531,12 +505,12 @@ button { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -567,7 +541,7 @@ button { .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } @@ -576,26 +550,37 @@ button { .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 #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: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(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, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(207, 214, 230, 0.4); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } + .linked.vertical > entry + entry { border-top-color: rgba(207, 214, 230, 0.3); } @@ -613,12 +598,12 @@ button { .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { @@ -649,7 +634,7 @@ button { .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } @@ -658,12 +643,23 @@ button { .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 #cfd6e6; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.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(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, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -709,7 +705,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -760,16 +756,7 @@ modelbutton.flat arrow.right { color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + 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 { @@ -807,7 +794,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { border-left-color: #F08437; } @@ -833,7 +820,7 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #5294E2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { border-top-color: #F08437; } @@ -946,12 +933,12 @@ headerbar, headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #5294E2; + 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; @@ -1032,7 +1019,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, #262a33); } + background-image: linear-gradient(to bottom, #262a33, #262a33); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1046,8 +1033,7 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { 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; } + 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 entry:backdrop, headerbar entry:backdrop { @@ -1055,44 +1041,43 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; background-clip: padding-box; } .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); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } + background-color: rgba(95, 105, 127, 0.25); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #a45d39); } + background-color: #a45d39; } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); } + color: white; + 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: rgba(21, 23, 28, 0.4); - background-image: linear-gradient(to bottom, #aa3c3b); } + background-color: #aa3c3b; } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); } + color: white; + 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { color: rgba(207, 218, 231, 0.8); - outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; background-color: rgba(47, 52, 63, 0); border-color: rgba(47, 52, 63, 0); } @@ -1100,14 +1085,12 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { 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, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(47, 52, 63, 0); @@ -1133,35 +1116,36 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.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):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 .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); - 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, 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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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(207, 218, 231, 0.4); } .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 .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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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, 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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { + box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { 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, 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 .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } .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); } @@ -1204,26 +1188,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1237,26 +1217,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1274,7 +1250,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .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); - outline-color: rgba(207, 218, 231, 0.1); border-color: rgba(21, 23, 28, 0.4); background-color: rgba(95, 105, 127, 0.4); } @@ -1283,9 +1258,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .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; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(207, 218, 231, 0.4); } @@ -1308,18 +1282,17 @@ window.csd > .titlebar:not(headerbar):backdrop { .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-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.4)); - background-color: transparent; } + 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 combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } + background-color: rgba(95, 105, 127, 0.25); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } @@ -1358,8 +1331,8 @@ window.csd > .titlebar:not(headerbar):backdrop { 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; } + 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); } @@ -1392,15 +1365,17 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1436,14 +1411,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1458,7 +1433,7 @@ treeview.view { border-radius: 0; 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: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { @@ -1479,7 +1454,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1499,7 +1474,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1539,7 +1514,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1764,7 +1739,7 @@ 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: #5294E2; } + color: #5294e2; } scrollbar { background-color: #fcfcfc; @@ -1801,7 +1776,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1835,7 +1810,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2141,7 +2116,7 @@ scale { .osd scale trough { background-color: #454a59; } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2160,7 +2135,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2178,8 +2153,8 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #fbfbfb; border-color: rgba(123, 142, 186, 0.3); } @@ -2206,8 +2181,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2266,7 +2241,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2302,8 +2277,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2311,8 +2286,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2470,21 +2445,18 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { 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 button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { 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 { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2508,24 +2480,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #5c616c; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(92, 97, 108, 0.45); } + calendar.button:hover { color: #5c616c; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(92, 97, 108, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -2626,10 +2590,10 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { 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 { @@ -2656,15 +2620,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #F5F6F7; - background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2696,108 +2660,45 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294E2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294E2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.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; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +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: #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, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .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, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .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, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +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: #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); } -.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, .info button:active, -.question button:active, -.warning button:active, -.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, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; - outline-color: rgba(82, 148, 226, 0.3); +.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, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +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(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + 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(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, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .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, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + .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); } @@ -2871,12 +2772,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2900,7 +2799,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2909,7 +2807,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -2993,16 +2891,14 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { 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); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-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, @@ -3062,12 +2958,12 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #5294E2; } + 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, @@ -3076,20 +2972,19 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + 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, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row: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, + 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: #a9caf1; } @@ -3110,7 +3005,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + 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: #5c616c; } @@ -3153,14 +3048,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { 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); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } } + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3169,6 +3062,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } @@ -3179,13 +3083,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + border-color: #5294e2; + background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { 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); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3194,24 +3096,23 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: transparent; - background-color: #5294E2; } + background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { 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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(21, 23, 28, 0.4); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(21, 23, 28, 0.4); } + .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3228,7 +3129,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -3308,7 +3209,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 3px 3px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #ffffff; } @@ -3322,7 +3223,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3365,7 +3266,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3379,7 +3280,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3410,7 +3311,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: #2b2e37; } .gnome-panel-menu-bar menubar, @@ -3418,7 +3321,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3427,23 +3333,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: #14161b; } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: #363a46; } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3461,30 +3375,34 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.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: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .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: #414654; } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .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, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3502,25 +3420,24 @@ button.documents-favorite:active:hover { padding-right: 4px; 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; } + background-color: rgba(95, 105, 127, 0.4); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; border-color: transparent; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); } + background-color: rgba(95, 105, 127, 0.25); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3583,7 +3500,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3592,7 +3509,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: rgba(207, 218, 231, 0.8); box-shadow: inset 0 1px #363b48; } UnityDecoration.top:backdrop { @@ -3600,11 +3517,11 @@ UnityDecoration { 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, #20232b); } + background-image: linear-gradient(to bottom, #20232b, #20232b); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3615,7 +3532,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3700,8 +3617,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3762,7 +3679,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3777,7 +3694,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3788,7 +3705,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3808,7 +3725,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #a9acb2; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3828,7 +3745,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #ffffff); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3839,13 +3756,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3862,24 +3779,24 @@ GtkListBox .h4 { #panel_window { background-color: #2b2e37; color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px #1b1d23; } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #5c616c; } @@ -3894,19 +3811,16 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -3926,19 +3840,16 @@ GtkListBox .h4 { #buttonbox_frame button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3946,9 +3857,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #5c616c; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3956,55 +3867,49 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #2e96c0; border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, #353945); } + 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 top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4042,21 +3947,19 @@ filechooser placessidebar.sidebar, 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: #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); } 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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: #5294E2; } + 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; } @@ -4088,7 +3991,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: #787e8a; } @@ -4125,10 +4028,10 @@ filechooser actionbar { background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to top, #dcdfe3); } + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { background-color: #353945; } @@ -4141,30 +4044,27 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } filechooser actionbar button { 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); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { 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); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -4173,17 +4073,16 @@ filechooser actionbar button { filechooser actionbar entry { 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; } + background-color: rgba(102, 109, 132, 0.4); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + 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 { @@ -4200,7 +4099,7 @@ filechooser placessidebar.sidebar scrollbar, 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: #5294E2; } + 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; } @@ -4212,13 +4111,13 @@ filechooser placessidebar.sidebar scrollbar, @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4246,7 +4145,7 @@ filechooser placessidebar.sidebar scrollbar, @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_active_bg #5294e2; @define-color wm_button_hover_border #262932; @define-color wm_icon_bg #90939B; @define-color wm_icon_unfocused_bg #666A74; diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 9e13c46..5792d76 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -4,13 +4,11 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -36,7 +34,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +72,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -94,7 +92,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -107,7 +105,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: #353945; background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -133,8 +130,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { @@ -154,52 +150,50 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 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)); } + background-color: rgba(255, 255, 255, 0.55); } entry.warning { - color: #ffffff; + color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } + background-color: #f7ae86; } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); + color: white; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -207,25 +201,24 @@ entry { .osd entry { 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; } + background-color: rgba(102, 109, 132, 0.4); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + background-color: rgba(102, 109, 132, 0.25); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -236,13 +229,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -252,7 +245,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -269,15 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active { @@ -327,7 +317,6 @@ button { box-shadow: none; } button.osd { color: #BAC3CF; - outline-color: rgba(186, 195, 207, 0.3); background-color: #353945; border-color: #23262e; } button.osd.image-button { @@ -335,32 +324,28 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); background-color: rgba(102, 109, 132, 0.25); } .osd button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -372,7 +357,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { 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:disabled, .osd button.sidebar-button:disabled { @@ -382,34 +366,29 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -424,26 +403,22 @@ button { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -477,31 +452,30 @@ 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(#5294E2), 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; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } .inline-toolbar toolbutton > button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -531,12 +505,12 @@ button { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -567,7 +541,7 @@ button { .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } @@ -576,26 +550,37 @@ button { .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 #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: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(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, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(207, 214, 230, 0.4); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } + .linked.vertical > entry + entry { border-top-color: rgba(207, 214, 230, 0.3); } @@ -613,12 +598,12 @@ button { .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { @@ -649,7 +634,7 @@ button { .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } @@ -658,12 +643,23 @@ button { .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 #cfd6e6; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.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(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, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -709,7 +705,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -760,16 +756,7 @@ modelbutton.flat arrow.right { color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + 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 { @@ -807,7 +794,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { border-left-color: #F08437; } @@ -833,7 +820,7 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #5294E2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { border-top-color: #F08437; } @@ -946,12 +933,12 @@ headerbar, headerbar.selection-mode, .selection-mode.titlebar:not(headerbar) { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-color: #4189df; box-shadow: none; } headerbar.selection-mode:backdrop, .selection-mode.titlebar:backdrop:not(headerbar) { - background-color: #5294E2; + 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; @@ -1032,7 +1019,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, #d4d5db); } + background-image: linear-gradient(to bottom, #d4d5db, #d4d5db); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1046,53 +1033,51 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + 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 entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .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); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #eea57e); } + background-color: #eea57e; } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); } + color: white; + 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #f48480); } + background-color: #f48480; } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); } + color: white; + 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } @@ -1100,14 +1085,12 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(231, 232, 235, 0); @@ -1133,35 +1116,36 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.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):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 .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); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .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 .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; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 .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 .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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { + box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.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 .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } .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); } @@ -1176,10 +1160,10 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #f75d37; } .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; } + border-left-color: #5294e2; } .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; } + border-left-color: #5294e2; } .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; } @@ -1200,30 +1184,26 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #FC4138; } .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; } + border-left-color: #5294e2; } .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1237,26 +1217,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1274,7 +1250,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .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); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } @@ -1283,9 +1258,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .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; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -1300,7 +1274,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } @@ -1308,32 +1282,31 @@ window.csd > .titlebar:not(headerbar):backdrop { .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-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + 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 combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + border-color: #5294e2; + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + box-shadow: 1px 0 #5294e2; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #5294E2; } + box-shadow: -1px 0 #5294e2; } .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; @@ -1362,8 +1335,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: white; border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { - background-color: #5294E2; - border-color: #5294E2; } + 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); } @@ -1396,15 +1369,17 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1440,14 +1415,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1462,7 +1437,7 @@ treeview.view { border-radius: 0; 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: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { @@ -1483,7 +1458,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1503,7 +1478,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1543,7 +1518,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1768,7 +1743,7 @@ 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: #5294E2; } + color: #5294e2; } scrollbar { background-color: #fcfcfc; @@ -1805,7 +1780,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1839,7 +1814,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2145,7 +2120,7 @@ scale { .osd scale trough { background-color: #454a59; } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2164,7 +2139,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2182,8 +2157,8 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #fbfbfb; border-color: rgba(123, 142, 186, 0.3); } @@ -2210,8 +2185,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2270,7 +2245,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2306,8 +2281,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2315,8 +2290,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2474,21 +2449,18 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { 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 button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { 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 { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2512,24 +2484,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #5c616c; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(92, 97, 108, 0.45); } + calendar.button:hover { color: #5c616c; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(92, 97, 108, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -2630,10 +2594,10 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { 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 { @@ -2660,15 +2624,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #F5F6F7; - background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2700,108 +2664,45 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294E2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294E2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.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; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +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: #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, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .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, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .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, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +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: #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); } -.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, .info button:active, -.question button:active, -.warning button:active, -.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, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; - outline-color: rgba(82, 148, 226, 0.3); +.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, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +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(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + 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(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, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .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, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + .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); } @@ -2875,12 +2776,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2904,7 +2803,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2913,7 +2811,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -2997,16 +2895,14 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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, @@ -3066,12 +2962,12 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #5294E2; } + 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, @@ -3080,20 +2976,19 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + 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, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row: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, + 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: #a9caf1; } @@ -3114,7 +3009,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + 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: #5c616c; } @@ -3157,14 +3052,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } } + border-color: #5294e2; + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3173,6 +3066,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } @@ -3183,13 +3087,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + 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); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3198,24 +3100,23 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); } .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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.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(82, 93, 118, 0.1); } - -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3232,7 +3133,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -3312,7 +3213,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 4px 4px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #ffffff; } @@ -3326,7 +3227,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3369,7 +3270,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3383,7 +3284,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3414,7 +3315,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: #2b2e37; } .gnome-panel-menu-bar menubar, @@ -3422,7 +3325,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3431,23 +3337,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: #14161b; } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: #363a46; } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3465,30 +3379,34 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.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: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .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: #414654; } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .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, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3506,25 +3424,24 @@ button.documents-favorite:active:hover { 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(255, 255, 255, 0.9)); - background-color: transparent; } + background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + border-color: #5294e2; + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3587,7 +3504,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3596,7 +3513,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); + background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); color: rgba(82, 93, 118, 0.8); box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { @@ -3604,11 +3521,11 @@ UnityDecoration { color: rgba(82, 93, 118, 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, 0, 0, 0.1)); } + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3619,7 +3536,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3704,8 +3621,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3766,7 +3683,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3781,7 +3698,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3792,7 +3709,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3812,7 +3729,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #a9acb2; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3832,7 +3749,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #ffffff); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3843,13 +3760,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3866,24 +3783,24 @@ GtkListBox .h4 { #panel_window { background-color: #2b2e37; color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px #1b1d23; } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #5c616c; } @@ -3898,19 +3815,16 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -3930,19 +3844,16 @@ GtkListBox .h4 { #buttonbox_frame button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -3950,9 +3861,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #5c616c; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3960,55 +3871,49 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #2e96c0; border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, #353945); } + 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 top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } filechooser.csd.background, filechooser placessidebar list, .nautilus-window.csd.background, @@ -4046,21 +3951,19 @@ filechooser placessidebar.sidebar, 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: #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); } 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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: #5294E2; } + 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; } @@ -4092,7 +3995,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: #787e8a; } @@ -4129,10 +4032,10 @@ filechooser actionbar { background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, #353945); } + background-image: linear-gradient(to bottom, #353945, #353945); } .gedit-bottom-panel-paned > separator { - background-image: linear-gradient(to top, #dcdfe3); } + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { background-color: #353945; } @@ -4145,30 +4048,27 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } filechooser actionbar button { 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); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { 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); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.4); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.4); @@ -4177,17 +4077,16 @@ filechooser actionbar button { filechooser actionbar entry { 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; } + background-color: rgba(102, 109, 132, 0.4); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.4); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); } + 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 { @@ -4204,7 +4103,7 @@ filechooser placessidebar.sidebar scrollbar, 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: #5294E2; } + 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; } @@ -4216,13 +4115,13 @@ filechooser placessidebar.sidebar scrollbar, @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4250,7 +4149,7 @@ filechooser placessidebar.sidebar scrollbar, @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 107312a..962d5a2 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -4,13 +4,11 @@ -GtkTextView-error-underline-color: #FC4138; -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: alpha(currentColor,0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -36,7 +34,7 @@ background-color: #fbfbfc; color: rgba(92, 97, 108, 0.55); } .gtkstyle-fallback:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .view, iconview, @@ -74,7 +72,7 @@ popover.background label.separator { label selection { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } label:disabled { color: rgba(92, 97, 108, 0.55); } @@ -94,7 +92,7 @@ assistant .sidebar label { padding: 6px 12px; } assistant .sidebar label.highlight { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } textview { @@ -107,7 +105,6 @@ popover.background.magnifier, .csd popover.background.osd, .csd popover.backgrou border: none; background-color: rgba(53, 57, 69, 0.95); background-clip: padding-box; - outline-color: rgba(186, 195, 207, 0.3); box-shadow: none; } @keyframes spin { @@ -133,8 +130,7 @@ entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #5c616c; border-color: #cfd6e6; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { @@ -154,52 +150,50 @@ entry { entry:focus { background-clip: border-box; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + border-color: #5294e2; + background-color: #ffffff; } entry:disabled { color: rgba(92, 97, 108, 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)); } + background-color: rgba(255, 255, 255, 0.55); } entry.warning { - color: #ffffff; + color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #f7ae86); } + background-color: #f7ae86; } entry.warning image { - color: #ffffff; } + color: white; } entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); + color: white; + background-color: #F27835; box-shadow: none; } entry.warning selection, entry.warning selection:focus { - background-color: #ffffff; + background-color: white; color: #F27835; } entry.error { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.error image { - color: #ffffff; } + color: white; } entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.error selection, entry.error selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry.search-missing { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #fd8d88); } + background-color: #fd8d88; } entry.search-missing image { - color: #ffffff; } + color: white; } entry.search-missing:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); + color: white; + background-color: #FC4138; box-shadow: none; } entry.search-missing selection, entry.search-missing selection:focus { - background-color: #ffffff; + background-color: white; color: #FC4138; } entry:drop(active):focus, entry:drop(active) { border-color: #F08437; @@ -207,25 +201,24 @@ entry { .osd entry { 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; } + background-color: rgba(102, 109, 132, 0.35); } .osd entry image, .osd entry image:hover { color: inherit; } .osd entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } .osd entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + background-color: rgba(102, 109, 132, 0.2); } .osd entry selection:focus, .osd entry selection { - color: #5294E2; + color: #5294e2; background-color: #ffffff; } entry progress { margin: 0 -6px; border-radius: 0; border-width: 0 0 2px; - border-color: #5294E2; + border-color: #5294e2; border-style: solid; background-image: none; background-color: transparent; @@ -236,13 +229,13 @@ treeview entry.flat, treeview entry { background-image: none; background-color: #ffffff; } treeview entry.flat:focus, treeview entry:focus { - border-color: #5294E2; } + border-color: #5294e2; } @keyframes needs_attention { from { - background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), 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(#5294E2), to(transparent)); } } + background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } } button { min-height: 22px; @@ -252,7 +245,6 @@ button { border-radius: 3px; padding: 2px 6px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -269,15 +261,13 @@ button { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } button:active, button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; transition-duration: 50ms; } button:active { @@ -327,7 +317,6 @@ button { box-shadow: none; } button.osd { 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 { @@ -335,32 +324,28 @@ button { min-height: 36px; min-width: 36px; } button.osd:hover { - color: #5294E2; } + color: #5294e2; } button.osd:active, button.osd:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } button.osd:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); background-color: rgba(102, 109, 132, 0.2); } .osd button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } .osd button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -372,7 +357,6 @@ button { box-shadow: none; } .osd button.flat:hover, .osd button.sidebar-button:hover { 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:disabled, .osd button.sidebar-button:disabled { @@ -382,34 +366,29 @@ button { background-image: none; } .osd button.flat:active, .osd button.sidebar-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #76c0de; border-color: #76c0de; } button.suggested-action:active, button.suggested-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #2e96c0; border-color: #2e96c0; } button.suggested-action.flat:disabled, button.suggested-action.sidebar-button:disabled { @@ -424,26 +403,22 @@ button { color: rgba(92, 97, 108, 0.55); } button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #f4797e; border-color: #f4797e; } button.destructive-action:active, button.destructive-action:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; background-color: #ec1b22; border-color: #ec1b22; } button.destructive-action.flat:disabled, button.destructive-action.sidebar-button:disabled { @@ -477,31 +452,30 @@ 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(#5294E2), 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; } .stack-switcher > button.needs-attention > label:dir(rtl), .stack-switcher > button.needs-attention > image:dir(rtl), button stacksidebar row.needs-attention > label:dir(rtl), stacksidebar button row.needs-attention > label:dir(rtl) { background-position: left 3px, left 4px; } + button.font separator, button.file separator { + background-color: transparent; } .inline-toolbar button, .inline-toolbar button:backdrop { border-radius: 2px; border-width: 1px; } .inline-toolbar toolbutton > button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .inline-toolbar toolbutton > button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -531,12 +505,12 @@ button { .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: #5294E2; } + 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: #5294E2; } + 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 { @@ -567,7 +541,7 @@ button { .linked:not(.vertical):not(.path-bar) > button:active + entry, .linked:not(.vertical):not(.path-bar) > button:checked + entry { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } @@ -576,26 +550,37 @@ button { .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 #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: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(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, .linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked:not(.vertical):not(.path-bar) > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked:not(.vertical):not(.path-bar) > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked:not(.vertical):not(.path-bar) > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } .linked:not(.vertical).path-bar > button + button { border-left-style: none; } -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { +.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { 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(207, 214, 230, 0.4); } - -.linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(207, 214, 230, 0.4); } +.linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(207, 214, 230, 0.4); } + .linked.vertical > entry + entry { border-top-color: rgba(207, 214, 230, 0.3); } @@ -613,12 +598,12 @@ button { .linked.vertical > entry + entry:focus:not(:last-child), .linked.vertical > entry + entry:focus:last-child { - border-top-color: #5294E2; } + 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: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > entry + entry:drop(active):not(:last-child), .linked.vertical > entry + entry:drop(active):last-child { @@ -649,7 +634,7 @@ button { .linked.vertical > button:active + entry, .linked.vertical > button:checked + entry { - border-top-color: #5294E2; } + border-top-color: #5294e2; } .linked.vertical > button + button { border-top-style: none; } @@ -658,12 +643,23 @@ button { .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 #cfd6e6; } -.linked.vertical > button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):first-child:hover, +.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(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, .linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, .linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover, -.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):hover:not(:only-child) { +.linked.vertical > entry + 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):first-child:disabled, +.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):disabled, +.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):disabled, +.linked.vertical > button:checked + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.suggested-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > button.destructive-action + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled, +.linked.vertical > entry + button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action):disabled:not(:only-child) { box-shadow: none; } toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > button.flat, toolbar.inline-toolbar toolbutton > button.sidebar-button, .inline-toolbar toolbutton > button.sidebar-button, .linked:not(.vertical) > entry, @@ -709,7 +705,7 @@ toolbar.inline-toolbar toolbutton > button.flat, .inline-toolbar toolbutton > bu border-style: solid; } menuitem.button.flat, -modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled { +modelbutton.flat, button:link, button:visited, button:link:hover, button:link:active, button:link:checked, button:visited:hover, button:visited:active, button:visited:checked, notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover, 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, .app-notification button.flat, .app-notification button.sidebar-button, .app-notification button.flat:disabled, .app-notification button.sidebar-button:disabled, calendar.button { border-color: transparent; background-color: transparent; background-image: none; @@ -760,16 +756,7 @@ modelbutton.flat arrow.right { color: #2679db; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { color: #dceaf9; } - .info *:link, .info button:link, .info button:visited, - .question *:link, - .question button:link, - .question button:visited, - .warning *:link, - .warning button:link, - .warning button:visited, - .error *:link, - .error button:link, - .error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, + 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 { @@ -807,7 +794,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } spinbutton:not(.vertical) > entry:drop(active) + button { border-left-color: #F08437; } @@ -833,7 +820,7 @@ spinbutton.vertical button.up { border-radius: 3px 3px 0 0; } spinbutton.vertical > entry:focus + button { - border-top-color: #5294E2; } + border-top-color: #5294e2; } spinbutton.vertical > entry:drop(active) + button { border-top-color: #F08437; } @@ -1032,7 +1019,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .titlebar:not(headerbar) > separator { - background-image: linear-gradient(to top, rgba(212, 213, 219, 0.95)); } + background-image: linear-gradient(to bottom, rgba(212, 213, 219, 0.95), rgba(212, 213, 219, 0.95)); } .primary-toolbar separator, headerbar separator.titlebutton, .titlebar:not(headerbar) separator.titlebutton { min-width: 1px; @@ -1046,53 +1033,51 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry, headerbar entry { color: rgba(82, 93, 118, 0.8); border-color: rgba(82, 93, 118, 0.1); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + 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 entry:backdrop, headerbar entry:backdrop { opacity: 0.85; } .primary-toolbar entry:focus, headerbar entry:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .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); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .primary-toolbar entry progress, headerbar entry progress { - border-color: #5294E2; + border-color: #5294e2; background-image: none; background-color: transparent; } .primary-toolbar entry.warning, headerbar entry.warning { - color: #ffffff; + color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); } + background-color: rgba(238, 162, 121, 0.98); } .primary-toolbar entry.warning:focus, headerbar entry.warning:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #F27835); } + color: white; + 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: #ffffff; + background-color: white; color: #F27835; } .primary-toolbar entry.error, headerbar entry.error { - color: #ffffff; + color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); } + background-color: rgba(244, 128, 123, 0.98); } .primary-toolbar entry.error:focus, headerbar entry.error:focus { - color: #ffffff; - background-image: linear-gradient(to bottom, #FC4138); } + color: white; + 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: #ffffff; + background-color: white; color: #FC4138; } .primary-toolbar button, headerbar button { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } @@ -1100,14 +1085,12 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; + border-color: #5294e2; + background-color: #5294e2; background-clip: border-box; } .primary-toolbar button:disabled, headerbar button:disabled { background-color: rgba(231, 232, 235, 0); @@ -1133,35 +1116,36 @@ window.csd > .titlebar:not(headerbar):backdrop { border-radius: 3px; border-style: solid; } -.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):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 .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); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .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 .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; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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 .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 .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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.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 { +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-child(2):not(:active):not(:checked) { + box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + +.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical).path-bar button:nth-last-child(2):not(:active):not(:checked) { box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } -.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 .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-child(2):not(:active):not(:checked), .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked), headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: none; } .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); } @@ -1176,10 +1160,10 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #f75d37; } .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; } + border-left-color: #5294e2; } .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; } + border-left-color: #5294e2; } .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; } @@ -1200,30 +1184,26 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #FC4138; } .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; } + border-left-color: #5294e2; } .primary-toolbar button.suggested-action, headerbar button.suggested-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #4DADD4; - outline-color: rgba(77, 173, 212, 0.3); } + color: #4DADD4; } .primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1237,26 +1217,22 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar button.destructive-action, headerbar button.destructive-action { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #F04A50; - outline-color: rgba(240, 74, 80, 0.3); } + color: #F04A50; } .primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: white; 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 { @@ -1274,7 +1250,6 @@ window.csd > .titlebar:not(headerbar):backdrop { .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); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } @@ -1283,9 +1258,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .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; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { color: rgba(82, 93, 118, 0.4); } @@ -1300,7 +1274,7 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar spinbutton:not(.vertical) > entry:focus + button, headerbar spinbutton:not(.vertical) > entry:focus + button { - border-left-color: #5294E2; } + border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { color: rgba(82, 93, 118, 0.2); } @@ -1308,32 +1282,31 @@ window.csd > .titlebar:not(headerbar):backdrop { .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-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); - background-color: transparent; } + 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 combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); + border-color: #5294e2; + background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { border-right-style: none; } .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { box-shadow: none; } .primary-toolbar combobox > .linked > entry.combo:dir(ltr):focus, headerbar combobox > .linked > entry.combo:dir(ltr):focus { - box-shadow: 1px 0 #5294E2; } + box-shadow: 1px 0 #5294e2; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl), headerbar combobox > .linked > entry.combo:dir(rtl) { border-left-style: none; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { box-shadow: none; } .primary-toolbar combobox > .linked > entry.combo:dir(rtl):focus, headerbar combobox > .linked > entry.combo:dir(rtl):focus { - box-shadow: -1px 0 #5294E2; } + box-shadow: -1px 0 #5294e2; } .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; @@ -1362,8 +1335,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: white; border-color: rgba(82, 93, 118, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { - background-color: #5294E2; - border-color: #5294E2; } + 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); } @@ -1396,15 +1369,17 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; border-left-color: rgba(92, 97, 108, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } + * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; } treeview.view acceleditor > label { - background-color: #5294E2; } + background-color: #5294e2; } treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; @@ -1440,14 +1415,14 @@ treeview.view { treeview.view.progressbar, treeview.view.progressbar:focus { color: #ffffff; border-radius: 3px; - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus { - color: #5294E2; + color: #5294e2; box-shadow: none; - background-image: linear-gradient(to bottom, #ffffff); } + background-color: #ffffff; } treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus { color: #5c616c; - background-image: linear-gradient(to bottom, #cfd6e6); + background-color: #cfd6e6; border-radius: 3px; border-width: 0; } treeview.view header button { @@ -1462,7 +1437,7 @@ treeview.view { border-radius: 0; 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: #5294E2; } + color: #5294e2; } treeview.view header button:active { color: #5c616c; } treeview.view header button:active, treeview.view header button:hover { @@ -1483,7 +1458,7 @@ treeview.view { padding: 0 6px; transition: none; color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 0; border-style: none; } @@ -1503,7 +1478,7 @@ menubar, border-width: 0; } menubar > menuitem:hover, .menubar > menuitem:hover { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { @@ -1543,7 +1518,7 @@ menu, menu menuitem:hover, .menu menuitem:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { color: rgba(92, 97, 108, 0.55); } @@ -1768,7 +1743,7 @@ 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: #5294E2; } + color: #5294e2; } scrollbar { background-color: #fcfcfc; @@ -1805,7 +1780,7 @@ scrollbar { scrollbar slider:hover { background-color: #c7c9cd; } scrollbar slider:hover:active { - background-color: #5294E2; } + background-color: #5294e2; } scrollbar slider:disabled { background-color: transparent; } scrollbar.fine-tune slider { @@ -1839,7 +1814,7 @@ scrollbar { min-height: 40px; } switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; background-size: 52px 24px; @@ -2145,7 +2120,7 @@ scale { .osd scale trough { background-color: rgba(69, 74, 89, 0.95); } .osd scale trough highlight { - background-color: #5294E2; } + background-color: #5294e2; } menuitem:hover scale trough, row:selected scale trough, infobar scale trough { @@ -2164,7 +2139,7 @@ scale { background-color: rgba(0, 0, 0, 0.1); } scale highlight { border-radius: 2.5px; - background-color: #5294E2; } + background-color: #5294e2; } scale highlight:disabled { background-color: rgba(82, 148, 226, 0.55); } scale fill { @@ -2182,8 +2157,8 @@ scale { background-color: white; } scale slider:active { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } scale slider:disabled { background-color: #fbfbfb; border-color: rgba(123, 142, 186, 0.3); } @@ -2210,8 +2185,8 @@ scale { border-color: #b1cff2; } .osd scale slider { background-clip: border-box; - background-color: #5294E2; - border-color: #5294E2; } + background-color: #5294e2; + border-color: #5294e2; } .osd scale slider:hover { background-color: #7eafe9; border-color: #7eafe9; } @@ -2270,7 +2245,7 @@ progressbar { background-color: transparent; box-shadow: none; } progressbar progress { - background-color: #5294E2; + background-color: #5294e2; border: none; border-radius: 3px; box-shadow: none; } @@ -2306,8 +2281,8 @@ levelbar.vertical.discrete block { margin: 1px 0; } levelbar block:not(.empty) { - border: 1px solid #5294E2; - background-color: #5294E2; + border: 1px solid #5294e2; + background-color: #5294e2; border-radius: 2px; } levelbar block.low { @@ -2315,8 +2290,8 @@ levelbar block.low { background-color: #F27835; } levelbar block.high { - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } levelbar block.full { border-color: #73d216; @@ -2474,21 +2449,18 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover { border: none; } .app-notification button { 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 button.sidebar-button { border-color: rgba(82, 148, 226, 0); } .app-notification button:hover { 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 { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; + background-color: #5294e2; background-clip: padding-box; } .app-notification button:disabled { color: #5d626e; @@ -2512,24 +2484,16 @@ calendar { border-radius: 3px; padding: 2px; } calendar:selected { - background-color: #5294E2; - color: #ffffff; border-radius: 1.5px; } calendar.header { color: #5c616c; - border: none; - border-radius: 0; } - calendar.button, calendar.button:focus { - color: rgba(92, 97, 108, 0.45); - border-color: transparent; - background-color: transparent; - background-image: none; } - calendar.button:hover, calendar.button:focus:hover { + border: none; } + calendar.button { + color: rgba(92, 97, 108, 0.45); } + calendar.button:hover { color: #5c616c; } - calendar.button:disabled, calendar.button:focus:disabled { - color: rgba(92, 97, 108, 0.55); - background-color: transparent; - background-image: none; } + calendar.button:disabled { + color: rgba(92, 97, 108, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { @@ -2630,10 +2594,10 @@ placessidebar row { placessidebar row.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, #F08437); + background-image: linear-gradient(to bottom, #F08437, #F08437); background-clip: content-box; } placessidebar row.sidebar-new-bookmark-row { - color: #5294E2; } + color: #5294e2; } placessidebar row:drop(active):not(:disabled) { 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 { @@ -2660,15 +2624,15 @@ paned > separator { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px; } paned > separator:selected { - background-image: linear-gradient(to top, #5294E2); } + background-image: linear-gradient(to bottom, #5294e2, #5294e2); } paned > separator.wide { min-width: 5px; min-height: 5px; background-color: #F5F6F7; - background-image: linear-gradient(to top, #dcdfe3), linear-gradient(to top, #dcdfe3); + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3), linear-gradient(to bottom, #dcdfe3, #dcdfe3); background-size: 1px 1px, 1px 1px; } paned.horizontal > separator { @@ -2700,108 +2664,45 @@ paned.vertical > separator { infobar { border-style: none; } + infobar.info, infobar.question, infobar.warning, infobar.error { + background-color: #5294e2; + color: #ffffff; + caret-color: currentColor; } + infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection { + color: #5294e2; + background-color: #ffffff; } -.info, -.question, -.warning, -.error { - background-color: #5294E2; - color: #ffffff; } - .info label:selected:focus, .info label:selected:hover, .info label:selected, - .question label:selected:focus, - .question label:selected:hover, - .question label:selected, - .warning label:selected:focus, - .warning label:selected:hover, - .warning label:selected, - .error label:selected:focus, - .error label:selected:hover, - .error label:selected { - color: #5294E2; - background-color: #ffffff; } - -.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button, -.question button, -.warning button, -.error button, .nautilus-window .floating-bar button { +.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; - outline-color: rgba(255, 255, 255, 0.3); background-color: rgba(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.5); } -row:selected button.flat, row:selected button.sidebar-button, .info button.flat, .info button.sidebar-button, -.question button.flat, -.question button.sidebar-button, -.warning button.flat, -.warning button.sidebar-button, -.error button.flat, -.error button.sidebar-button, .nautilus-window .floating-bar button.flat, .nautilus-window .floating-bar button.sidebar-button { +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: #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, .info button.flat:disabled, .info button.sidebar-button:disabled, - .question button.flat:disabled, - .question button.sidebar-button:disabled, - .warning button.flat:disabled, - .warning button.sidebar-button:disabled, - .error button.flat:disabled, - .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, .info button.flat:disabled label, .info button.sidebar-button:disabled label, - .question button.flat:disabled label, - .question button.sidebar-button:disabled label, - .warning button.flat:disabled label, - .warning button.sidebar-button:disabled label, - .error button.flat:disabled label, - .error button.sidebar-button:disabled label, .nautilus-window .floating-bar button.flat:disabled label, .nautilus-window .floating-bar button.sidebar-button:disabled label { + .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, .info button:hover, -.question button:hover, -.warning button:hover, -.error button:hover, .nautilus-window .floating-bar button:hover { +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: #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); } -.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, .info button:active, -.question button:active, -.warning button:active, -.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, .info button:active:hover, -.question button:active:hover, -.warning button:active:hover, -.error button:active:hover, .nautilus-window .floating-bar button:active:hover, row:selected button:checked, .info button:checked, -.question button:checked, -.warning button:checked, -.error button:checked, .nautilus-window .floating-bar button:checked { - color: #5294E2; - outline-color: rgba(82, 148, 226, 0.3); +.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, .info button:disabled, -.question button:disabled, -.warning button:disabled, -.error button:disabled, .nautilus-window .floating-bar button:disabled { +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(255, 255, 255, 0); border-color: rgba(255, 255, 255, 0.4); } - row:selected button:disabled, .info button:disabled, - .question button:disabled, - .warning button:disabled, - .error button:disabled, .nautilus-window .floating-bar button:disabled, row:selected button:disabled label, .info button:disabled label, - .question button:disabled label, - .warning button:disabled label, - .error button:disabled label, .nautilus-window .floating-bar button:disabled label { + 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(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, .info button:disabled:active, - .question button:disabled:active, - .warning button:disabled:active, - .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, .info button:disabled:checked, - .question button:disabled:checked, - .warning button:disabled:checked, - .error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked { - color: #5294E2; + .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); } @@ -2875,12 +2776,10 @@ colorswatch#add-color-button { border-style: solid; border-width: 1px; color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2904,7 +2803,6 @@ colorchooser .popover.osd { .scale-popup button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2913,7 +2811,7 @@ popover.background.touch-selection, .csd popover.background.touch-selection { font: initial; } .monospace { - font: Monospace; } + font-family: Monospace; } button.circular, button.nautilus-circular-button.image-button, button.circular-button { @@ -2997,16 +2895,14 @@ headerbar button.titlebutton, headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, .titlebar button.titlebutton:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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, @@ -3066,12 +2962,12 @@ textview text selection, flowbox flowboxchild:selected, entry selection:focus, e modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, -modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, +modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #5294E2; } + 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, @@ -3080,20 +2976,19 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected: modelbutton.flat:active, modelbutton.flat:active arrow, modelbutton.flat:selected, - modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, + modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup: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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); } + 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, modelbutton.flat:disabled:active, modelbutton.flat:active arrow:disabled, modelbutton.flat:disabled:selected, - modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row: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, + 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: #a9caf1; } @@ -3114,7 +3009,7 @@ terminal-window notebook > header.top { border-radius: 2px; } .nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop { - color: #ffffff; + 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: #5c616c; } @@ -3157,14 +3052,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } } + border-color: #5294e2; + background-color: #5294e2; } } .nautilus-operations-button-needs-attention { animation: needs_attention_keyframes 2s ease-in-out; } @@ -3173,6 +3066,17 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can animation: needs_attention_keyframes 3s ease-in-out; animation-iteration-count: 3; } +.conflict-row.activatable, .conflict-row.activatable:active { + color: white; + background-color: #FC4138; } + +.conflict-row.activatable:hover { + background-color: #fd716a; } + +.conflict-row.activatable:selected { + color: #ffffff; + background-color: #5294e2; } + .nemo-window .nemo-places-sidebar.frame { border-width: 0; } @@ -3183,13 +3087,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border: 1px solid; border-radius: 3px; color: #5c616c; - border-color: #5294E2; - background-color: #ffffff; - background-image: linear-gradient(to bottom, #ffffff); } + 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); - outline-color: rgba(82, 93, 118, 0.1); border-color: rgba(82, 93, 118, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { @@ -3198,24 +3100,23 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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); } .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 { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child):hover { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } -.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(82, 93, 118, 0.1); } - -.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } +.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) button:nth-last-child(2):not(:active):not(:checked) { + box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3232,7 +3133,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can background-color: #f4f4f5; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .open-document-selector-name-label { color: #5c616c; } @@ -3312,7 +3213,7 @@ workbench.csd > stack.titlebar:not(headerbar) { border-radius: 4px 4px 0 0; } editortweak .linked > entry.search:focus + .gb-linked-scroller { - border-top-color: #5294E2; } + border-top-color: #5294e2; } layouttab { background-color: #ffffff; } @@ -3326,7 +3227,7 @@ eggsearchbar box.search-bar { pillbox { color: #ffffff; - background-color: #5294E2; + background-color: #5294e2; border-radius: 3px; } docktabstrip { @@ -3369,7 +3270,7 @@ button.documents-load-more { border-radius: 0; } .documents-icon-bg { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px; } @@ -3383,7 +3284,7 @@ button.documents-favorite:active:hover { .documents-entry-tag, .photos-entry-tag { color: #ffffff; - background: #5294E2; + background: #5294e2; border-radius: 2px; border-width: 0; margin: 2px; @@ -3414,7 +3315,9 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar, .gnome-panel-menu-bar menubar, .mate-panel-menu-bar, -.mate-panel-menu-bar menubar { +.mate-panel-menu-bar menubar, +panel-toplevel.background, +panel-toplevel.background menubar { background-color: rgba(43, 46, 55, 0.95); } .gnome-panel-menu-bar menubar, @@ -3422,7 +3325,10 @@ button.documents-favorite:active:hover { .gnome-panel-menu-bar #PanelApplet image, .mate-panel-menu-bar menubar, .mate-panel-menu-bar #PanelApplet label, -.mate-panel-menu-bar #PanelApplet image { +.mate-panel-menu-bar #PanelApplet image, +panel-toplevel.background menubar, +panel-toplevel.background #PanelApplet label, +panel-toplevel.background #PanelApplet image { color: #BAC3CF; } .gnome-panel-menu-bar button label, .gnome-panel-menu-bar button image, @@ -3431,23 +3337,31 @@ button.documents-favorite:active:hover { .mate-panel-menu-bar button label, .mate-panel-menu-bar button image, .mate-panel-menu-bar #tasklist-button label, -.mate-panel-menu-bar #tasklist-button image { +.mate-panel-menu-bar #tasklist-button image, +panel-toplevel.background button label, +panel-toplevel.background button image, +panel-toplevel.background #tasklist-button label, +panel-toplevel.background #tasklist-button image { color: inherit; } .gnome-panel-menu-bar .wnck-pager, -.mate-panel-menu-bar .wnck-pager { +.mate-panel-menu-bar .wnck-pager, +panel-toplevel.background .wnck-pager { color: #5d6268; background-color: rgba(20, 22, 27, 0.95); } .gnome-panel-menu-bar .wnck-pager:hover, - .mate-panel-menu-bar .wnck-pager:hover { + .mate-panel-menu-bar .wnck-pager:hover, + panel-toplevel.background .wnck-pager:hover { background-color: rgba(54, 58, 70, 0.95); } .gnome-panel-menu-bar .wnck-pager:selected, - .mate-panel-menu-bar .wnck-pager:selected { + .mate-panel-menu-bar .wnck-pager:selected, + panel-toplevel.background .wnck-pager:selected { color: #a9caf1; - background-color: #5294E2; } + background-color: #5294e2; } .gnome-panel-menu-bar na-tray-applet, -.mate-panel-menu-bar na-tray-applet { +.mate-panel-menu-bar na-tray-applet, +panel-toplevel.background na-tray-applet { -NaTrayApplet-icon-padding: 0; -NaTrayApplet-icon-size: 16px; } @@ -3465,30 +3379,34 @@ button.documents-favorite:active:hover { color: #d8dde4; background-color: rgba(0, 0, 0, 0.17); } #tasklist-button:checked { - color: #ffffff; + color: white; background-color: rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -2px #5294E2; } + box-shadow: inset 0 -2px #5294e2; } .gnome-panel-menu-bar button:not(#tasklist-button), -.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button { +.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: #BAC3CF; border-radius: 0; border: none; background-color: rgba(43, 46, 55, 0); } .gnome-panel-menu-bar button:hover:not(#tasklist-button), - .mate-panel-menu-bar button:hover:not(#tasklist-button), .xfce4-panel.panel button.flat:hover, .xfce4-panel.panel button.sidebar-button:hover { + .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(65, 70, 84, 0.95); } .gnome-panel-menu-bar button:active:not(#tasklist-button), - .mate-panel-menu-bar button:active:not(#tasklist-button), .xfce4-panel.panel button.flat:active, .xfce4-panel.panel button.sidebar-button:active, .gnome-panel-menu-bar button:checked:not(#tasklist-button), - .mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked { + .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, .gnome-panel-menu-bar button:checked:not(#tasklist-button), + .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: #ffffff; border: none; - background-color: #5294E2; } + background-color: #5294e2; } .nautilus-window .floating-bar { padding: 1px; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 2px 2px 0 0; } .nautilus-window .floating-bar.bottom.left { @@ -3506,25 +3424,24 @@ button.documents-favorite:active:hover { 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(255, 255, 255, 0.9)); - background-color: transparent; } + background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } .marlin-pathbar.pathbar:focus { color: #ffffff; - border-color: #5294E2; - background-image: linear-gradient(to bottom, #5294E2); } + border-color: #5294e2; + background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { color: rgba(82, 93, 118, 0.35); - background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } + background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { - color: #5294E2; } + color: #5294e2; } .gala-notification { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: linear-gradient(to bottom, white, white); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #5c616c; } @@ -3587,7 +3504,7 @@ UnityDecoration { -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07); -UnityDecoration-inactive-shadow-radius: 7px; -UnityDecoration-glow-size: 10px; - -UnityDecoration-glow-color: #5294E2; + -UnityDecoration-glow-color: #5294e2; -UnityDecoration-title-indent: 10px; -UnityDecoration-title-fade: 35px; -UnityDecoration-title-alignment: 0.0; } @@ -3596,7 +3513,7 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #e7e8eb); + background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); color: rgba(82, 93, 118, 0.8); box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration.top:backdrop { @@ -3604,11 +3521,11 @@ UnityDecoration { color: rgba(82, 93, 118, 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, 0, 0, 0.1)); } + background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); } UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #2f343f, #2f343f); color: #f6f7f9; box-shadow: none; } UnityPanelWidget:backdrop, @@ -3619,7 +3536,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: #ffffff; - background-image: linear-gradient(to bottom, #5294E2); + background-image: linear-gradient(to bottom, #5294e2, #5294e2); border-bottom: none; } .lightdm.menu { @@ -3704,8 +3621,8 @@ UnityPanelWidget, -gtk-icon-transform: rotate(1turn); } } .overlay-bar { - background-color: #5294E2; - border-color: #5294E2; + background-color: #5294e2; + border-color: #5294e2; border-radius: 2px; padding: 3px 6px; margin: 3px; } @@ -3766,7 +3683,7 @@ iconview.source-list:hover:selected, iconview.source-list:selected:focus, .source-list.category-expander:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .source-list scrollbar, .source-list junction { @@ -3781,7 +3698,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-image: none; - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; border-radius: 10px; padding: 0 6px; @@ -3792,7 +3709,7 @@ iconview.source-list:selected:focus, .source-list.badge:selected:focus, .source-list.badge:hover:selected { background-color: #ffffff; - color: #5294E2; } + color: #5294e2; } .source-list.category-expander { color: #5c616c; @@ -3812,7 +3729,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: #a9acb2; - font: open sans 11; + font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, @@ -3832,7 +3749,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #ffffff); + background-image: linear-gradient(to bottom, #ffffff, #ffffff); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver iconview.sidebar, @@ -3843,13 +3760,13 @@ GraniteWidgetsXsEntry entry { padding: 4px; } .h1 { - font: open sans 24px; } + font-size: 24px; } .h2 { - font: open sans light 18px; } + font-size: 18px; } .h3 { - font: open sans 11px; } + font-size: 11px; } .h4, .category-label { @@ -3866,24 +3783,24 @@ GtkListBox .h4 { #panel_window { background-color: rgba(43, 46, 55, 0.95); color: #BAC3CF; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px rgba(27, 29, 35, 0.95); } #panel_window menubar, #panel_window menubar > menuitem { background-color: transparent; color: #BAC3CF; - font: bold; } + font-weight: bold; } #panel_window menubar menuitem:disabled { color: rgba(186, 195, 207, 0.5); } #panel_window menubar menuitem:disabled label { color: inherit; } #panel_window menubar menu > menuitem { - font: normal; } + font-weight: normal; } #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: #5c616c; } @@ -3898,19 +3815,16 @@ GtkListBox .h4 { #content_frame button { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + border-color: #5294e2; + background-color: #5294e2; } #content_frame button:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } @@ -3930,19 +3844,16 @@ GtkListBox .h4 { #buttonbox_frame button { 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: #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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } #buttonbox_frame button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -3950,9 +3861,9 @@ GtkListBox .h4 { #login_window #user_combobox { color: #5c616c; - font: 13px; } + font-size: 13px; } #login_window #user_combobox menu { - font: normal; } + font-weight: normal; } #user_image { padding: 3px; @@ -3960,55 +3871,49 @@ GtkListBox .h4 { #shutdown_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #F04A50; border-color: #F04A50; } #shutdown_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #f4797e; border-color: #f4797e; } #shutdown_button.button:active, #shutdown_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #ec1b22; border-color: #ec1b22; } #restart_button.button { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #4DADD4; border-color: #4DADD4; } #restart_button.button:hover { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #76c0de; border-color: #76c0de; } #restart_button.button:active, #restart_button.button:checked { background-clip: border-box; - color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); + color: green; background-color: #2e96c0; border-color: #2e96c0; } #greeter_infobar { border-bottom-width: 0; - font: bold; } + font-weight: bold; } .nautilus-window paned > separator { - background-image: linear-gradient(to top, rgba(53, 57, 69, 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 top, rgba(53, 57, 69, 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, @@ -4046,21 +3951,19 @@ filechooser placessidebar.sidebar, 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: #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); } 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: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); - border-color: #5294E2; - background-color: #5294E2; } + 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: #5294E2; } + 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; } @@ -4092,7 +3995,7 @@ filechooser.maximized placessidebar.sidebar, background-color: transparent; color: #BAC3CF; } .nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected { - background-color: #5294E2; + background-color: #5294e2; color: #ffffff; } .nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander { color: rgba(123, 129, 141, 0.975); } @@ -4129,10 +4032,10 @@ filechooser actionbar { background-color: #ffffff; } .gedit-side-panel-paned > separator { - background-image: linear-gradient(to top, rgba(53, 57, 69, 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 top, #dcdfe3); } + background-image: linear-gradient(to bottom, #dcdfe3, #dcdfe3); } .gedit-document-panel { background-color: rgba(53, 57, 69, 0.95); } @@ -4145,30 +4048,27 @@ filechooser actionbar { background-color: rgba(186, 195, 207, 0.15); } .gedit-document-panel row:active { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:active button { color: #ffffff; } .gedit-document-panel row:selected, .gedit-document-panel row:selected:hover { color: #ffffff; - background-color: #5294E2; } + background-color: #5294e2; } .gedit-document-panel row:hover:not(:selected) button:active { color: #BAC3CF; } filechooser actionbar button { 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); } .caja-side-pane > box button:hover:not(:active), filechooser actionbar button:hover { 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); } filechooser actionbar button:active, filechooser actionbar button:checked { color: #ffffff; - outline-color: rgba(255, 255, 255, 0.3); border-color: rgba(26, 28, 34, 0.35); - background-color: #5294E2; } + background-color: #5294e2; } filechooser actionbar button:disabled { color: #5d626e; border-color: rgba(26, 28, 34, 0.35); @@ -4177,17 +4077,16 @@ filechooser actionbar button { filechooser actionbar entry { 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; } + background-color: rgba(102, 109, 132, 0.35); } filechooser actionbar entry image, filechooser actionbar entry image:hover { color: inherit; } filechooser actionbar entry:focus { color: #ffffff; border-color: rgba(26, 28, 34, 0.35); - background-image: linear-gradient(to bottom, #5294E2); } + background-color: #5294e2; } filechooser actionbar entry:disabled { color: rgba(186, 195, 207, 0.55); - background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); } + 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 { @@ -4204,7 +4103,7 @@ filechooser placessidebar.sidebar scrollbar, 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: #5294E2; } + 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; } @@ -4216,13 +4115,13 @@ filechooser placessidebar.sidebar scrollbar, @define-color theme_text_color #5c616c; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; -@define-color theme_selected_bg_color #5294E2; +@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 #ffffff; -@define-color selected_bg_color #5294E2; +@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); @@ -4250,7 +4149,7 @@ filechooser placessidebar.sidebar scrollbar, @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 #5294E2; +@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; diff --git a/common/gtk-3.0/3.20/sass/_applications.scss b/common/gtk-3.0/3.20/sass/_applications.scss index b1a81b4..6b9d8df 100644 --- a/common/gtk-3.0/3.20/sass/_applications.scss +++ b/common/gtk-3.0/3.20/sass/_applications.scss @@ -35,7 +35,7 @@ terminal-window { } .nautilus-desktop.nautilus-canvas-item { - color: $selected_fg_color; + color: white; text-shadow: 1px 1px transparentize(black, 0.4); &:active { color: $fg_color; } @@ -104,6 +104,21 @@ $disk_space_free: darken($bg_color, 3%); animation-iteration-count: 3; } +// Batch renaming dialog +.conflict-row.activatable { + &, &:active { + color: $error_fg_color; + background-color: $error_color; + } + + &:hover { background-color: lighten($error_color, 10%); } + + &:selected { + color: $selected_fg_color; + background-color: $selected_bg_color; + } +} + // // Nemo // @@ -419,7 +434,8 @@ button.documents-favorite:active:hover { // Mate/Gnome Flashback Panel // .gnome-panel-menu-bar, -.mate-panel-menu-bar { +.mate-panel-menu-bar, +panel-toplevel.background { &, menubar { background-color: $panel_bg; } @@ -479,7 +495,7 @@ button.documents-favorite:active:hover { } &:checked { - color: $selected_fg_color; + color: white; background-color: transparentize(black, 0.75); box-shadow: inset 0 -2px $selected_bg_color; } @@ -572,7 +588,7 @@ button.documents-favorite:active:hover { border: 1px solid rgba(0, 0, 0, 0.35); border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, white); + background-image: _solid(white); background-color: transparent; .title, .label { diff --git a/common/gtk-3.0/3.20/sass/_colors.scss b/common/gtk-3.0/3.20/sass/_colors.scss index 501c094..8d3a5f2 100644 --- a/common/gtk-3.0/3.20/sass/_colors.scss +++ b/common/gtk-3.0/3.20/sass/_colors.scss @@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A); $fg_color: if($variant =='light', #5c616c, #D3DAE3); $selected_fg_color: #ffffff; -$selected_bg_color: #5294E2; +$selected_bg_color: #5294e2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -18,11 +18,16 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), lighten($selected_bg_color,10%)); $selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color); +$selection_mode_fg: $selected_fg_color; $warning_color: #F27835; $error_color: #FC4138; +$warning_fg_color: white; +$error_fg_color: white; $success_color: #73d216; $destructive_color: #F04A50; $suggested_color: #4DADD4; +$destructive_fg_color: white; +$suggested_fg_color: white; $drop_target_color: #F08437; diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 4f36e35..005b615 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -15,9 +15,6 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); -GtkScrolledWindow-scrollbar-spacing: 0; -GtkToolItemGroup-expander-size: 11; - -GtkTreeView-expander-size: 11; - - -GtkTreeView-horizontal-separator: 4; -GtkWidget-text-handle-width: 20; -GtkWidget-text-handle-height: 20; @@ -26,7 +23,7 @@ $darker_asset_suffix: if($darker=='true', '-dark', $asset_suffix); -GtkDialog-action-area-border: 0; // We use the outline properties to signal the focus properties - outline-color: transparentize($fg_color, 0.7); + outline-color: gtkalpha(currentColor, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; @@ -163,7 +160,6 @@ textview { // This will get overridden by .view, needed by gedit line numbers border: none; background-color: $osd_bg_color; background-clip: padding-box; - outline-color: transparentize($osd_fg_color, 0.7); box-shadow: none; } @@ -232,24 +228,24 @@ entry { selection { &:focus, & { @extend %selected_items; }} // error and warning style - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color), - // entry.search-missing for Gnome-Builder - (search-missing, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color), + // entry.search-missing for Gnome-Builder + (search-missing, $error_color, $error_fg_color) { &.#{$e_type} { - color: $selected_fg_color; + color: $e_fg_color; border-color: if($variant=='light', $e_color, $entry_border); - background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%)); + background-color: mix($e_color, $base_color, 60%); - image { color: $selected_fg_color; } + image { color: $e_fg_color; } &:focus { - color: $selected_fg_color; - background-image: linear-gradient(to bottom, $e_color); + color: $e_fg_color; + background-color: $e_color; box-shadow: none; } selection, selection:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -425,7 +421,6 @@ button { // big standalone buttons like in Documents pager &.osd { color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); background-color: $osd_bg_color; border-color: darken($osd_bg_color, 8%); @@ -466,21 +461,20 @@ button { .osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; } // Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { &.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); color: $b_color; - outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:disabled { @include button(undecorated); @@ -546,6 +540,10 @@ button { } } + // hide separators + &.font, + &.file { separator { background-color: transparent; }} + //inline-toolbar buttons .inline-toolbar &, .inline-toolbar &:backdrop { border-radius: 2px; @@ -628,12 +626,23 @@ toolbar.inline-toolbar toolbutton { > #{$_uncolored_button}:hover:not(:only-child), > #{$_uncolored_button}:hover + #{$_uncolored_button} { box-shadow: inset if($vert=='false', 1px 0, 0 1px) $b_border; } - > #{$_uncolored_button}:first-child:hover, + > #{$_uncolored_button}:disabled:not(:only-child), + > #{$_uncolored_button}:disabled + #{$_uncolored_button}:not(:hover) { box-shadow: inset if($vert=='false', 1px 0, 0 1px) transparentize($b_border, 0.5); } + > button:active + #{$_uncolored_button}:hover, > button:checked + #{$_uncolored_button}:hover, > button.suggested-action + #{$_uncolored_button}:hover, > button.destructive-action + #{$_uncolored_button}:hover, - > entry + #{$_uncolored_button}:hover:not(:only-child) { box-shadow: none; } + > entry + #{$_uncolored_button}:hover:not(:only-child), + + > #{$_uncolored_button}:first-child:disabled, + > #{$_uncolored_button}:disabled + #{$_uncolored_button}:disabled, + > #{$_uncolored_button}:first-child:hover, + > button:active + #{$_uncolored_button}:disabled, + > button:checked + #{$_uncolored_button}:disabled, + > button.suggested-action + #{$_uncolored_button}:disabled, + > button.destructive-action + #{$_uncolored_button}:disabled, + > entry + #{$_uncolored_button}:disabled:not(:only-child), { box-shadow: none; } } } @@ -642,15 +651,15 @@ toolbar.inline-toolbar toolbutton { > button + button { border-left-style: none; } - > button:hover:not(:checked):not(:active):not(:only-child) { + > button:hover:not(:checked):not(:active):not(:only-child):not(:first-child):not(:last-child) { &:hover { box-shadow: inset 1px 0 $sep_color, inset -1px 0 $sep_color; } - &:first-child:hover { box-shadow: inset -1px 0 $sep_color; } - &:last-child:hover { box-shadow: inset 1px 0 $sep_color; } } + button:nth-child(2):not(:active):not(:checked) { box-shadow: inset 1px 0 $sep_color; } + button:nth-last-child(2):not(:active):not(:checked) { box-shadow: inset -1px 0 $sep_color; } } // Apply the rules defined above @@ -1000,14 +1009,14 @@ headerbar, // Selectionmode &.selection-mode { - color: $selected_fg_color; + color: $selection_mode_fg; background-color: $selection_mode_bg; border-color: darken($selection_mode_bg, 4%); box-shadow: none; &:backdrop { background-color: $selection_mode_bg; - color: transparentize($selected_fg_color, 0.4); + color: transparentize($selection_mode_fg, 0.4); } .subtitle:link { @extend *:link:selected; } @@ -1096,7 +1105,7 @@ headerbar { } } - > separator { background-image: linear-gradient(to top, $header_border); } + > separator { background-image: _solid($header_border); } @extend %titlebar; } @@ -1142,19 +1151,19 @@ headerbar { background-color: transparent; } - @each $e_type, $e_color in (warning, $warning_color), - (error, $error_color) { + @each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color), + (error, $error_color, $error_fg_color) { &.#{$e_type} { - color: $selected_fg_color; + color: $e_fg_color; border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border); - background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%)); + background-color: mix($e_color, $header_bg, 60%); &:focus { - color: $selected_fg_color; - background-image: linear-gradient(to bottom, $e_color); + color: $e_fg_color; + background-color: $e_color; } selection, selection:focus { - background-color: $selected_fg_color; + background-color: $e_fg_color; color: $e_color; } } @@ -1181,8 +1190,8 @@ headerbar { &, &.flat { @include button(undecorated); - color: $selected_fg_color; - background-color: transparentize($selected_fg_color, 1); + color: $selection_mode_fg; + background-color: transparentize($selection_mode_fg, 1); } &:hover { @extend %normal_selected_button; } &:active, &:checked { @extend %selected-button:active; } @@ -1212,7 +1221,9 @@ headerbar { $_uncolored_button: 'button:not(:checked):not(:active):not(.suggested-action):not(.destructive-action)'; > #{$_uncolored_button}:hover:not(:only-child), - > #{$_uncolored_button}:hover + #{$_uncolored_button} { box-shadow: none; } + > #{$_uncolored_button}:hover + #{$_uncolored_button}, + > #{$_uncolored_button}:disabled:not(:only-child), + > #{$_uncolored_button}:disabled + #{$_uncolored_button}:not(:hover) { box-shadow: none; } } // special case for path-bars and stack-switchers @@ -1231,6 +1242,11 @@ headerbar { @include pathbar_linking_rules($sep_color:$header_button_border); } + .linked:not(.vertical):not(.path-bar).stack-switcher { + button:nth-child(2):not(:active):not(:checked), + button:nth-last-child(2):not(:active):not(:checked) { box-shadow: none; } + } + // use linking rules for entries only .linked:not(.vertical):not(.path-bar) { @include linking_rules( $a:0.5, @@ -1241,21 +1257,20 @@ headerbar { } // Headerbar Suggested and Destructive Action buttons - @each $b_type, $b_color in (suggested-action, $suggested_color), - (destructive-action, $destructive_color) { + @each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color), + (destructive-action, $destructive_color, $destructive_fg_color) { button.#{$b_type} { - @include button(suggested_destructive, $b_color); + @include button(suggested_destructive, $b_color, $b_fg); &.flat { @include button(undecorated); color: $b_color; - outline-color: transparentize($b_color, 0.7); } &:hover { - @include button(suggested_destructive, lighten($b_color, 10%)); + @include button(suggested_destructive, lighten($b_color, 10%), $b_fg); } &:active, &:checked { - @include button(suggested_destructive, darken($b_color, 10%)); + @include button(suggested_destructive, darken($b_color, 10%), $b_fg); } &.flat:disabled, &:disabled { @include button(header-insensitive); } @@ -1409,11 +1424,14 @@ headerbar { // Tree Views // treeview.view { - -GtkTreeView-grid-line-width: 1; - -GtkTreeView-grid-line-pattern: ''; - -GtkTreeView-tree-line-width: 1; - -GtkTreeView-tree-line-pattern: ''; - -GtkTreeView-expander-size: 16; + @at-root * { + -GtkTreeView-horizontal-separator: 4; + -GtkTreeView-grid-line-width: 1; + -GtkTreeView-grid-line-pattern: ''; + -GtkTreeView-tree-line-width: 1; + -GtkTreeView-tree-line-pattern: ''; + -GtkTreeView-expander-size: 16; + } border-left-color: transparentize($fg_color, 0.85); // this is actually the tree lines color, border-top-color: transparentize(black, 0.9); // while this is the grid lines color, better then nothing @@ -1474,17 +1492,17 @@ treeview.view { &.progressbar, &.progressbar:focus { // progress bar in treeviews color: $selected_fg_color; border-radius: 3px; - background-image: linear-gradient(to bottom, $selected_bg_color); + background-color: $selected_bg_color; &:selected, &:selected:focus { color: $selected_bg_color; box-shadow: none; - background-image: linear-gradient(to bottom, $selected_fg_color); + background-color: $selected_fg_color; } } &.trough, &.trough:selected, &.trough:selected:focus { // progress bar trough in treeviews color: $fg_color; - background-image: linear-gradient(to bottom, $button_border); + background-color: $button_border; border-radius: 3px; border-width: 0; } @@ -1937,7 +1955,7 @@ scrollbar { // Switches // switch { - font: 1; + font-size: 1px; min-width: 52px; min-height: 24px; @@ -2509,28 +2527,25 @@ calendar { padding: 2px; &:selected { - background-color: $selected_bg_color; - color: $selected_fg_color; + @extend %selected_items; border-radius: 1.5px; } + &.header { color: $fg_color; border: none; - border-radius: 0; } - &.button, &.button:focus { + + &.button { + @extend %undecorated_button; + color: transparentize($fg_color,0.55); - @include button(undecorated); - &:hover { - color: $fg_color; - } - &:disabled { - color: $insensitive_fg_color; - background-color: transparent; - background-image: none; - } + &:hover { color: $fg_color; } + + &:disabled { color: $insensitive_fg_color; } } + &:indeterminate { color: gtkalpha(currentColor,0.55); } &.highlight { color: $fg_color; } } @@ -2681,7 +2696,7 @@ placessidebar { &.sidebar-placeholder-row { padding: 0 8px; min-height: 2px; - background-image: linear-gradient(to top, $drop_target_color); + background-image: _solid($drop_target_color); background-clip: content-box; } @@ -2731,16 +2746,16 @@ paned { -gtk-icon-source: none; border-style: none; background-color: transparent; - background-image: linear-gradient(to top, $borders_color); + background-image: _solid($borders_color); background-size: 1px 1px; - &:selected { background-image: linear-gradient(to top, $selected_bg_color); } + &:selected { background-image: _solid($selected_bg_color); } &.wide { min-width: 5px; min-height: 5px; background-color: $bg_color; - background-image: linear-gradient(to top, $borders_color), linear-gradient(to top, $borders_color); + background-image: _solid($borders_color), _solid($borders_color); background-size: 1px 1px, 1px 1px; } } @@ -2784,28 +2799,28 @@ paned { // // GtkInfoBar // -infobar { border-style: none; } +infobar { + border-style: none; -.info, -.question, -.warning, -.error { - background-color: $selected_bg_color; - color: $selected_fg_color; + &.info, + &.question, + &.warning, + &.error { + background-color: $selected_bg_color; + color: $selected_fg_color; + caret-color: currentColor; - button { @extend %selected-button } + button { @extend %selected-button } - label:selected { - &:focus, &:hover, & { + selection { color: $selected_bg_color; background-color: $selected_fg_color; } - } - *:link { @extend %link_selected; } + *:link { @extend %link_selected; } + } } - // // Buttons on selected backgrounds // @@ -2813,7 +2828,6 @@ infobar { border-style: none; } @at-root %normal_selected_button, & { color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); background-color: transparentize($selected_fg_color, 1); border-color: transparentize($selected_fg_color, 0.5); } @@ -2829,13 +2843,11 @@ infobar { border-style: none; } } &:hover { color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); background-color: transparentize($selected_fg_color, 0.8); border-color: transparentize($selected_fg_color, 0.2); } &:active, &:active:hover, &:checked { color: $selected_bg_color; - outline-color: transparentize($selected_bg_color, 0.7); background-color: $selected_fg_color; border-color: $selected_fg_color; } @@ -2997,7 +3009,7 @@ colorchooser .popover.osd { border-radius: 3px; } // Decouple the font of context menus from their entry/textview .context-menu { font: initial; } -.monospace { font: Monospace; } +.monospace { font-family: Monospace; } // // Shortcuts Help @@ -3151,7 +3163,6 @@ headerbar, @at-root %nobg_selected_items, & { color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); &:disabled { color: mix($selected_fg_color, $selected_bg_color, 50%); } } diff --git a/common/gtk-3.0/3.20/sass/_drawing.scss b/common/gtk-3.0/3.20/sass/_drawing.scss index 942e1fd..1f41ddf 100644 --- a/common/gtk-3.0/3.20/sass/_drawing.scss +++ b/common/gtk-3.0/3.20/sass/_drawing.scss @@ -1,5 +1,10 @@ // Drawing mixins +// Solid color image +@function _solid($c) { + @return linear-gradient(to bottom, $c, $c); +} + // Entries @mixin entry($t) { @@ -16,7 +21,6 @@ color: $text_color; border-color: $entry_border; background-color: $entry_bg; - background-image: linear-gradient(to bottom, $entry_bg); } @if $t==focus { @@ -26,7 +30,6 @@ color: $text_color; border-color: if($variant=='light', $selected_bg_color, $button_border); background-color: $entry_bg; - background-image: linear-gradient(to bottom, $entry_bg); @if $variant == 'dark' { box-shadow: inset 1px 0 $selected_bg_color, @@ -43,7 +46,6 @@ color: $insensitive_fg_color; border-color: transparentize($entry_border, 0.45); background-color: transparentize($entry_bg, 0.45); - background-image: linear-gradient(to bottom, transparentize($entry_bg, 0.45)); } @if $t==header-normal { @@ -53,8 +55,7 @@ color: $header_fg; border-color: $header_entry_border; - background-image: linear-gradient(to bottom, $header_entry_bg); - background-color: transparent; + background-color: $header_entry_bg; image, image:hover { color: inherit; } } @@ -65,7 +66,7 @@ // color: $selected_fg_color; border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); - background-image: linear-gradient(to bottom, $selected_bg_color); + background-color: $selected_bg_color; } @if $t==header-insensitive { @@ -73,7 +74,7 @@ // insensitive header-bar entry // color: transparentize($header_fg, 0.45); - background-image: linear-gradient(to bottom, transparentize($header_entry_bg, 0.15)); + background-color: transparentize($header_entry_bg, 0.15); } @else if $t==osd { @@ -82,8 +83,7 @@ // color: $osd_fg_color; border-color: $osd_entry_border; - background-image: linear-gradient(to bottom, $osd_entry_bg); - background-color: transparent; + background-color: $osd_entry_bg; image, image:hover { color: inherit; } } @@ -94,7 +94,7 @@ // color: $selected_fg_color; border-color: $osd_entry_border; - background-image: linear-gradient(to bottom, $selected_bg_color); + background-color: $selected_bg_color; } @else if $t==osd-insensitive { @@ -102,25 +102,24 @@ // insensitive osd entry // color: transparentize($osd_fg_color, 0.45); - background-image: linear-gradient(to bottom, transparentize($osd_entry_bg, 0.15)); + background-color: transparentize($osd_entry_bg, 0.15); } } // Buttons -@mixin button($t, $actionb_color:red) { +@mixin button($t, $actionb_bg:red, $actionb_fg: green) { // // Button drawing function // // $t: button type, -// $actionb_color: used for destructive and suggested action buttons +// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons @if $t==normal { // // normal button // color: $fg_color; - outline-color: transparentize($fg_color, 0.7); border-color: $button_border; background-color: $button_bg; } @@ -130,7 +129,6 @@ // hovered button // color: $fg_color; - outline-color: transparentize($fg_color, 0.7); border-color: $button_border; background-color: lighten($button_bg, 5%); } @@ -140,8 +138,6 @@ // pushed button // color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - border-color: if($variant=='light', $selected_bg_color, $button_border); background-color: $selected_bg_color; } @@ -173,7 +169,6 @@ // normal header-bar button // color: $header_fg; - outline-color: transparentize($header_fg, 0.7); outline-offset: -3px; background-color: transparentize($header_bg, 1); border-color: transparentize($header_bg, 1); @@ -184,7 +179,6 @@ // hovered header-bar button // color: $header_fg; - outline-color: transparentize($header_fg, 0.7); border-color: $header_button_border; background-color: $header_button_bg; } @@ -194,7 +188,6 @@ // pushed header-bar button // color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); border-color: if($darker=='false' and $variant=='light', $selected_bg_color, transparent); background-color: $selected_bg_color; } @@ -223,7 +216,6 @@ // normal osd button // color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); border-color: $osd_button_border; background-color: $osd_button_bg; } @@ -233,7 +225,6 @@ // active osd button // color: $osd_fg_color; - outline-color: transparentize($osd_fg_color, 0.7); border-color: $osd_button_border; background-color: opacify(lighten($osd_button_bg, 7%), 0.1); } @@ -243,7 +234,6 @@ // active osd button // color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); border-color: $osd_button_border; background-color: $selected_bg_color; } @@ -263,10 +253,9 @@ // background-clip: border-box; - color: $selected_fg_color; - outline-color: transparentize($selected_fg_color, 0.7); - background-color: $actionb_color; - border-color: $actionb_color; + color: $actionb_fg; + background-color: $actionb_bg; + border-color: $actionb_bg; } @else if $t==undecorated { diff --git a/common/gtk-3.0/3.20/sass/_granite.scss b/common/gtk-3.0/3.20/sass/_granite.scss index a491d31..a564d55 100644 --- a/common/gtk-3.0/3.20/sass/_granite.scss +++ b/common/gtk-3.0/3.20/sass/_granite.scss @@ -151,7 +151,7 @@ GraniteWidgetsWelcome { GraniteWidgetsWelcome label { color: mix($fg_color, $bg_color, 50%); - font: open sans 11; + font-size: 11px; text-shadow: none; } @@ -182,7 +182,7 @@ GraniteWidgetsPopOver { } .popover_bg { - background-image: linear-gradient(to bottom, $base_color); + background-image: _solid($base_color); border: 1px solid transparentize(black, 0.7); } @@ -199,9 +199,9 @@ GraniteWidgetsXsEntry entry { padding: 4px; } // // Text Styles // -.h1 { font: open sans 24px; } -.h2 { font: open sans light 18px; } -.h3 { font: open sans 11px; } +.h1 { font-size: 24px; } +.h2 { font-size: 18px; } +.h3 { font-size: 11px; } .h4, .category-label { color: mix($bg_color, $text_color, 30%); diff --git a/common/gtk-3.0/3.20/sass/_lightdm.scss b/common/gtk-3.0/3.20/sass/_lightdm.scss index e5e5530..0b91ff2 100644 --- a/common/gtk-3.0/3.20/sass/_lightdm.scss +++ b/common/gtk-3.0/3.20/sass/_lightdm.scss @@ -2,7 +2,7 @@ #panel_window { background-color: $panel_bg; color: $panel_fg; - font: bold; + font-weight: bold; box-shadow: inset 0 -1px darken($panel_bg, 7%); // the menubars/menus of the panel, i.e. indicators @@ -10,7 +10,7 @@ menubar > menuitem { background-color: transparent; color: $panel_fg; - font: bold; + font-weight: bold; } menubar menuitem:disabled { @@ -18,14 +18,14 @@ label { color: inherit; } } - menubar menu > menuitem { font: normal; } + menubar menu > menuitem { font-weight: normal; } } // the login window #login_window, #shutdown_dialog, #restart_dialog { - font: normal; + font-weight: normal; border-style: none; background-color: transparent; color: $fg_color; @@ -72,9 +72,9 @@ #login_window #user_combobox { color: $fg_color; - font: 13px; + font-size: 13px; - menu { font: normal; } + menu { font-weight: normal; } } // the user's avatar box @@ -102,5 +102,5 @@ // the warning, in case a wrong password is entered or something else goes wrong according to PAM #greeter_infobar { border-bottom-width: 0; - font: bold; + font-weight: bold; } diff --git a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss index f6966a5..2b59744 100644 --- a/common/gtk-3.0/3.20/sass/_transparent_widgets.scss +++ b/common/gtk-3.0/3.20/sass/_transparent_widgets.scss @@ -3,7 +3,7 @@ //.nemo-window, .nautilus-window { paned > separator { - background-image: linear-gradient(to top, $dark_sidebar_border); + background-image: _solid($dark_sidebar_border); @if $variant=='light' { &:dir(ltr) { margin-left: -1px; } @@ -12,7 +12,7 @@ } } -filechooser paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); } +filechooser paned > separator { background-image: _solid($dark_sidebar_border); } // Dark transparent sidebars filechooser, @@ -145,8 +145,8 @@ filechooser { // Gedit .gedit-bottom-panel-paned { background-color: $base_color; } -.gedit-side-panel-paned > separator { background-image: linear-gradient(to top, $dark_sidebar_border); } -.gedit-bottom-panel-paned > separator { background-image: linear-gradient(to top, $borders_color); } +.gedit-side-panel-paned > separator { background-image: _solid($dark_sidebar_border); } +.gedit-bottom-panel-paned > separator { background-image: _solid($borders_color); } .gedit-document-panel { background-color: $dark_sidebar_bg; diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss index f83e73c..b851ec9 100644 --- a/common/gtk-3.0/3.20/sass/_unity.scss +++ b/common/gtk-3.0/3.20/sass/_unity.scss @@ -23,28 +23,28 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, opacify($header_bg, 1)); + background-image: _solid(opacify($header_bg, 1)); color: $header_fg; // The foreground color will be used to paint the text box-shadow: inset 0 1px lighten($header_bg, 3%); &:backdrop { border-bottom-width: 0; - //background-image: linear-gradient(to bottom, opacify($header_bg_backdrop, 1)); + //background-image: _solid(opacify($header_bg_backdrop, 1)); color: transparentize($header_fg, 0.3); } } &.left, &.right, &.bottom, &.left:backdrop, &.right:backdrop, &.bottom:backdrop { background-color: transparent; - background-image: linear-gradient(to bottom, if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); + background-image: _solid(if($darker=='true' or $variant == 'dark', darken($header_bg, 7%), transparentize(black, 0.9))); } } // Panel Style UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: _solid(#2f343f); color: lighten($panel_fg, 20%); box-shadow: none; @@ -55,7 +55,7 @@ UnityPanelWidget, .unity-panel.menubar .menuitem *:hover { border-radius: 0; color: $selected_fg_color; - background-image: linear-gradient(to bottom, $selected_bg_color); + background-image: _solid($selected_bg_color); border-bottom: none; } diff --git a/common/gtk-3.0/3.22 b/common/gtk-3.0/3.22 new file mode 120000 index 0000000..8b6d177 --- /dev/null +++ b/common/gtk-3.0/3.22 @@ -0,0 +1 @@ +3.20
\ No newline at end of file diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml index 5097716..2b74362 100644 --- a/common/metacity-1/metacity-theme-1-dark.xml +++ b/common/metacity-1/metacity-theme-1-dark.xml @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#454C5C" /> -<constant name="C_button_bg_active" value="#5294E2" /> +<constant name="C_button_bg_active" value="#5294e2" /> <constant name="C_button_border_hover" value="#262932" /> <constant name="C_icon_bg_focused" value="#90939B" /> <constant name="C_icon_bg_unfocused" value="#666A74" /> <constant name="C_icon_bg_hover" value="#C4C7CC" /> -<constant name="C_icon_bg_active" value="#ffffff" /> +<constant name="C_icon_bg_active" value="#5294e2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml index 71a2695..9801dd5 100644 --- a/common/metacity-1/metacity-theme-1.xml +++ b/common/metacity-1/metacity-theme-1.xml @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> -<constant name="C_button_bg_active" value="#5294E2" /> +<constant name="C_button_bg_active" value="#5294e2" /> <constant name="C_button_border_hover" value="#D1D3DA" /> <constant name="C_icon_bg_focused" value="#90949E" /> <constant name="C_icon_bg_unfocused" value="#B6B8C0" /> <constant name="C_icon_bg_hover" value="#7A7F8B" /> -<constant name="C_icon_bg_active" value="#ffffff" /> +<constant name="C_icon_bg_active" value="#5294e2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-2-dark.xml b/common/metacity-1/metacity-theme-2-dark.xml index 5097716..2b74362 100644 --- a/common/metacity-1/metacity-theme-2-dark.xml +++ b/common/metacity-1/metacity-theme-2-dark.xml @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#454C5C" /> -<constant name="C_button_bg_active" value="#5294E2" /> +<constant name="C_button_bg_active" value="#5294e2" /> <constant name="C_button_border_hover" value="#262932" /> <constant name="C_icon_bg_focused" value="#90939B" /> <constant name="C_icon_bg_unfocused" value="#666A74" /> <constant name="C_icon_bg_hover" value="#C4C7CC" /> -<constant name="C_icon_bg_active" value="#ffffff" /> +<constant name="C_icon_bg_active" value="#5294e2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml index 9e94016..35b181d 100644 --- a/common/metacity-1/metacity-theme-2.xml +++ b/common/metacity-1/metacity-theme-2.xml @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="#fdfdfd" /> -<constant name="C_button_bg_active" value="#5294E2" /> +<constant name="C_button_bg_active" value="#5294e2" /> <constant name="C_button_border_hover" value="#D1D3DA" /> <constant name="C_icon_bg_focused" value="#90949E" /> <constant name="C_icon_bg_unfocused" value="#B6B8C0" /> <constant name="C_icon_bg_hover" value="#7A7F8B" /> -<constant name="C_icon_bg_active" value="#ffffff" /> +<constant name="C_icon_bg_active" value="#5294e2" /> <!-- geometries --> diff --git a/common/unity/dash/maximize_dash_pressed.svg b/common/unity/dash/maximize_dash_pressed.svg index d955b4c..5f09b02 100644 --- a/common/unity/dash/maximize_dash_pressed.svg +++ b/common/unity/dash/maximize_dash_pressed.svg @@ -2,11 +2,13 @@ <!-- 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" width="24" @@ -19,6 +21,14 @@ <defs id="defs4308"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient id="linearGradient3770"> <stop style="stop-color:#000000;stop-opacity:0.62827224;" @@ -73,6 +83,15 @@ offset="1" style="stop-color:#617c95;stop-opacity:0;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -81,9 +100,9 @@ borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="32.000001" - inkscape:cx="10.337718" - inkscape:cy="9.0639316" + inkscape:zoom="16.000001" + inkscape:cx="5.2618001" + inkscape:cy="4.6396105" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -124,7 +143,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -154,7 +173,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6-6-0" /> </g> </g> diff --git a/common/unity/dash/minimize_dash_pressed.svg b/common/unity/dash/minimize_dash_pressed.svg index bbcbbdb..72a57f0 100644 --- a/common/unity/dash/minimize_dash_pressed.svg +++ b/common/unity/dash/minimize_dash_pressed.svg @@ -2,11 +2,13 @@ <!-- 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" width="24" @@ -19,6 +21,14 @@ <defs id="defs4308"> <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient id="linearGradient3770"> <stop style="stop-color:#000000;stop-opacity:0.62827224;" @@ -73,6 +83,15 @@ offset="1" style="stop-color:#617c95;stop-opacity:0;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4172" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -81,9 +100,9 @@ borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="32.000001" - inkscape:cx="10.337718" - inkscape:cy="9.0639316" + inkscape:zoom="16.000001" + inkscape:cx="4.8956836" + inkscape:cy="9.0696203" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -124,7 +143,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -154,7 +173,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#linearGradient4172);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6-8-3" /> </g> </g> diff --git a/common/unity/launcher_icon_selected_back_150.svg b/common/unity/launcher_icon_selected_back_150.svg index 8e9fa69..424c299 100644 --- a/common/unity/launcher_icon_selected_back_150.svg +++ b/common/unity/launcher_icon_selected_back_150.svg @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <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" width="150" @@ -39,8 +41,8 @@ id="namedview14" showgrid="true" inkscape:zoom="1.1125147" - inkscape:cx="-43.492975" - inkscape:cy="93.596539" + inkscape:cx="-204.38973" + inkscape:cy="91.79881" inkscape:window-x="0" inkscape:window-y="25" inkscape:window-maximized="1" @@ -51,6 +53,14 @@ </sodipodi:namedview> <defs id="defs4"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4138" /> + </linearGradient> <clipPath id="clipPath6"> <rect @@ -64,9 +74,18 @@ rx="42" id="rect8" /> </clipPath> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4140" + x1="75" + y1="1" + x2="75" + y2="148" + gradientUnits="userSpaceOnUse" /> </defs> <rect - style="fill:#5294e2;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + style="fill:url(#linearGradient4140);fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" id="rect2995" width="148" height="147" diff --git a/common/unity/launcher_icon_selected_back_54.svg b/common/unity/launcher_icon_selected_back_54.svg index 5f85e94..0e1b983 100644 --- a/common/unity/launcher_icon_selected_back_54.svg +++ b/common/unity/launcher_icon_selected_back_54.svg @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <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" width="54" @@ -26,7 +28,25 @@ </rdf:RDF> </metadata> <defs - id="defs6" /> + id="defs6"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4136" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4138" + x1="27" + y1="1" + x2="27" + y2="52" + gradientUnits="userSpaceOnUse" /> + </defs> <sodipodi:namedview pagecolor="#ffffff" bordercolor="#666666" @@ -41,8 +61,8 @@ id="namedview4" showgrid="true" inkscape:zoom="8.7407407" - inkscape:cx="31.699048" - inkscape:cy="23.556199" + inkscape:cx="11.220234" + inkscape:cy="23.327385" inkscape:window-x="0" inkscape:window-y="25" inkscape:window-maximized="1" @@ -52,7 +72,7 @@ id="grid2985" /> </sodipodi:namedview> <rect - style="opacity:1;fill:#5294e2;fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" + style="opacity:1;fill:url(#linearGradient4138);fill-opacity:1;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none" id="rect2987" width="52" height="51" diff --git a/common/unity/window-buttons-dark/maximize_pressed.svg b/common/unity/window-buttons-dark/maximize_pressed.svg index 6974699..fb686b1 100644 --- a/common/unity/window-buttons-dark/maximize_pressed.svg +++ b/common/unity/window-buttons-dark/maximize_pressed.svg @@ -2,11 +2,13 @@ <!-- 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" width="24" @@ -19,6 +21,22 @@ <defs id="defs4308"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient id="linearGradient3770"> <stop style="stop-color:#000000;stop-opacity:0.62827224;" @@ -73,6 +91,24 @@ offset="1" style="stop-color:#617c95;stop-opacity:0;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4187" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4190" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -82,8 +118,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627418" - inkscape:cx="4.6255954" - inkscape:cy="10.407616" + inkscape:cx="1.200547" + inkscape:cy="10.23084" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -120,7 +156,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -237,7 +273,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#linearGradient4187);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-6-5-1-6-6-0" /> </g> </g> @@ -294,7 +330,7 @@ sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="fill:url(#linearGradient4190);fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9-0-2" /> </g> </g> diff --git a/common/unity/window-buttons-dark/minimize_pressed.svg b/common/unity/window-buttons-dark/minimize_pressed.svg index f88d4f0..21645b1 100644 --- a/common/unity/window-buttons-dark/minimize_pressed.svg +++ b/common/unity/window-buttons-dark/minimize_pressed.svg @@ -2,11 +2,13 @@ <!-- 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" width="24" @@ -19,6 +21,22 @@ <defs id="defs4308"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4172" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient id="linearGradient3770"> <stop style="stop-color:#000000;stop-opacity:0.62827224;" @@ -73,6 +91,24 @@ offset="1" style="stop-color:#617c95;stop-opacity:0;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4171" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4174" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -82,8 +118,8 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="22.627418" - inkscape:cx="4.6255954" - inkscape:cy="10.407616" + inkscape:cx="-0.56721978" + inkscape:cy="13.766373" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -120,7 +156,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -150,7 +186,7 @@ r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4068-7-3-0-3-6-8-3" /> </g> </g> @@ -205,7 +241,7 @@ id="layer12-45-3-7-96-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4174);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" id="rect9057-3-5-1-1" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> diff --git a/common/unity/window-buttons/maximize_pressed.svg b/common/unity/window-buttons/maximize_pressed.svg index c2f869b..2f55a72 100644 --- a/common/unity/window-buttons/maximize_pressed.svg +++ b/common/unity/window-buttons/maximize_pressed.svg @@ -2,11 +2,13 @@ <!-- 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" width="24" @@ -19,6 +21,22 @@ <defs id="defs4308"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgitgitgitgitgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient id="linearGradient3770"> <stop style="stop-color:#000000;stop-opacity:0.62827224;" @@ -73,6 +91,24 @@ offset="1" style="stop-color:#617c95;stop-opacity:0;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4187" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4190" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -81,9 +117,9 @@ borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="45.254834" - inkscape:cx="12.734727" - inkscape:cy="10.911658" + inkscape:zoom="22.627418" + inkscape:cx="1.200547" + inkscape:cy="10.23084" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -111,10 +147,6 @@ orientation="1,0" position="12,12" id="guide4316" /> - <sodipodi:guide - orientation="0,1" - position="12,12" - id="guide4318" /> </sodipodi:namedview> <metadata id="metadata4311"> @@ -124,7 +156,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -135,84 +167,171 @@ transform="translate(0,-1028.3622)"> <g style="display:inline" - id="titlebutton-max-active" + id="titlebutton-max-hover-dark" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891-5-8" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4-6-6" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78-2-6" + inkscape:connector-curvature="0" /> + <g + id="g4806-9-0-6" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7-6-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3-2-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75-1-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5-0-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8-0-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7-5-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1-4-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0-0-6"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6-7-1" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + <g + style="display:inline" + id="titlebutton-max-active-dark" inkscape:label="#g6356" - transform="translate(-408,1218)"> + transform="translate(-408.00001,1218)"> <g - id="g4891-4" + id="g4891-4-5-5" style="display:inline;opacity:1" transform="translate(-882,-432.63782)"> <g transform="translate(-132,0)" style="display:inline;opacity:1" - id="g4490-2-9-1-2"> + id="g4490-2-9-1-2-4-8"> <g - id="g4092-0-6-3-6-8" + id="g4092-0-6-3-6-8-3-7" style="display:inline" transform="translate(58,0)"> <circle r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path4068-7-6-5-1-6" /> + style="fill:url(#linearGradient4187);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-6-5-1-6-6-0" /> </g> </g> <g - id="g4806-5-2" + id="g4806-5-2-2-9" transform="translate(1294,247)" style="fill:#c0e3ff;fill-opacity:1"> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="status" - id="layer9-78-2-0" /> + id="layer9-78-2-0-0-8" /> <g transform="translate(-81.0002,-967)" inkscape:label="devices" - id="layer10-3-9-9" + id="layer10-3-9-9-51-2" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" inkscape:label="apps" - id="layer11-19-7-6" + id="layer11-19-7-6-4-7" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" inkscape:label="places" - id="layer13-4-7-4" + id="layer13-4-7-4-0-9" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" inkscape:label="mimetypes" - id="layer14-8-9-7" + id="layer14-8-9-7-6-0" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="emblems" - id="layer15-5-4-2" /> + id="layer15-5-4-2-4-4" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="emotes" - id="g71291-1-4-6" /> + id="g71291-1-4-6-4-2" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="categories" - id="g4953-7-0-8" /> + id="g4953-7-0-8-22-2" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="actions" - id="layer12-3-7-2"> + id="layer12-3-7-2-3-1"> <path sodipodi:nodetypes="csscccsscc" inkscape:connector-curvature="0" d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none" - id="path4293-4-9" /> + style="fill:url(#linearGradient4190);fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-4-9-0-2" /> </g> </g> </g> @@ -221,7 +340,7 @@ x="412" height="16" width="16" - id="rect17883-79" + id="rect17883-79-3-0" style="display:inline;opacity:1;fill:none;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:0" /> </g> </g> diff --git a/common/unity/window-buttons/minimize_pressed.svg b/common/unity/window-buttons/minimize_pressed.svg index 588536a..ddd2a0c 100644 --- a/common/unity/window-buttons/minimize_pressed.svg +++ b/common/unity/window-buttons/minimize_pressed.svg @@ -2,11 +2,13 @@ <!-- 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" width="24" @@ -19,6 +21,22 @@ <defs id="defs4308"> <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgitgitgit;stop-opacity:1;" + offset="0" + id="stop4172" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient id="linearGradient3770"> <stop style="stop-color:#000000;stop-opacity:0.62827224;" @@ -73,6 +91,24 @@ offset="1" style="stop-color:#617c95;stop-opacity:0;" /> </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4171" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4174" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview id="base" @@ -81,9 +117,9 @@ borderopacity="1.0" inkscape:pageopacity="1" inkscape:pageshadow="2" - inkscape:zoom="45.254834" - inkscape:cx="12.734727" - inkscape:cy="10.911658" + inkscape:zoom="22.627418" + inkscape:cx="-0.56721978" + inkscape:cy="13.766373" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" @@ -111,10 +147,6 @@ orientation="1,0" position="12,12" id="guide4316" /> - <sodipodi:guide - orientation="0,1" - position="12,12" - id="guide4318" /> </sodipodi:namedview> <metadata id="metadata4311"> @@ -124,7 +156,7 @@ <dc:format>image/svg+xml</dc:format> <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> - <dc:title></dc:title> + <dc:title /> </cc:Work> </rdf:RDF> </metadata> @@ -135,82 +167,82 @@ transform="translate(0,-1028.3622)"> <g style="display:inline" - id="titlebutton-min-active" + id="titlebutton-min-active-dark" inkscape:label="#g6414" - transform="translate(-379,1218)"> + transform="translate(-379.00001,1218)"> <g - id="g4909-1" + id="g4909-1-2-0" style="display:inline;opacity:1" transform="translate(-882,-432.63782)"> <g transform="translate(-161,0)" style="display:inline;opacity:1" - id="g4490-3-6-1-4"> + id="g4490-3-6-1-4-1-6"> <g - id="g4092-0-7-2-0-0" + id="g4092-0-7-2-0-0-94-2" style="display:inline" transform="translate(58,0)"> <circle r="7" cy="255" cx="1376" - style="fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" - id="path4068-7-3-0-3-6" /> + style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-3-0-3-6-8-3" /> </g> </g> <g style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" - id="g4834-9-3" + id="g4834-9-3-8-5" transform="translate(1265,247)"> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="status" - id="layer9-3-9-1" /> + id="layer9-3-9-1-0-4" /> <g transform="translate(-81.0002,-967)" inkscape:label="devices" - id="layer10-4-0-5" + id="layer10-4-0-5-8-5" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" inkscape:label="apps" - id="layer11-2-5-2" + id="layer11-2-5-2-6-8" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" inkscape:label="places" - id="layer13-5-7-4" + id="layer13-5-7-4-2-5" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" inkscape:label="mimetypes" - id="layer14-6-2-3" + id="layer14-6-2-3-2-9" style="fill:#c0e3ff;fill-opacity:1" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="emblems" - id="layer15-52-0-6" /> + id="layer15-52-0-6-6-6" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="emotes" - id="g71291-3-4-6" /> + id="g71291-3-4-6-0-6" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="categories" - id="g4953-8-6-8" /> + id="g4953-8-6-8-7-4" /> <g transform="translate(-81.0002,-967)" style="display:inline;fill:#c0e3ff;fill-opacity:1" inkscape:label="actions" - id="layer12-45-3-7"> + id="layer12-45-3-7-96-7"> <path sodipodi:nodetypes="ccccc" - style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" - id="rect9057-3-5" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4174);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-3-5-1-1" d="m 86.0002,974 0,2 6,0 0,-2 z" inkscape:connector-curvature="0" /> </g> @@ -218,7 +250,7 @@ </g> <rect style="display:inline;opacity:1;fill:none;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:0" - id="rect17883-79-9" + id="rect17883-79-9-2-2" width="16" height="16" x="383" diff --git a/common/xfwm4-dark/bottom-active.xpm b/common/xfwm4-dark/bottom-active.xpm deleted file mode 100644 index 5c35a34..0000000 --- a/common/xfwm4-dark/bottom-active.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_active_xpm[] = { -"12 1 2 1", -" c None", -". c #21252B", -"............"}; diff --git a/common/xfwm4-dark/bottom-inactive.xpm b/common/xfwm4-dark/bottom-inactive.xpm deleted file mode 100644 index cb8f901..0000000 --- a/common/xfwm4-dark/bottom-inactive.xpm +++ /dev/null @@ -1,6 +0,0 @@ -/* XPM */ -static char * bottom_inactive_xpm[] = { -"12 1 2 1", -" c None", -". c #21252B", -"............"}; diff --git a/common/xfwm4-dark/close-active.xpm b/common/xfwm4-dark/close-active.xpm deleted file mode 100644 index 6f38187..0000000 --- a/common/xfwm4-dark/close-active.xpm +++ /dev/null @@ -1,70 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"28 28 39 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #3C3741", -"$ c #80464E", -"% c #AE5056", -"& c #C5555B", -"* c #AD5057", -"= c #7F464E", -"- c #633F49", -"; c #C3555B", -"> c #CC575D", -", c #623F49", -"' c #CB565C", -") c #C2545C", -"! c #3C3641", -"~ c #32343F", -"{ c #6C414A", -"] c #CA565C", -"^ c #6F414B", -"/ c #30343F", -"( c #7F454D", -"_ c #AF5057", -": c #7C454D", -"< c #6A414A", -"[ c #6B414A", -"} c #77434C", -"| c #79444D", -"1 c #75434C", -"2 c #69404A", -"3 c #643F48", -"4 c #C9565C", -"5 c #7D464E", -"6 c #81464E", -"7 c #7E454E", -"8 c #3B3641", -"9 c #613F48", -"0 c #C4555B", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@#$%&&*=#@@@@@@@@@@", -"@@@@@@@@@-;>>>>>>;,@@@@@@@@@", -"@@@@@@@@-'>>>>>>>>',@@@@@@@@", -"@@@@@@@#;>>)>>>>;>>;!@@@@@@@", -"@@@@@@@$>>>~{]]^/>>>(@@@@@@@", -"@@@@@@@_>>>:@<[@}>>>*@@@@@@@", -"@@@@@@@;>>>>|@@1>>>>;@@@@@@@", -"@@@@@@@;>>>]2@@34>>>;@@@@@@@", -"@@@@@@@%>>>[@55@<>>>*@@@@@@@", -"@@@@@@@=>>>#6>>6#>>>7@@@@@@@", -"@@@@@@@#;>>>>>>>>>>)8@@@@@@@", -"@@@@@@@@,'>>>>>>>>'9@@@@@@@@", -"@@@@@@@@@,;>>>>>>)9@@@@@@@@@", -"@@@@@@@@@@!(*00*78@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/close-inactive.xpm b/common/xfwm4-dark/close-inactive.xpm deleted file mode 100644 index 3ffac44..0000000 --- a/common/xfwm4-dark/close-inactive.xpm +++ /dev/null @@ -1,65 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"28 28 34 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #333843", -"$ c #4B5059", -"% c #5B5F69", -"& c #646770", -"* c #5C6069", -"= c #4B505A", -"- c #414650", -"; c #636771", -"> c #666A73", -", c #404650", -"' c #636770", -") c #303540", -"! c #444953", -"~ c #666A72", -"{ c #454A54", -"] c #2E333F", -"^ c #4B4F5A", -"/ c #494E58", -"( c #444852", -"_ c #434953", -": c #484D57", -"< c #474C56", -"[ c #656972", -"} c #444853", -"| c #4A4F59", -"1 c #4C515A", -"2 c #4B4F59", -"3 c #40454F", -"4 c #5C5F68", -"5 c #636871", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@#$%&&*=#@@@@@@@@@@", -"@@@@@@@@@-;>>>>>>;,@@@@@@@@@", -"@@@@@@@@->>>>>>>>>>,@@@@@@@@", -"@@@@@@@#;>>'>>>>'>>'#@@@@@@@", -"@@@@@@@$>>>)!~~{]>>>^@@@@@@@", -"@@@@@@@%>>>/@(_@:>>>*@@@@@@@", -"@@@@@@@;>>>>/@@<>>>>;@@@@@@@", -"@@@@@@@;>>>[(@@-[>>>'@@@@@@@", -"@@@@@@@%>>>}@||@_>>>*@@@@@@@", -"@@@@@@@=>>>#1>>1#>>>2@@@@@@@", -"@@@@@@@#;>>>>>>>>>>'#@@@@@@@", -"@@@@@@@@,>>>>>>>>>>3@@@@@@@@", -"@@@@@@@@@,'>>>>>>'3@@@@@@@@@", -"@@@@@@@@@@#^45542#@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/close-prelight.xpm b/common/xfwm4-dark/close-prelight.xpm deleted file mode 100644 index 724d4ce..0000000 --- a/common/xfwm4-dark/close-prelight.xpm +++ /dev/null @@ -1,71 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -"28 28 40 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #3D3944", -"$ c #85575F", -"% c #B86A70", -"& c #CF757A", -"* c #B66A71", -"= c #84575E", -"- c #674A54", -"; c #CE7479", -"> c #D7787D", -", c #664A53", -"' c #D6777C", -") c #CD7479", -"! c #3D3943", -"~ c #32343F", -"{ c #704E57", -"] c #D5777C", -"^ c #734F58", -"/ c #30343F", -"( c #85565F", -"_ c #B86B71", -": c #82555D", -"< c #6E4D56", -"[ c #6F4E56", -"} c #7C535B", -"| c #7E545B", -"1 c #7A525A", -"2 c #6D4D56", -"3 c #674A53", -"4 c #D4767C", -"5 c #6F4E57", -"6 c #83565E", -"7 c #875760", -"8 c #3C3844", -"9 c #654A52", -"0 c #B66970", -"a c #CF747A", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@#$%&&*=#@@@@@@@@@@", -"@@@@@@@@@-;>>>>>>;,@@@@@@@@@", -"@@@@@@@@-'>>>>>>>>',@@@@@@@@", -"@@@@@@@#;>>)>>>>)>>)!@@@@@@@", -"@@@@@@@$>>>~{]]^/>>>(@@@@@@@", -"@@@@@@@_>>>:@<[@}>>>*@@@@@@@", -"@@@@@@@;>>>>|@@1>>>>;@@@@@@@", -"@@@@@@@;>>>]2@@34>>>)@@@@@@@", -"@@@@@@@%>>>5@66@[>>>*@@@@@@@", -"@@@@@@@=>>>#7>>7#>>>6@@@@@@@", -"@@@@@@@#;>>>>>>>>>>)8@@@@@@@", -"@@@@@@@@,'>>>>>>>>'9@@@@@@@@", -"@@@@@@@@@,)>>>>>>)9@@@@@@@@@", -"@@@@@@@@@@!(0aa068@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/close-pressed.xpm b/common/xfwm4-dark/close-pressed.xpm deleted file mode 100644 index 60ce46b..0000000 --- a/common/xfwm4-dark/close-pressed.xpm +++ /dev/null @@ -1,71 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"28 28 40 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #3A343F", -"$ c #783640", -"% c #A33640", -"& c #B73740", -"* c #A13741", -"= c #78363F", -"- c #5E3540", -"; c #B63740", -"> c #BE3841", -", c #5E343F", -"' c #BD3740", -") c #B53740", -"! c #3B343E", -"~ c #32333E", -"{ c #67353F", -"] c #BC3740", -"^ c #683540", -"/ c #2F333F", -"( c #773640", -"_ c #A33740", -": c #75363F", -"< c #65353F", -"[ c #653540", -"} c #71353F", -"| c #72363F", -"1 c #6F353F", -"2 c #64353F", -"3 c #5F353F", -"4 c #BB3740", -"5 c #66353F", -"6 c #763640", -"7 c #7A3540", -"8 c #773540", -"9 c #3A333F", -"0 c #5C353F", -"a c #A13740", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@#$%&&*=#@@@@@@@@@@", -"@@@@@@@@@-;>>>>>>;,@@@@@@@@@", -"@@@@@@@@-'>>>>>>>>',@@@@@@@@", -"@@@@@@@#;>>)>>>>;>>;!@@@@@@@", -"@@@@@@@$>>>~{]]^/>>>(@@@@@@@", -"@@@@@@@_>>>:@<[@}>>>*@@@@@@@", -"@@@@@@@;>>>>|@@1>>>>;@@@@@@@", -"@@@@@@@;>>>]2@@34>>>;@@@@@@@", -"@@@@@@@%>>>5@66@<>>>*@@@@@@@", -"@@@@@@@=>>>#7>>7#>>>8@@@@@@@", -"@@@@@@@#;>>>>>>>>>>)9@@@@@@@", -"@@@@@@@@,'>>>>>>>>'0@@@@@@@@", -"@@@@@@@@@,;>>>>>>)0@@@@@@@@@", -"@@@@@@@@@@!(a&&a89@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-active.xpm b/common/xfwm4-dark/hide-active.xpm deleted file mode 100644 index 333ea1b..0000000 --- a/common/xfwm4-dark/hide-active.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"28 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #8F939A", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@######@@@@@@@@@@@", -"@@@@@@@@@@@######@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-inactive.xpm b/common/xfwm4-dark/hide-inactive.xpm deleted file mode 100644 index 35f383d..0000000 --- a/common/xfwm4-dark/hide-inactive.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"28 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #666A73", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@######@@@@@@@@@@@", -"@@@@@@@@@@@######@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-prelight.xpm b/common/xfwm4-dark/hide-prelight.xpm deleted file mode 100644 index a1e465a..0000000 --- a/common/xfwm4-dark/hide-prelight.xpm +++ /dev/null @@ -1,53 +0,0 @@ -/* XPM */ -static char * hide_prelight_xpm[] = { -"28 28 22 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #2E333E", -"$ c #2A2E37", -"% c #262B34", -"& c #252932", -"* c #2A2E38", -"= c #2C303A", -"- c #262A34", -"; c #2F3641", -"> c #3D4250", -", c #424959", -"' c #282B35", -") c #3D4353", -"! c #444B5B", -"~ c #3D4252", -"{ c #262B33", -"] c #3B4250", -"^ c #C4C7CC", -"/ c #252933", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@#$%&&%*#@@@@@@@@@@", -"@@@@@@@@@=-;>,,>;-=@@@@@@@@@", -"@@@@@@@@=')!!!!!!~'=@@@@@@@@", -"@@@@@@@#-)!!!!!!!!~-#@@@@@@@", -"@@@@@@@$;!!!!!!!!!!;*@@@@@@@", -"@@@@@@@{]!!!!!!!!!!]%@@@@@@@", -"@@@@@@@&,!!^^^^^^!!,/@@@@@@@", -"@@@@@@@/,!!^^^^^^!!,/@@@@@@@", -"@@@@@@@%]!!!!!!!!!!]%@@@@@@@", -"@@@@@@@*;!!!!!!!!!!;*@@@@@@@", -"@@@@@@@#-~!!!!!!!!~%#@@@@@@@", -"@@@@@@@@='~!!!!!!~'=@@@@@@@@", -"@@@@@@@@@=-;],,];%=@@@@@@@@@", -"@@@@@@@@@@#*%&&%*#@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-pressed.xpm b/common/xfwm4-dark/hide-pressed.xpm deleted file mode 100644 index 7d49d4b..0000000 --- a/common/xfwm4-dark/hide-pressed.xpm +++ /dev/null @@ -1,56 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"28 28 25 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #2F343B", -"$ c #313C48", -"% c #406691", -"& c #4C81C1", -"* c #508FDA", -"= c #4B82C2", -"- c #406590", -"; c #3A5372", -"> c #508FD8", -", c #5294E2", -"' c #3A5371", -") c #5193E1", -"! c #4F8ED8", -"~ c #323B49", -"{ c #406490", -"] c #4B82C3", -"^ c #FFFFFF", -"/ c #40648E", -"( c #313B48", -"_ c #395371", -": c #4B81C1", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@########################@@", -"@@########################@@", -"@@########$%&**=-$########@@", -"@@#######;>,,,,,,>'#######@@", -"@@######;),,,,,,,,)'######@@", -"@@#####$>,,,,,,,,,,!~#####@@", -"@@#####%,,,,,,,,,,,,{#####@@", -"@@#####],,,,,,,,,,,,=#####@@", -"@@#####*,,,^^^^^^,,,>#####@@", -"@@#####>,,,^^^^^^,,,!#####@@", -"@@#####&,,,,,,,,,,,,=#####@@", -"@@#####-,,,,,,,,,,,,/#####@@", -"@@#####$>,,,,,,,,,,!(#####@@", -"@@######'),,,,,,,,)_######@@", -"@@#######'!,,,,,,!_#######@@", -"@@########~{:**:/(########@@", -"@@########################@@", -"@@########################@@", -"@@########################@@", -"@@########################@@", -"@@########################@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/left-active.xpm b/common/xfwm4-dark/left-active.xpm deleted file mode 100644 index b94d67f..0000000 --- a/common/xfwm4-dark/left-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * left_active_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/left-inactive.xpm b/common/xfwm4-dark/left-inactive.xpm deleted file mode 100644 index 17f9acf..0000000 --- a/common/xfwm4-dark/left-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * left_inactive_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/maximize-active.xpm b/common/xfwm4-dark/maximize-active.xpm deleted file mode 100644 index 3709088..0000000 --- a/common/xfwm4-dark/maximize-active.xpm +++ /dev/null @@ -1,43 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"28 28 12 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #313641", -"$ c #70757E", -"% c #8F939A", -"& c #7D8089", -"* c #73777F", -"= c #323641", -"- c #6E717B", -"; c #7E818A", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@#$%%&@@@@@@@@@@@", -"@@@@@@@@@@@#@#$%%@@@@@@@@@@@", -"@@@@@@@@@@@*=@@-%@@@@@@@@@@@", -"@@@@@@@@@@@%*=@@-@@@@@@@@@@@", -"@@@@@@@@@@@%%$#@#@@@@@@@@@@@", -"@@@@@@@@@@@;%%$#@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/maximize-inactive.xpm b/common/xfwm4-dark/maximize-inactive.xpm deleted file mode 100644 index 86e1cca..0000000 --- a/common/xfwm4-dark/maximize-inactive.xpm +++ /dev/null @@ -1,43 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"28 28 12 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #303540", -"$ c #545862", -"% c #666A73", -"& c #5C5F68", -"* c #2E333F", -"= c #555A64", -"- c #525761", -"; c #5B5F69", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@#$%%&@@@@@@@@@@@", -"@@@@@@@@@@@#@#$%%@@@@@@@@@@@", -"@@@@@@@@@@*=#@@-%@@@@@@@@@@@", -"@@@@@@@@@@*%=#@@-@@@@@@@@@@@", -"@@@@@@@@@@*%%$#@#@@@@@@@@@@@", -"@@@@@@@@@@@;%%$#@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/maximize-prelight.xpm b/common/xfwm4-dark/maximize-prelight.xpm deleted file mode 100644 index 24e854e..0000000 --- a/common/xfwm4-dark/maximize-prelight.xpm +++ /dev/null @@ -1,62 +0,0 @@ -/* XPM */ -static char * maximize_prelight_xpm[] = { -"28 28 31 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #2E333E", -"$ c #2A2E37", -"% c #262B34", -"& c #252932", -"* c #2A2E38", -"= c #2C303A", -"- c #262A34", -"; c #2F3641", -"> c #3D4250", -", c #424959", -"' c #282B35", -") c #3D4353", -"! c #444B5B", -"~ c #3D4252", -"{ c #474D5E", -"] c #9B9FA6", -"^ c #C4C7CC", -"/ c #ABAEB5", -"( c #262B33", -"_ c #3B4250", -": c #464D5D", -"< c #9EA2AB", -"[ c #484E5E", -"} c #454C5B", -"| c #979BA6", -"1 c #252933", -"2 c #ACAFB7", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@#$%&&%*#@@@@@@@@@@", -"@@@@@@@@@=-;>,,>;-=@@@@@@@@@", -"@@@@@@@@=')!!!!!!~'=@@@@@@@@", -"@@@@@@@#-)!!!!!!!!~-#@@@@@@@", -"@@@@@@@$;!!!{]^^/!!;*@@@@@@@", -"@@@@@@@(_!!{!{]^^!!_%@@@@@@@", -"@@@@@@@&,!:<[!}|^!!,1@@@@@@@", -"@@@@@@@1,!:^<[!}|!!,1@@@@@@@", -"@@@@@@@%_!:^^]{!{!!_%@@@@@@@", -"@@@@@@@*;!!2^^]{!!!;*@@@@@@@", -"@@@@@@@#-~!!!!!!!!~%#@@@@@@@", -"@@@@@@@@='~!!!!!!~'=@@@@@@@@", -"@@@@@@@@@=-;_,,_;%=@@@@@@@@@", -"@@@@@@@@@@#*%&&%*#@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/maximize-pressed.xpm b/common/xfwm4-dark/maximize-pressed.xpm deleted file mode 100644 index a56f886..0000000 --- a/common/xfwm4-dark/maximize-pressed.xpm +++ /dev/null @@ -1,65 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"28 28 34 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #2F343B", -"$ c #313C48", -"% c #406691", -"& c #4C81C1", -"* c #508FDA", -"= c #4B82C2", -"- c #406590", -"; c #3A5372", -"> c #508FD8", -", c #5294E2", -"' c #3A5371", -") c #5193E1", -"! c #4F8ED8", -"~ c #323B49", -"{ c #5596E3", -"] c #C7DDF6", -"^ c #FFFFFF", -"/ c #DDEAF9", -"( c #406490", -"_ c #4B82C3", -": c #5395E2", -"< c #CCE0F6", -"[ c #5797E3", -"} c #5495E2", -"| c #C3DAF5", -"1 c #DFEBFA", -"2 c #40648E", -"3 c #313B48", -"4 c #395371", -"5 c #4B81C1", -"............................", -"++++++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@###@@@@@@@@", -"@@@@@@@@##################@@", -"@@########################@@", -"@@########$%&**=-$########@@", -"@@#######;>,,,,,,>'#######@@", -"@@######;),,,,,,,,)'######@@", -"@@#####$>,,,,,,,,,,!~#####@@", -"@@#####%,,,,{]^^/,,,(#####@@", -"@@#####_,,,{,{]^^,,,=#####@@", -"@@#####*,,:<[,}|^,,,>#####@@", -"@@#####>,,:^<[,}|,,,!#####@@", -"@@#####&,,:^^]{,{,,,=#####@@", -"@@#####-,,,1^^]{,,,,2#####@@", -"@@#####$>,,,,,,,,,,!3#####@@", -"@@######'),,,,,,,,)4######@@", -"@@#######'!,,,,,,!4#######@@", -"@@########~(5**523########@@", -"@@########################@@", -"@@########################@@", -"@@########################@@", -"@@########################@@", -"@@########################@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/menu-active.xpm b/common/xfwm4-dark/menu-active.xpm deleted file mode 100644 index b674ebf..0000000 --- a/common/xfwm4-dark/menu-active.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"26 16 2 1", -" c None", -". c #2F343F", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -".........................."}; diff --git a/common/xfwm4-dark/menu-inactive.xpm b/common/xfwm4-dark/menu-inactive.xpm deleted file mode 100644 index c52707e..0000000 --- a/common/xfwm4-dark/menu-inactive.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"26 16 2 1", -" c None", -". c #2F343F", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -".........................."}; diff --git a/common/xfwm4-dark/menu-pressed.xpm b/common/xfwm4-dark/menu-pressed.xpm deleted file mode 100644 index c386e12..0000000 --- a/common/xfwm4-dark/menu-pressed.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"26 16 2 1", -" c None", -". c #2F343F", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -".........................."}; diff --git a/common/xfwm4-dark/right-active.xpm b/common/xfwm4-dark/right-active.xpm deleted file mode 100644 index 6f08d57..0000000 --- a/common/xfwm4-dark/right-active.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * right_active_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/right-inactive.xpm b/common/xfwm4-dark/right-inactive.xpm deleted file mode 100644 index 86b8f45..0000000 --- a/common/xfwm4-dark/right-inactive.xpm +++ /dev/null @@ -1,17 +0,0 @@ -/* XPM */ -static char * right_inactive_xpm[] = { -"1 12 2 1", -" c None", -". c #21252B", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -".", -"."}; diff --git a/common/xfwm4-dark/shade-active.xpm b/common/xfwm4-dark/shade-active.xpm deleted file mode 100644 index 3c0e555..0000000 --- a/common/xfwm4-dark/shade-active.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"18 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #A4AAB7", -"..................", -"++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@####@@@@@@@", -"@@@@@@######@@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@########@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/shade-inactive.xpm b/common/xfwm4-dark/shade-inactive.xpm deleted file mode 100644 index a4e3e8f..0000000 --- a/common/xfwm4-dark/shade-inactive.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"18 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #797D87", -"..................", -"++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@####@@@@@@@", -"@@@@@@######@@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@########@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/shade-pressed.xpm b/common/xfwm4-dark/shade-pressed.xpm deleted file mode 100644 index 052d1f2..0000000 --- a/common/xfwm4-dark/shade-pressed.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"18 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #5294E2", -"..................", -"++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@####@@@@@@@", -"@@@@@@######@@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@########@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/stick-active.xpm b/common/xfwm4-dark/stick-active.xpm deleted file mode 100644 index ea8377a..0000000 --- a/common/xfwm4-dark/stick-active.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"18 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #A4AAB7", -"..................", -"++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@########@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/stick-inactive.xpm b/common/xfwm4-dark/stick-inactive.xpm deleted file mode 100644 index ae75f07..0000000 --- a/common/xfwm4-dark/stick-inactive.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"18 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #797D87", -"..................", -"++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@########@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/stick-pressed.xpm b/common/xfwm4-dark/stick-pressed.xpm deleted file mode 100644 index f6b98ad..0000000 --- a/common/xfwm4-dark/stick-pressed.xpm +++ /dev/null @@ -1,36 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"18 28 5 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -"# c #5294E2", -"..................", -"++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@########@@@@@", -"@@@@@########@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@##@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/title-1-active.xpm b/common/xfwm4-dark/title-1-active.xpm deleted file mode 100644 index 3d17763..0000000 --- a/common/xfwm4-dark/title-1-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-1-inactive.xpm b/common/xfwm4-dark/title-1-inactive.xpm deleted file mode 100644 index cbf087f..0000000 --- a/common/xfwm4-dark/title-1-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-2-active.xpm b/common/xfwm4-dark/title-2-active.xpm deleted file mode 100644 index da14686..0000000 --- a/common/xfwm4-dark/title-2-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-2-inactive.xpm b/common/xfwm4-dark/title-2-inactive.xpm deleted file mode 100644 index db943cc..0000000 --- a/common/xfwm4-dark/title-2-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-3-active.xpm b/common/xfwm4-dark/title-3-active.xpm deleted file mode 100644 index d2dc86e..0000000 --- a/common/xfwm4-dark/title-3-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-3-inactive.xpm b/common/xfwm4-dark/title-3-inactive.xpm deleted file mode 100644 index e082de7..0000000 --- a/common/xfwm4-dark/title-3-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-4-active.xpm b/common/xfwm4-dark/title-4-active.xpm deleted file mode 100644 index 92c4b4c..0000000 --- a/common/xfwm4-dark/title-4-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-4-inactive.xpm b/common/xfwm4-dark/title-4-inactive.xpm deleted file mode 100644 index 8957742..0000000 --- a/common/xfwm4-dark/title-4-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-5-active.xpm b/common/xfwm4-dark/title-5-active.xpm deleted file mode 100644 index 761c6fe..0000000 --- a/common/xfwm4-dark/title-5-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/title-5-inactive.xpm b/common/xfwm4-dark/title-5-inactive.xpm deleted file mode 100644 index 0376f5a..0000000 --- a/common/xfwm4-dark/title-5-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"5 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -".....", -"+++++", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@", -"@@@@@"}; diff --git a/common/xfwm4-dark/top-left-active.xpm b/common/xfwm4-dark/top-left-active.xpm deleted file mode 100644 index fbf26b3..0000000 --- a/common/xfwm4-dark/top-left-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"2 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -" .", -".+", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@"}; diff --git a/common/xfwm4-dark/top-left-inactive.xpm b/common/xfwm4-dark/top-left-inactive.xpm deleted file mode 100644 index 06f4012..0000000 --- a/common/xfwm4-dark/top-left-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"2 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -" .", -".+", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@", -".@"}; diff --git a/common/xfwm4-dark/top-right-active.xpm b/common/xfwm4-dark/top-right-active.xpm deleted file mode 100644 index cae6bab..0000000 --- a/common/xfwm4-dark/top-right-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"2 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -". ", -"+.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@."}; diff --git a/common/xfwm4-dark/top-right-inactive.xpm b/common/xfwm4-dark/top-right-inactive.xpm deleted file mode 100644 index 08ac0ed..0000000 --- a/common/xfwm4-dark/top-right-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"2 28 4 1", -" c None", -". c #21252B", -"+ c #353B48", -"@ c #2F343F", -". ", -"+.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@.", -"@."}; diff --git a/common/xfwm4/assets-dark.svg b/common/xfwm4/assets-dark.svg new file mode 100644 index 0000000..bcff6ba --- /dev/null +++ b/common/xfwm4/assets-dark.svg @@ -0,0 +1,1764 @@ +<?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" + width="224" + height="217" + viewBox="0 0 224 217" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets-dark.svg"> + <defs + id="defs4"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4421" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4416" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4418" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4420" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4423" + x1="608.36218" + y1="-157.99998" + x2="608.36218" + y2="-150.00001" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4425" + x1="154" + y1="601.86216" + x2="154" + y2="606.36218" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4427" + x1="568.36218" + y1="-155.99998" + x2="568.36218" + y2="-148.00001" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4429" + x1="152" + y1="564.36218" + x2="152" + y2="572.36216" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4431" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4433" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="8" + inkscape:cx="52.856479" + inkscape:cy="23.766568" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="false" + units="px" + inkscape:snap-bbox="true" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="false" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="false" + inkscape:object-nodes="true" + inkscape:snap-nodes="true" + fit-margin-top="10" + fit-margin-left="10" + fit-margin-right="10" + fit-margin-bottom="10"> + <inkscape:grid + type="xygrid" + id="grid4136" + originx="5" + originy="-288" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(5,-547.36215)"> + <rect + style="opacity:1;fill:#2f343f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="menu-active" + width="26" + height="16" + x="5" + y="662.36218" + inkscape:label="#rect4138-3" /> + <use + x="0" + y="0" + xlink:href="#g4206" + id="title-1-active" + transform="matrix(0.17857143,0,0,1,4.1071429,131.99998)" + width="100%" + height="100%" + inkscape:label="#use4212" /> + <g + id="stick-active" + inkscape:label="#g5228"> + <use + height="100%" + width="100%" + transform="matrix(0.64285714,0,0,1,141.78571,-2.2617187e-5)" + id="use4210" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="fill:#a4aab7;fill-opacity:1" + transform="translate(1.9999997,2.9999886)" + id="g5140"> + <rect + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="stick-pressed" + inkscape:label="#g5234"> + <use + height="100%" + width="100%" + transform="translate(23,-7.3828127e-6)" + id="use5113" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#5294e2;fill-opacity:1" + transform="translate(25,2.9999812)" + id="g5140-7"> + <rect + style="opacity:1;fill:url(#linearGradient4429);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-7" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:url(#linearGradient4427);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1-1" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="stick-inactive" + inkscape:label="#g5240"> + <use + height="100%" + width="100%" + transform="translate(46,-7.3828127e-6)" + id="use5115" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#797d87;fill-opacity:1" + transform="translate(48,2.9999812)" + id="g5140-1"> + <rect + style="opacity:1;fill:#797d87;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-5" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#797d87;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1-9" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="shade-active" + inkscape:label="#g5258"> + <use + height="100%" + width="100%" + transform="translate(-3.4e-7,32.999993)" + id="use5117" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#a4aab7;fill-opacity:1" + transform="translate(-4.68e-6,-1.0000226)" + id="g5193"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7" + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <g + id="shade-pressed" + inkscape:label="#g5252"> + <use + height="100%" + width="100%" + transform="translate(23,32.999993)" + id="use5119" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#5294e2;fill-opacity:1" + transform="translate(22.999996,-1.0000226)" + id="g5193-7"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7-6" + style="opacity:1;fill:url(#linearGradient4423);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:url(#linearGradient4425);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <g + id="shade-inactive" + inkscape:label="#g5246"> + <use + height="100%" + width="100%" + transform="translate(46,32.999993)" + id="use5121" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#797d87;fill-opacity:1" + transform="translate(45.999996,-1.0000226)" + id="g5193-3"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7-65" + style="opacity:1;fill:#797d87;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#797d87;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190-6" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <use + x="0" + y="0" + xlink:href="#menu-active" + id="menu-inactive" + transform="translate(62,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5268" /> + <use + x="0" + y="0" + xlink:href="#menu-active" + id="menu-pressed" + transform="translate(31,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5270" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-2-active" + transform="translate(6.9999999,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5296" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-3-active" + transform="translate(14,-2.6171872e-6)" + width="100%" + height="100%" + inkscape:label="#use5298" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-4-active" + transform="translate(21,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5300" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-5-active" + transform="translate(28,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5302" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-1-inactive" + transform="translate(35,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5304" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-2-inactive" + transform="translate(42,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5306" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-3-inactive" + transform="translate(49,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5308" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-4-inactive" + transform="translate(56,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5310" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-5-inactive" + transform="translate(63,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5312" /> + <g + id="top-left-active" + inkscape:label="#g5352"> + <path + id="rect4138-9" + transform="translate(0,552.36216)" + d="m 6,174 0,1 -1,0 0,27 2,0 0,-28 -1,0 z" + style="opacity:1;fill:#2f343f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <rect + y="726.36218" + x="6" + height="1" + width="1" + id="rect5348" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5512" + width="1" + height="27.000029" + x="5" + y="727.36212" /> + <rect + style="opacity:1;fill:#353b48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5514" + width="1" + height="1" + x="6" + y="727.36212" /> + </g> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-left-inactive" + transform="translate(4,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5357" /> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-right-active" + transform="matrix(-1,0,0,1,20,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5359" /> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-right-inactive" + transform="matrix(-1,0,0,1,24,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5361" /> + <g + id="close-active" + inkscape:label="#g5279"> + <g + style="opacity:1" + id="g4206"> + <rect + style="opacity:1;fill:#2f343f;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4138" + width="28" + height="28" + x="5" + y="557.36218" /> + <rect + style="opacity:1;fill:#353b48;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4204" + width="28" + height="1" + x="5" + y="558.36212" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4204-3" + width="28" + height="1" + x="5" + y="557.36212" /> + </g> + <g + transform="translate(7,559.3622)" + id="g4663" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-7" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-dark-8" + inkscape:label="#g6210" + transform="translate(-641,1218)"> + <g + id="g4927-9-2-8-4" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3-6"> + <g + id="g4092-0-2-21-0-9-7-0" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#cc575d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8-5" /> + </g> + </g> + <g + id="g4778-2-68-8-7-9" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1-7" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3-7" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4-5" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3-8" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-8" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="close-prelight" + inkscape:label="#g5303"> + <use + height="100%" + width="100%" + transform="translate(33,-2.2617187e-5)" + id="use4214" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(40,559.36215)" + id="g4721" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-0" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-hover-dark" + inkscape:label="#g6260" + transform="translate(-538,1218)"> + <g + id="g4927-97-4" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-9-1-3"> + <g + id="g4092-0-2-3-4-6" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#d7787d;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,92 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,97.867188 415.73438,96.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.687498 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,100 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.687498 -1.71094,-1.710937 C 411.05288,97.088403 410.98357,96.882438 411,96.671875 l 0,-0.75 z" + transform="translate(962,156.00002)" + id="path4068-7-5-8-2-3" /> + </g> + </g> + <g + id="g4778-4-0-2" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-44-1-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9-3-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-3-1-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9-3-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7-1-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3-3-7" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02-1-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-7-9-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-4-7-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5-4-2" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="close-pressed" + inkscape:label="#g5324"> + <use + height="100%" + width="100%" + transform="translate(66,-2.2617187e-5)" + id="use4216" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73.00001,559.36215)" + id="g4779" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-79" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-active-dark" + inkscape:label="#g6332" + transform="translate(-437.00001,1218)"> + <g + id="g4927-8-7-4-9" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-3-7-46-6"> + <g + id="g4092-0-2-2-1-7-2" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#be3841;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,109 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.92188 0.75,0 c 0.008,-1e-4 0.0156,-3.5e-4 0.0234,0 0.19121,0.008 0.3824,0.0964 0.51562,0.23437 l 1.71094,1.71094 1.73438,-1.71094 c 0.19921,-0.17287 0.335,-0.22913 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0258,0.41298 -0.1875,0.5625 l -1.71094,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 414,117 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15806,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + transform="translate(962.00001,139.00001)" + id="path4068-7-5-4-9-7-6" /> + </g> + </g> + <g + id="g4778-3-6-0-5" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-6-0-90-6" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6-6-1" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-2-2-6-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0-2-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3-5-2" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1-7-0" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-0-2-8-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-4-0-5-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-5-0-0-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02-4-3" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="close-inactive" + inkscape:label="#g5345"> + <use + height="100%" + width="100%" + transform="translate(99,-2.2617187e-5)" + id="use4218" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(106.00002,559.36215)" + id="g4837" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-8" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.4" + id="titlebutton-close-backdrop-dark" + inkscape:label="#g6210" + transform="translate(-641.00002,1218)"> + <g + id="g4927-9-2-8-0" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-5-3-3"> + <g + id="g4092-0-2-21-0-9-7-0-9" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 414,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 414,63.867188 415.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 416.9302,66.77394 416.99999,66.9729 417,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 414,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 411.05288,63.088403 410.98357,62.882438 411,62.671875 l 0,-0.75 z" + transform="translate(962.00001,190.00002)" + id="path4068-7-5-9-6-5-8-3" /> + </g> + </g> + <g + id="g4778-2-68-8-7-6" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-1-1-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-8-6" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-active" + inkscape:label="#g5436"> + <use + height="100%" + width="100%" + transform="translate(0,32.999977)" + id="use4220" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(7.00002,592.36215)" + id="g4885" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-4" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.7" + id="titlebutton-max-dark" + inkscape:label="#g6234" + transform="translate(-612.00002,1218)"> + <g + id="g7146-16-4" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96-8-9"> + <g + id="g4092-0-6-83-7-4" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-95-1-7" + style="display:inline;opacity:1;fill:#b9bcc2;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29-2-2" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-prelight" + inkscape:label="#g5415"> + <use + height="100%" + width="100%" + transform="translate(33,32.999977)" + id="use4222" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(40,592.36215)" + id="g4933" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-6" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-hover-dark" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891-5-8" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4-6-6" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78-2-6" + inkscape:connector-curvature="0" /> + <g + id="g4806-9-0-6" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7-6-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3-2-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75-1-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5-0-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8-0-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7-5-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1-4-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0-0-6"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6-7-1" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-pressed" + inkscape:label="#g5377"> + <use + height="100%" + width="100%" + transform="translate(66,32.999977)" + id="use4228" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73.000005,592.36215)" + id="g5011" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-65" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-hover-dark-6" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891-5-8-9" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4-6-6-3" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78-2-6-7" + inkscape:connector-curvature="0" /> + <g + id="g4806-9-0-6-4" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7-6-6-5" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3-2-7-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75-1-2-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9-2-3-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5-0-4-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8-0-4-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7-5-9-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1-4-1-3" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0-0-6-0"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6-7-1-7" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0-1-5-8" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + <g + style="display:inline" + id="titlebutton-max-active-dark" + inkscape:label="#g6356" + transform="translate(-408.00001,1218)"> + <g + id="g4891-4-5-5" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-132,0)" + style="display:inline;opacity:1" + id="g4490-2-9-1-2-4-8"> + <g + id="g4092-0-6-3-6-8-3-7" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4433);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-6-5-1-6-6-0" /> + </g> + </g> + <g + id="g4806-5-2-2-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-2-0-0-8" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-9-9-51-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-7-6-4-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-7-4-0-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-9-7-6-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-4-2-4-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-4-6-4-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-0-8-22-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-7-2-3-1"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="fill:url(#linearGradient4420);fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-4-9-0-2" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="412" + height="16" + width="16" + id="rect17883-79-3-0" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-inactive" + inkscape:label="#g5366"> + <use + height="100%" + width="100%" + transform="translate(99,32.999977)" + id="use4232" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(106.00002,592.36215)" + id="g5076" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-06" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-max-backdrop-dark" + inkscape:label="#g6521" + style="display:inline;opacity:0.4" + transform="translate(-612.00002,1201)"> + <g + style="display:inline;opacity:1" + id="g7146-1-1-6" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-6-0"> + <g + id="g4092-0-6-9-2" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-6-4" + style="display:inline;opacity:1;fill:#b9bcc2;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;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:0" + id="rect17883-39-6-2-5" + width="16" + height="16" + x="616" + y="-168.63782" /> + </g> + </g> + </g> + </g> + <g + id="hide-active" + inkscape:label="#g5447"> + <use + height="100%" + width="100%" + transform="translate(0,65.999977)" + id="use4234" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(7.00002,625.36215)" + id="g5113" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-48" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.7" + id="titlebutton-min-dark" + inkscape:label="#g6247" + transform="translate(-583.00002,1218)"> + <g + id="g7138-6-5" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75-4-7"> + <g + id="g4092-0-7-0-4-9" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3-8-5" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32-6-9" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="hide-prelight" + inkscape:label="#g5458"> + <use + height="100%" + width="100%" + transform="translate(33,65.999977)" + id="use4226" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(40,625.36215)" + id="g5160" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-061" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-hover-dark" + inkscape:label="#g6308" + transform="translate(-480,1218)"> + <g + id="g4909-3-7" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1273" + style="display:inline;opacity:0.45;fill:#5f697f;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-1-6-1" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.37000002;fill:#15171c;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1273,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-23-4-3" + inkscape:connector-curvature="0" /> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-0-4-5" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-4-15-6" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-1-8-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-6-4-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-4-8-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-0-8-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-1-7-5" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-9-9-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-2-7-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-6-2-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c4c7cc;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-8-2-3" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="484" + height="16" + width="16" + id="rect17883-11-4-0" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="hide-pressed" + inkscape:label="#g5479"> + <use + height="100%" + width="100%" + transform="translate(66,65.999977)" + id="use4236" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73.00001,625.36215)" + id="g5222" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-active-dark" + inkscape:label="#g6414" + transform="translate(-379.00001,1218)"> + <g + id="g4909-1-2-0" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-161,0)" + style="display:inline;opacity:1" + id="g4490-3-6-1-4-1-6"> + <g + id="g4092-0-7-2-0-0-94-2" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4431);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-3-0-3-6-8-3" /> + </g> + </g> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-9-3-8-5" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-9-1-0-4" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-0-5-8-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-5-2-6-8" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-7-4-2-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-2-3-2-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-0-6-6-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-4-6-0-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-6-8-7-4" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-3-7-96-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4418);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-3-5-1-1" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;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:0" + id="rect17883-79-9-2-2" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + </g> + </g> + </g> + <g + id="hide-inactive" + inkscape:label="#g5501"> + <use + height="100%" + width="100%" + transform="translate(99,65.999977)" + id="use4238" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(106.00002,625.36215)" + id="g5270" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-63" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-min-backdrop-dark" + inkscape:label="#g6534" + style="display:inline;opacity:0.4" + transform="translate(-583.00002,1201)"> + <g + style="display:inline;opacity:1" + id="g7138-0-7-7" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-6-9"> + <g + id="g4092-0-7-6-5" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-09-2" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b9bcc2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;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:0" + id="rect17883-39-3-46-6" + width="16" + height="16" + x="587" + y="-168.63782" /> + </g> + </g> + </g> + </g> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="right-active" + width="1" + height="16" + x="-37" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="right-inactive" + width="1" + height="16" + x="-39" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="bottom-inactive" + width="2.9999716" + height="16" + x="-750.36212" + y="-60" + inkscape:label="#rect4138-3" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="left-active" + width="1" + height="16" + x="-33" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="left-inactive" + width="1" + height="16" + x="-35" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="bottom-active" + width="3.0000284" + height="16" + x="-746.36212" + y="-60" + inkscape:label="#rect4138-3" + transform="matrix(0,-1,-1,0,0,0)" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 40,743.36215 0,2 1,0 0,1 2,0 0,-3 -3,0 z" + id="bottom-left-active" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 61,743.36215 0,3 2,0 0,-1 1,0 0,-2 -3,0 z" + id="bottom-right-active" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 61,747.36215 0,3 2,0 0,-1 1,0 0,-2 -3,0 z" + id="bottom-right-inactive" /> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#21252b;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 40,747.36215 0,2 1,0 0,1 2,0 0,-3 -3,0 z" + id="bottom-left-inactive" /> + </g> +</svg> diff --git a/common/xfwm4/assets-dark/bottom-active.png b/common/xfwm4/assets-dark/bottom-active.png Binary files differnew file mode 100644 index 0000000..fe31d88 --- /dev/null +++ b/common/xfwm4/assets-dark/bottom-active.png diff --git a/common/xfwm4/assets-dark/bottom-inactive.png b/common/xfwm4/assets-dark/bottom-inactive.png Binary files differnew file mode 100644 index 0000000..fe31d88 --- /dev/null +++ b/common/xfwm4/assets-dark/bottom-inactive.png diff --git a/common/xfwm4/assets-dark/bottom-left-active.png b/common/xfwm4/assets-dark/bottom-left-active.png Binary files differnew file mode 100644 index 0000000..ae1e122 --- /dev/null +++ b/common/xfwm4/assets-dark/bottom-left-active.png diff --git a/common/xfwm4/assets-dark/bottom-left-inactive.png b/common/xfwm4/assets-dark/bottom-left-inactive.png Binary files differnew file mode 100644 index 0000000..ae1e122 --- /dev/null +++ b/common/xfwm4/assets-dark/bottom-left-inactive.png diff --git a/common/xfwm4/assets-dark/bottom-right-active.png b/common/xfwm4/assets-dark/bottom-right-active.png Binary files differnew file mode 100644 index 0000000..b9280e3 --- /dev/null +++ b/common/xfwm4/assets-dark/bottom-right-active.png diff --git a/common/xfwm4/assets-dark/bottom-right-inactive.png b/common/xfwm4/assets-dark/bottom-right-inactive.png Binary files differnew file mode 100644 index 0000000..b9280e3 --- /dev/null +++ b/common/xfwm4/assets-dark/bottom-right-inactive.png diff --git a/common/xfwm4/assets-dark/close-active.png b/common/xfwm4/assets-dark/close-active.png Binary files differnew file mode 100644 index 0000000..f0852a8 --- /dev/null +++ b/common/xfwm4/assets-dark/close-active.png diff --git a/common/xfwm4/assets-dark/close-inactive.png b/common/xfwm4/assets-dark/close-inactive.png Binary files differnew file mode 100644 index 0000000..90b3eff --- /dev/null +++ b/common/xfwm4/assets-dark/close-inactive.png diff --git a/common/xfwm4/assets-dark/close-prelight.png b/common/xfwm4/assets-dark/close-prelight.png Binary files differnew file mode 100644 index 0000000..9dddb8a --- /dev/null +++ b/common/xfwm4/assets-dark/close-prelight.png diff --git a/common/xfwm4/assets-dark/close-pressed.png b/common/xfwm4/assets-dark/close-pressed.png Binary files differnew file mode 100644 index 0000000..542bfe3 --- /dev/null +++ b/common/xfwm4/assets-dark/close-pressed.png diff --git a/common/xfwm4/assets-dark/hide-active.png b/common/xfwm4/assets-dark/hide-active.png Binary files differnew file mode 100644 index 0000000..20998da --- /dev/null +++ b/common/xfwm4/assets-dark/hide-active.png diff --git a/common/xfwm4/assets-dark/hide-inactive.png b/common/xfwm4/assets-dark/hide-inactive.png Binary files differnew file mode 100644 index 0000000..6b089a9 --- /dev/null +++ b/common/xfwm4/assets-dark/hide-inactive.png diff --git a/common/xfwm4/assets-dark/hide-prelight.png b/common/xfwm4/assets-dark/hide-prelight.png Binary files differnew file mode 100644 index 0000000..60dc646 --- /dev/null +++ b/common/xfwm4/assets-dark/hide-prelight.png diff --git a/common/xfwm4/assets-dark/hide-pressed.png b/common/xfwm4/assets-dark/hide-pressed.png Binary files differnew file mode 100644 index 0000000..9f51af9 --- /dev/null +++ b/common/xfwm4/assets-dark/hide-pressed.png diff --git a/common/xfwm4/assets-dark/left-active.png b/common/xfwm4/assets-dark/left-active.png Binary files differnew file mode 100644 index 0000000..c0e39f5 --- /dev/null +++ b/common/xfwm4/assets-dark/left-active.png diff --git a/common/xfwm4/assets-dark/left-inactive.png b/common/xfwm4/assets-dark/left-inactive.png Binary files differnew file mode 100644 index 0000000..c0e39f5 --- /dev/null +++ b/common/xfwm4/assets-dark/left-inactive.png diff --git a/common/xfwm4/assets-dark/maximize-active.png b/common/xfwm4/assets-dark/maximize-active.png Binary files differnew file mode 100644 index 0000000..b32615d --- /dev/null +++ b/common/xfwm4/assets-dark/maximize-active.png diff --git a/common/xfwm4/assets-dark/maximize-inactive.png b/common/xfwm4/assets-dark/maximize-inactive.png Binary files differnew file mode 100644 index 0000000..b92be3d --- /dev/null +++ b/common/xfwm4/assets-dark/maximize-inactive.png diff --git a/common/xfwm4/assets-dark/maximize-prelight.png b/common/xfwm4/assets-dark/maximize-prelight.png Binary files differnew file mode 100644 index 0000000..6659a6c --- /dev/null +++ b/common/xfwm4/assets-dark/maximize-prelight.png diff --git a/common/xfwm4/assets-dark/maximize-pressed.png b/common/xfwm4/assets-dark/maximize-pressed.png Binary files differnew file mode 100644 index 0000000..bf0d588 --- /dev/null +++ b/common/xfwm4/assets-dark/maximize-pressed.png diff --git a/common/xfwm4/assets-dark/menu-active.png b/common/xfwm4/assets-dark/menu-active.png Binary files differnew file mode 100644 index 0000000..614600a --- /dev/null +++ b/common/xfwm4/assets-dark/menu-active.png diff --git a/common/xfwm4/assets-dark/menu-inactive.png b/common/xfwm4/assets-dark/menu-inactive.png Binary files differnew file mode 100644 index 0000000..614600a --- /dev/null +++ b/common/xfwm4/assets-dark/menu-inactive.png diff --git a/common/xfwm4/assets-dark/menu-pressed.png b/common/xfwm4/assets-dark/menu-pressed.png Binary files differnew file mode 100644 index 0000000..614600a --- /dev/null +++ b/common/xfwm4/assets-dark/menu-pressed.png diff --git a/common/xfwm4/assets-dark/right-active.png b/common/xfwm4/assets-dark/right-active.png Binary files differnew file mode 100644 index 0000000..c0e39f5 --- /dev/null +++ b/common/xfwm4/assets-dark/right-active.png diff --git a/common/xfwm4/assets-dark/right-inactive.png b/common/xfwm4/assets-dark/right-inactive.png Binary files differnew file mode 100644 index 0000000..c0e39f5 --- /dev/null +++ b/common/xfwm4/assets-dark/right-inactive.png diff --git a/common/xfwm4/assets-dark/shade-active.png b/common/xfwm4/assets-dark/shade-active.png Binary files differnew file mode 100644 index 0000000..784965c --- /dev/null +++ b/common/xfwm4/assets-dark/shade-active.png diff --git a/common/xfwm4/assets-dark/shade-inactive.png b/common/xfwm4/assets-dark/shade-inactive.png Binary files differnew file mode 100644 index 0000000..f8baf64 --- /dev/null +++ b/common/xfwm4/assets-dark/shade-inactive.png diff --git a/common/xfwm4/assets-dark/shade-pressed.png b/common/xfwm4/assets-dark/shade-pressed.png Binary files differnew file mode 100644 index 0000000..f7ee16c --- /dev/null +++ b/common/xfwm4/assets-dark/shade-pressed.png diff --git a/common/xfwm4/assets-dark/stick-active.png b/common/xfwm4/assets-dark/stick-active.png Binary files differnew file mode 100644 index 0000000..f84dcc0 --- /dev/null +++ b/common/xfwm4/assets-dark/stick-active.png diff --git a/common/xfwm4/assets-dark/stick-inactive.png b/common/xfwm4/assets-dark/stick-inactive.png Binary files differnew file mode 100644 index 0000000..93978fc --- /dev/null +++ b/common/xfwm4/assets-dark/stick-inactive.png diff --git a/common/xfwm4/assets-dark/stick-pressed.png b/common/xfwm4/assets-dark/stick-pressed.png Binary files differnew file mode 100644 index 0000000..53bb534 --- /dev/null +++ b/common/xfwm4/assets-dark/stick-pressed.png diff --git a/common/xfwm4/assets-dark/title-1-active.png b/common/xfwm4/assets-dark/title-1-active.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-1-active.png diff --git a/common/xfwm4/assets-dark/title-1-inactive.png b/common/xfwm4/assets-dark/title-1-inactive.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-1-inactive.png diff --git a/common/xfwm4/assets-dark/title-2-active.png b/common/xfwm4/assets-dark/title-2-active.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-2-active.png diff --git a/common/xfwm4/assets-dark/title-2-inactive.png b/common/xfwm4/assets-dark/title-2-inactive.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-2-inactive.png diff --git a/common/xfwm4/assets-dark/title-3-active.png b/common/xfwm4/assets-dark/title-3-active.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-3-active.png diff --git a/common/xfwm4/assets-dark/title-3-inactive.png b/common/xfwm4/assets-dark/title-3-inactive.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-3-inactive.png diff --git a/common/xfwm4/assets-dark/title-4-active.png b/common/xfwm4/assets-dark/title-4-active.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-4-active.png diff --git a/common/xfwm4/assets-dark/title-4-inactive.png b/common/xfwm4/assets-dark/title-4-inactive.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-4-inactive.png diff --git a/common/xfwm4/assets-dark/title-5-active.png b/common/xfwm4/assets-dark/title-5-active.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-5-active.png diff --git a/common/xfwm4/assets-dark/title-5-inactive.png b/common/xfwm4/assets-dark/title-5-inactive.png Binary files differnew file mode 100644 index 0000000..f4637bc --- /dev/null +++ b/common/xfwm4/assets-dark/title-5-inactive.png diff --git a/common/xfwm4/assets-dark/top-left-active.png b/common/xfwm4/assets-dark/top-left-active.png Binary files differnew file mode 100644 index 0000000..bbb2579 --- /dev/null +++ b/common/xfwm4/assets-dark/top-left-active.png diff --git a/common/xfwm4/assets-dark/top-left-inactive.png b/common/xfwm4/assets-dark/top-left-inactive.png Binary files differnew file mode 100644 index 0000000..bbb2579 --- /dev/null +++ b/common/xfwm4/assets-dark/top-left-inactive.png diff --git a/common/xfwm4/assets-dark/top-right-active.png b/common/xfwm4/assets-dark/top-right-active.png Binary files differnew file mode 100644 index 0000000..a3b7a3c --- /dev/null +++ b/common/xfwm4/assets-dark/top-right-active.png diff --git a/common/xfwm4/assets-dark/top-right-inactive.png b/common/xfwm4/assets-dark/top-right-inactive.png Binary files differnew file mode 100644 index 0000000..a3b7a3c --- /dev/null +++ b/common/xfwm4/assets-dark/top-right-inactive.png diff --git a/common/xfwm4/assets.svg b/common/xfwm4/assets.svg new file mode 100644 index 0000000..28e57da --- /dev/null +++ b/common/xfwm4/assets.svg @@ -0,0 +1,1684 @@ +<?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" + width="224" + height="217" + viewBox="0 0 224 217" + id="svg2" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="assets.svg"> + <defs + id="defs4"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#5294e2;stop-opacity:1;" + offset="0" + id="stop4407" /> + </linearGradient> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#ffffffgit;stop-opacity:1;" + offset="0" + id="stop4402" /> + </linearGradient> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4404" + x1="89.0002" + y1="974" + x2="89.0002" + y2="976" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_fg_color" + id="linearGradient4406" + x1="88.996741" + y1="972" + x2="88.996741" + y2="978.00692" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4409" + x1="152" + y1="564.36218" + x2="152" + y2="572.36216" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4411" + x1="568.36218" + y1="-155.99998" + x2="568.36218" + y2="-148.00001" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4413" + x1="608.36218" + y1="-157.99998" + x2="608.36218" + y2="-150.00001" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4415" + x1="154" + y1="601.86216" + x2="154" + y2="606.36218" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4417" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#selected_bg_color" + id="linearGradient4419" + x1="1376" + y1="248" + x2="1376" + y2="262" + gradientUnits="userSpaceOnUse" /> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="22.627417" + inkscape:cx="50.251658" + inkscape:cy="19.116687" + 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="false" + inkscape:snap-bbox-midpoints="true" + inkscape:object-paths="true" + inkscape:snap-intersection-paths="false" + inkscape:object-nodes="true" + inkscape:snap-nodes="true" + fit-margin-top="10" + fit-margin-left="10" + fit-margin-right="10" + fit-margin-bottom="10"> + <inkscape:grid + type="xygrid" + id="grid4136" + originx="5" + originy="-288" /> + </sodipodi:namedview> + <metadata + id="metadata7"> + <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 /> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(5,-547.36215)"> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="menu-active" + width="26" + height="16" + x="5" + y="662.36218" + inkscape:label="#rect4138-3" /> + <use + x="0" + y="0" + xlink:href="#g4206" + id="title-1-active" + transform="matrix(0.17857143,0,0,1,4.1071429,131.99998)" + width="100%" + height="100%" + inkscape:label="#use4212" /> + <g + id="close-active" + inkscape:label="#g4893"> + <g + style="opacity:1" + id="g4206"> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4138" + width="28" + height="28" + x="5" + y="557.36218" /> + <rect + style="opacity:1;fill:#eeeff1;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4204" + width="28" + height="1" + x="5" + y="557.36218" /> + </g> + <g + transform="translate(7,559.3622)" + id="g4292" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-3" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close" + inkscape:label="#g6210" + transform="translate(-641,1218)"> + <g + id="g4927-9" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2"> + <g + id="g4092-0-2-21-0" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#f46067;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 172,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 172,63.867188 173.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 174.9302,66.77394 174.99999,66.9729 175,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 172,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 169.05288,63.088403 168.98357,62.882438 169,62.671875 l 0,-0.75 z" + transform="translate(1204,190)" + id="path4068-7-5-9-6" /> + </g> + </g> + <g + id="g4778-2-68" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39" + style="display:inline;opacity:1;fill:none;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:0" /> + <path + inkscape:connector-curvature="0" + d="m 650.00003,-180.71594 0.75,0 c 0.008,-9e-5 0.0156,-3.5e-4 0.0234,0 0.19122,0.008 0.3824,0.0964 0.51563,0.23437 l 1.71093,1.71094 1.73438,-1.71094 c 0.19922,-0.17287 0.335,-0.22912 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0257,0.41298 -0.1875,0.5625 l -1.71093,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21093,0.53907 l 0,0.75 -0.75,0 c -0.19897,-1e-5 -0.39793,-0.0698 -0.53906,-0.21094 l -1.71094,-1.71094 -1.71093,1.71094 c -0.14113,0.14114 -0.3401,0.21094 -0.53907,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15805,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + id="path10839-9-2-2-7-9-7" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> + </g> + </g> + <g + id="close-prelight" + inkscape:label="#g4917"> + <use + height="100%" + width="100%" + transform="translate(33,-2.2617187e-5)" + id="use4214" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(40,559.36218)" + id="g4352" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-6" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-hover" + inkscape:label="#g6260" + transform="translate(-538,1218)"> + <g + id="g4927" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-9"> + <g + id="g4092-0-2-3" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#f68086;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 172,92 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 172,97.867188 173.73438,96.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.687498 c 0.14114,0.14113 0.21093,0.34009 0.21094,0.53907 l 0,0.75 -0.75,0 c -0.19898,-1e-5 -0.39794,-0.0698 -0.53906,-0.21094 L 172,100 l -1.71094,1.71094 c -0.14112,0.14114 -0.34009,0.21094 -0.53906,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.687498 -1.71094,-1.710937 C 169.05288,97.088403 168.98357,96.882438 169,96.671875 l 0,-0.75 z" + transform="translate(1204,156)" + id="path4068-7-5-8" /> + </g> + </g> + <g + id="g4778-4" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-44" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-3" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-4" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="542" + height="16" + width="16" + id="rect17883-5" + style="display:inline;opacity:1;fill:none;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:0" /> + <path + inkscape:connector-curvature="0" + d="m 547.00004,-180.71594 0.75,0 c 0.008,-9e-5 0.0156,-3.5e-4 0.0234,0 0.19122,0.008 0.3824,0.0964 0.51563,0.23437 l 1.71093,1.71094 1.73438,-1.71094 c 0.19922,-0.17287 0.335,-0.22912 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0257,0.41298 -0.1875,0.5625 l -1.71093,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21093,0.53907 l 0,0.75 -0.75,0 c -0.19897,-1e-5 -0.39793,-0.0698 -0.53906,-0.21094 L 550,-176.63782 l -1.71093,1.71094 c -0.14113,0.14114 -0.3401,0.21094 -0.53907,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15805,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + id="path10839-9-2-2-7-9-7-4-9" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> + </g> + </g> + <g + id="close-pressed" + inkscape:label="#g4939"> + <use + height="100%" + width="100%" + transform="translate(66,-2.2617187e-5)" + id="use4216" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73,559.36218)" + id="g4412" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-0" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-active" + inkscape:label="#g6332" + transform="translate(-437,1218)"> + <g + id="g4927-8-7" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-3-7"> + <g + id="g4092-0-2-2-1" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:#f13039;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-4-9" /> + </g> + </g> + <g + id="g4778-3-6" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-6-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-2-2" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1" + style="display:inline;fill:#ffffff;fill-opacity:1"> + <path + inkscape:connector-curvature="0" + d="m 45.001573,764.10442 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 l 2.28125,2.28125 2.3125,-2.28125 c 0.265625,-0.2305 0.446672,-0.3055 0.6875,-0.3125 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 c 0.188188,0.18817 0.281242,0.45345 0.28125,0.71875 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 l -2.28125,-2.28125 -2.28125,2.28125 c -0.188164,0.18819 -0.45346,0.28125 -0.71875,0.28125 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 -2.28125,-2.28125 c -0.210742,-0.19463 -0.30316,-0.46925 -0.28125,-0.75 l 0,-1 z" + id="path10839-9-8-7" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> + </g> + <g + id="layer13-2-0-2" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-4-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-5-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="441" + height="16" + width="16" + id="rect17883-02" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="close-inactive" + inkscape:label="#g4961"> + <use + height="100%" + width="100%" + transform="translate(99,-2.2617187e-5)" + id="use4218" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(106,559.36218)" + id="g4472" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-7" + transform="translate(0,-1028.3622)"> + <g + style="display:inline;opacity:0.45" + id="titlebutton-close-backdrop" + inkscape:label="#g6210" + transform="translate(-641,1218)"> + <g + id="g4927-9-3" + style="display:inline;opacity:1" + transform="translate(-678,-432.63782)"> + <g + transform="translate(-103,0)" + style="display:inline;opacity:1" + id="g4490-6-5-2-6"> + <g + id="g4092-0-2-21-0-6" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="opacity:1;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 172,58 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m -3,3.921875 0.75,0 c 0.008,-9e-5 0.0156,-3.45e-4 0.0234,0 0.19121,0.0084 0.3824,0.09643 0.51562,0.234375 L 172,63.867188 173.73438,62.15625 c 0.19921,-0.172875 0.335,-0.229125 0.51562,-0.234375 l 0.75,0 0,0.75 c 0,0.214853 -0.0258,0.412987 -0.1875,0.5625 l -1.71094,1.710937 1.6875,1.6875 C 174.9302,66.77394 174.99999,66.9729 175,67.171875 l 0,0.75 -0.75,0 c -0.19898,-8e-6 -0.39794,-0.06982 -0.53906,-0.210937 L 172,66 l -1.71094,1.710938 c -0.14112,0.141142 -0.34009,0.210937 -0.53906,0.210937 l -0.75,0 0,-0.75 c 0,-0.198967 0.0698,-0.397935 0.21094,-0.539063 l 1.71094,-1.6875 -1.71094,-1.710937 C 169.05288,63.088403 168.98357,62.882438 169,62.671875 l 0,-0.75 z" + transform="translate(1204,190)" + id="path4068-7-5-9-6-8" /> + </g> + </g> + <g + id="g4778-2-68-3" + transform="translate(1323,246.86719)" + style="fill:#ffffff;fill-opacity:1"> + <g + style="display:inline;fill:#ffffff;fill-opacity:1" + id="layer9-9-4-4-5" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-2" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer11-16-4-9-8" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-4" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9" + style="fill:#ffffff;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-3" + style="display:inline;fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-6" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer14-4-0-33-0" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + <g + id="layer15-7-3-0-7" + transform="translate(-60,-518)" + style="fill:#ffffff;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-7" + style="display:inline;opacity:1;fill:none;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:0" /> + <path + inkscape:connector-curvature="0" + d="m 650.00004,-180.71594 0.75,0 c 0.008,-9e-5 0.0156,-3.5e-4 0.0234,0 0.19122,0.008 0.3824,0.0964 0.51563,0.23437 l 1.71093,1.71094 1.73438,-1.71094 c 0.19922,-0.17287 0.335,-0.22912 0.51562,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.0257,0.41298 -0.1875,0.5625 l -1.71093,1.71093 1.6875,1.6875 c 0.14114,0.14113 0.21093,0.34009 0.21093,0.53907 l 0,0.75 -0.75,0 c -0.19897,-1e-5 -0.39793,-0.0698 -0.53906,-0.21094 L 653,-176.63782 l -1.71093,1.71094 c -0.14113,0.14114 -0.3401,0.21094 -0.53907,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.0698,-0.39794 0.21094,-0.53907 l 1.71094,-1.6875 -1.71094,-1.71093 c -0.15805,-0.14598 -0.22737,-0.35194 -0.21094,-0.5625 l 0,-0.75 z" + id="path10839-9-2-2-7-9-7-4" + style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#f8f8f9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + </g> + </g> + </g> + </g> + <g + id="maximize-active" + inkscape:label="#g5037"> + <use + height="100%" + width="100%" + transform="translate(0,32.999977)" + id="use4220" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(7,592.36218)" + id="g4521" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-78" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-max" + inkscape:label="#g6234" + transform="translate(-612,1218)" + style="display:inline;opacity:0.8"> + <g + id="g7146" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2-96"> + <g + id="g4092-0-6-83" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5-95" + style="display:inline;opacity:1;fill:#7a7f8b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + y="-185.63782" + x="616" + height="16" + width="16" + id="rect17883-29" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-prelight" + inkscape:label="#g5016"> + <use + height="100%" + width="100%" + transform="translate(33,32.999977)" + id="use4222" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(40,592.36218)" + id="g4569" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-2" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-hover" + inkscape:label="#g6284" + transform="translate(-509,1218)"> + <g + id="g4891" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1302" + style="display:inline;opacity:0.95;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-4" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.15;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1302,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-78" + inkscape:connector-curvature="0" /> + <g + id="g4806-9" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-7" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-75" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-7" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-0"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="opacity:1;fill:#7a7f8b;fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-6" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="513" + height="16" + width="16" + id="rect17883-0" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-pressed" + inkscape:label="#g4994"> + <use + height="100%" + width="100%" + transform="translate(66,32.999977)" + id="use4228" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73,592.36218)" + id="g4634" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-69" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-max-active" + inkscape:label="#g6356" + transform="translate(-408,1218)"> + <g + id="g4891-4" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-132,0)" + style="display:inline;opacity:1" + id="g4490-2-9-1-2"> + <g + id="g4092-0-6-3-6-8" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4417);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-6-5-1-6" /> + </g> + </g> + <g + id="g4806-5-2" + transform="translate(1294,247)" + style="fill:#c0e3ff;fill-opacity:1"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-78-2-0" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-3-9-9" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-19-7-6" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-4-7-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-8-9-7" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-5-4-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-1-4-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-7-0-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-3-7-2"> + <path + sodipodi:nodetypes="csscccsscc" + inkscape:connector-curvature="0" + d="m 87.799705,972 3.381737,0 c 0.450297,0 0.816227,0.36847 0.818758,0.8188 l 0,3.3817 z m 2.407413,6.00692 -3.395078,0 c -0.450346,0 -0.818758,-0.36842 -0.818758,-0.81875 l 0,-3.39509 4.213836,4.21384" + style="fill:url(#linearGradient4406);fill-opacity:1;fill-rule:evenodd;stroke:none" + id="path4293-4-9" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="412" + height="16" + width="16" + id="rect17883-79" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="maximize-inactive" + inkscape:label="#g4983"> + <use + height="100%" + width="100%" + transform="translate(99,32.999977)" + id="use4232" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(106,592.36218)" + id="g4683" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-4" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-max-backdrop" + inkscape:label="#g6521" + style="display:inline;opacity:0.45" + transform="translate(-612,1201)"> + <g + style="display:inline;opacity:1" + id="g7146-1" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-29,0)" + style="display:inline;opacity:1" + id="g4490-2"> + <g + id="g4092-0-6" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + id="path4293-5" + style="display:inline;opacity:1;fill:#7a7f8b;fill-opacity:1;fill-rule:evenodd;stroke:none" + d="m 1403.7995,252 3.3818,0 c 0.4503,0 0.8162,0.36847 0.8187,0.8188 l 0,3.3817 z m 2.4074,6.00692 -3.395,0 c -0.4504,0 -0.8188,-0.36842 -0.8188,-0.81875 l 0,-3.39509 4.2138,4.21384" + inkscape:connector-curvature="0" + sodipodi:nodetypes="csscccsscc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;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:0" + id="rect17883-39-6" + width="16" + height="16" + x="616" + y="-168.63782" /> + </g> + </g> + </g> + </g> + <g + id="hide-active" + inkscape:label="#g5048"> + <use + height="100%" + width="100%" + transform="translate(0,65.999977)" + id="use4234" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(7,625.36218)" + id="g4721" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-1" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-min" + inkscape:label="#g6247" + transform="translate(-583,1218)" + style="display:inline;opacity:0.8"> + <g + id="g7138" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3-75"> + <g + id="g4092-0-7-0" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4-3" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + y="-185.63782" + x="587" + height="16" + width="16" + id="rect17883-32" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="hide-prelight" + inkscape:label="#g5059"> + <use + height="100%" + width="100%" + transform="translate(33,65.999977)" + id="use4226" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(40,625.36218)" + id="g4769" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-64" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-hover" + inkscape:label="#g6308" + transform="translate(-480,1218)"> + <g + id="g4909" + style="display:inline;opacity:1" + transform="translate(-781,-432.63782)"> + <ellipse + cy="255" + cx="1273" + style="display:inline;opacity:0.95;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-5-9-6-7-2-1" + rx="6" + ry="6.0000005" /> + <path + style="display:inline;opacity:0.15;fill:#525d76;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 1273,248 a 7,7 0 0 0 -7,7 7,7 0 0 0 7,7 7,7 0 0 0 7,-7 7,7 0 0 0 -7,-7 z m 0,1 a 6,6 0 0 1 6,6 6,6 0 0 1 -6,6 6,6 0 0 1 -6,-6 6,6 0 0 1 6,-6 z" + id="path4068-7-5-9-6-7-2-5-23" + inkscape:connector-curvature="0" /> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-0" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-4" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-1" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-6" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-0" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-9" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-2" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-6"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-8" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + y="-185.63782" + x="484" + height="16" + width="16" + id="rect17883-11" + style="display:inline;opacity:1;fill:none;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:0" /> + </g> + </g> + </g> + </g> + <g + id="hide-pressed" + inkscape:label="#g5080"> + <use + height="100%" + width="100%" + transform="translate(66,65.999977)" + id="use4236" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(73,625.36218)" + id="g4833" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-22" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-min-active" + inkscape:label="#g6414" + transform="translate(-379,1218)"> + <g + id="g4909-1" + style="display:inline;opacity:1" + transform="translate(-882,-432.63782)"> + <g + transform="translate(-161,0)" + style="display:inline;opacity:1" + id="g4490-3-6-1-4"> + <g + id="g4092-0-7-2-0-0" + style="display:inline" + transform="translate(58,0)"> + <circle + r="7" + cy="255" + cx="1376" + style="fill:url(#linearGradient4419);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path4068-7-3-0-3-6" /> + </g> + </g> + <g + style="display:inline;opacity:1;fill:#c0e3ff;fill-opacity:1" + id="g4834-9-3" + transform="translate(1265,247)"> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="status" + id="layer9-3-9-1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="devices" + id="layer10-4-0-5" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="apps" + id="layer11-2-5-2" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="places" + id="layer13-5-7-4" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + inkscape:label="mimetypes" + id="layer14-6-2-3" + style="fill:#c0e3ff;fill-opacity:1" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emblems" + id="layer15-52-0-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="emotes" + id="g71291-3-4-6" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="categories" + id="g4953-8-6-8" /> + <g + transform="translate(-81.0002,-967)" + style="display:inline;fill:#c0e3ff;fill-opacity:1" + inkscape:label="actions" + id="layer12-45-3-7"> + <path + sodipodi:nodetypes="ccccc" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4404);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + id="rect9057-3-5" + d="m 86.0002,974 0,2 6,0 0,-2 z" + inkscape:connector-curvature="0" /> + </g> + </g> + </g> + <rect + style="display:inline;opacity:1;fill:none;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:0" + id="rect17883-79-9" + width="16" + height="16" + x="383" + y="-185.63782" /> + </g> + </g> + </g> + </g> + <g + id="hide-inactive" + inkscape:label="#g5102"> + <use + height="100%" + width="100%" + transform="translate(99,65.999977)" + id="use4238" + xlink:href="#g4206" + y="0" + x="0" /> + <g + transform="translate(106,625.36218)" + id="g4882" + style="enable-background:new"> + <g + inkscape:label="Ebene 1" + id="layer1-09" + transform="translate(0,-1028.3622)"> + <g + id="titlebutton-min-backdrop" + inkscape:label="#g6534" + style="display:inline;opacity:0.45" + transform="translate(-583,1201)"> + <g + style="display:inline;opacity:1" + id="g7138-0" + transform="translate(-781,-415.63782)"> + <g + transform="translate(-58,0)" + style="display:inline;opacity:1" + id="g4490-3"> + <g + id="g4092-0-7" + style="display:inline" + transform="translate(58,0)" /> + </g> + <path + inkscape:connector-curvature="0" + d="m 1373,254 0,2 6,0 0,-2 z" + id="rect9057-4" + style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#7a7f8b;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" + sodipodi:nodetypes="ccccc" /> + </g> + <rect + style="display:inline;opacity:1;fill:none;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:0" + id="rect17883-39-3" + width="16" + height="16" + x="587" + y="-168.63782" /> + </g> + </g> + </g> + </g> + <g + id="stick-active" + inkscape:label="#g5228"> + <use + height="100%" + width="100%" + transform="matrix(0.64285714,0,0,1,141.78571,-2.2617187e-5)" + id="use4210" + xlink:href="#g4206" + y="0" + x="0" /> + <g + style="fill:#a4aab7;fill-opacity:1" + transform="translate(1.9999997,2.9999886)" + id="g5140"> + <rect + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="stick-pressed" + inkscape:label="#g5234"> + <use + height="100%" + width="100%" + transform="translate(23,-7.3828127e-6)" + id="use5113" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#5294e2;fill-opacity:1" + transform="translate(25,2.9999812)" + id="g5140-7"> + <rect + style="opacity:1;fill:url(#linearGradient4409);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-7" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:url(#linearGradient4411);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1-1" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="stick-inactive" + inkscape:label="#g5240"> + <use + height="100%" + width="100%" + transform="translate(46,-7.3828127e-6)" + id="use5115" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#b9bfce;fill-opacity:1" + transform="translate(48,2.9999812)" + id="g5140-1"> + <rect + style="opacity:1;fill:#b9bfce;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-5" + width="2" + height="7.9999776" + x="151" + y="564.36218" /> + <rect + style="opacity:1;fill:#b9bfce;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect5123-1-9" + width="2" + height="7.9999776" + x="567.36218" + y="-155.99998" + transform="matrix(0,1,-1,0,0,0)" /> + </g> + </g> + <g + id="shade-active" + inkscape:label="#g5258"> + <use + height="100%" + width="100%" + transform="translate(-3.4e-7,32.999993)" + id="use5117" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#a4aab7;fill-opacity:1" + transform="translate(-4.68e-6,-1.0000226)" + id="g5193"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7" + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#a4aab7;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <g + id="shade-pressed" + inkscape:label="#g5252"> + <use + height="100%" + width="100%" + transform="translate(23,32.999993)" + id="use5119" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#5294e2;fill-opacity:1" + transform="translate(22.999996,-1.0000226)" + id="g5193-7"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7-6" + style="opacity:1;fill:url(#linearGradient4413);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:url(#linearGradient4415);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190-7" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <g + id="shade-inactive" + inkscape:label="#g5246"> + <use + height="100%" + width="100%" + transform="translate(46,32.999993)" + id="use5121" + xlink:href="#use4210" + y="0" + x="0" /> + <g + style="fill:#b9bfce;fill-opacity:1" + transform="translate(45.999996,-1.0000226)" + id="g5193-3"> + <rect + transform="matrix(0,1,-1,0,0,0)" + y="-157.99998" + x="607.36218" + height="7.9999776" + width="2" + id="rect5123-1-7-65" + style="opacity:1;fill:#b9bfce;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <path + style="opacity:1;fill:#b9bfce;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="m 154,601.86216 4,4.50002 -8,0 z" + id="rect5190-6" + inkscape:connector-curvature="0" + sodipodi:nodetypes="cccc" /> + </g> + </g> + <use + x="0" + y="0" + xlink:href="#menu-active" + id="menu-inactive" + transform="translate(62,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5268" /> + <use + x="0" + y="0" + xlink:href="#menu-active" + id="menu-pressed" + transform="translate(31,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5270" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-2-active" + transform="translate(6.9999999,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5296" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-3-active" + transform="translate(14,-2.6171872e-6)" + width="100%" + height="100%" + inkscape:label="#use5298" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-4-active" + transform="translate(21,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5300" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-5-active" + transform="translate(28,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5302" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-1-inactive" + transform="translate(35,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5304" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-2-inactive" + transform="translate(42,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5306" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-3-inactive" + transform="translate(49,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5308" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-4-inactive" + transform="translate(56,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5310" /> + <use + x="0" + y="0" + xlink:href="#title-1-active" + id="title-5-inactive" + transform="translate(63,-2.6171874e-6)" + width="100%" + height="100%" + inkscape:label="#use5312" /> + <g + id="top-left-active" + inkscape:label="#g5352"> + <path + id="rect4138-9" + transform="translate(0,552.36216)" + d="m 6,174 0,1 -1,0 0,27 2,0 0,-28 -1,0 z" + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + inkscape:connector-curvature="0" /> + <rect + y="726.36218" + x="6" + height="1" + width="1" + id="rect5348" + style="opacity:1;fill:#ecedf0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + <rect + y="727.36218" + x="5" + height="1" + width="1" + id="rect5350" + style="opacity:1;fill:#ecedf0;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + </g> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-left-inactive" + transform="translate(4,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5357" /> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-right-active" + transform="matrix(-1,0,0,1,20,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5359" /> + <use + x="0" + y="0" + xlink:href="#top-left-active" + id="top-right-inactive" + transform="matrix(-1,0,0,1,24,-2.2617187e-5)" + width="100%" + height="100%" + inkscape:label="#use5361" /> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="right-active" + width="1" + height="16" + x="-37" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="right-inactive" + width="1" + height="16" + x="-39" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="bottom-inactive" + width="2.9999716" + height="16" + x="-750.36212" + y="-60" + inkscape:label="#rect4138-3" + transform="matrix(0,-1,-1,0,0,0)" /> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="left-active" + width="1" + height="16" + x="-33" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="left-inactive" + width="1" + height="16" + x="-35" + y="734.36212" + inkscape:label="#rect4138-3" + transform="scale(-1,1)" /> + <rect + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="bottom-active" + width="3.0000284" + height="16" + x="-746.36212" + y="-60" + inkscape:label="#rect4138-3" + transform="matrix(0,-1,-1,0,0,0)" /> + <path + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 45 196 L 45 198 L 46 198 L 46 199 L 48 199 L 48 196 L 45 196 z " + transform="translate(-5,547.36215)" + id="bottom-left-active" /> + <path + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 66 196 L 66 199 L 68 199 L 68 198 L 69 198 L 69 196 L 66 196 z " + transform="translate(-5,547.36215)" + id="bottom-right-active" /> + <path + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 66 200 L 66 203 L 68 203 L 68 202 L 69 202 L 69 200 L 66 200 z " + transform="translate(-5,547.36215)" + id="bottom-right-inactive" /> + <path + style="opacity:1;fill:#e7e8eb;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + d="M 45 200 L 45 202 L 46 202 L 46 203 L 48 203 L 48 200 L 45 200 z " + transform="translate(-5,547.36215)" + id="bottom-left-inactive" /> + </g> +</svg> diff --git a/common/xfwm4/assets.txt b/common/xfwm4/assets.txt new file mode 100644 index 0000000..55e3c9f --- /dev/null +++ b/common/xfwm4/assets.txt @@ -0,0 +1,45 @@ +close-active +close-inactive +close-prelight +close-pressed +hide-active +hide-inactive +hide-prelight +hide-pressed +maximize-active +maximize-inactive +maximize-prelight +maximize-pressed +menu-active +menu-inactive +menu-pressed +shade-active +shade-inactive +shade-pressed +stick-active +stick-inactive +stick-pressed +title-1-active +title-1-inactive +title-2-active +title-2-inactive +title-3-active +title-3-inactive +title-4-active +title-4-inactive +title-5-active +title-5-inactive +top-left-active +top-left-inactive +top-right-active +top-right-inactive +left-active +left-inactive +right-active +right-inactive +bottom-active +bottom-inactive +bottom-left-active +bottom-left-inactive +bottom-right-active +bottom-right-inactive diff --git a/common/xfwm4/assets/bottom-active.png b/common/xfwm4/assets/bottom-active.png Binary files differnew file mode 100644 index 0000000..130639a --- /dev/null +++ b/common/xfwm4/assets/bottom-active.png diff --git a/common/xfwm4/assets/bottom-inactive.png b/common/xfwm4/assets/bottom-inactive.png Binary files differnew file mode 100644 index 0000000..130639a --- /dev/null +++ b/common/xfwm4/assets/bottom-inactive.png diff --git a/common/xfwm4/assets/bottom-left-active.png b/common/xfwm4/assets/bottom-left-active.png Binary files differnew file mode 100644 index 0000000..f786e2d --- /dev/null +++ b/common/xfwm4/assets/bottom-left-active.png diff --git a/common/xfwm4/assets/bottom-left-inactive.png b/common/xfwm4/assets/bottom-left-inactive.png Binary files differnew file mode 100644 index 0000000..f786e2d --- /dev/null +++ b/common/xfwm4/assets/bottom-left-inactive.png diff --git a/common/xfwm4/assets/bottom-right-active.png b/common/xfwm4/assets/bottom-right-active.png Binary files differnew file mode 100644 index 0000000..c8a96c4 --- /dev/null +++ b/common/xfwm4/assets/bottom-right-active.png diff --git a/common/xfwm4/assets/bottom-right-inactive.png b/common/xfwm4/assets/bottom-right-inactive.png Binary files differnew file mode 100644 index 0000000..c8a96c4 --- /dev/null +++ b/common/xfwm4/assets/bottom-right-inactive.png diff --git a/common/xfwm4/assets/close-active.png b/common/xfwm4/assets/close-active.png Binary files differnew file mode 100644 index 0000000..ed3418c --- /dev/null +++ b/common/xfwm4/assets/close-active.png diff --git a/common/xfwm4/assets/close-inactive.png b/common/xfwm4/assets/close-inactive.png Binary files differnew file mode 100644 index 0000000..cfadbdb --- /dev/null +++ b/common/xfwm4/assets/close-inactive.png diff --git a/common/xfwm4/assets/close-prelight.png b/common/xfwm4/assets/close-prelight.png Binary files differnew file mode 100644 index 0000000..253df24 --- /dev/null +++ b/common/xfwm4/assets/close-prelight.png diff --git a/common/xfwm4/assets/close-pressed.png b/common/xfwm4/assets/close-pressed.png Binary files differnew file mode 100644 index 0000000..cf27e4e --- /dev/null +++ b/common/xfwm4/assets/close-pressed.png diff --git a/common/xfwm4/assets/hide-active.png b/common/xfwm4/assets/hide-active.png Binary files differnew file mode 100644 index 0000000..3383964 --- /dev/null +++ b/common/xfwm4/assets/hide-active.png diff --git a/common/xfwm4/assets/hide-inactive.png b/common/xfwm4/assets/hide-inactive.png Binary files differnew file mode 100644 index 0000000..f45d331 --- /dev/null +++ b/common/xfwm4/assets/hide-inactive.png diff --git a/common/xfwm4/assets/hide-prelight.png b/common/xfwm4/assets/hide-prelight.png Binary files differnew file mode 100644 index 0000000..0ae2782 --- /dev/null +++ b/common/xfwm4/assets/hide-prelight.png diff --git a/common/xfwm4/assets/hide-pressed.png b/common/xfwm4/assets/hide-pressed.png Binary files differnew file mode 100644 index 0000000..7311e49 --- /dev/null +++ b/common/xfwm4/assets/hide-pressed.png diff --git a/common/xfwm4/assets/left-active.png b/common/xfwm4/assets/left-active.png Binary files differnew file mode 100644 index 0000000..4e853fe --- /dev/null +++ b/common/xfwm4/assets/left-active.png diff --git a/common/xfwm4/assets/left-inactive.png b/common/xfwm4/assets/left-inactive.png Binary files differnew file mode 100644 index 0000000..4e853fe --- /dev/null +++ b/common/xfwm4/assets/left-inactive.png diff --git a/common/xfwm4/assets/maximize-active.png b/common/xfwm4/assets/maximize-active.png Binary files differnew file mode 100644 index 0000000..670bbca --- /dev/null +++ b/common/xfwm4/assets/maximize-active.png diff --git a/common/xfwm4/assets/maximize-inactive.png b/common/xfwm4/assets/maximize-inactive.png Binary files differnew file mode 100644 index 0000000..23dff4c --- /dev/null +++ b/common/xfwm4/assets/maximize-inactive.png diff --git a/common/xfwm4/assets/maximize-prelight.png b/common/xfwm4/assets/maximize-prelight.png Binary files differnew file mode 100644 index 0000000..cd39fda --- /dev/null +++ b/common/xfwm4/assets/maximize-prelight.png diff --git a/common/xfwm4/assets/maximize-pressed.png b/common/xfwm4/assets/maximize-pressed.png Binary files differnew file mode 100644 index 0000000..6d53806 --- /dev/null +++ b/common/xfwm4/assets/maximize-pressed.png diff --git a/common/xfwm4/assets/menu-active.png b/common/xfwm4/assets/menu-active.png Binary files differnew file mode 100644 index 0000000..6abb25f --- /dev/null +++ b/common/xfwm4/assets/menu-active.png diff --git a/common/xfwm4/assets/menu-inactive.png b/common/xfwm4/assets/menu-inactive.png Binary files differnew file mode 100644 index 0000000..6abb25f --- /dev/null +++ b/common/xfwm4/assets/menu-inactive.png diff --git a/common/xfwm4/assets/menu-pressed.png b/common/xfwm4/assets/menu-pressed.png Binary files differnew file mode 100644 index 0000000..6abb25f --- /dev/null +++ b/common/xfwm4/assets/menu-pressed.png diff --git a/common/xfwm4/assets/right-active.png b/common/xfwm4/assets/right-active.png Binary files differnew file mode 100644 index 0000000..4e853fe --- /dev/null +++ b/common/xfwm4/assets/right-active.png diff --git a/common/xfwm4/assets/right-inactive.png b/common/xfwm4/assets/right-inactive.png Binary files differnew file mode 100644 index 0000000..4e853fe --- /dev/null +++ b/common/xfwm4/assets/right-inactive.png diff --git a/common/xfwm4/assets/shade-active.png b/common/xfwm4/assets/shade-active.png Binary files differnew file mode 100644 index 0000000..2b081b5 --- /dev/null +++ b/common/xfwm4/assets/shade-active.png diff --git a/common/xfwm4/assets/shade-inactive.png b/common/xfwm4/assets/shade-inactive.png Binary files differnew file mode 100644 index 0000000..56b0955 --- /dev/null +++ b/common/xfwm4/assets/shade-inactive.png diff --git a/common/xfwm4/assets/shade-pressed.png b/common/xfwm4/assets/shade-pressed.png Binary files differnew file mode 100644 index 0000000..998cb0f --- /dev/null +++ b/common/xfwm4/assets/shade-pressed.png diff --git a/common/xfwm4/assets/stick-active.png b/common/xfwm4/assets/stick-active.png Binary files differnew file mode 100644 index 0000000..12fb810 --- /dev/null +++ b/common/xfwm4/assets/stick-active.png diff --git a/common/xfwm4/assets/stick-inactive.png b/common/xfwm4/assets/stick-inactive.png Binary files differnew file mode 100644 index 0000000..14a6b51 --- /dev/null +++ b/common/xfwm4/assets/stick-inactive.png diff --git a/common/xfwm4/assets/stick-pressed.png b/common/xfwm4/assets/stick-pressed.png Binary files differnew file mode 100644 index 0000000..626a491 --- /dev/null +++ b/common/xfwm4/assets/stick-pressed.png diff --git a/common/xfwm4/assets/title-1-active.png b/common/xfwm4/assets/title-1-active.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-1-active.png diff --git a/common/xfwm4/assets/title-1-inactive.png b/common/xfwm4/assets/title-1-inactive.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-1-inactive.png diff --git a/common/xfwm4/assets/title-2-active.png b/common/xfwm4/assets/title-2-active.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-2-active.png diff --git a/common/xfwm4/assets/title-2-inactive.png b/common/xfwm4/assets/title-2-inactive.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-2-inactive.png diff --git a/common/xfwm4/assets/title-3-active.png b/common/xfwm4/assets/title-3-active.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-3-active.png diff --git a/common/xfwm4/assets/title-3-inactive.png b/common/xfwm4/assets/title-3-inactive.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-3-inactive.png diff --git a/common/xfwm4/assets/title-4-active.png b/common/xfwm4/assets/title-4-active.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-4-active.png diff --git a/common/xfwm4/assets/title-4-inactive.png b/common/xfwm4/assets/title-4-inactive.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-4-inactive.png diff --git a/common/xfwm4/assets/title-5-active.png b/common/xfwm4/assets/title-5-active.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-5-active.png diff --git a/common/xfwm4/assets/title-5-inactive.png b/common/xfwm4/assets/title-5-inactive.png Binary files differnew file mode 100644 index 0000000..cdf8207 --- /dev/null +++ b/common/xfwm4/assets/title-5-inactive.png diff --git a/common/xfwm4/assets/top-left-active.png b/common/xfwm4/assets/top-left-active.png Binary files differnew file mode 100644 index 0000000..54746a4 --- /dev/null +++ b/common/xfwm4/assets/top-left-active.png diff --git a/common/xfwm4/assets/top-left-inactive.png b/common/xfwm4/assets/top-left-inactive.png Binary files differnew file mode 100644 index 0000000..54746a4 --- /dev/null +++ b/common/xfwm4/assets/top-left-inactive.png diff --git a/common/xfwm4/assets/top-right-active.png b/common/xfwm4/assets/top-right-active.png Binary files differnew file mode 100644 index 0000000..6aa3990 --- /dev/null +++ b/common/xfwm4/assets/top-right-active.png diff --git a/common/xfwm4/assets/top-right-inactive.png b/common/xfwm4/assets/top-right-inactive.png Binary files differnew file mode 100644 index 0000000..6aa3990 --- /dev/null +++ b/common/xfwm4/assets/top-right-inactive.png diff --git a/common/xfwm4/close-active.xpm b/common/xfwm4/close-active.xpm deleted file mode 100644 index 1cd1433..0000000 --- a/common/xfwm4/close-active.xpm +++ /dev/null @@ -1,70 +0,0 @@ -/* XPM */ -static char * close_active_xpm[] = { -"28 28 39 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E8DCDF", -"# c #EDA2A6", -"$ c #F1797F", -"% c #F3656C", -"& c #F17A80", -"* c #EDA1A7", -"= c #EBBABE", -"- c #F3666D", -"; c #F46067", -"> c #EABBBF", -", c #F36067", -"' c #F36E74", -") c #F36C73", -"! c #F3676E", -"~ c #E7DCDF", -"{ c #F7F7F8", -"] c #F4D3D6", -"^ c #F36269", -"/ c #F4D2D4", -"( c #EDA2A8", -"_ c #F4C4C8", -": c #F7F8F9", -"< c #F4D5D8", -"[ c #F4C9CD", -"} c #F4C8CB", -"| c #F3CBCE", -"1 c #F4D9DC", -"2 c #F3646B", -"3 c #F3C3C7", -"4 c #F6F2F3", -"5 c #F3BFC3", -"6 c #EDA3A8", -"7 c #F3686E", -"8 c #E7DDE0", -"9 c #EABCC0", -"0 c #F4656D", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%&*@++++++++++", -"+++++++++=-;;;;;;->+++++++++", -"++++++++=,;;;;;;;;,>++++++++", -"+++++++@-;;';;;;);;!~+++++++", -"+++++++#;;;{]^^/{;;;(+++++++", -"+++++++$;;;_:<<:[;;;&+++++++", -"+++++++-;;;;}::|;;;;-+++++++", -"+++++++-;;;^<::12;;;!+++++++", -"+++++++$;;;]:33:<;;;&+++++++", -"+++++++*;;;45;;54;;;6+++++++", -"+++++++@-;;;;;;;;;;78+++++++", -"++++++++>,;;;;;;;;,9++++++++", -"+++++++++>!;;;;;;79+++++++++", -"++++++++++~(&00&68++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/close-inactive.xpm b/common/xfwm4/close-inactive.xpm deleted file mode 100644 index cc0e828..0000000 --- a/common/xfwm4/close-inactive.xpm +++ /dev/null @@ -1,65 +0,0 @@ -/* XPM */ -static char * close_inactive_xpm[] = { -"28 28 34 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E2E3E6", -"# c #CCCFD3", -"$ c #BFC1C8", -"% c #B8BBC1", -"& c #CDCFD4", -"* c #D6D8DC", -"= c #B8BBC2", -"- c #B5B8C0", -"; c #B5B8BE", -"> c #BBBDC3", -", c #BABCC3", -"' c #B8BAC1", -") c #E3E4E7", -"! c #DFE1E4", -"~ c #B6B9C0", -"{ c #BEC1C7", -"] c #DBDCDF", -"^ c #E1E2E6", -"/ c #DDDEE1", -"( c #DCDEE1", -"_ c #DEDEE2", -": c #E4E4E7", -"< c #B7BAC0", -"[ c #E1E1E6", -"} c #DADCDF", -"| c #ECECEE", -"1 c #CED0D5", -"2 c #B9BBC2", -"3 c #D7D8DC", -"4 c #BFC2C9", -"5 c #B7BBC1", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%$&@++++++++++", -"+++++++++*=------=*+++++++++", -"++++++++*;--------;*++++++++", -"+++++++@=-->----,--')+++++++", -"+++++++#---.!~~!.---&+++++++", -"+++++++{---].^^./---$+++++++", -"+++++++=----(.._----=+++++++", -"+++++++=---~^..:<---'+++++++", -"+++++++$---[.}}.^---$+++++++", -"+++++++&---|}--}|---1+++++++", -"+++++++@=----------2)+++++++", -"++++++++*;--------;3++++++++", -"+++++++++*'------23+++++++++", -"++++++++++)&45541)++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/close-prelight.xpm b/common/xfwm4/close-prelight.xpm deleted file mode 100644 index 5df51a8..0000000 --- a/common/xfwm4/close-prelight.xpm +++ /dev/null @@ -1,74 +0,0 @@ -/* XPM */ -static char * close_prelight_xpm[] = { -"28 28 43 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E8DFE2", -"# c #EEB2B6", -"$ c #F39399", -"% c #F5848A", -"& c #EEB2B7", -"* c #ECC5C9", -"= c #F5858B", -"- c #F68086", -"; c #EBC5C9", -"> c #F58086", -", c #F68A91", -"' c #F58A8F", -") c #F4858B", -"! c #E7DFE2", -"~ c #F7F7F8", -"{ c #F4DADD", -"] c #F58186", -"^ c #F4D8DB", -"/ c #F39398", -"( c #F4CFD1", -"_ c #F7F8F9", -": c #F4DCDD", -"< c #F5DCDF", -"[ c #F5D3D5", -"} c #F4D1D4", -"| c #F4D4D7", -"1 c #F58288", -"2 c #F4DCDF", -"3 c #F4DFE1", -"4 c #F58388", -"5 c #F5DADD", -"6 c #F4CDD0", -"7 c #F5DCDD", -"8 c #F6F3F4", -"9 c #F4CCCE", -"0 c #EEB3B7", -"a c #F6868B", -"b c #E7DFE3", -"c c #EBC6CA", -"d c #F39499", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%$&@++++++++++", -"+++++++++*=------=;+++++++++", -"++++++++*>-------->;++++++++", -"+++++++@=--,----'--)!+++++++", -"+++++++#---~{]]^~---&+++++++", -"+++++++/---(_:<_[---$+++++++", -"+++++++=----}__|----=+++++++", -"+++++++=---12__34---)+++++++", -"+++++++$---5_66_7---$+++++++", -"+++++++&---89--98---0+++++++", -"+++++++@=----------ab+++++++", -"++++++++;>-------->c++++++++", -"+++++++++;)------ac+++++++++", -"++++++++++!&d%%d0b++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/close-pressed.xpm b/common/xfwm4/close-pressed.xpm deleted file mode 100644 index 8ee775c..0000000 --- a/common/xfwm4/close-pressed.xpm +++ /dev/null @@ -1,77 +0,0 @@ -/* XPM */ -static char * close_pressed_xpm[] = { -"28 28 46 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E8D7DB", -"# c #EC888F", -"$ c #EF525A", -"% c #F03740", -"& c #EF535B", -"* c #EC898F", -"= c #EAAAAF", -"- c #F03942", -"; c #F13039", -"> c #E9ABB0", -", c #F03039", -"' c #F23C45", -") c #F23B44", -"! c #F03A42", -"~ c #E7D8DC", -"{ c #FFFBFB", -"] c #FAAEB1", -"^ c #F1323B", -"/ c #F9ABAE", -"( c #FFFDFD", -"_ c #EC8990", -": c #EF5158", -"< c #F8999D", -"[ c #FFFFFF", -"} c #FAB1B4", -"| c #FAB0B4", -"1 c #F99FA3", -"2 c #F03841", -"3 c #F89DA1", -"4 c #F9A2A6", -"5 c #FAB2B5", -"6 c #FAB9BC", -"7 c #F1333C", -"8 c #FAAFB2", -"9 c #F8989C", -"0 c #FAAFB3", -"a c #FEEDEE", -"b c #F89297", -"c c #EC8A90", -"d c #F03A43", -"e c #E7D9DC", -"f c #E9ACB1", -"g c #EF545B", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%&*@++++++++++", -"+++++++++=-;;;;;;->+++++++++", -"++++++++=,;;;;;;;;,>++++++++", -"+++++++@-;;';;;;);;!~+++++++", -"+++++++#;;;{]^^/(;;;_+++++++", -"+++++++:;;;<[}|[1;;;&+++++++", -"+++++++2;;;;3[[4;;;;-+++++++", -"+++++++-;;;^5[[67;;;!+++++++", -"+++++++$;;;8[99[0;;;&+++++++", -"+++++++*;;;ab;;ba;;;c+++++++", -"+++++++@-;;;;;;;;;;de+++++++", -"++++++++>,;;;;;;;;,f++++++++", -"+++++++++>!;;;;;;df+++++++++", -"++++++++++~_g22gce++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/hide-active.xpm b/common/xfwm4/hide-active.xpm deleted file mode 100644 index 0f163b1..0000000 --- a/common/xfwm4/hide-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * hide_active_xpm[] = { -"28 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #90949E", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"+++++++++++@@@@@@+++++++++++", -"+++++++++++@@@@@@+++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/hide-inactive.xpm b/common/xfwm4/hide-inactive.xpm deleted file mode 100644 index 9d86a14..0000000 --- a/common/xfwm4/hide-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * hide_inactive_xpm[] = { -"28 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #B5B8C0", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"+++++++++++@@@@@@+++++++++++", -"+++++++++++@@@@@@+++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/hide-prelight.xpm b/common/xfwm4/hide-prelight.xpm deleted file mode 100644 index 01232b0..0000000 --- a/common/xfwm4/hide-prelight.xpm +++ /dev/null @@ -1,54 +0,0 @@ -/* XPM */ -static char * hide_prelight_xpm[] = { -"28 28 23 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E5E6E9", -"# c #DADCE1", -"$ c #D4D6DC", -"% c #D2D4DA", -"& c #DFE1E5", -"* c #D2D5DB", -"= c #E3E4E8", -"- c #F3F4F6", -"; c #FCFCFC", -"> c #E2E4E8", -", c #D5D7DD", -"' c #F5F6F6", -") c #FDFDFE", -"! c #DBDDE2", -"~ c #FBFCFC", -"{ c #7A7F8B", -"] c #FBFBFC", -"^ c #D1D4DA", -"/ c #E0E1E5", -"( c #F3F3F6", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%$#@++++++++++", -"+++++++++&*=-;;->*&+++++++++", -"++++++++&,'))))))',&++++++++", -"+++++++@*'))))))))'*@+++++++", -"+++++++#=))))))))))>!+++++++", -"+++++++$-))))))))))-$+++++++", -"+++++++%~)){{{{{{))~%+++++++", -"+++++++%~)){{{{{{))]^+++++++", -"+++++++$-))))))))))-$+++++++", -"+++++++#>))))))))))>!+++++++", -"+++++++@*'))))))))'*@+++++++", -"++++++++&,'))))))',/++++++++", -"+++++++++&*>-~~(>*/+++++++++", -"++++++++++@!$%%$!@++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/hide-pressed.xpm b/common/xfwm4/hide-pressed.xpm deleted file mode 100644 index f2fff0b..0000000 --- a/common/xfwm4/hide-pressed.xpm +++ /dev/null @@ -1,55 +0,0 @@ -/* XPM */ -static char * hide_pressed_xpm[] = { -"28 28 24 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #DAE1E9", -"# c #99BDE6", -"$ c #6EA3E2", -"% c #5897E2", -"& c #6EA4E4", -"* c #9ABCE6", -"= c #B5CBE7", -"- c #5998E1", -"; c #5294E2", -"> c #B5CCE7", -", c #5998E2", -"' c #DAE0EA", -") c #9BBCE6", -"! c #6DA3E3", -"~ c #5997E2", -"{ c #FFFFFF", -"] c #9BBDE5", -"^ c #5A98E2", -"/ c #DAE1EA", -"( c #B6CDE8", -"_ c #6FA4E3", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%&*@++++++++++", -"+++++++++=-;;;;;;->+++++++++", -"++++++++=;;;;;;;;;;>++++++++", -"+++++++@-;;;;;;;;;;,'+++++++", -"+++++++#;;;;;;;;;;;;)+++++++", -"+++++++!;;;;;;;;;;;;&+++++++", -"+++++++~;;;{{{{{{;;;-+++++++", -"+++++++-;;;{{{{{{;;;,+++++++", -"+++++++$;;;;;;;;;;;;&+++++++", -"+++++++*;;;;;;;;;;;;]+++++++", -"+++++++@-;;;;;;;;;;^/+++++++", -"++++++++>;;;;;;;;;;(++++++++", -"+++++++++>,;;;;;;^(+++++++++", -"++++++++++')_~~_]/++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/maximize-active.xpm b/common/xfwm4/maximize-active.xpm deleted file mode 100644 index e67208c..0000000 --- a/common/xfwm4/maximize-active.xpm +++ /dev/null @@ -1,44 +0,0 @@ -/* XPM */ -static char * maximize_active_xpm[] = { -"28 28 13 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E5E6E9", -"# c #ACAFB7", -"$ c #90949E", -"% c #A0A5AD", -"& c #E6E7EA", -"* c #A9ADB4", -"= c #E3E4E8", -"- c #E6E7EB", -"; c #ADB0B8", -"> c #A0A4AB", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++@#$$%+++++++++++", -"+++++++++++@+@#$$+++++++++++", -"++++++++++&*=+-;$+++++++++++", -"++++++++++&$*=+-;+++++++++++", -"++++++++++&$$#@+@+++++++++++", -"+++++++++++>$$#@++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/maximize-inactive.xpm b/common/xfwm4/maximize-inactive.xpm deleted file mode 100644 index d90d5cd..0000000 --- a/common/xfwm4/maximize-inactive.xpm +++ /dev/null @@ -1,43 +0,0 @@ -/* XPM */ -static char * maximize_inactive_xpm[] = { -"28 28 12 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E6E7EA", -"# c #C5C8CD", -"$ c #B5B8C0", -"% c #BFC2C9", -"& c #C4C7CC", -"* c #E5E6EA", -"= c #E6E7EB", -"- c #C6C8CE", -"; c #BEC1C7", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++@#$$%+++++++++++", -"+++++++++++@+@#$$+++++++++++", -"++++++++++@&*+=-$+++++++++++", -"++++++++++@$&*+=-+++++++++++", -"++++++++++@$$#@+@+++++++++++", -"+++++++++++;$$#@++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/maximize-prelight.xpm b/common/xfwm4/maximize-prelight.xpm deleted file mode 100644 index 06852e8..0000000 --- a/common/xfwm4/maximize-prelight.xpm +++ /dev/null @@ -1,62 +0,0 @@ -/* XPM */ -static char * maximize_prelight_xpm[] = { -"28 28 31 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #E5E6E9", -"# c #DADCE1", -"$ c #D4D6DC", -"% c #D2D4DA", -"& c #DFE1E5", -"* c #D2D5DB", -"= c #E3E4E8", -"- c #F3F4F6", -"; c #FCFCFC", -"> c #E2E4E8", -", c #D5D7DD", -"' c #F5F6F6", -") c #FDFDFE", -"! c #FBFBFC", -"~ c #A5A8AF", -"{ c #7A7F8B", -"] c #9397A1", -"^ c #DBDDE2", -"/ c #FBFCFC", -"( c #FCFCFD", -"_ c #A1A5AC", -": c #FAFAFB", -"< c #FBFCFD", -"[ c #A8AAB2", -"} c #D1D4DA", -"| c #92969F", -"1 c #E0E1E5", -"2 c #F3F3F6", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%$#@++++++++++", -"+++++++++&*=-;;->*&+++++++++", -"++++++++&,'))))))',&++++++++", -"+++++++@*'))))))))'*@+++++++", -"+++++++#=)))!~{{]))>^+++++++", -"+++++++$-))!)!~{{))-$+++++++", -"+++++++%/)(_:)<[{))/%+++++++", -"+++++++%/)({_:)<[))!}+++++++", -"+++++++$-)({{~!)!))-$+++++++", -"+++++++#>))|{{~!)))>^+++++++", -"+++++++@*'))))))))'*@+++++++", -"++++++++&,'))))))',1++++++++", -"+++++++++&*>-//2>*1+++++++++", -"++++++++++@^$%%$^@++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/maximize-pressed.xpm b/common/xfwm4/maximize-pressed.xpm deleted file mode 100644 index 05818bf..0000000 --- a/common/xfwm4/maximize-pressed.xpm +++ /dev/null @@ -1,64 +0,0 @@ -/* XPM */ -static char * maximize_pressed_xpm[] = { -"28 28 33 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #DAE1E9", -"# c #99BDE6", -"$ c #6EA3E2", -"% c #5897E2", -"& c #6EA4E4", -"* c #9ABCE6", -"= c #B5CBE7", -"- c #5998E1", -"; c #5294E2", -"> c #B5CCE7", -", c #5998E2", -"' c #DAE0EA", -") c #5596E3", -"! c #C7DDF6", -"~ c #FFFFFF", -"{ c #DDEAF9", -"] c #9BBCE6", -"^ c #6DA3E3", -"/ c #5997E2", -"( c #5395E2", -"_ c #CCE0F6", -": c #5797E3", -"< c #5495E2", -"[ c #C3DAF5", -"} c #DFEBFA", -"| c #9BBDE5", -"1 c #5A98E2", -"2 c #DAE1EA", -"3 c #B6CDE8", -"4 c #6FA4E3", -"............................", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++@#$%%&*@++++++++++", -"+++++++++=-;;;;;;->+++++++++", -"++++++++=;;;;;;;;;;>++++++++", -"+++++++@-;;;;;;;;;;,'+++++++", -"+++++++#;;;;)!~~{;;;]+++++++", -"+++++++^;;;);)!~~;;;&+++++++", -"+++++++/;;(_:;<[~;;;-+++++++", -"+++++++-;;(~_:;<[;;;,+++++++", -"+++++++$;;(~~!););;;&+++++++", -"+++++++*;;;}~~!);;;;|+++++++", -"+++++++@-;;;;;;;;;;12+++++++", -"++++++++>;;;;;;;;;;3++++++++", -"+++++++++>,;;;;;;13+++++++++", -"++++++++++']4//4|2++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++", -"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/menu-active.xpm b/common/xfwm4/menu-active.xpm deleted file mode 100644 index a60213d..0000000 --- a/common/xfwm4/menu-active.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_active_xpm[] = { -"26 16 2 1", -" c None", -". c #E7E8EB", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -".........................."}; diff --git a/common/xfwm4/menu-inactive.xpm b/common/xfwm4/menu-inactive.xpm deleted file mode 100644 index 2263f26..0000000 --- a/common/xfwm4/menu-inactive.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"26 16 2 1", -" c None", -". c #E7E8EB", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -".........................."}; diff --git a/common/xfwm4/menu-pressed.xpm b/common/xfwm4/menu-pressed.xpm deleted file mode 100644 index c2fae9e..0000000 --- a/common/xfwm4/menu-pressed.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_pressed_xpm[] = { -"26 16 2 1", -" c None", -". c #E7E8EB", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -"..........................", -".........................."}; diff --git a/common/xfwm4/render-assets.sh b/common/xfwm4/render-assets.sh new file mode 100755 index 0000000..f38ea37 --- /dev/null +++ b/common/xfwm4/render-assets.sh @@ -0,0 +1,36 @@ +#! /bin/bash + +INKSCAPE="/usr/bin/inkscape" +OPTIPNG="/usr/bin/optipng" + +SRC_FILE="assets.svg" +DARK_SRC_FILE="assets-dark.svg" +ASSETS_DIR="assets" +DARK_ASSETS_DIR="assets-dark" + +INDEX="assets.txt" + +for i in `cat $INDEX` +do +if [ -f $ASSETS_DIR/$i.png ]; then + echo $ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$ASSETS_DIR/$i.png $SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $ASSETS_DIR/$i.png +fi +if [ -f $DARK_ASSETS_DIR/$i.png ]; then + echo $DARK_ASSETS_DIR/$i.png exists. +else + echo + echo Rendering $DARK_ASSETS_DIR/$i.png + $INKSCAPE --export-id=$i \ + --export-id-only \ + --export-png=$DARK_ASSETS_DIR/$i.png $DARK_SRC_FILE >/dev/null \ + && $OPTIPNG -o7 --quiet $DARK_ASSETS_DIR/$i.png +fi +done +exit 0 diff --git a/common/xfwm4/shade-active.xpm b/common/xfwm4/shade-active.xpm deleted file mode 100644 index eac4841..0000000 --- a/common/xfwm4/shade-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * shade_active_xpm[] = { -"18 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #A4AAB7", -"..................", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++@@++++++++", -"+++++++@@@@+++++++", -"++++++@@@@@@++++++", -"+++++@@@@@@@@+++++", -"++++++++++++++++++", -"+++++@@@@@@@@+++++", -"+++++@@@@@@@@+++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++"}; diff --git a/common/xfwm4/shade-inactive.xpm b/common/xfwm4/shade-inactive.xpm deleted file mode 100644 index 0ea245d..0000000 --- a/common/xfwm4/shade-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * shade_inactive_xpm[] = { -"18 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #B9BFCE", -"..................", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++@@++++++++", -"+++++++@@@@+++++++", -"++++++@@@@@@++++++", -"+++++@@@@@@@@+++++", -"++++++++++++++++++", -"+++++@@@@@@@@+++++", -"+++++@@@@@@@@+++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++"}; diff --git a/common/xfwm4/shade-pressed.xpm b/common/xfwm4/shade-pressed.xpm deleted file mode 100644 index 5b7b166..0000000 --- a/common/xfwm4/shade-pressed.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * shade_pressed_xpm[] = { -"18 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #5294E2", -"..................", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++@@++++++++", -"+++++++@@@@+++++++", -"++++++@@@@@@++++++", -"+++++@@@@@@@@+++++", -"++++++++++++++++++", -"+++++@@@@@@@@+++++", -"+++++@@@@@@@@+++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++"}; diff --git a/common/xfwm4/stick-active.xpm b/common/xfwm4/stick-active.xpm deleted file mode 100644 index 5e434e4..0000000 --- a/common/xfwm4/stick-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * stick_active_xpm[] = { -"18 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #A4AAB7", -"..................", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"+++++@@@@@@@@+++++", -"+++++@@@@@@@@+++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++"}; diff --git a/common/xfwm4/stick-inactive.xpm b/common/xfwm4/stick-inactive.xpm deleted file mode 100644 index 8adae7b..0000000 --- a/common/xfwm4/stick-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * stick_inactive_xpm[] = { -"18 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #B9BFCE", -"..................", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"+++++@@@@@@@@+++++", -"+++++@@@@@@@@+++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++"}; diff --git a/common/xfwm4/stick-pressed.xpm b/common/xfwm4/stick-pressed.xpm deleted file mode 100644 index b13b23a..0000000 --- a/common/xfwm4/stick-pressed.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * stick_pressed_xpm[] = { -"18 28 4 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -"@ c #5294E2", -"..................", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"+++++@@@@@@@@+++++", -"+++++@@@@@@@@+++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++@@++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++", -"++++++++++++++++++"}; diff --git a/common/xfwm4-dark/themerc b/common/xfwm4/themerc-dark index f7fd498..f7fd498 100644 --- a/common/xfwm4-dark/themerc +++ b/common/xfwm4/themerc-dark diff --git a/common/xfwm4/title-1-active.xpm b/common/xfwm4/title-1-active.xpm deleted file mode 100644 index 3cd1343..0000000 --- a/common/xfwm4/title-1-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_1_active_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-1-inactive.xpm b/common/xfwm4/title-1-inactive.xpm deleted file mode 100644 index c80d54e..0000000 --- a/common/xfwm4/title-1-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_1_inactive_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-2-active.xpm b/common/xfwm4/title-2-active.xpm deleted file mode 100644 index c95ef97..0000000 --- a/common/xfwm4/title-2-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_2_active_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-2-inactive.xpm b/common/xfwm4/title-2-inactive.xpm deleted file mode 100644 index e3c714b..0000000 --- a/common/xfwm4/title-2-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_2_inactive_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-3-active.xpm b/common/xfwm4/title-3-active.xpm deleted file mode 100644 index 56a283f..0000000 --- a/common/xfwm4/title-3-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_3_active_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-3-inactive.xpm b/common/xfwm4/title-3-inactive.xpm deleted file mode 100644 index 027b4b1..0000000 --- a/common/xfwm4/title-3-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_3_inactive_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-4-active.xpm b/common/xfwm4/title-4-active.xpm deleted file mode 100644 index b01ba4f..0000000 --- a/common/xfwm4/title-4-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_4_active_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-4-inactive.xpm b/common/xfwm4/title-4-inactive.xpm deleted file mode 100644 index 1415bd2..0000000 --- a/common/xfwm4/title-4-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_4_inactive_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-5-active.xpm b/common/xfwm4/title-5-active.xpm deleted file mode 100644 index 1ca25d2..0000000 --- a/common/xfwm4/title-5-active.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_5_active_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/title-5-inactive.xpm b/common/xfwm4/title-5-inactive.xpm deleted file mode 100644 index 925bbb0..0000000 --- a/common/xfwm4/title-5-inactive.xpm +++ /dev/null @@ -1,34 +0,0 @@ -/* XPM */ -static char * title_5_inactive_xpm[] = { -"5 28 3 1", -" c None", -". c #EEEFF1", -"+ c #E7E8EB", -".....", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++", -"+++++"}; diff --git a/common/xfwm4/top-left-active.xpm b/common/xfwm4/top-left-active.xpm deleted file mode 100644 index 97217ee..0000000 --- a/common/xfwm4/top-left-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_left_active_xpm[] = { -"2 28 4 1", -" c None", -". c #ECEDF0", -"+ c #E8E9EB", -"@ c #E7E8EB", -" .", -".+", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@"}; diff --git a/common/xfwm4/top-left-inactive.xpm b/common/xfwm4/top-left-inactive.xpm deleted file mode 100644 index 6071c0b..0000000 --- a/common/xfwm4/top-left-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_left_inactive_xpm[] = { -"2 28 4 1", -" c None", -". c #ECEDF0", -"+ c #E8E9EB", -"@ c #E7E8EB", -" .", -".+", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@"}; diff --git a/common/xfwm4/top-right-active.xpm b/common/xfwm4/top-right-active.xpm deleted file mode 100644 index 57ad16b..0000000 --- a/common/xfwm4/top-right-active.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_right_active_xpm[] = { -"2 28 4 1", -" c None", -". c #ECEDF0", -"+ c #E8E9EB", -"@ c #E7E8EB", -". ", -"+.", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@"}; diff --git a/common/xfwm4/top-right-inactive.xpm b/common/xfwm4/top-right-inactive.xpm deleted file mode 100644 index f32a699..0000000 --- a/common/xfwm4/top-right-inactive.xpm +++ /dev/null @@ -1,35 +0,0 @@ -/* XPM */ -static char * top_right_inactive_xpm[] = { -"2 28 4 1", -" c None", -". c #ECEDF0", -"+ c #E8E9EB", -"@ c #E7E8EB", -". ", -"+.", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@", -"@@"}; |