diff options
1248 files changed, 16315 insertions, 3286 deletions
@@ -1,76 +1,76 @@ -# Arc Theme +# SolArc Theme +SolArc is a flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Pantheon, XFCE, Mate, etc. -Arc is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, etc. +SolArc is a fork of the Arc theme: https://github.com/horst3180/arc-theme -## Arc is available in three variants +Colours are based on the Solarized colour scheme by [Ethan Schoonover](https://github.com/altercation): https://github.com/altercation/solarized -##### Arc +Most of the work is done inside [solarize.sh](https://github.com/apheleia/solarc-theme/blob/master/solarize.sh), which replaces various Arc colours with matching Solarized colours. -![A screenshot of the Arc theme](http://i.imgur.com/Ph5ObOa.png) +## SolArc is available in three variants +### SolArc +![A screenshot of the Arc theme](https://github.com/apheleia/solarc-theme/blob/master/images/preview-light.png?raw=true) -##### Arc-Darker +### SolArc-Darker +![A screenshot of the Arc-Darker theme](https://github.com/apheleia/solarc-theme/blob/master/images/preview-darker.png?raw=true) -![A screenshot of the Arc-Darker theme](http://i.imgur.com/NC6dqyl.png) +### SolArc-Dark +![A screenshot of the Arc-Dark theme](https://github.com/apheleia/solarc-theme/blob/master/images/preview-dark.png?raw=true) -##### Arc-Dark -![A screenshot of the Arc-Dark theme](http://i.imgur.com/5AGlCnA.png) - -## Installation - -### Packages +## Requirements +* Gnome/GTK3 3.14 - 3.22 +* The `gnome-themes-standard` package +* The murrine engine. This has different names depending on your distro. + * `gtk-engine-murrine` (Arch Linux) + * `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS) + * `gtk-murrine-engine` (Fedora) + * `gtk2-engine-murrine` (openSUSE) + * `gtk-engines-murrine` (Gentoo) -|Distro|Package Name/Link| -|:----:|:----:| -| Arch Linux | `arc-gtk-theme`, [`gtk-theme-arc-git`](https://aur.archlinux.org/packages/gtk-theme-arc-git) (AUR) | -| Debian 8 | [OBS Repo][obs-repo] | -| Debian Testing/Unstable | `arc-theme` | -| Fedora 21 - 23 | [OBS Repo][obs-repo] | -| Fedora 24 -25 | `arc-theme` | -| Gentoo/Funtoo | `x11-themes/arc-theme` from the [Scriptkitties Overlay][sk-overlay] | -| openSUSE | [OBS Repo][obs-repo] | -| Solus | `arc-gtk-theme` | -| Ubuntu 15.04 - 16.04 | [OBS Repo][obs-repo] | -| Ubuntu 16.10 | `arc-theme` | +Main distributions that meet these requirements are -**elementary OS Note:** elementary OS Freya users can install the package for Ubuntu 15.04, Loki users can install the package for Ubuntu 16.04. +* Arch Linux and Arch Linux based distros +* Ubuntu 15.04 or newer (**Ubuntu 14.04 and 14.10 are not supported**) +* elementary OS Freya/Loki +* Debian 8, Testing or Unstable +* Gentoo +* Fedora 21 or newer +* openSUSE 13.2, Leap 42.1 and Tumbleweed -**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. +Derivatives of these distributions should work, as well. -A non-transparent version of the theme is available here: [Arc Solid OBS repo](http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme-solid) +If your distribution isn't listed, please check the requirements yourself. --- +## Installation +### Arch Linux +You can install the AUR package: [gtk-theme-solarc-git](https://aur.archlinux.org/packages/gtk-theme-solarc-git/) ### Manual Installation +**Important:** Remove all older versions of the theme from your system before you proceed any further. -To build the theme the follwing packages are required + sudo rm -rf /usr/share/themes/{SolArc,SolArc-Darker,SolArc-Dark} + rm -rf ~/.local/share/themes/{SolArc,SolArc-Darker,SolArc-Dark} + rm -rf ~/.themes/{SolArc,SolArc-Darker,SolArc-Dark} + +To build the theme you'll need * `autoconf` * `automake` * `pkg-config` or `pkgconfig` if you use Fedora * `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros * `git` if you want to clone the source directory -**Note:** If your distribution doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages. - -For the theme to function properly, install the following -* GNOME Shell, GTK 3.14 - 3.22 -* The `gnome-themes-standard` package -* The murrine engine. This has different names depending on your distro. - * `gtk-engine-murrine` (Arch Linux) - * `gtk2-engines-murrine` (Debian, Ubuntu, elementary OS) - * `gtk-murrine-engine` (Fedora) - * `gtk2-engine-murrine` (openSUSE) - * `gtk-engines-murrine` (Gentoo) +If your distributions doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages. Install the theme with the following commands -#### 1. Get the source +**1. Get the source** -Clone the git repository with +If you want to install the latest version from git, clone the repository with - git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme + git clone https://github.com/apheleia/solarc-theme --depth 1 && cd solarc-theme -#### 2. Build and install the theme +**2. Build and install the theme** ./autogen.sh --prefix=/usr sudo make install @@ -78,9 +78,9 @@ Clone the git repository with Other options to pass to autogen.sh are --disable-transparency disable transparency in the GTK3 theme - --disable-light disable Arc Light support - --disable-darker disable Arc Darker support - --disable-dark disable Arc Dark support + --disable-light disable SolArc Light support + --disable-darker disable SolArc Darker support + --disable-dark disable SolArc Dark support --disable-cinnamon disable Cinnamon support --disable-gnome-shell disable GNOME Shell support --disable-gtk2 disable GTK2 support @@ -89,47 +89,28 @@ Other options to pass to autogen.sh are --disable-unity disable Unity support --disable-xfwm disable XFWM support - --with-gnome=<version> build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20) + --with-gnome=<version> build the theme for a specific Gnome version (3.14, 3.16, 3.18, 3.20) Note: Normally the correct version is detected automatically and this option should not be needed. -After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `Arc`, `Arc-Darker` or `Arc-Dark` as Window/GTK+ theme and `Arc` or `Arc-Dark` as GNOME Shell/Cinnamon theme. +After the installation is complete you can activate the theme with `gnome-tweak-tool` or a similar program by selecting `SolArc`, `SolArc-Darker` or `SolArc-Dark` as Window/GTK+ theme and `SolArc` or `SolArc-Dark` as Gnome-Shell and Xfce-Notify theme. -## Uninstall +**Uninstall the theme** Run sudo make uninstall -from the cloned git repository, or - - sudo rm -rf /usr/share/themes/{Arc,Arc-Darker,Arc-Dark} - -## Extras +from the same directory as this README resides in, or -### Arc KDE -A port of Arc for the Plasma 5 desktop with a few additions and extras. Available [here](https://github.com/PapirusDevelopmentTeam/arc-kde). + sudo rm -rf /usr/share/themes/{SolArc,SolArc-Darker,SolArc-Dark} -### Arc Firefox theme -A theme for Firefox is available at https://github.com/horst3180/arc-firefox-theme - -### Arc icon theme -The Arc icon theme is available at https://github.com/horst3180/arc-icon-theme - -### Chrome/Chromium theme -To install the Chrome/Chromium theme go to the `extra/Chrome` folder and drag and drop the arc-theme.crx or arc-dark-theme.crx file into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/arc-theme" folder. - -### Plank theme -To install the Plank theme, copy the `extra/Arc-Plank` folder to `~/.local/share/plank/themes` or to `/usr/share/plank/themes` for system-wide use. -Now open the Plank preferences window by executing `plank --preferences` from a terminal and select `Arc-Plank` as the theme. - -### Arc-Dark for Ubuntu Software Center -The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.com/mervick) can be installed from [here](https://github.com/mervick/arc-dark-software-center). It solves readability issues with Arc Dark and the Ubuntu Software Center. +## Contributing +Every contribution is very welcome! Please create an issue and/or a pull request. ## Troubleshooting - -If you have Ubuntu with a newer GTK/GNOME version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and you have to install the theme manually as described above. -This is also true for other distros with a different GTK/GNOME version than the one included by default +If you have Ubuntu with a newer GTK/Gnome version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and you have to install the theme manually as described above. +This is also true for other distros with a different GTK/Gnome version than the one included by default -- @@ -137,16 +118,12 @@ If you get artifacts like black or invisible backgrounds under Unity, disable ov gsettings set com.canonical.desktop.interface scrollbar-mode normal - -## Bugs -If you find a bug, please report it at https://github.com/horst3180/arc-theme/issues +## Bug reporting +If you find a bug, please report it at https://github.com/apheleia/solarc-theme/issues ## License -Arc is available under the terms of the GPL-3.0. See `COPYING` for details. +SolArc is available under the terms of 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> - -[obs-repo]: http://software.opensuse.org/download.html?project=home%3AHorst3180&package=arc-theme -[sk-overlay]: https://c.darenet.org/scriptkitties/overlay +![A full screenshot of the SolArc theme](https://github.com/apheleia/solarc-theme/blob/master/images/preview-complete.png?raw=true) +<sub>Screenshot Details: Icons: [Arc Icon Theme](https://github.com/horst3180/arc-icon-theme) | Wallpaper: [Jason Levesque](http://stuntkid.com/) | Font: [DejaVu Sans](http://dejavu-fonts.org/wiki/Main_Page)</sub> diff --git a/common/Makefile.am b/common/Makefile.am index 0421c5d..ec569b6 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,6 @@ -themedir = $(datadir)/themes/Arc -themedarkerdir = $(datadir)/themes/Arc-Darker -themedarkdir = $(datadir)/themes/Arc-Dark +themedir = $(datadir)/themes/SolArc +themedarkerdir = $(datadir)/themes/SolArc-Darker +themedarkdir = $(datadir)/themes/SolArc-Dark ithemedir = $(DESTDIR)$(themedir) ithemedarkerdir = $(DESTDIR)$(themedarkerdir) diff --git a/common/cinnamon/common-assets/menu/menu-hover.svg b/common/cinnamon/common-assets/menu/menu-hover.svg index 4d3f262..6cdbdbe 100644 --- a/common/cinnamon/common-assets/menu/menu-hover.svg +++ b/common/cinnamon/common-assets/menu/menu-hover.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/common-assets/menu/menu-separator.svg b/common/cinnamon/common-assets/menu/menu-separator.svg index 4962ebc..ce3763c 100644 --- a/common/cinnamon/common-assets/menu/menu-separator.svg +++ b/common/cinnamon/common-assets/menu/menu-separator.svg @@ -20,7 +20,7 @@ id="defs7539" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/common-assets/misc/add-workspace-active.svg b/common/cinnamon/common-assets/misc/add-workspace-active.svg index d39784c..69c1a09 100644 --- a/common/cinnamon/common-assets/misc/add-workspace-active.svg +++ b/common/cinnamon/common-assets/misc/add-workspace-active.svg @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4144" /> </linearGradient> @@ -56,7 +56,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/common-assets/misc/add-workspace-hover.svg b/common/cinnamon/common-assets/misc/add-workspace-hover.svg index e771e33..c5647ea 100644 --- a/common/cinnamon/common-assets/misc/add-workspace-hover.svg +++ b/common/cinnamon/common-assets/misc/add-workspace-hover.svg @@ -19,7 +19,7 @@ id="defs4" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -94,7 +94,7 @@ ry="2" /> <g id="g3917" - style="fill:#bac3cf;fill-opacity:1"> + style="fill:#657b83;fill-opacity:1"> <rect ry="1.1428567" y="944.36218" @@ -102,7 +102,7 @@ height="15.999994" width="2.0000002" id="rect3897" - style="opacity:1;fill:#bac3cf;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:#657b83;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 +111,7 @@ height="15.999994" width="2.0000002" id="rect3897-6" - style="opacity:1;fill:#bac3cf;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:#657b83;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/add-workspace.svg b/common/cinnamon/common-assets/misc/add-workspace.svg index 65f5361..1cb3aa0 100644 --- a/common/cinnamon/common-assets/misc/add-workspace.svg +++ b/common/cinnamon/common-assets/misc/add-workspace.svg @@ -19,7 +19,7 @@ id="defs4" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -94,7 +94,7 @@ ry="2" /> <g id="g3917" - style="fill:#bac3cf;fill-opacity:1"> + style="fill:#657b83;fill-opacity:1"> <rect ry="1.1428567" y="944.36218" @@ -102,7 +102,7 @@ height="15.999994" width="2.0000002" id="rect3897" - style="opacity:1;fill:#bac3cf;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:#657b83;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 +111,7 @@ height="15.999994" width="2.0000002" id="rect3897-6" - style="opacity:1;fill:#bac3cf;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:#657b83;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/bg.svg b/common/cinnamon/common-assets/misc/bg.svg index feeddea..1e6d24d 100644 --- a/common/cinnamon/common-assets/misc/bg.svg +++ b/common/cinnamon/common-assets/misc/bg.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#353945;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="display:inline;opacity:0.95;fill:#073642;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="rect4164" width="22" height="20.999971" 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 9292ecc..047f3c9 100644 --- a/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg +++ b/common/cinnamon/common-assets/misc/calendar-arrow-left-hover.svg @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="true" @@ -99,7 +99,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> diff --git a/common/cinnamon/common-assets/misc/calendar-arrow-left.svg b/common/cinnamon/common-assets/misc/calendar-arrow-left.svg index 2774254..5d81d60 100644 --- a/common/cinnamon/common-assets/misc/calendar-arrow-left.svg +++ b/common/cinnamon/common-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="true" 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 e29be39..002646a 100644 --- a/common/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg +++ b/common/cinnamon/common-assets/misc/calendar-arrow-right-hover.svg @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="true" @@ -99,7 +99,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> diff --git a/common/cinnamon/common-assets/misc/calendar-arrow-right.svg b/common/cinnamon/common-assets/misc/calendar-arrow-right.svg index 366e69b..74a728e 100644 --- a/common/cinnamon/common-assets/misc/calendar-arrow-right.svg +++ b/common/cinnamon/common-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="true" diff --git a/common/cinnamon/common-assets/misc/close-active.svg b/common/cinnamon/common-assets/misc/close-active.svg index 95822bf..8c060c8 100644 --- a/common/cinnamon/common-assets/misc/close-active.svg +++ b/common/cinnamon/common-assets/misc/close-active.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/cinnamon/common-assets/misc/close-hover.svg b/common/cinnamon/common-assets/misc/close-hover.svg index 7b52140..0f6121d 100644 --- a/common/cinnamon/common-assets/misc/close-hover.svg +++ b/common/cinnamon/common-assets/misc/close-hover.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/cinnamon/common-assets/misc/close.svg b/common/cinnamon/common-assets/misc/close.svg index e221a33..e44adc7 100644 --- a/common/cinnamon/common-assets/misc/close.svg +++ b/common/cinnamon/common-assets/misc/close.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/cinnamon/common-assets/misc/corner-ripple.svg b/common/cinnamon/common-assets/misc/corner-ripple.svg index 3f52f68..66fe3d6 100644 --- a/common/cinnamon/common-assets/misc/corner-ripple.svg +++ b/common/cinnamon/common-assets/misc/corner-ripple.svg @@ -17,7 +17,7 @@ inkscape:version="0.91 r13725" sodipodi:docname="corner-ripple.svg"> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/cinnamon/common-assets/misc/desklet-header.svg b/common/cinnamon/common-assets/misc/desklet-header.svg index a6e1054..5786395 100644 --- a/common/cinnamon/common-assets/misc/desklet-header.svg +++ b/common/cinnamon/common-assets/misc/desklet-header.svg @@ -33,7 +33,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/common-assets/misc/desklet.svg b/common/cinnamon/common-assets/misc/desklet.svg index 8445c61..7a9ef51 100644 --- a/common/cinnamon/common-assets/misc/desklet.svg +++ b/common/cinnamon/common-assets/misc/desklet.svg @@ -33,7 +33,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/common-assets/misc/osd.svg b/common/cinnamon/common-assets/misc/osd.svg index df41a00..57addde 100644 --- a/common/cinnamon/common-assets/misc/osd.svg +++ b/common/cinnamon/common-assets/misc/osd.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#002b36;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4164-4-3" width="23" height="21.999889" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#252a35;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="display:inline;opacity:0.95;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/cinnamon/common-assets/misc/trash-icon.svg b/common/cinnamon/common-assets/misc/trash-icon.svg index 61097dd..ae2ca95 100644 --- a/common/cinnamon/common-assets/misc/trash-icon.svg +++ b/common/cinnamon/common-assets/misc/trash-icon.svg @@ -20,7 +20,7 @@ id="defs4" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/common-assets/panel/activities-active.svg b/common/cinnamon/common-assets/panel/activities-active.svg index ae5c602..32c73a6 100644 --- a/common/cinnamon/common-assets/panel/activities-active.svg +++ b/common/cinnamon/common-assets/panel/activities-active.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -83,7 +83,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> diff --git a/common/cinnamon/common-assets/panel/activities.svg b/common/cinnamon/common-assets/panel/activities.svg index b4a4b0d..b3bcad9 100644 --- a/common/cinnamon/common-assets/panel/activities.svg +++ b/common/cinnamon/common-assets/panel/activities.svg @@ -24,7 +24,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -134,21 +134,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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/panel-bottom.svg b/common/cinnamon/common-assets/panel/panel-bottom.svg index b5635bc..9615d95 100644 --- a/common/cinnamon/common-assets/panel/panel-bottom.svg +++ b/common/cinnamon/common-assets/panel/panel-bottom.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -66,14 +66,14 @@ height="26" width="27" id="rect4713" - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect y="1051.3622" x="0" height="1" width="27" id="rect4713-4" - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> </g> </svg> diff --git a/common/cinnamon/common-assets/panel/panel-top.svg b/common/cinnamon/common-assets/panel/panel-top.svg index c0a64da..1bd946e 100644 --- a/common/cinnamon/common-assets/panel/panel-top.svg +++ b/common/cinnamon/common-assets/panel/panel-top.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" 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 fbe4599..5be9bd0 100644 --- a/common/cinnamon/common-assets/panel/window-list-active-bottom.svg +++ b/common/cinnamon/common-assets/panel/window-list-active-bottom.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> 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 54a9036..30187f9 100644 --- a/common/cinnamon/common-assets/panel/window-list-active-top.svg +++ b/common/cinnamon/common-assets/panel/window-list-active-top.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> diff --git a/common/cinnamon/common-assets/switch/switch-off-selected.svg b/common/cinnamon/common-assets/switch/switch-off-selected.svg index c374f22..a6bca3a 100644 --- a/common/cinnamon/common-assets/switch/switch-off-selected.svg +++ b/common/cinnamon/common-assets/switch/switch-off-selected.svg @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4164" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -122,7 +122,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -223,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:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 a86b37a..ccf2299 100644 --- a/common/cinnamon/common-assets/switch/switch-on-selected.svg +++ b/common/cinnamon/common-assets/switch/switch-on-selected.svg @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4171" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg b/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg index 0c2a8ee..4789a32 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-checked-focused.svg @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg b/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg index b17ab7c..8f431e7 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-checked.svg @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg index 0c111f0..77c4256 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked-focused.svg @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#002b36;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/checkbox/checkbox-unchecked.svg b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg index d7c2217..d7ce8c4 100644 --- a/common/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg +++ b/common/cinnamon/dark-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/cinnamon/dark-assets/menu/menu.svg index 44e295d..2566cb6 100644 --- a/common/cinnamon/dark-assets/menu/menu.svg +++ b/common/cinnamon/dark-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#383c4a;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="display:inline;opacity:1;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/cinnamon/dark-assets/misc/button-box.svg b/common/cinnamon/dark-assets/misc/button-box.svg index 0342698..48e1932 100644 --- a/common/cinnamon/dark-assets/misc/button-box.svg +++ b/common/cinnamon/dark-assets/misc/button-box.svg @@ -22,7 +22,7 @@ clipPathUnits="userSpaceOnUse" id="clipPath4228"> <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:#268bd2;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="rect4230" width="38" height="29.000017" @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -83,7 +83,7 @@ id="layer1" transform="translate(-5,-1027.3622)"> <path - style="opacity:0.95;fill:#353945;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:0.95;fill:#073642;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 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" id="rect4145-1" inkscape:connector-curvature="0" diff --git a/common/cinnamon/dark-assets/misc/message.svg b/common/cinnamon/dark-assets/misc/message.svg index 7c8f1b6..c9615d6 100644 --- a/common/cinnamon/dark-assets/misc/message.svg +++ b/common/cinnamon/dark-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/dark-assets/misc/modal.svg b/common/cinnamon/dark-assets/misc/modal.svg index ec0b945..fa76036 100644 --- a/common/cinnamon/dark-assets/misc/modal.svg +++ b/common/cinnamon/dark-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview @@ -82,7 +82,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.99999999;fill:#323644;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="display:inline;opacity:0.99999999;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/cinnamon/dark-assets/switch/switch-off.svg b/common/cinnamon/dark-assets/switch/switch-off.svg index 68eed5d..3f50bda 100644 --- a/common/cinnamon/dark-assets/switch/switch-off.svg +++ b/common/cinnamon/dark-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -195,7 +195,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;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/dark-assets/switch/switch-on.svg b/common/cinnamon/dark-assets/switch/switch-on.svg index b6a9be9..0c5f216 100644 --- a/common/cinnamon/dark-assets/switch/switch-on.svg +++ b/common/cinnamon/dark-assets/switch/switch-on.svg @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -113,7 +113,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -203,7 +203,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -223,7 +223,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -232,7 +232,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> </g> diff --git a/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg b/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg index e214088..f63a213 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-checked-focused.svg @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/light-assets/checkbox/checkbox-checked.svg b/common/cinnamon/light-assets/checkbox/checkbox-checked.svg index 6b5caeb..6504d09 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-checked.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-checked.svg @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg b/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg index da48d45..89b2c49 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-unchecked-focused.svg @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,7 +145,7 @@ id="g5400-2"> <rect ry="2" - 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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fdf6e3;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/checkbox/checkbox-unchecked.svg b/common/cinnamon/light-assets/checkbox/checkbox-unchecked.svg index d50e0e2..08ee9e5 100644 --- a/common/cinnamon/light-assets/checkbox/checkbox-unchecked.svg +++ b/common/cinnamon/light-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/cinnamon/light-assets/menu/menu.svg index 5ae7466..c734734 100644 --- a/common/cinnamon/light-assets/menu/menu.svg +++ b/common/cinnamon/light-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#ffffff;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="display:inline;opacity:1;fill:#fdf6e3;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="rect4164" width="22" height="20.999971" diff --git a/common/cinnamon/light-assets/misc/button-box.svg b/common/cinnamon/light-assets/misc/button-box.svg index 036f0d1..414081a 100644 --- a/common/cinnamon/light-assets/misc/button-box.svg +++ b/common/cinnamon/light-assets/misc/button-box.svg @@ -22,7 +22,7 @@ clipPathUnits="userSpaceOnUse" id="clipPath4228"> <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:#268bd2;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="rect4230" width="38" height="29.000017" @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -83,7 +83,7 @@ id="layer1" transform="translate(-5,-1027.3622)"> <path - style="opacity:0.95;fill:#353945;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:0.95;fill:#073642;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 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" id="rect4145-1" inkscape:connector-curvature="0" diff --git a/common/cinnamon/light-assets/misc/message.svg b/common/cinnamon/light-assets/misc/message.svg index 039cb8f..d4096ee 100644 --- a/common/cinnamon/light-assets/misc/message.svg +++ b/common/cinnamon/light-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4153" /> </linearGradient> @@ -41,7 +41,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -79,7 +79,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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/cinnamon/light-assets/misc/modal.svg b/common/cinnamon/light-assets/misc/modal.svg index b61f537..31894db 100644 --- a/common/cinnamon/light-assets/misc/modal.svg +++ b/common/cinnamon/light-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview diff --git a/common/cinnamon/light-assets/switch/switch-off.svg b/common/cinnamon/light-assets/switch/switch-off.svg index 96749e2..c07aa05 100644 --- a/common/cinnamon/light-assets/switch/switch-off.svg +++ b/common/cinnamon/light-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -174,7 +174,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -195,7 +195,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;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/light-assets/switch/switch-on.svg b/common/cinnamon/light-assets/switch/switch-on.svg index 9945e14..c7d9d3d 100644 --- a/common/cinnamon/light-assets/switch/switch-on.svg +++ b/common/cinnamon/light-assets/switch/switch-on.svg @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4181" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/cinnamon/sass/_colors.scss b/common/cinnamon/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/cinnamon/sass/_colors.scss +++ b/common/cinnamon/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; 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 2889228..9cce2d9 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4177" /> </linearGradient> 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 10e2198..7986719 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4177" /> </linearGradient> 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 185172c..5376ede 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4177" /> </linearGradient> 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 e7bfdea..f8a86a7 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -63,7 +63,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4177" /> </linearGradient> @@ -82,11 +82,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -103,11 +103,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" 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 2982699..d357567 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 51c3046..cff4809 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 751bca8..d5c5397 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 82f2941..b1d8c07 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -63,7 +63,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -82,11 +82,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -103,11 +103,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" 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 06d51e6..50de7fe 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 6f6bb36..8d084b1 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 604df2a..81daa1e 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 e60d3b5..02ff022 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 3f589e8..4479c24 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 0ed73a6..72aa6d1 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -147,7 +147,7 @@ rx="0" transform="scale(-1,-1)" /> <rect - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + style="display:inline;opacity:1;fill:#fdf6e3;fill-opacity:0.37254902;stroke:none" id="rect4147-9" width="4.9342208" height="1.233557" 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 4e6b339..2cb8d25 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -147,7 +147,7 @@ rx="0" transform="matrix(0,1,-1,0,0,0)" /> <rect - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + style="display:inline;opacity:1;fill:#fdf6e3;fill-opacity:0.37254902;stroke:none" id="rect4147-9" width="4.9342208" height="1.233557" 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 70fbe7b..f1c6009 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -147,7 +147,7 @@ rx="0" transform="scale(-1,-1)" /> <rect - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + style="display:inline;opacity:1;fill:#fdf6e3;fill-opacity:0.37254902;stroke:none" id="rect4147-9" width="4.9342208" height="1.233557" 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 8180811..44efaaf 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -147,7 +147,7 @@ rx="0" transform="matrix(0,1,-1,0,0,0)" /> <rect - style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none" + style="display:inline;opacity:1;fill:#fdf6e3;fill-opacity:0.37254902;stroke:none" id="rect4147-9" width="4.9342208" height="1.233557" 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 d1c162e..b74e796 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 98ac4af..44408ea 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -74,11 +74,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -95,11 +95,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" @@ -125,7 +125,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> 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 4572a75..910f266 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 @@ -30,7 +30,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -63,7 +63,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -82,11 +82,11 @@ <stop id="stop36431" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36433" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient xlink:href="#linearGradient36471" @@ -103,11 +103,11 @@ <stop id="stop36473" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> <stop id="stop36475" offset="1" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> </linearGradient> <radialGradient r="37.00671" diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-left.svg b/common/gnome-shell/3.14/common-assets/dash/dash-left.svg index 5fb7bf2..0571ee3 100644 --- a/common/gnome-shell/3.14/common-assets/dash/dash-left.svg +++ b/common/gnome-shell/3.14/common-assets/dash/dash-left.svg @@ -20,7 +20,7 @@ id="defs4795" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -63,7 +63,7 @@ transform="translate(0,1004.3622)" id="rect4749-1" /> <path - style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#073642;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" id="rect4749-48" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg b/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg index cbae148..ff43dfc 100644 --- a/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg +++ b/common/gnome-shell/3.14/common-assets/dash/dash-placeholder.svg @@ -24,11 +24,11 @@ <linearGradient id="linearGradient39563-4-2"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop39565-1-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop39567-7-9" /> </linearGradient> @@ -44,11 +44,11 @@ <linearGradient id="linearGradient39573-6-1"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop39575-5-6" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop39577-1-2" /> </linearGradient> @@ -78,7 +78,7 @@ transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)" d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" id="path99973" - style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + style="color:#000000;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/dash/dash-right.svg b/common/gnome-shell/3.14/common-assets/dash/dash-right.svg index 64c1e9b..1fabd7f 100644 --- a/common/gnome-shell/3.14/common-assets/dash/dash-right.svg +++ b/common/gnome-shell/3.14/common-assets/dash/dash-right.svg @@ -20,7 +20,7 @@ id="defs4795" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -71,7 +71,7 @@ inkscape:connector-curvature="0" id="rect4749-48" d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" - style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.95;fill:#073642;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.14/common-assets/dash/running1.svg b/common/gnome-shell/3.14/common-assets/dash/running1.svg index 45036e2..80a50e9 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running1.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> 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 365fa90..7921561 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running2.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running2.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> 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 0de3f4b..abe61a5 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running3.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="1" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4139" /> </linearGradient> 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 33ec9cf..a74851b 100644 --- a/common/gnome-shell/3.14/common-assets/dash/running4.svg +++ b/common/gnome-shell/3.14/common-assets/dash/running4.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="1" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> 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 4d3f262..6cdbdbe 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg b/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg index 4962ebc..ce3763c 100644 --- a/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg +++ b/common/gnome-shell/3.14/common-assets/menu/menu-separator.svg @@ -20,7 +20,7 @@ id="defs7539" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/common-assets/misc/bg.svg b/common/gnome-shell/3.14/common-assets/misc/bg.svg index feeddea..1e6d24d 100644 --- a/common/gnome-shell/3.14/common-assets/misc/bg.svg +++ b/common/gnome-shell/3.14/common-assets/misc/bg.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#353945;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="display:inline;opacity:0.95;fill:#073642;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.14/common-assets/misc/close-active.svg b/common/gnome-shell/3.14/common-assets/misc/close-active.svg index 95822bf..8c060c8 100644 --- a/common/gnome-shell/3.14/common-assets/misc/close-active.svg +++ b/common/gnome-shell/3.14/common-assets/misc/close-active.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/close-hover.svg b/common/gnome-shell/3.14/common-assets/misc/close-hover.svg index 7b52140..0f6121d 100644 --- a/common/gnome-shell/3.14/common-assets/misc/close-hover.svg +++ b/common/gnome-shell/3.14/common-assets/misc/close-hover.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/close.svg b/common/gnome-shell/3.14/common-assets/misc/close.svg index e221a33..e44adc7 100644 --- a/common/gnome-shell/3.14/common-assets/misc/close.svg +++ b/common/gnome-shell/3.14/common-assets/misc/close.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg index 357a544..9409960 100644 --- a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg +++ b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-ltr.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg index 57176d2..e9237cd 100644 --- a/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg +++ b/common/gnome-shell/3.14/common-assets/misc/corner-ripple-rtl.svg @@ -17,7 +17,7 @@ inkscape:version="0.91 r13725" sodipodi:docname="corner-ripple-rtl.svg"> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" 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 8625db8..6645d74 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -142,17 +142,17 @@ </g> </g> <g - style="fill:#ffffff;fill-opacity:1" + style="fill:#fdf6e3;fill-opacity:1" transform="matrix(0.765075,0,0,0.765075,1.8805941,1.8794795)" id="g2996"> <g - style="fill:#ffffff;fill-opacity:1" + style="fill:#fdf6e3;fill-opacity:1" transform="translate(-60,-518)" id="layer12"> <g transform="translate(19,-242)" id="layer4-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> </g> diff --git a/common/gnome-shell/3.14/common-assets/misc/notification.svg b/common/gnome-shell/3.14/common-assets/misc/notification.svg index 94c92a9..dcfd78e 100644 --- a/common/gnome-shell/3.14/common-assets/misc/notification.svg +++ b/common/gnome-shell/3.14/common-assets/misc/notification.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -86,7 +86,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#353945;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="display:inline;opacity:0.95;fill:#073642;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.14/common-assets/misc/null.svg b/common/gnome-shell/3.14/common-assets/misc/null.svg index e5dbc03..ca0527d 100644 --- a/common/gnome-shell/3.14/common-assets/misc/null.svg +++ b/common/gnome-shell/3.14/common-assets/misc/null.svg @@ -33,11 +33,11 @@ inkscape:collect="always" id="linearGradient34508-1-3"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop34510-1-9" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop34512-4-5" /> </linearGradient> diff --git a/common/gnome-shell/3.14/common-assets/misc/osd.svg b/common/gnome-shell/3.14/common-assets/misc/osd.svg index df41a00..57addde 100644 --- a/common/gnome-shell/3.14/common-assets/misc/osd.svg +++ b/common/gnome-shell/3.14/common-assets/misc/osd.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#002b36;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4164-4-3" width="23" height="21.999889" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#252a35;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="display:inline;opacity:0.95;fill:#002b36;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="rect4164" width="22" height="20.999971" 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 00c1556..846f13d 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 @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg index 249100d..053ffe7 100644 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-checked.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;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/misc/page-indicator-hover.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg index b560780..1a2692a 100644 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-hover.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg b/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg index 712573b..3c066d0 100644 --- a/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg +++ b/common/gnome-shell/3.14/common-assets/misc/page-indicator-inactive.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.14/common-assets/misc/process-working.svg b/common/gnome-shell/3.14/common-assets/misc/process-working.svg index 33ebb09..444961b 100644 --- a/common/gnome-shell/3.14/common-assets/misc/process-working.svg +++ b/common/gnome-shell/3.14/common-assets/misc/process-working.svg @@ -36,38 +36,38 @@ <stop id="stop8233-28-5-27-1" offset="0" - style="stop-color:#ffffff;stop-opacity:0" /> + style="stop-color:#fdf6e3;stop-opacity:0" /> <stop - style="stop-color:#ffffff;stop-opacity:0.15428571" + style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop8235-7-3-94-3" /> <stop id="stop8237-7-8-20-2" offset="0.54270232" - style="stop-color:#ffffff;stop-opacity:0.33714285" /> + style="stop-color:#fdf6e3;stop-opacity:0.33714285" /> <stop id="stop8239-2-9-1-9" offset="1" - style="stop-color:#ffffff;stop-opacity:1" /> + style="stop-color:#fdf6e3;stop-opacity:1" /> </linearGradient> <linearGradient id="linearGradient5767-6"> <stop id="stop5769-0" offset="0" - style="stop-color:#bebebe;stop-opacity:0" /> + style="stop-color:#657b83;stop-opacity:0" /> <stop - style="stop-color:#ffffff;stop-opacity:0" + style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop5771-1" /> <stop id="stop5773-7" offset="0.75051737" - style="stop-color:#ffffff;stop-opacity:0.42857143" /> + style="stop-color:#fdf6e3;stop-opacity:0.42857143" /> <stop id="stop5775-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1" /> + style="stop-color:#fdf6e3;stop-opacity:1" /> </linearGradient> <radialGradient inkscape:collect="always" diff --git a/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg b/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg index 8ffacc2..7bc22e9 100644 --- a/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg +++ b/common/gnome-shell/3.14/common-assets/misc/summary-counter.svg @@ -36,8 +36,8 @@ id="linearGradient3837"><stop id="stop3839" offset="0" - style="stop-color:#ffffff;stop-opacity:1;" /><stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:1;" /><stop + style="stop-color:#fdf6e3;stop-opacity:0;" offset="0.08333334" id="stop3781" /><stop id="stop3783" @@ -108,8 +108,8 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1" /></g></svg>
\ No newline at end of file + style="display:inline;fill:#fdf6e3;fill-opacity:1" /></g></svg>
\ No newline at end of file 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 ae5c602..32c73a6 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 @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -83,7 +83,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> diff --git a/common/gnome-shell/3.14/common-assets/panel/activities.svg b/common/gnome-shell/3.14/common-assets/panel/activities.svg index b4a4b0d..b3bcad9 100644 --- a/common/gnome-shell/3.14/common-assets/panel/activities.svg +++ b/common/gnome-shell/3.14/common-assets/panel/activities.svg @@ -24,7 +24,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -134,21 +134,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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/panel/panel-overview.svg b/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg index c955747..0c21ba4 100644 --- a/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg +++ b/common/gnome-shell/3.14/common-assets/panel/panel-overview.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" diff --git a/common/gnome-shell/3.14/common-assets/panel/panel.svg b/common/gnome-shell/3.14/common-assets/panel/panel.svg index c0a64da..1bd946e 100644 --- a/common/gnome-shell/3.14/common-assets/panel/panel.svg +++ b/common/gnome-shell/3.14/common-assets/panel/panel.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" 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 c374f22..a6bca3a 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4164" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -122,7 +122,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -223,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:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 a86b37a..ccf2299 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4171" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 0c2a8ee..4789a32 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 b17ab7c..8f431e7 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 0c111f0..77c4256 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#002b36;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/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg index 1a34771..ee1aefa 100644 --- a/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg +++ b/common/gnome-shell/3.14/dark-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/dark-assets/menu/menu.svg b/common/gnome-shell/3.14/dark-assets/menu/menu.svg index d6a9fea..a75c0ba 100644 --- a/common/gnome-shell/3.14/dark-assets/menu/menu.svg +++ b/common/gnome-shell/3.14/dark-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/dark-assets/misc/button-box.svg b/common/gnome-shell/3.14/dark-assets/misc/button-box.svg index 0342698..48e1932 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/button-box.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/button-box.svg @@ -22,7 +22,7 @@ clipPathUnits="userSpaceOnUse" id="clipPath4228"> <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:#268bd2;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="rect4230" width="38" height="29.000017" @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -83,7 +83,7 @@ id="layer1" transform="translate(-5,-1027.3622)"> <path - style="opacity:0.95;fill:#353945;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:0.95;fill:#073642;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 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" id="rect4145-1" inkscape:connector-curvature="0" 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 33f401d..04ffc1b 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg index 5602eff..38c2368 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 5586d55..df438fc 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg index 734b53b..2195675 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 51b7786..6eb4a33 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 6d6991a..dfe1d09 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 @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4157" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4160" /> </linearGradient> @@ -57,7 +57,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -134,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:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 6ed2ec1..1456c46 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4148" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -117,7 +117,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:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#adafb5;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.svg b/common/gnome-shell/3.14/dark-assets/misc/message-close.svg index 66a5203..a524ba5 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message-close.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message-close.svg @@ -20,7 +20,7 @@ id="defs5997" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -97,7 +97,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:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#adafb5;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-hover.svg b/common/gnome-shell/3.14/dark-assets/misc/message-hover.svg index 7ab720c..0b5bd06 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.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 7c8f1b6..c9615d6 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/message.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/dark-assets/misc/modal.svg b/common/gnome-shell/3.14/dark-assets/misc/modal.svg index ec0b945..fa76036 100644 --- a/common/gnome-shell/3.14/dark-assets/misc/modal.svg +++ b/common/gnome-shell/3.14/dark-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview @@ -82,7 +82,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.99999999;fill:#323644;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="display:inline;opacity:0.99999999;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg b/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg index bfd52bd..963cf15 100644 --- a/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg +++ b/common/gnome-shell/3.14/dark-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -195,7 +195,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-46" - 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:#32363d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#32363d;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/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.14/dark-assets/switch/switch-on.svg index b6a9be9..0c5f216 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 @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -113,7 +113,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -203,7 +203,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -223,7 +223,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -232,7 +232,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;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 00e0bc5..cc631a2 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -19,7 +19,7 @@ stage { font-family: Futura Bk bt, Cantarell, Sans-Serif; font-size: 9pt; - color: #D3DAE3; } + color: #657b83; } .app-well-menu, .run-dialog-error-label, @@ -45,41 +45,41 @@ stage { transition-duration: 0; border-radius: 2px; background-gradient-direction: none !important; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; + background-color: #083e4b; + border: 1px solid #001317; + box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } .popup-menu .modal-dialog-button:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; + background-color: #083e4b; + border: 1px solid #268bd2; + box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } .popup-menu .modal-dialog-button:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; + background-color: #0a5062; + border: 1px solid #001317; + box-shadow: inset 0 2px 4px rgba(10, 80, 98, 0.05); } .popup-menu .modal-dialog-button:hover:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; + background-color: #083e4b; + border: 1px solid #268bd2; + box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } .popup-menu .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; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; + box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } .popup-menu .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: rgba(211, 218, 227, 0.45); - border: 1px solid rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: rgba(101, 123, 131, 0.45); + border: 1px solid rgba(0, 19, 23, 0.55); + background-color: rgba(8, 62, 75, 0.55); + box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } .candidate-page-button, .hotplug-notification-item, @@ -96,66 +96,66 @@ stage { padding: 5px 32px; transition-duration: 0; border-radius: 2px; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .candidate-page-button:hover, .hotplug-notification-item:hover, .hotplug-resident-eject-button:hover, .modal-dialog-button:hover, .modal-dialog-button-box .button:hover, .notification-button:hover, .notification-icon-button:hover, .hotplug-resident-mount:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .candidate-page-button:focus, .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: #268bd2; } .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; } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #fdf6e3; + border: 1px solid #268bd2; + background-color: #268bd2; } .candidate-page-button:insensitive, .hotplug-notification-item:insensitive, .hotplug-resident-eject-button:insensitive, .modal-dialog-button:insensitive, .modal-dialog-button-box .button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .hotplug-resident-mount:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #5d626e; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #234b56; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } + background-color: rgba(18, 137, 167, 0.2); } StEntry { font-size: 1em; padding: 7px; caret-size: 1px; - selection-background-color: #5294e2; - selected-color: #ffffff; + selection-background-color: #268bd2; + selected-color: #fdf6e3; transition-duration: 300ms; border-radius: 3px; background-gradient-direction: none !important; - color: #D3DAE3; - background-color: #404552; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + color: #657b83; + background-color: #073642; + border: 1px solid #001317; + box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } StEntry:focus, StEntry:hover { - color: #D3DAE3; - background-color: #404552; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); } + color: #657b83; + background-color: #073642; + border: 1px solid #268bd2; + box-shadow: inset 0 2px 4px rgba(7, 54, 66, 0.05); } StEntry:insensitive { - color: rgba(211, 218, 227, 0.45); - background-color: #3c414e; - border-color: 1px solid #313440; - box-shadow: inset 0 2px 4px rgba(60, 65, 78, 0.05); } + color: rgba(101, 123, 131, 0.45); + background-color: #04313d; + border-color: 1px solid #001e25; + box-shadow: inset 0 2px 4px rgba(4, 49, 61, 0.05); } StEntry StIcon.capslock-warning { icon-size: 16px; - warning-color: #F27835; + warning-color: #cb4b16; padding: 0 4px; } StScrollView.vfade { @@ -170,23 +170,23 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(64, 69, 82, 0.1); + background-color: rgba(7, 54, 66, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; - background-color: #767b87; + background-color: #284b55; border: 0px solid; margin: 0px; } StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover { - background-color: #676b78; } + background-color: #1e434d; } StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { - background-color: #5294e2; } + background-color: #268bd2; } .slider { -slider-height: 4px; - -slider-background-color: #2b2e39; + -slider-background-color: #001317; -slider-border-color: transparent; - -slider-active-background-color: #5294e2; + -slider-active-background-color: #268bd2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -199,7 +199,7 @@ StScrollBar { color: transparent; } .popup-menu-item:active .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #ffffff; } + -slider-active-background-color: #fdf6e3; } .check-box StBoxLayout { spacing: .8em; } @@ -231,9 +231,9 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .shell-link { - color: #a9caf1; } + color: #78b9e6; } .shell-link:hover { - color: #d5e5f8; } + color: #a3cfee; } .headline { font-size: 110%; } @@ -245,8 +245,8 @@ StScrollBar { background-color: white; } .modal-dialog { - color: #D3DAE3; - background-color: rgba(56, 60, 74, 0); + color: #657b83; + background-color: rgba(0, 43, 54, 0); border: none; border-image: url("dark-assets/misc/modal.svg") 9 9 9 67; padding: 0 5px 6px 5px; } @@ -265,7 +265,7 @@ StScrollBar { height: 30px; } .modal-dialog .run-dialog-entry { width: 21em; - caret-color: #D3DAE3; } + caret-color: #657b83; } .modal-dialog .run-dialog-error-box { padding-top: 5px; spacing: 5px; } @@ -277,7 +277,7 @@ StScrollBar { .end-session-dialog-subject { font-size: 11pt; font-weight: bold; - color: #D3DAE3; } + color: #657b83; } .end-session-dialog { spacing: 42px; } @@ -294,7 +294,7 @@ StScrollBar { text-align: right; } .end-session-dialog-warning { width: 28em; - color: #F27835; + color: #cb4b16; padding-top: 6px; } .end-session-dialog-warning:rtl { text-align: right; } @@ -305,7 +305,7 @@ StScrollBar { height: 48px; background-size: contain; } .end-session-dialog-shutdown-icon { - color: #D3DAE3; + color: #657b83; width: 48px; height: 48px; } .end-session-dialog-inhibitor-layout { @@ -324,20 +324,20 @@ StScrollBar { .end-session-dialog-app-list-item-name, .end-session-dialog-session-list-item-name { font-weight: bold; } .end-session-dialog-app-list-item-description { - color: #e3e7ed; + color: #708891; font-size: 8pt; } .end-session-dialog .modal-dialog-button:last-child { color: white; - background-color: #F04A50; - border-color: #F04A50; } + background-color: #dc322f; + border-color: #dc322f; } .end-session-dialog .modal-dialog-button:last-child:hover { color: white; - background-color: #f47479; - border-color: #f47479; } + background-color: #e35956; + border-color: #e35956; } .end-session-dialog .modal-dialog-button:last-child:active { color: white; - background-color: #ee3239; - border-color: #ee3239; } + background-color: #cf2623; + border-color: #cf2623; } .shell-mount-operation-icon { icon-size: 48px; } @@ -378,9 +378,9 @@ StScrollBar { padding-left: 32px; } .show-processes-dialog-app-list-item { - color: #b4c0cf; } + color: #4f6066; } .show-processes-dialog-app-list-item:hover { - color: #D3DAE3; } + color: #657b83; } .show-processes-dialog-app-list-item:ltr { padding-right: 1em; } .show-processes-dialog-app-list-item:rtl { @@ -405,7 +405,7 @@ StScrollBar { .prompt-dialog-headline { font-size: 12pt; font-weight: bold; - color: #D3DAE3; } + color: #657b83; } .prompt-dialog-descritption:rtl { text-align: right; } .prompt-dialog-password-box { @@ -413,7 +413,7 @@ StScrollBar { padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 9pt; - color: #FC4138; + color: #dc322f; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 9pt; @@ -433,7 +433,7 @@ StScrollBar { padding-right: 10px; } .polkit-dialog-user-root-label { - color: #F27835; } + color: #cb4b16; } .polkit-dialog-user-user-icon { border-radius: 2px; @@ -451,7 +451,7 @@ StScrollBar { .popup-menu { min-width: 200px; - color: #D3DAE3; + color: #657b83; border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; } .popup-menu .popup-sub-menu { background: none; @@ -459,7 +459,7 @@ StScrollBar { background-gradient-direction: none !important; border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; } .popup-menu .popup-submenu-menu-item:open { - color: #D3DAE3; + color: #657b83; background: none !important; box-shadow: none; border-image: url("dark-assets/menu/submenu-open.svg") 9 9 9 9; } @@ -472,22 +472,22 @@ StScrollBar { .popup-menu .popup-menu-item:rtl { padding: .4em 0em .4em 3em; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #ffffff; + color: #fdf6e3; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { - color: rgba(211, 218, 227, 0.5); + color: rgba(101, 123, 131, 0.5); background: none; } .popup-menu .popup-inactive-menu-item { - color: #D3DAE3; } + color: #657b83; } .popup-menu .popup-inactive-menu-item:insensitive { - color: rgba(211, 218, 227, 0.45); } + color: rgba(101, 123, 131, 0.45); } .popup-menu .popup-status-menu-item, .popup-menu .popup-subtitle-menu-item { - color: #D3DAE3; } + color: #657b83; } .popup-menu .popup-menu-item:active .popup-status-menu-item, .popup-menu .popup-menu-item:active .popup-subtitle-menu-item { - color: #ffffff; } + color: #fdf6e3; } .popup-menu.panel-menu { -boxpointer-gap: 0px; margin-bottom: 1.75em; } @@ -504,11 +504,11 @@ StScrollBar { -arrow-border-color: transparent !important; -arrow-base: 0 !important; -arrow-rise: 0 !important; - color: #D3DAE3 !important; } + color: #657b83 !important; } .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); + -arrow-background-color: rgba(7, 54, 66, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; @@ -547,10 +547,10 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294e2; } + color: #268bd2; } .resize-popup { - color: #BAC3CF; + color: #657b83; background: none; border: none; border-radius: 5px; @@ -562,7 +562,7 @@ StScrollBar { spacing: 16px; } .switcher-list { - color: #BAC3CF; + color: #657b83; background: none; border: none; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -576,11 +576,11 @@ StScrollBar { border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294e2; } + border: 1px solid #268bd2; } .switcher-list .item-box:selected { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -588,11 +588,11 @@ StScrollBar { width: 256px; } .switcher-list .separator { width: 1px; - background: rgba(211, 218, 227, 0.33); } + background: rgba(101, 123, 131, 0.33); } .switcher-arrow { border-color: transparent; - color: #BAC3CF; } + color: #657b83; } .switcher-arrow:highlighted { color: white; } @@ -617,10 +617,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294e2; + background-color: #268bd2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294e2; } + border: 1px solid #268bd2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -635,8 +635,8 @@ StScrollBar { border-radius: 2px; } .tile-preview { - background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294e2; } + background-color: rgba(38, 139, 210, 0.35); + border: 1px solid #268bd2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -692,8 +692,8 @@ StScrollBar { 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"); + color: #fdf6e3 !important; + background: #268bd2, url("common-assets/misc/null.svg"); border-image: none; box-shadow: none; border-bottom-width: 1px !important; @@ -707,7 +707,7 @@ StScrollBar { .unlock-screen #panel .panel-button, .login-screen #panel .panel-button, .lock-screen #panel .panel-button { - color: #f2f4f7; } + color: #7f949c; } .unlock-screen #panel .panel-button:focus, .unlock-screen #panel .panel-button:hover, .unlock-screen #panel .panel-button:active, .login-screen #panel .panel-button:focus, .login-screen #panel .panel-button:hover, @@ -715,16 +715,16 @@ StScrollBar { .lock-screen #panel .panel-button:focus, .lock-screen #panel .panel-button:hover, .lock-screen #panel .panel-button:active { - color: #f2f4f7; } + color: #7f949c; } #panel #panelActivities.panel-button { -natural-hpadding: 12px; } #panel .panel-status-indicators-box, #panel .panel-status-menu-box { spacing: 2px; } #panel .screencast-indicator { - color: #FC4138; } + color: #dc322f; } #panel .clock-display > * > *:last-child { - color: #5294e2; + color: #268bd2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -765,39 +765,39 @@ StScrollBar { width: 360px; } .aggregate-menu .popup-menu-icon { padding: 0 4px; - color: #D3DAE3; } + color: #657b83; } .aggregate-menu .popup-menu-item:active .popup-menu-icon { - color: #ffffff; } + color: #fdf6e3; } .system-menu-action { padding: 13px; - color: #D3DAE3 !important; + color: #657b83 !important; border-radius: 32px; /* wish we could do 50% */ border: 1px solid transparent !important; } .system-menu-action:hover, .system-menu-action:focus { transition-duration: 100ms; padding: 13px; - color: #D3DAE3 !important; + color: #657b83 !important; background-color: transparent !important; - border: 1px solid #5294e2 !important; } + border: 1px solid #268bd2 !important; } .system-menu-action:active { - color: #ffffff !important; - background-color: #5294e2 !important; - border: 1px solid #5294e2 !important; } + color: #fdf6e3 !important; + background-color: #268bd2 !important; + border: 1px solid #268bd2 !important; } .system-menu-action > StIcon { icon-size: 16px; } .calendar-vertical-separator { -stipple-width: 1px; - -stipple-color: rgba(211, 218, 227, 0.4); + -stipple-color: rgba(101, 123, 131, 0.4); width: 0.3em; } .calendar { padding: .4em 1.75em .8em 2.5em; } .calendar-month-label { - color: #D3DAE3 !important; + color: #657b83 !important; font-weight: bold; padding: 8px 0; } @@ -845,7 +845,7 @@ StScrollBar { padding: .4em 1.7em; font-weight: bold; text-align: center; - color: #D3DAE3 !important; + color: #657b83 !important; border-radius: 4px; } .calendar-day-base { @@ -856,26 +856,26 @@ StScrollBar { padding: 0.1em; margin: 2px; border-radius: 12.5px; - color: #D3DAE3 !important; } + color: #657b83 !important; } .calendar-day-base:hover, .calendar-day-base:focus { background-color: rgba(0, 0, 0, 0.1) !important; - color: #D3DAE3 !important; } + color: #657b83 !important; } .calendar-day-base:active { - color: #D3DAE3 !important; + color: #657b83 !important; background-color: rgba(0, 0, 0, 0.15) !important; border-width: 0; } .calendar-day-base.calendar-day-heading { - color: rgba(211, 218, 227, 0.85); + color: rgba(101, 123, 131, 0.85); margin-top: 1em; font-size: 70%; } .calendar-week-number { - color: rgba(211, 218, 227, 0.5); + color: rgba(101, 123, 131, 0.5); font-weight: normal; } .calendar-day { border-width: 0; - color: rgba(211, 218, 227, 0.8); } + color: rgba(101, 123, 131, 0.8); } .calendar-day-top { border-top-width: 0; } @@ -885,7 +885,7 @@ StScrollBar { .calendar-nonwork-day { background-color: transparent; - color: #D3DAE3 !important; + color: #657b83 !important; font-weight: bold; } .calendar-today, @@ -893,19 +893,19 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #ffffff !important; - background: #5294e2, url("common-assets/misc/null.svg") !important; + color: #fdf6e3 !important; + background: #268bd2, url("common-assets/misc/null.svg") !important; border-width: 0; } .calendar-day-with-events { - color: #5294e2; + color: #268bd2; font-weight: bold; } .calendar-today.calendar-day-with-events { - color: #ffffff; } + color: #fdf6e3; } .calendar-other-month-day { - color: rgba(211, 218, 227, 0.3); + color: rgba(101, 123, 131, 0.3); opacity: 1; } .events-table { @@ -919,7 +919,7 @@ StScrollBar { .events-day-header { font-weight: bold; - color: rgba(211, 218, 227, 0.8) !important; + color: rgba(101, 123, 131, 0.8) !important; padding-left: 0.4em; padding-top: 1.2em; } .events-day-header:first-child { @@ -929,20 +929,20 @@ StScrollBar { padding-right: 0.4em; } .events-day-dayname { - color: rgba(211, 218, 227, 0.5) !important; + color: rgba(101, 123, 131, 0.5) !important; text-align: left; min-width: 20px; } .events-day-dayname:rtl { text-align: right; } .events-day-time { - color: rgba(211, 218, 227, 0.4) !important; + color: rgba(101, 123, 131, 0.4) !important; text-align: right; } .events-day-time:rtl { text-align: left; } .events-day-task { - color: #D3DAE3; + color: #657b83; padding-left: 8pt; } .events-day-task:rtl { padding-left: 0px; @@ -1003,13 +1003,13 @@ StScrollBar { font-weight: bold; text-align: center; } .nm-dialog-airplane-text { - color: #D3DAE3; } + color: #657b83; } .nm-dialog-header-icon { icon-size: 32px; } .nm-dialog-scroll-view { - border: 1px solid #2b2e39; + border: 1px solid #001317; border-radius: 2px; - background-color: #404552; } + background-color: #073642; } .nm-dialog-header { font-weight: bold; font-size: 1.2em; } @@ -1019,15 +1019,15 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { icon-size: 16px; } .no-networks-label { - color: rgba(211, 218, 227, 0.45); } + color: rgba(101, 123, 131, 0.45); } .no-networks-box { spacing: 12px; } @@ -1048,13 +1048,13 @@ StScrollBar { padding: 32px; } .window-clone-border { - border: 3px solid rgba(82, 148, 226, 0.8); + border: 3px solid rgba(38, 139, 210, 0.8); border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } + box-shadow: inset 0px 0px 0px 1px rgba(38, 139, 210, 0); } .window-caption, .window-caption:hover { spacing: 25px; - color: #BAC3CF; + color: #657b83; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1065,21 +1065,21 @@ StScrollBar { padding: 7px 9px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(64, 69, 82, 0.9); } + background-color: rgba(7, 54, 66, 0.9); } .search-entry:focus { padding: 7px 9px; } .search-entry .search-entry-icon { icon-size: 16px; padding: 0 4px; - color: #D3DAE3; } + color: #657b83; } .search-entry:hover, .search-entry:focus { - color: #ffffff; - caret-color: #ffffff; - background-color: #5294e2; - selection-background-color: #ffffff; - selected-color: #5294e2; } + color: #fdf6e3; + caret-color: #fdf6e3; + background-color: #268bd2; + selection-background-color: #fdf6e3; + selected-color: #268bd2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #ffffff; } + color: #fdf6e3; } #searchResultsBin { max-width: 1000px; } @@ -1124,8 +1124,8 @@ StScrollBar { #dash { font-size: 1em; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); + color: #657b83; + background-color: rgba(7, 54, 66, 0.95); border-color: rgba(0, 0, 0, 0.4); padding: 3px 0px 3px 0px; border-radius: 0 3px 3px 0; } @@ -1270,12 +1270,12 @@ StScrollBar { .show-apps:hover .overview-icon { background-gradient-direction: none !important; background-color: rgba(0, 0, 0, 0.7); - color: #5294e2; } + color: #268bd2; } .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; + color: #fdf6e3; + background-color: #268bd2; box-shadow: none; transition-duration: 0ms; } @@ -1292,19 +1292,19 @@ StScrollBar { .app-view-control { padding: 4px 32px; background-gradient-direction: none; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .app-view-control:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .app-view-control:checked { - color: #ffffff; - background-color: #5294e2; - border-color: #5294e2; } + color: #fdf6e3; + background-color: #268bd2; + border-color: #268bd2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1315,13 +1315,13 @@ StScrollBar { .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(31, 33, 40, 0.85); } + background-color: rgba(2, 16, 20, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(186, 195, 207, 0.4); + background-color: rgba(101, 123, 131, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1330,8 +1330,8 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294e2; } + background-color: rgba(2, 16, 20, 0.85); + box-shadow: inset 0 0 #268bd2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1342,7 +1342,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(186, 195, 207, 0.4); + background-color: rgba(101, 123, 131, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1371,23 +1371,23 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(35, 38, 46, 0.95); + background-color: rgba(3, 24, 29, 0.95); border: 1px solid rgba(0, 0, 0, 0.45); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 78, 0.95); } + background-color: rgba(8, 65, 80, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #ffffff; - background-color: #5294e2; + color: #fdf6e3; + background-color: #268bd2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294e2; } + background-color: #268bd2; } .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(35, 38, 46, 0.95); + -arrow-background-color: rgba(3, 24, 29, 0.95); -arrow-border-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 1px; -arrow-base: 5; @@ -1437,7 +1437,7 @@ StScrollBar { border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { - border: 4px solid rgba(82, 148, 226, 0.8); + border: 4px solid rgba(38, 139, 210, 0.8); border-radius: 1px; padding: 1px; } @@ -1449,10 +1449,10 @@ StScrollBar { .search-statustext, .no-frequent-applications-label { font-size: 2em; font-weight: bold; - color: #D3DAE3; } + color: #657b83; } #message-tray { - background: #353945; + background: #073642; background-repeat: repeat; height: 72px; border: solid rgba(0, 0, 0, 0.6); @@ -1464,16 +1464,16 @@ StScrollBar { .message-tray-menu-button StIcon { padding: 0 20px; - color: rgba(186, 195, 207, 0.6); + color: rgba(101, 123, 131, 0.6); icon-size: 24px; } .message-tray-menu-button:hover StIcon, .message-tray-menu-button:active StIcon, .message-tray-menu-button:focus StIcon { - color: #BAC3CF; } + color: #657b83; } .no-messages-label { - color: rgba(186, 195, 207, 0.5); } + color: rgba(101, 123, 131, 0.5); } .summary-boxpointer { -arrow-border-radius: 3px; @@ -1481,7 +1481,7 @@ StScrollBar { -arrow-base: 0; -arrow-rise: 0; -boxpointer-gap: 0; - color: #D3DAE3; + color: #657b83; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; padding: 7px; } .summary-boxpointer .notification { @@ -1490,12 +1490,12 @@ StScrollBar { border-image: none; padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu { - color: #BAC3CF; + color: #657b83; padding-top: 12px; padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { - color: #ffffff; - background-color: #5294e2; } + color: #fdf6e3; + background-color: #268bd2; } .summary-boxpointer-stack-scrollview { max-height: 18em; padding-top: 8px; @@ -1512,7 +1512,7 @@ StScrollBar { .summary-source-counter { background-image: url("common-assets/misc/summary-counter.svg"); background-size: 26px; - color: #ffffff; + color: #fdf6e3; font-size: 10pt; font-weight: bold; height: 2.4em; @@ -1527,31 +1527,31 @@ StScrollBar { .summary-source-button:last-child:rtl { padding-left: 6px; } .summary-source-button .summary-source { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .summary-source-button:hover .summary-source { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .summary-source-button:focus .summary-source, .summary-source-button:selected .summary-source { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #fdf6e3; + border: 1px solid #268bd2; + background-color: #268bd2; } .url-highlighter { - link-color: #a9caf1; } + link-color: #78b9e6; } .notification, #notification-container { width: 34em; } .notification { font-size: 1em; - color: #BAC3CF; + color: #657b83; padding: 12px 12px 12px 12px; spacing-rows: 4px; spacing-columns: 10px; @@ -1593,15 +1593,15 @@ StScrollBar { padding: 8px; } .notification StEntry { padding: 7px; - caret-color: #BAC3CF; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); + caret-color: #657b83; + color: #657b83; + background-color: rgba(18, 137, 167, 0.35); + border: 1px solid rgba(1, 9, 11, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .secondary-icon { @@ -1614,7 +1614,7 @@ StScrollBar { margin: 5px; } .chat-log-message { - color: #BAC3CF; } + color: #657b83; } .chat-new-group { padding-top: 1em; } @@ -1627,19 +1627,19 @@ StScrollBar { StEntry.chat-response { padding: 7px; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); + color: #657b83; + background-color: rgba(18, 137, 167, 0.35); + border: 1px solid rgba(1, 9, 11, 0.35); 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; + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .chat-sent { padding-left: 18pt; - color: #5294e2; } + color: #268bd2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1648,7 +1648,7 @@ StEntry.chat-response { padding-left: 4px; font-size: 9pt; font-weight: bold; - color: rgba(186, 195, 207, 0.6); } + color: rgba(101, 123, 131, 0.6); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } @@ -1691,16 +1691,16 @@ StEntry.chat-response { .hotplug-resident-eject-button { padding: 7px; border-radius: 0 2px 2px 0; - color: #BAC3CF; + color: #657b83; border-left: none; } .magnifier-zoom-region { - border: 2px solid #5294e2; } + border: 2px solid #268bd2; } .magnifier-zoom-region.full-screen { border-width: 0; } #keyboard { - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(7, 54, 66, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.2); } @@ -1720,31 +1720,31 @@ StEntry.chat-response { border-radius: 3px; box-shadow: none; background-gradient-direction: none; - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .keyboard-key:hover { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #fdf6e3; + border: 1px solid #268bd2; + background-color: #268bd2; } .keyboard-key:grayed { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #5d626e; + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #234b56; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } + background-color: rgba(18, 137, 167, 0.2); } .keyboard-subkeys { - color: #BAC3CF; + color: #657b83; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); + -arrow-background-color: rgba(7, 54, 66, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -1754,20 +1754,20 @@ StEntry.chat-response { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #BAC3CF; + color: #657b83; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #d8dde4; } + color: #7f949c; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; border-radius: 2px; - color: #BAC3CF; } + color: #657b83; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .candidate-page-button-box { height: 2em; } @@ -1792,11 +1792,11 @@ StEntry.chat-response { .framed-user-icon { background-size: contain; border: 0px solid transparent; - color: #D3DAE3; + color: #657b83; border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: white; } + color: #b8c4c9; } .login-dialog-banner-view { padding-top: 24px; @@ -1810,41 +1810,41 @@ StEntry.chat-response { .login-dialog .modal-dialog-button { padding: 3px 18px; } .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #444a58; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; + background-color: #083e4b; + border: 1px solid #001317; + box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: #D3DAE3; - background-color: #505666; - border: 1px solid #2b2e39; - box-shadow: inset 0 2px 4px rgba(80, 86, 102, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #657b83; + background-color: #0a5062; + border: 1px solid #001317; + box-shadow: inset 0 2px 4px rgba(10, 80, 98, 0.05); } .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; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; + box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(64, 69, 82, 0); - color: rgba(211, 218, 227, 0.45); - border: 1px solid rgba(43, 46, 57, 0.55); - background-color: rgba(68, 74, 88, 0.55); - box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); } + text-shadow: 0 1px rgba(7, 54, 66, 0); + color: rgba(101, 123, 131, 0.45); + border: 1px solid rgba(0, 19, 23, 0.55); + background-color: rgba(8, 62, 75, 0.55); + box-shadow: inset 0 2px 4px rgba(8, 62, 75, 0.05); } .login-dialog-logo-bin { padding: 24px 0px; } .login-dialog-banner { - color: #9ca9ba; } + color: #4f6066; } .login-dialog-button-box { spacing: 5px; } .login-dialog-message-warning { - color: #F27835; } + color: #cb4b16; } .login-dialog-message-hint { padding-top: 0; @@ -1856,12 +1856,12 @@ StEntry.chat-response { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #BAC3CF; } + color: #657b83; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #62758e; + color: #222a2d; padding-top: 1em; } .login-dialog-user-list-view { @@ -1872,32 +1872,32 @@ StEntry.chat-response { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294e2; } + border-right: 2px solid #268bd2; } .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #62758e; } + color: #222a2d; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #BAC3CF; } + background-color: #657b83; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } + background-color: #fdf6e3; } .login-dialog-username, .user-widget-label { - color: #BAC3CF; + color: #657b83; font-size: 120%; font-weight: bold; text-align: left; @@ -1916,7 +1916,7 @@ StEntry.chat-response { width: 23em; } .login-dialog-prompt-label { - color: #7e8fa5; + color: #394549; font-size: 110%; padding-top: 1em; } @@ -1924,11 +1924,11 @@ StEntry.chat-response { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #62758e; } + color: #222a2d; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #BAC3CF; } + color: #657b83; } .login-dialog-session-list-button:active { - color: #394351; } + color: black; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1965,9 +1965,9 @@ StEntry.chat-response { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(186, 195, 207, 0.2); - background-color: rgba(53, 57, 69, 0.45); - color: #BAC3CF; + border: 1px solid rgba(101, 123, 131, 0.2); + background-color: rgba(7, 54, 66, 0.45); + color: #657b83; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1980,7 +1980,7 @@ StEntry.chat-response { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(53, 57, 69, 0.5); } + background-color: rgba(7, 54, 66, 0.5); } .screen-shield-background { background: black; @@ -1991,11 +1991,11 @@ StEntry.chat-response { background-repeat: repeat; } #screenShieldNotifications StButton#vhandle, #screenShieldNotifications StButton#hhandle { - background-color: rgba(56, 60, 74, 0.3); } + background-color: rgba(0, 43, 54, 0.3); } #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { - background-color: rgba(56, 60, 74, 0.5); } + background-color: rgba(0, 43, 54, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(82, 148, 226, 0.5); } + background-color: rgba(38, 139, 210, 0.5); } #LookingGlassDialog { spacing: 4px; @@ -2004,7 +2004,7 @@ StEntry.chat-response { border: 1px solid black; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #BAC3CF; } + color: #657b83; } #LookingGlassDialog > #Toolbar { padding: 3px; border: none; @@ -2016,7 +2016,7 @@ StEntry.chat-response { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #BAC3CF; + color: #657b83; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -2025,7 +2025,7 @@ StEntry.chat-response { text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294e2; + color: #268bd2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -2034,22 +2034,22 @@ StEntry.chat-response { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294e2; - selected-color: #ffffff; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); + selection-background-color: #268bd2; + selected-color: #fdf6e3; + color: #657b83; + background-color: rgba(18, 137, 167, 0.35); + border: 1px solid rgba(1, 9, 11, 0.35); 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; + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { - color: #a9caf1; } + color: #78b9e6; } .lg-dialog .shell-link:hover { - color: #d5e5f8; } + color: #a3cfee; } .lg-completions-text { font-size: .9em; @@ -2063,7 +2063,7 @@ StEntry.chat-response { padding: 4px; border-radius: 4px; } .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } + border: 1px solid #fdf6e3; } #lookingGlassExtensions { padding: 4px; } @@ -2075,7 +2075,7 @@ StEntry.chat-response { .lg-extension { border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(7, 54, 66, 0.95); padding: 4px; } .lg-extension-name { diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 2174e49..441f7d3 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -45,39 +45,39 @@ stage { transition-duration: 0; border-radius: 2px; background-gradient-direction: none !important; - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #cfd6e6; + border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } .popup-menu .modal-dialog-button:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294e2; + border: 1px solid #268bd2; 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); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: white; - border: 1px solid #cfd6e6; + border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } .popup-menu .modal-dialog-button:hover:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #5294e2; + border: 1px solid #268bd2; 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; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; + box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } .popup-menu .modal-dialog-button:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(207, 214, 230, 0.55); + border: 1px solid rgba(101, 123, 131, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } @@ -96,66 +96,66 @@ stage { padding: 5px 32px; transition-duration: 0; border-radius: 2px; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .candidate-page-button:hover, .hotplug-notification-item:hover, .hotplug-resident-eject-button:hover, .modal-dialog-button:hover, .modal-dialog-button-box .button:hover, .notification-button:hover, .notification-icon-button:hover, .hotplug-resident-mount:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .candidate-page-button:focus, .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: #268bd2; } .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; } + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #fdf6e3; + border: 1px solid #268bd2; + background-color: #268bd2; } .candidate-page-button:insensitive, .hotplug-notification-item:insensitive, .hotplug-resident-eject-button:insensitive, .modal-dialog-button:insensitive, .modal-dialog-button-box .button:insensitive, .notification-button:insensitive, .notification-icon-button:insensitive, .hotplug-resident-mount:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5d626e; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #234b56; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } + background-color: rgba(18, 137, 167, 0.2); } StEntry { font-size: 1em; padding: 7px; caret-size: 1px; - selection-background-color: #5294e2; - selected-color: #ffffff; + selection-background-color: #268bd2; + selected-color: #fdf6e3; transition-duration: 300ms; border-radius: 3px; background-gradient-direction: none !important; color: #5c616c; - background-color: #ffffff; - border: 1px solid #cfd6e6; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + background-color: #fdf6e3; + border: 1px solid #657b83; + box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } StEntry:focus, StEntry:hover { color: #5c616c; - background-color: #ffffff; - border: 1px solid #5294e2; - box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } + background-color: #fdf6e3; + border: 1px solid #268bd2; + box-shadow: inset 0 2px 4px rgba(253, 246, 227, 0.05); } StEntry:insensitive { color: rgba(92, 97, 108, 0.55); - background-color: #fbfbfb; - border-color: 1px solid #e0e4ee; - box-shadow: inset 0 2px 4px rgba(251, 251, 251, 0.05); } + background-color: #f9f6ec; + border-color: 1px solid #a6b2b7; + box-shadow: inset 0 2px 4px rgba(249, 246, 236, 0.05); } StEntry StIcon.capslock-warning { icon-size: 16px; - warning-color: #F27835; + warning-color: #cb4b16; padding: 0 4px; } StScrollView.vfade { @@ -170,7 +170,7 @@ StScrollBar { min-width: 5px; min-height: 5px; } StScrollBar StBin#trough { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(253, 246, 227, 0.1); border-radius: 8px; } StScrollBar StButton#vhandle, StScrollBar StButton#hhandle { border-radius: 4px; @@ -180,13 +180,13 @@ 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: #268bd2; } .slider { -slider-height: 4px; - -slider-background-color: #cfd6e6; + -slider-background-color: #657b83; -slider-border-color: transparent; - -slider-active-background-color: #5294e2; + -slider-active-background-color: #268bd2; -slider-active-border-color: transparent; -slider-border-width: 0; -slider-handle-radius: 0px; @@ -199,7 +199,7 @@ StScrollBar { color: transparent; } .popup-menu-item:active .slider { -slider-background-color: rgba(0, 0, 0, 0.2); - -slider-active-background-color: #ffffff; } + -slider-active-background-color: #fdf6e3; } .check-box StBoxLayout { spacing: .8em; } @@ -231,9 +231,9 @@ StScrollBar { background-image: url("common-assets/switch/switch-on-selected.svg"); } .shell-link { - color: #2679db; } + color: #1e6ea7; } .shell-link:hover { - color: #5294e2; } + color: #268bd2; } .headline { font-size: 110%; } @@ -294,7 +294,7 @@ StScrollBar { text-align: right; } .end-session-dialog-warning { width: 28em; - color: #F27835; + color: #cb4b16; padding-top: 6px; } .end-session-dialog-warning:rtl { text-align: right; } @@ -328,16 +328,16 @@ StScrollBar { font-size: 8pt; } .end-session-dialog .modal-dialog-button:last-child { color: white; - background-color: #F04A50; - border-color: #F04A50; } + background-color: #dc322f; + border-color: #dc322f; } .end-session-dialog .modal-dialog-button:last-child:hover { color: white; - background-color: #f47479; - border-color: #f47479; } + background-color: #e35956; + border-color: #e35956; } .end-session-dialog .modal-dialog-button:last-child:active { color: white; - background-color: #ee3239; - border-color: #ee3239; } + background-color: #cf2623; + border-color: #cf2623; } .shell-mount-operation-icon { icon-size: 48px; } @@ -413,7 +413,7 @@ StScrollBar { padding-bottom: 1em; } .prompt-dialog-error-label { font-size: 9pt; - color: #FC4138; + color: #dc322f; padding-bottom: 8px; } .prompt-dialog-info-label { font-size: 9pt; @@ -433,7 +433,7 @@ StScrollBar { padding-right: 10px; } .polkit-dialog-user-root-label { - color: #F27835; } + color: #cb4b16; } .polkit-dialog-user-user-icon { border-radius: 2px; @@ -472,7 +472,7 @@ StScrollBar { .popup-menu .popup-menu-item:rtl { padding: .4em 0em .4em 3em; } .popup-menu .popup-menu-item:active, .popup-menu .popup-menu-item.selected { - color: #ffffff; + color: #fdf6e3; background-color: transparent; border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; } .popup-menu .popup-menu-item:insensitive { @@ -487,7 +487,7 @@ StScrollBar { color: #5c616c; } .popup-menu .popup-menu-item:active .popup-status-menu-item, .popup-menu .popup-menu-item:active .popup-subtitle-menu-item { - color: #ffffff; } + color: #fdf6e3; } .popup-menu.panel-menu { -boxpointer-gap: 0px; margin-bottom: 1.75em; } @@ -508,7 +508,7 @@ StScrollBar { .candidate-popup-boxpointer { -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); + -arrow-background-color: rgba(7, 54, 66, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 5; @@ -547,10 +547,10 @@ StScrollBar { height: 4px; background-color: rgba(0, 0, 0, 0.5); border-radius: 2px; - color: #5294e2; } + color: #268bd2; } .resize-popup { - color: #BAC3CF; + color: #657b83; background: none; border: none; border-radius: 5px; @@ -562,7 +562,7 @@ StScrollBar { spacing: 16px; } .switcher-list { - color: #BAC3CF; + color: #657b83; background: none; border: none; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; @@ -576,11 +576,11 @@ StScrollBar { border: 1px solid transparent; } .switcher-list .item-box:outlined { padding: 8px; - border: 1px solid #5294e2; } + border: 1px solid #268bd2; } .switcher-list .item-box:selected { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; } + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; } .switcher-list .thumbnail-box { padding: 2px; spacing: 4px; } @@ -592,7 +592,7 @@ StScrollBar { .switcher-arrow { border-color: transparent; - color: #BAC3CF; } + color: #657b83; } .switcher-arrow:highlighted { color: white; } @@ -617,10 +617,10 @@ StScrollBar { .ws-switcher-active-up, .ws-switcher-active-down { height: 30px; - background-color: #5294e2; + background-color: #268bd2; background-size: 96px; border-radius: 2px; - border: 1px solid #5294e2; } + border: 1px solid #268bd2; } .ws-switcher-active-up { background-image: url("common-assets/misc/ws-switch-arrow-up.png"); } @@ -635,8 +635,8 @@ StScrollBar { border-radius: 2px; } .tile-preview { - background-color: rgba(82, 148, 226, 0.35); - border: 1px solid #5294e2; } + background-color: rgba(38, 139, 210, 0.35); + border: 1px solid #268bd2; } .tile-preview-left.on-primary { border-radius: 0px 0 0 0; } .tile-preview-right.on-primary { @@ -692,8 +692,8 @@ StScrollBar { 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"); + color: #fdf6e3 !important; + background: #268bd2, url("common-assets/misc/null.svg"); border-image: none; box-shadow: none; border-bottom-width: 1px !important; @@ -722,9 +722,9 @@ StScrollBar { #panel .panel-status-menu-box { spacing: 2px; } #panel .screencast-indicator { - color: #FC4138; } + color: #dc322f; } #panel .clock-display > * > *:last-child { - color: #5294e2; + color: #268bd2; margin-left: .3em; } #panel .popup-menu-arrow { width: 0; } @@ -767,7 +767,7 @@ StScrollBar { padding: 0 4px; color: #5c616c; } .aggregate-menu .popup-menu-item:active .popup-menu-icon { - color: #ffffff; } + color: #fdf6e3; } .system-menu-action { padding: 13px; @@ -780,11 +780,11 @@ StScrollBar { padding: 13px; color: #5c616c !important; background-color: transparent !important; - border: 1px solid #5294e2 !important; } + border: 1px solid #268bd2 !important; } .system-menu-action:active { - color: #ffffff !important; - background-color: #5294e2 !important; - border: 1px solid #5294e2 !important; } + color: #fdf6e3 !important; + background-color: #268bd2 !important; + border: 1px solid #268bd2 !important; } .system-menu-action > StIcon { icon-size: 16px; } @@ -893,16 +893,16 @@ StScrollBar { .calendar-today:focus, .calendar-today:hover { font-weight: bold; - color: #ffffff !important; - background: #5294e2, url("common-assets/misc/null.svg") !important; + color: #fdf6e3 !important; + background: #268bd2, url("common-assets/misc/null.svg") !important; border-width: 0; } .calendar-day-with-events { - color: #5294e2; + color: #268bd2; font-weight: bold; } .calendar-today.calendar-day-with-events { - color: #ffffff; } + color: #fdf6e3; } .calendar-other-month-day { color: rgba(92, 97, 108, 0.3); @@ -1009,7 +1009,7 @@ StScrollBar { .nm-dialog-scroll-view { border: 1px solid #dcdfe3; border-radius: 2px; - background-color: #ffffff; } + background-color: #fdf6e3; } .nm-dialog-header { font-weight: bold; font-size: 1.2em; } @@ -1019,8 +1019,8 @@ StScrollBar { padding: 12px; spacing: 0px; } .nm-dialog-item:selected { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .nm-dialog-icons { spacing: .5em; } .nm-dialog-icon { @@ -1048,13 +1048,13 @@ StScrollBar { padding: 32px; } .window-clone-border { - border: 3px solid rgba(82, 148, 226, 0.8); + border: 3px solid rgba(38, 139, 210, 0.8); border-radius: 4px; - box-shadow: inset 0px 0px 0px 1px rgba(82, 148, 226, 0); } + box-shadow: inset 0px 0px 0px 1px rgba(38, 139, 210, 0); } .window-caption, .window-caption:hover { spacing: 25px; - color: #BAC3CF; + color: #657b83; background-color: rgba(0, 0, 0, 0.7); border-radius: 2px; padding: 4px 12px; @@ -1065,7 +1065,7 @@ StScrollBar { padding: 7px 9px; border-radius: 20px; border: 1px solid rgba(0, 0, 0, 0.25); - background-color: rgba(255, 255, 255, 0.9); } + background-color: rgba(253, 246, 227, 0.9); } .search-entry:focus { padding: 7px 9px; } .search-entry .search-entry-icon { @@ -1073,13 +1073,13 @@ StScrollBar { padding: 0 4px; color: #5c616c; } .search-entry:hover, .search-entry:focus { - color: #ffffff; - caret-color: #ffffff; - background-color: #5294e2; - selection-background-color: #ffffff; - selected-color: #5294e2; } + color: #fdf6e3; + caret-color: #fdf6e3; + background-color: #268bd2; + selection-background-color: #fdf6e3; + selected-color: #268bd2; } .search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon { - color: #ffffff; } + color: #fdf6e3; } #searchResultsBin { max-width: 1000px; } @@ -1124,8 +1124,8 @@ StScrollBar { #dash { font-size: 1em; - color: #BAC3CF; - background-color: rgba(53, 57, 69, 0.95); + color: #657b83; + background-color: rgba(7, 54, 66, 0.95); border-color: rgba(0, 0, 0, 0.4); padding: 3px 0px 3px 0px; border-radius: 0 3px 3px 0; } @@ -1270,12 +1270,12 @@ StScrollBar { .show-apps:hover .overview-icon { background-gradient-direction: none !important; background-color: rgba(0, 0, 0, 0.7); - color: #5294e2; } + color: #268bd2; } .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; + color: #fdf6e3; + background-color: #268bd2; box-shadow: none; transition-duration: 0ms; } @@ -1292,19 +1292,19 @@ StScrollBar { .app-view-control { padding: 4px 32px; background-gradient-direction: none; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .app-view-control:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .app-view-control:checked { - color: #ffffff; - background-color: #5294e2; - border-color: #5294e2; } + color: #fdf6e3; + background-color: #268bd2; + border-color: #268bd2; } .app-view-control:first-child:ltr, .app-view-control:last-child:rtl { border-radius: 2px 0 0 2px; border-right-width: 0; } @@ -1315,13 +1315,13 @@ StScrollBar { .search-provider-icon:active, .search-provider-icon:checked, .list-search-result:active, .list-search-result:checked { - background-color: rgba(31, 33, 40, 0.85); } + background-color: rgba(2, 16, 20, 0.85); } .search-provider-icon:focus, .search-provider-icon:selected, .search-provider-icon:hover, .list-search-result:focus, .list-search-result:selected, .list-search-result:hover { - background-color: rgba(186, 195, 207, 0.4); + background-color: rgba(101, 123, 131, 0.4); transition-duration: 200ms; } .app-well-app:active .overview-icon, @@ -1330,8 +1330,8 @@ StScrollBar { .app-well-app.app-folder:checked .overview-icon, .grid-search-result:active .overview-icon, .grid-search-result:checked .overview-icon { - background-color: rgba(31, 33, 40, 0.85); - box-shadow: inset 0 0 #5294e2; } + background-color: rgba(2, 16, 20, 0.85); + box-shadow: inset 0 0 #268bd2; } .app-well-app:hover .overview-icon, .app-well-app:focus .overview-icon, @@ -1342,7 +1342,7 @@ StScrollBar { .grid-search-result:hover .overview-icon, .grid-search-result:focus .overview-icon, .grid-search-result:selected .overview-icon { - background-color: rgba(186, 195, 207, 0.4); + background-color: rgba(101, 123, 131, 0.4); transition-duration: 0ms; border-image: none; background-image: none; } @@ -1371,23 +1371,23 @@ StScrollBar { text-align: center; } .app-well-app.app-folder > .overview-icon { - background-color: rgba(35, 38, 46, 0.95); + background-color: rgba(3, 24, 29, 0.95); border: 1px solid rgba(0, 0, 0, 0.45); } .app-well-app.app-folder:hover > .overview-icon { - background-color: rgba(60, 64, 78, 0.95); } + background-color: rgba(8, 65, 80, 0.95); } .app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon { - color: #ffffff; - background-color: #5294e2; + color: #fdf6e3; + background-color: #268bd2; box-shadow: none; } .app-well-app.app-folder:focus > .overview-icon { - background-color: #5294e2; } + background-color: #268bd2; } .app-folder-popup { -arrow-border-radius: 2px; - -arrow-background-color: rgba(35, 38, 46, 0.95); + -arrow-background-color: rgba(3, 24, 29, 0.95); -arrow-border-color: rgba(0, 0, 0, 0.45); -arrow-border-width: 1px; -arrow-base: 5; @@ -1437,7 +1437,7 @@ StScrollBar { border-image: url("common-assets/dash/dash-left.svg") 9 9 9 9; } .workspace-thumbnail-indicator { - border: 4px solid rgba(82, 148, 226, 0.8); + border: 4px solid rgba(38, 139, 210, 0.8); border-radius: 1px; padding: 1px; } @@ -1452,7 +1452,7 @@ StScrollBar { color: #5c616c; } #message-tray { - background: #353945; + background: #073642; background-repeat: repeat; height: 72px; border: solid rgba(0, 0, 0, 0.6); @@ -1464,16 +1464,16 @@ StScrollBar { .message-tray-menu-button StIcon { padding: 0 20px; - color: rgba(186, 195, 207, 0.6); + color: rgba(101, 123, 131, 0.6); icon-size: 24px; } .message-tray-menu-button:hover StIcon, .message-tray-menu-button:active StIcon, .message-tray-menu-button:focus StIcon { - color: #BAC3CF; } + color: #657b83; } .no-messages-label { - color: rgba(186, 195, 207, 0.5); } + color: rgba(101, 123, 131, 0.5); } .summary-boxpointer { -arrow-border-radius: 3px; @@ -1490,12 +1490,12 @@ StScrollBar { border-image: none; padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu { - color: #BAC3CF; + color: #657b83; padding-top: 12px; padding-bottom: 12px; } .summary-boxpointer #summary-right-click-menu .popup-menu-item:active { - color: #ffffff; - background-color: #5294e2; } + color: #fdf6e3; + background-color: #268bd2; } .summary-boxpointer-stack-scrollview { max-height: 18em; padding-top: 8px; @@ -1512,7 +1512,7 @@ StScrollBar { .summary-source-counter { background-image: url("common-assets/misc/summary-counter.svg"); background-size: 26px; - color: #ffffff; + color: #fdf6e3; font-size: 10pt; font-weight: bold; height: 2.4em; @@ -1527,31 +1527,31 @@ StScrollBar { .summary-source-button:last-child:rtl { padding-left: 6px; } .summary-source-button .summary-source { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .summary-source-button:hover .summary-source { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .summary-source-button:focus .summary-source, .summary-source-button:selected .summary-source { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #fdf6e3; + border: 1px solid #268bd2; + background-color: #268bd2; } .url-highlighter { - link-color: #2679db; } + link-color: #1e6ea7; } .notification, #notification-container { width: 34em; } .notification { font-size: 1em; - color: #BAC3CF; + color: #657b83; padding: 12px 12px 12px 12px; spacing-rows: 4px; spacing-columns: 10px; @@ -1593,15 +1593,15 @@ StScrollBar { padding: 8px; } .notification StEntry { padding: 7px; - caret-color: #BAC3CF; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); + caret-color: #657b83; + color: #657b83; + background-color: rgba(18, 137, 167, 0.35); + border: 1px solid rgba(1, 9, 11, 0.35); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .notification StEntry:focus { - color: #ffffff; - background-color: #5294e2; - border: 1px solid #5294e2; + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .secondary-icon { @@ -1614,7 +1614,7 @@ StScrollBar { margin: 5px; } .chat-log-message { - color: #BAC3CF; } + color: #657b83; } .chat-new-group { padding-top: 1em; } @@ -1627,19 +1627,19 @@ StScrollBar { StEntry.chat-response { padding: 7px; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); + color: #657b83; + background-color: rgba(18, 137, 167, 0.35); + border: 1px solid rgba(1, 9, 11, 0.35); 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; + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .chat-sent { padding-left: 18pt; - color: #5294e2; } + color: #268bd2; } .chat-sent:rtl { padding-left: 0; padding-right: 18pt; } @@ -1648,7 +1648,7 @@ StEntry.chat-response { padding-left: 4px; font-size: 9pt; font-weight: bold; - color: rgba(186, 195, 207, 0.6); } + color: rgba(101, 123, 131, 0.6); } .chat-meta-message:rtl { padding-left: 0; padding-right: 4px; } @@ -1691,16 +1691,16 @@ StEntry.chat-response { .hotplug-resident-eject-button { padding: 7px; border-radius: 0 2px 2px 0; - color: #BAC3CF; + color: #657b83; border-left: none; } .magnifier-zoom-region { - border: 2px solid #5294e2; } + border: 2px solid #268bd2; } .magnifier-zoom-region.full-screen { border-width: 0; } #keyboard { - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(7, 54, 66, 0.95); border-width: 0; border-top-width: 1px; border-color: rgba(0, 0, 0, 0.2); } @@ -1720,31 +1720,31 @@ StEntry.chat-response { border-radius: 3px; box-shadow: none; background-gradient-direction: none; - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.35); } + background-color: rgba(18, 137, 167, 0.35); } .keyboard-key:hover { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #BAC3CF; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #657b83; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(119, 127, 151, 0.45); } + background-color: rgba(21, 163, 200, 0.45); } .keyboard-key:active, .keyboard-key:checked { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #ffffff; - border: 1px solid #5294e2; - background-color: #5294e2; } + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #fdf6e3; + border: 1px solid #268bd2; + background-color: #268bd2; } .keyboard-key:grayed { - text-shadow: 0 1px rgba(255, 255, 255, 0); - color: #5d626e; + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #234b56; border: 1px solid rgba(0, 0, 0, 0.35); - background-color: rgba(102, 109, 132, 0.2); } + background-color: rgba(18, 137, 167, 0.2); } .keyboard-subkeys { - color: #BAC3CF; + color: #657b83; padding: 5px; -arrow-border-radius: 2px; - -arrow-background-color: rgba(53, 57, 69, 0.95); + -arrow-background-color: rgba(7, 54, 66, 0.95); -arrow-border-width: 1px; -arrow-border-color: rgba(0, 0, 0, 0.4); -arrow-base: 20px; @@ -1754,20 +1754,20 @@ StEntry.chat-response { .candidate-popup-content { padding: 0.5em; spacing: 0.3em; - color: #BAC3CF; + color: #657b83; font-size: 1.15em; } .candidate-index { padding: 0 0.5em 0 0; - color: #d8dde4; } + color: #7f949c; } .candidate-box { padding: 0.3em 0.5em 0.3em 0.5em; border-radius: 2px; - color: #BAC3CF; } + color: #657b83; } .candidate-box:selected, .candidate-box:hover { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .candidate-page-button-box { height: 2em; } @@ -1796,7 +1796,7 @@ StEntry.chat-response { border-radius: 2px; } .framed-user-icon:hover { border-color: transparent; - color: white; } + color: #b8c4c9; } .login-dialog-banner-view { padding-top: 24px; @@ -1810,27 +1810,27 @@ StEntry.chat-response { .login-dialog .modal-dialog-button { padding: 3px 18px; } .login-dialog .modal-dialog-button:default { - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: #fbfbfc; - border: 1px solid #cfd6e6; + border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } .login-dialog .modal-dialog-button:default:hover, .login-dialog .modal-dialog-button:default:focus { - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: #5c616c; background-color: white; - border: 1px solid #cfd6e6; + border: 1px solid #657b83; box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); } .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; - box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); } + text-shadow: 0 1px rgba(253, 246, 227, 0); + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; + box-shadow: inset 0 1px rgba(38, 139, 210, 0.05); } .login-dialog .modal-dialog-button:default:insensitive { - text-shadow: 0 1px rgba(255, 255, 255, 0); + text-shadow: 0 1px rgba(253, 246, 227, 0); color: rgba(92, 97, 108, 0.55); - border: 1px solid rgba(207, 214, 230, 0.55); + border: 1px solid rgba(101, 123, 131, 0.55); background-color: rgba(251, 251, 252, 0.55); box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); } @@ -1838,13 +1838,13 @@ StEntry.chat-response { padding: 24px 0px; } .login-dialog-banner { - color: #9ca9ba; } + color: #4f6066; } .login-dialog-button-box { spacing: 5px; } .login-dialog-message-warning { - color: #F27835; } + color: #cb4b16; } .login-dialog-message-hint { padding-top: 0; @@ -1856,12 +1856,12 @@ StEntry.chat-response { padding-left: 2px; } .login-dialog-not-listed-button:focus .login-dialog-user-selection-box .login-dialog-not-listed-label, .login-dialog-not-listed-button:hover .login-dialog-user-selection-box .login-dialog-not-listed-label { - color: #BAC3CF; } + color: #657b83; } .login-dialog-not-listed-label { font-size: 90%; font-weight: bold; - color: #62758e; + color: #222a2d; padding-top: 1em; } .login-dialog-user-list-view { @@ -1872,32 +1872,32 @@ StEntry.chat-response { padding: .2em; width: 23em; } .login-dialog-user-list:expanded .login-dialog-user-list-item:focus { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in { - border-right: 2px solid #5294e2; } + border-right: 2px solid #268bd2; } .login-dialog-user-list-item { border-radius: 5px; padding: .2em; - color: #62758e; } + color: #222a2d; } .login-dialog-user-list-item:ltr { padding-right: 1em; } .login-dialog-user-list-item:rtl { padding-left: 1em; } .login-dialog-user-list-item:hover { - background-color: #5294e2; - color: #ffffff; } + background-color: #268bd2; + color: #fdf6e3; } .login-dialog-user-list-item .login-dialog-timed-login-indicator { height: 2px; margin: 2px 0 0 0; - background-color: #BAC3CF; } + background-color: #657b83; } .login-dialog-user-list-item:focus .login-dialog-timed-login-indicator { - background-color: #ffffff; } + background-color: #fdf6e3; } .login-dialog-username, .user-widget-label { - color: #BAC3CF; + color: #657b83; font-size: 120%; font-weight: bold; text-align: left; @@ -1916,7 +1916,7 @@ StEntry.chat-response { width: 23em; } .login-dialog-prompt-label { - color: #7e8fa5; + color: #394549; font-size: 110%; padding-top: 1em; } @@ -1924,11 +1924,11 @@ StEntry.chat-response { icon-size: 1.25em; } .login-dialog-session-list-button { - color: #62758e; } + color: #222a2d; } .login-dialog-session-list-button:hover, .login-dialog-session-list-button:focus { - color: #BAC3CF; } + color: #657b83; } .login-dialog-session-list-button:active { - color: #394351; } + color: black; } .screen-shield-arrows { padding-bottom: 3em; } @@ -1965,9 +1965,9 @@ StEntry.chat-response { .screen-shield-notifications-container .notification, .screen-shield-notifications-container .screen-shield-notification-source { padding: 12px 6px; - border: 1px solid rgba(186, 195, 207, 0.2); - background-color: rgba(53, 57, 69, 0.45); - color: #BAC3CF; + border: 1px solid rgba(101, 123, 131, 0.2); + background-color: rgba(7, 54, 66, 0.45); + color: #657b83; border-radius: 4px; } .screen-shield-notifications-container .notification { margin-right: 15px; } @@ -1980,7 +1980,7 @@ StEntry.chat-response { padding: 0px 0px 0px 12px; } #panel.lock-screen { - background-color: rgba(53, 57, 69, 0.5); } + background-color: rgba(7, 54, 66, 0.5); } .screen-shield-background { background: black; @@ -1995,7 +1995,7 @@ StEntry.chat-response { #screenShieldNotifications StButton#vhandle:hover, #screenShieldNotifications StButton#vhandle:focus, #screenShieldNotifications StButton#hhandle:hover, #screenShieldNotifications StButton#hhandle:focus { background-color: rgba(245, 246, 247, 0.5); } #screenShieldNotifications StButton#vhandle:active, #screenShieldNotifications StButton#hhandle:active { - background-color: rgba(82, 148, 226, 0.5); } + background-color: rgba(38, 139, 210, 0.5); } #LookingGlassDialog { spacing: 4px; @@ -2004,7 +2004,7 @@ StEntry.chat-response { border: 1px solid black; border-image: url("common-assets/misc/bg.svg") 9 9 9 9; border-radius: 2px; - color: #BAC3CF; } + color: #657b83; } #LookingGlassDialog > #Toolbar { padding: 3px; border: none; @@ -2016,7 +2016,7 @@ StEntry.chat-response { -natural-hpadding: 12px; -minimum-hpadding: 6px; font-weight: bold; - color: #BAC3CF; + color: #657b83; transition-duration: 100ms; padding-left: .3em; padding-right: .3em; } @@ -2025,7 +2025,7 @@ StEntry.chat-response { text-shadow: black 0px 2px 2px; } #LookingGlassDialog .notebook-tab:selected { border-bottom-width: 0px; - color: #5294e2; + color: #268bd2; text-shadow: black 0px 2px 2px; } #LookingGlassDialog StBoxLayout#EvalBox { padding: 4px; @@ -2034,22 +2034,22 @@ StEntry.chat-response { spacing: 4px; } .lg-dialog StEntry { - selection-background-color: #5294e2; - selected-color: #ffffff; - color: #BAC3CF; - background-color: rgba(102, 109, 132, 0.35); - border: 1px solid rgba(26, 28, 34, 0.35); + selection-background-color: #268bd2; + selected-color: #fdf6e3; + color: #657b83; + background-color: rgba(18, 137, 167, 0.35); + border: 1px solid rgba(1, 9, 11, 0.35); 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; + color: #fdf6e3; + background-color: #268bd2; + border: 1px solid #268bd2; box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); } .lg-dialog .shell-link { - color: #2679db; } + color: #1e6ea7; } .lg-dialog .shell-link:hover { - color: #5294e2; } + color: #268bd2; } .lg-completions-text { font-size: .9em; @@ -2063,7 +2063,7 @@ StEntry.chat-response { padding: 4px; border-radius: 4px; } .lg-obj-inspector-button:hover { - border: 1px solid #ffffff; } + border: 1px solid #fdf6e3; } #lookingGlassExtensions { padding: 4px; } @@ -2075,7 +2075,7 @@ StEntry.chat-response { .lg-extension { border: 1px solid rgba(0, 0, 0, 0.7); border-radius: 2px; - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(7, 54, 66, 0.95); padding: 4px; } .lg-extension-name { 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 e214088..f63a213 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 @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 6b5caeb..6504d09 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 @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 da48d45..89b2c49 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,7 +145,7 @@ id="g5400-2"> <rect ry="2" - 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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fdf6e3;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/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg index d50e0e2..08ee9e5 100644 --- a/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg +++ b/common/gnome-shell/3.14/light-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/gnome-shell/3.14/light-assets/menu/menu.svg index 5ae7466..c734734 100644 --- a/common/gnome-shell/3.14/light-assets/menu/menu.svg +++ b/common/gnome-shell/3.14/light-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#ffffff;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="display:inline;opacity:1;fill:#fdf6e3;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.14/light-assets/misc/button-box.svg b/common/gnome-shell/3.14/light-assets/misc/button-box.svg index 036f0d1..414081a 100644 --- a/common/gnome-shell/3.14/light-assets/misc/button-box.svg +++ b/common/gnome-shell/3.14/light-assets/misc/button-box.svg @@ -22,7 +22,7 @@ clipPathUnits="userSpaceOnUse" id="clipPath4228"> <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:#268bd2;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="rect4230" width="38" height="29.000017" @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -83,7 +83,7 @@ id="layer1" transform="translate(-5,-1027.3622)"> <path - style="opacity:0.95;fill:#353945;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:0.95;fill:#073642;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 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" id="rect4145-1" inkscape:connector-curvature="0" 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 33f401d..04ffc1b 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg index 5602eff..38c2368 100644 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg +++ b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 5586d55..df438fc 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg index 734b53b..2195675 100644 --- a/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg +++ b/common/gnome-shell/3.14/light-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 fa7a4f0..0f9d26f 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 6d6991a..dfe1d09 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 @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4157" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4160" /> </linearGradient> @@ -57,7 +57,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -134,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:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 73685e0..f1c40f2 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4148" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -117,7 +117,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:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#91949c;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.svg b/common/gnome-shell/3.14/light-assets/misc/message-close.svg index cd11de2..d098bc9 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message-close.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message-close.svg @@ -20,7 +20,7 @@ id="defs5997" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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 +97,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:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#91949c;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-hover.svg b/common/gnome-shell/3.14/light-assets/misc/message-hover.svg index 8c1e2d8..153a888 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -50,7 +50,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 039cb8f..d4096ee 100644 --- a/common/gnome-shell/3.14/light-assets/misc/message.svg +++ b/common/gnome-shell/3.14/light-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4153" /> </linearGradient> @@ -41,7 +41,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -79,7 +79,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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/modal.svg b/common/gnome-shell/3.14/light-assets/misc/modal.svg index b61f537..31894db 100644 --- a/common/gnome-shell/3.14/light-assets/misc/modal.svg +++ b/common/gnome-shell/3.14/light-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview diff --git a/common/gnome-shell/3.14/light-assets/switch/switch-off.svg b/common/gnome-shell/3.14/light-assets/switch/switch-off.svg index 96749e2..c07aa05 100644 --- a/common/gnome-shell/3.14/light-assets/switch/switch-off.svg +++ b/common/gnome-shell/3.14/light-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -174,7 +174,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -195,7 +195,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;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/light-assets/switch/switch-on.svg b/common/gnome-shell/3.14/light-assets/switch/switch-on.svg index 9945e14..c7d9d3d 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4181" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.14/sass/_colors.scss b/common/gnome-shell/3.14/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gnome-shell/3.14/sass/_colors.scss +++ b/common/gnome-shell/3.14/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 91508cb..afd4229 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -2466,7 +2466,7 @@ StEntry.chat-response { border: 1px solid gray; padding: 4px; border-radius: 4px; - &:hover { border: 1px solid #ffffff; } + &:hover { border: 1px solid #fdf6e3; } } #lookingGlassExtensions { padding: 4px; } diff --git a/common/gnome-shell/3.16/common-assets/dash/dash-left.svg b/common/gnome-shell/3.16/common-assets/dash/dash-left.svg index 5fb7bf2..0571ee3 100644 --- a/common/gnome-shell/3.16/common-assets/dash/dash-left.svg +++ b/common/gnome-shell/3.16/common-assets/dash/dash-left.svg @@ -20,7 +20,7 @@ id="defs4795" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -63,7 +63,7 @@ transform="translate(0,1004.3622)" id="rect4749-1" /> <path - style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#073642;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" id="rect4749-48" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg b/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg index cbae148..ff43dfc 100644 --- a/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg +++ b/common/gnome-shell/3.16/common-assets/dash/dash-placeholder.svg @@ -24,11 +24,11 @@ <linearGradient id="linearGradient39563-4-2"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop39565-1-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop39567-7-9" /> </linearGradient> @@ -44,11 +44,11 @@ <linearGradient id="linearGradient39573-6-1"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop39575-5-6" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop39577-1-2" /> </linearGradient> @@ -78,7 +78,7 @@ transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)" d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" id="path99973" - style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + style="color:#000000;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.16/common-assets/dash/dash-right.svg b/common/gnome-shell/3.16/common-assets/dash/dash-right.svg index 64c1e9b..1fabd7f 100644 --- a/common/gnome-shell/3.16/common-assets/dash/dash-right.svg +++ b/common/gnome-shell/3.16/common-assets/dash/dash-right.svg @@ -20,7 +20,7 @@ id="defs4795" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -71,7 +71,7 @@ inkscape:connector-curvature="0" id="rect4749-48" d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" - style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.95;fill:#073642;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.16/common-assets/dash/running1.svg b/common/gnome-shell/3.16/common-assets/dash/running1.svg index 45036e2..80a50e9 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running1.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> 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 365fa90..7921561 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running2.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running2.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> 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 0de3f4b..abe61a5 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running3.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="1" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4139" /> </linearGradient> 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 33ec9cf..a74851b 100644 --- a/common/gnome-shell/3.16/common-assets/dash/running4.svg +++ b/common/gnome-shell/3.16/common-assets/dash/running4.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="1" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> 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 4d3f262..6cdbdbe 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg b/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg index 4962ebc..ce3763c 100644 --- a/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg +++ b/common/gnome-shell/3.16/common-assets/menu/menu-separator.svg @@ -20,7 +20,7 @@ id="defs7539" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.16/common-assets/misc/bg.svg b/common/gnome-shell/3.16/common-assets/misc/bg.svg index feeddea..1e6d24d 100644 --- a/common/gnome-shell/3.16/common-assets/misc/bg.svg +++ b/common/gnome-shell/3.16/common-assets/misc/bg.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#353945;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="display:inline;opacity:0.95;fill:#073642;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.16/common-assets/misc/close-active.svg b/common/gnome-shell/3.16/common-assets/misc/close-active.svg index 95822bf..8c060c8 100644 --- a/common/gnome-shell/3.16/common-assets/misc/close-active.svg +++ b/common/gnome-shell/3.16/common-assets/misc/close-active.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.16/common-assets/misc/close-hover.svg b/common/gnome-shell/3.16/common-assets/misc/close-hover.svg index 7b52140..0f6121d 100644 --- a/common/gnome-shell/3.16/common-assets/misc/close-hover.svg +++ b/common/gnome-shell/3.16/common-assets/misc/close-hover.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.16/common-assets/misc/close.svg b/common/gnome-shell/3.16/common-assets/misc/close.svg index e221a33..e44adc7 100644 --- a/common/gnome-shell/3.16/common-assets/misc/close.svg +++ b/common/gnome-shell/3.16/common-assets/misc/close.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg b/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg index 357a544..9409960 100644 --- a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg +++ b/common/gnome-shell/3.16/common-assets/misc/corner-ripple-ltr.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg b/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg index 57176d2..e9237cd 100644 --- a/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg +++ b/common/gnome-shell/3.16/common-assets/misc/corner-ripple-rtl.svg @@ -17,7 +17,7 @@ inkscape:version="0.91 r13725" sodipodi:docname="corner-ripple-rtl.svg"> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" 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 8625db8..6645d74 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -142,17 +142,17 @@ </g> </g> <g - style="fill:#ffffff;fill-opacity:1" + style="fill:#fdf6e3;fill-opacity:1" transform="matrix(0.765075,0,0,0.765075,1.8805941,1.8794795)" id="g2996"> <g - style="fill:#ffffff;fill-opacity:1" + style="fill:#fdf6e3;fill-opacity:1" transform="translate(-60,-518)" id="layer12"> <g transform="translate(19,-242)" id="layer4-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> </g> diff --git a/common/gnome-shell/3.16/common-assets/misc/osd.svg b/common/gnome-shell/3.16/common-assets/misc/osd.svg index df41a00..57addde 100644 --- a/common/gnome-shell/3.16/common-assets/misc/osd.svg +++ b/common/gnome-shell/3.16/common-assets/misc/osd.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#002b36;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4164-4-3" width="23" height="21.999889" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#252a35;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="display:inline;opacity:0.95;fill:#002b36;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="rect4164" width="22" height="20.999971" 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 00c1556..846f13d 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 @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg index 249100d..053ffe7 100644 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg +++ b/common/gnome-shell/3.16/common-assets/misc/page-indicator-checked.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;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/misc/page-indicator-hover.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg index b560780..1a2692a 100644 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg +++ b/common/gnome-shell/3.16/common-assets/misc/page-indicator-hover.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg b/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg index 712573b..3c066d0 100644 --- a/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg +++ b/common/gnome-shell/3.16/common-assets/misc/page-indicator-inactive.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.16/common-assets/misc/process-working.svg b/common/gnome-shell/3.16/common-assets/misc/process-working.svg index 33ebb09..444961b 100644 --- a/common/gnome-shell/3.16/common-assets/misc/process-working.svg +++ b/common/gnome-shell/3.16/common-assets/misc/process-working.svg @@ -36,38 +36,38 @@ <stop id="stop8233-28-5-27-1" offset="0" - style="stop-color:#ffffff;stop-opacity:0" /> + style="stop-color:#fdf6e3;stop-opacity:0" /> <stop - style="stop-color:#ffffff;stop-opacity:0.15428571" + style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop8235-7-3-94-3" /> <stop id="stop8237-7-8-20-2" offset="0.54270232" - style="stop-color:#ffffff;stop-opacity:0.33714285" /> + style="stop-color:#fdf6e3;stop-opacity:0.33714285" /> <stop id="stop8239-2-9-1-9" offset="1" - style="stop-color:#ffffff;stop-opacity:1" /> + style="stop-color:#fdf6e3;stop-opacity:1" /> </linearGradient> <linearGradient id="linearGradient5767-6"> <stop id="stop5769-0" offset="0" - style="stop-color:#bebebe;stop-opacity:0" /> + style="stop-color:#657b83;stop-opacity:0" /> <stop - style="stop-color:#ffffff;stop-opacity:0" + style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop5771-1" /> <stop id="stop5773-7" offset="0.75051737" - style="stop-color:#ffffff;stop-opacity:0.42857143" /> + style="stop-color:#fdf6e3;stop-opacity:0.42857143" /> <stop id="stop5775-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1" /> + style="stop-color:#fdf6e3;stop-opacity:1" /> </linearGradient> <radialGradient inkscape:collect="always" 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 ae5c602..32c73a6 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 @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -83,7 +83,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> diff --git a/common/gnome-shell/3.16/common-assets/panel/activities.svg b/common/gnome-shell/3.16/common-assets/panel/activities.svg index b4a4b0d..b3bcad9 100644 --- a/common/gnome-shell/3.16/common-assets/panel/activities.svg +++ b/common/gnome-shell/3.16/common-assets/panel/activities.svg @@ -24,7 +24,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -134,21 +134,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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/panel/panel-overview.svg b/common/gnome-shell/3.16/common-assets/panel/panel-overview.svg index c955747..0c21ba4 100644 --- a/common/gnome-shell/3.16/common-assets/panel/panel-overview.svg +++ b/common/gnome-shell/3.16/common-assets/panel/panel-overview.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" diff --git a/common/gnome-shell/3.16/common-assets/panel/panel.svg b/common/gnome-shell/3.16/common-assets/panel/panel.svg index c0a64da..1bd946e 100644 --- a/common/gnome-shell/3.16/common-assets/panel/panel.svg +++ b/common/gnome-shell/3.16/common-assets/panel/panel.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" 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 c374f22..a6bca3a 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4164" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -122,7 +122,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -223,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:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 a86b37a..ccf2299 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4171" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 0c2a8ee..4789a32 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 b17ab7c..8f431e7 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 0c111f0..77c4256 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#002b36;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/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg index d7c2217..d7ce8c4 100644 --- a/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg +++ b/common/gnome-shell/3.16/dark-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/gnome-shell/3.16/dark-assets/menu/menu.svg index 44e295d..2566cb6 100644 --- a/common/gnome-shell/3.16/dark-assets/menu/menu.svg +++ b/common/gnome-shell/3.16/dark-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#383c4a;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="display:inline;opacity:1;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.16/dark-assets/misc/button-box.svg b/common/gnome-shell/3.16/dark-assets/misc/button-box.svg index 0342698..48e1932 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/button-box.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/button-box.svg @@ -22,7 +22,7 @@ clipPathUnits="userSpaceOnUse" id="clipPath4228"> <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:#268bd2;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="rect4230" width="38" height="29.000017" @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -83,7 +83,7 @@ id="layer1" transform="translate(-5,-1027.3622)"> <path - style="opacity:0.95;fill:#353945;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:0.95;fill:#073642;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 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" id="rect4145-1" inkscape:connector-curvature="0" 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 33f401d..04ffc1b 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg index 5602eff..38c2368 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 5586d55..df438fc 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg index 734b53b..2195675 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 6555c32..9a72545 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 d678a90..cd798c1 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 @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4157" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4160" /> </linearGradient> @@ -57,7 +57,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -134,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:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 6ed2ec1..1456c46 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4148" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -117,7 +117,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:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#adafb5;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.svg b/common/gnome-shell/3.16/dark-assets/misc/message-close.svg index 66a5203..a524ba5 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message-close.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message-close.svg @@ -20,7 +20,7 @@ id="defs5997" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -97,7 +97,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:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#adafb5;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-hover.svg b/common/gnome-shell/3.16/dark-assets/misc/message-hover.svg index 7ab720c..0b5bd06 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.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 7c8f1b6..c9615d6 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/message.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.16/dark-assets/misc/modal.svg b/common/gnome-shell/3.16/dark-assets/misc/modal.svg index ec0b945..fa76036 100644 --- a/common/gnome-shell/3.16/dark-assets/misc/modal.svg +++ b/common/gnome-shell/3.16/dark-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview @@ -82,7 +82,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.99999999;fill:#323644;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="display:inline;opacity:0.99999999;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg b/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg index 68eed5d..3f50bda 100644 --- a/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg +++ b/common/gnome-shell/3.16/dark-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -195,7 +195,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;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/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.16/dark-assets/switch/switch-on.svg index b6a9be9..0c5f216 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 @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -113,7 +113,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -203,7 +203,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -223,7 +223,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -232,7 +232,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> </g> 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 5397452..712a930 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 @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 5638dc6..3e695f2 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 @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 da48d45..89b2c49 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,7 +145,7 @@ id="g5400-2"> <rect ry="2" - 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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fdf6e3;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/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg index d50e0e2..08ee9e5 100644 --- a/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg +++ b/common/gnome-shell/3.16/light-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/gnome-shell/3.16/light-assets/menu/menu.svg index 5ae7466..c734734 100644 --- a/common/gnome-shell/3.16/light-assets/menu/menu.svg +++ b/common/gnome-shell/3.16/light-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#ffffff;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="display:inline;opacity:1;fill:#fdf6e3;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.16/light-assets/misc/button-box.svg b/common/gnome-shell/3.16/light-assets/misc/button-box.svg index 036f0d1..414081a 100644 --- a/common/gnome-shell/3.16/light-assets/misc/button-box.svg +++ b/common/gnome-shell/3.16/light-assets/misc/button-box.svg @@ -22,7 +22,7 @@ clipPathUnits="userSpaceOnUse" id="clipPath4228"> <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:#268bd2;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="rect4230" width="38" height="29.000017" @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -83,7 +83,7 @@ id="layer1" transform="translate(-5,-1027.3622)"> <path - style="opacity:0.95;fill:#353945;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:0.95;fill:#073642;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 27,1027.3622 0,17.9445 c 0,0.5848 -0.4906,1.0555 -1.1,1.0555 l -19.8,0 c -0.6094,0 -1.1,-0.4707 -1.1,-1.0555 l 0,-17.9445 z" id="rect4145-1" inkscape:connector-curvature="0" 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 33f401d..04ffc1b 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg index 5602eff..38c2368 100644 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg +++ b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 5586d55..df438fc 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg index 734b53b..2195675 100644 --- a/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg +++ b/common/gnome-shell/3.16/light-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 26baa11..1261935 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 d678a90..cd798c1 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 @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4157" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4160" /> </linearGradient> @@ -57,7 +57,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -134,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:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 73685e0..f1c40f2 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4148" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -117,7 +117,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:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#91949c;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.svg b/common/gnome-shell/3.16/light-assets/misc/message-close.svg index cd11de2..d098bc9 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message-close.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message-close.svg @@ -20,7 +20,7 @@ id="defs5997" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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 +97,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:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#91949c;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-hover.svg b/common/gnome-shell/3.16/light-assets/misc/message-hover.svg index 8c1e2d8..153a888 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -50,7 +50,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 039cb8f..d4096ee 100644 --- a/common/gnome-shell/3.16/light-assets/misc/message.svg +++ b/common/gnome-shell/3.16/light-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4153" /> </linearGradient> @@ -41,7 +41,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -79,7 +79,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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/modal.svg b/common/gnome-shell/3.16/light-assets/misc/modal.svg index b61f537..31894db 100644 --- a/common/gnome-shell/3.16/light-assets/misc/modal.svg +++ b/common/gnome-shell/3.16/light-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview diff --git a/common/gnome-shell/3.16/light-assets/switch/switch-off.svg b/common/gnome-shell/3.16/light-assets/switch/switch-off.svg index 96749e2..c07aa05 100644 --- a/common/gnome-shell/3.16/light-assets/switch/switch-off.svg +++ b/common/gnome-shell/3.16/light-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -174,7 +174,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -195,7 +195,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;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/light-assets/switch/switch-on.svg b/common/gnome-shell/3.16/light-assets/switch/switch-on.svg index ff81a42..fe9b2d0 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4181" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.16/sass/_colors.scss b/common/gnome-shell/3.16/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gnome-shell/3.16/sass/_colors.scss +++ b/common/gnome-shell/3.16/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss index 8b947f7..bc8ca6c 100644 --- a/common/gnome-shell/3.16/sass/_common.scss +++ b/common/gnome-shell/3.16/sass/_common.scss @@ -2223,7 +2223,7 @@ $legacy_icon_size: 24px; border: 1px solid gray; padding: 4px; border-radius: 4px; - &:hover { border: 1px solid #ffffff; } + &:hover { border: 1px solid #fdf6e3; } } #lookingGlassExtensions { padding: 4px; } diff --git a/common/gnome-shell/3.18/common-assets/dash/dash-left.svg b/common/gnome-shell/3.18/common-assets/dash/dash-left.svg index 5fb7bf2..0571ee3 100644 --- a/common/gnome-shell/3.18/common-assets/dash/dash-left.svg +++ b/common/gnome-shell/3.18/common-assets/dash/dash-left.svg @@ -20,7 +20,7 @@ id="defs4795" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -63,7 +63,7 @@ transform="translate(0,1004.3622)" id="rect4749-1" /> <path - style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#073642;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" id="rect4749-48" inkscape:connector-curvature="0" diff --git a/common/gnome-shell/3.18/common-assets/dash/dash-placeholder.svg b/common/gnome-shell/3.18/common-assets/dash/dash-placeholder.svg index cbae148..ff43dfc 100644 --- a/common/gnome-shell/3.18/common-assets/dash/dash-placeholder.svg +++ b/common/gnome-shell/3.18/common-assets/dash/dash-placeholder.svg @@ -24,11 +24,11 @@ <linearGradient id="linearGradient39563-4-2"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop39565-1-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop39567-7-9" /> </linearGradient> @@ -44,11 +44,11 @@ <linearGradient id="linearGradient39573-6-1"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop39575-5-6" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop39577-1-2" /> </linearGradient> @@ -78,7 +78,7 @@ transform="matrix(0.43589747,0,0,0.43589747,28.487179,275)" d="M 61,487.5 C 61,493.29899 56.29899,498 50.5,498 44.70101,498 40,493.29899 40,487.5 40,481.70101 44.70101,477 50.5,477 c 5.79899,0 10.5,4.70101 10.5,10.5 z" id="path99973" - style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> + style="color:#000000;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.18/common-assets/dash/dash-right.svg b/common/gnome-shell/3.18/common-assets/dash/dash-right.svg index 64c1e9b..1fabd7f 100644 --- a/common/gnome-shell/3.18/common-assets/dash/dash-right.svg +++ b/common/gnome-shell/3.18/common-assets/dash/dash-right.svg @@ -20,7 +20,7 @@ id="defs4795" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -71,7 +71,7 @@ inkscape:connector-curvature="0" id="rect4749-48" d="m 45,1005.3622 c 1.108,0 2,0.892 2,2 l 0,42 c 0,1.108 -0.892,2 -2,2 l -45,0 0,-46 z" - style="display:inline;opacity:0.95;fill:#353945;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.95;fill:#073642;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> </g> </svg> diff --git a/common/gnome-shell/3.18/common-assets/dash/running1.svg b/common/gnome-shell/3.18/common-assets/dash/running1.svg index 45036e2..80a50e9 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running1.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running1.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> 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 365fa90..7921561 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running2.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running2.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="0" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> 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 0de3f4b..abe61a5 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running3.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running3.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="1" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4139" /> </linearGradient> 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 33ec9cf..a74851b 100644 --- a/common/gnome-shell/3.18/common-assets/dash/running4.svg +++ b/common/gnome-shell/3.18/common-assets/dash/running4.svg @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#808080" borderopacity="1" inkscape:pageopacity="1" @@ -81,7 +81,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> 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 4d3f262..6cdbdbe 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.18/common-assets/menu/menu-separator.svg b/common/gnome-shell/3.18/common-assets/menu/menu-separator.svg index 4962ebc..ce3763c 100644 --- a/common/gnome-shell/3.18/common-assets/menu/menu-separator.svg +++ b/common/gnome-shell/3.18/common-assets/menu/menu-separator.svg @@ -20,7 +20,7 @@ id="defs7539" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.18/common-assets/misc/bg.svg b/common/gnome-shell/3.18/common-assets/misc/bg.svg index feeddea..1e6d24d 100644 --- a/common/gnome-shell/3.18/common-assets/misc/bg.svg +++ b/common/gnome-shell/3.18/common-assets/misc/bg.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#353945;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="display:inline;opacity:0.95;fill:#073642;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.18/common-assets/misc/close-active.svg b/common/gnome-shell/3.18/common-assets/misc/close-active.svg index 95822bf..8c060c8 100644 --- a/common/gnome-shell/3.18/common-assets/misc/close-active.svg +++ b/common/gnome-shell/3.18/common-assets/misc/close-active.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.18/common-assets/misc/close-hover.svg b/common/gnome-shell/3.18/common-assets/misc/close-hover.svg index 7b52140..0f6121d 100644 --- a/common/gnome-shell/3.18/common-assets/misc/close-hover.svg +++ b/common/gnome-shell/3.18/common-assets/misc/close-hover.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.18/common-assets/misc/close.svg b/common/gnome-shell/3.18/common-assets/misc/close.svg index e221a33..e44adc7 100644 --- a/common/gnome-shell/3.18/common-assets/misc/close.svg +++ b/common/gnome-shell/3.18/common-assets/misc/close.svg @@ -88,13 +88,13 @@ style="display:inline;fill:#000000;fill-opacity:1" /></g><g inkscape:label="window-close" id="g27275-6-6" - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" transform="matrix(0.72727273,0,0,0.72727273,4.2045495,3.5383247)"><g transform="translate(-41,-760)" id="g27277-1-1" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path d="m 44.226475,764.17222 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,-1e-5 -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" inkscape:connector-curvature="0" id="path27279-0-5" - 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:#657b83;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" sodipodi:nodetypes="ccsccccccccccccccccccccccc" /></g></g></svg>
\ No newline at end of file diff --git a/common/gnome-shell/3.18/common-assets/misc/corner-ripple-ltr.svg b/common/gnome-shell/3.18/common-assets/misc/corner-ripple-ltr.svg index 357a544..9409960 100644 --- a/common/gnome-shell/3.18/common-assets/misc/corner-ripple-ltr.svg +++ b/common/gnome-shell/3.18/common-assets/misc/corner-ripple-ltr.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.18/common-assets/misc/corner-ripple-rtl.svg b/common/gnome-shell/3.18/common-assets/misc/corner-ripple-rtl.svg index 57176d2..e9237cd 100644 --- a/common/gnome-shell/3.18/common-assets/misc/corner-ripple-rtl.svg +++ b/common/gnome-shell/3.18/common-assets/misc/corner-ripple-rtl.svg @@ -17,7 +17,7 @@ inkscape:version="0.91 r13725" sodipodi:docname="corner-ripple-rtl.svg"> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" 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 b5fa6be..70ab1dd 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4147" /> </linearGradient> @@ -142,17 +142,17 @@ </g> </g> <g - style="fill:#ffffff;fill-opacity:1" + style="fill:#fdf6e3;fill-opacity:1" transform="matrix(0.765075,0,0,0.765075,1.8805941,1.8794795)" id="g2996"> <g - style="fill:#ffffff;fill-opacity:1" + style="fill:#fdf6e3;fill-opacity:1" transform="translate(-60,-518)" id="layer12"> <g transform="translate(19,-242)" id="layer4-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> </g> diff --git a/common/gnome-shell/3.18/common-assets/misc/osd.svg b/common/gnome-shell/3.18/common-assets/misc/osd.svg index df41a00..57addde 100644 --- a/common/gnome-shell/3.18/common-assets/misc/osd.svg +++ b/common/gnome-shell/3.18/common-assets/misc/osd.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#0f1116;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:none;fill-opacity:1;stroke:#002b36;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4164-4-3" width="23" height="21.999889" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:0.95;fill:#252a35;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="display:inline;opacity:0.95;fill:#002b36;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="rect4164" width="22" height="20.999971" 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 00c1556..846f13d 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 @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> diff --git a/common/gnome-shell/3.18/common-assets/misc/page-indicator-checked.svg b/common/gnome-shell/3.18/common-assets/misc/page-indicator-checked.svg index 249100d..053ffe7 100644 --- a/common/gnome-shell/3.18/common-assets/misc/page-indicator-checked.svg +++ b/common/gnome-shell/3.18/common-assets/misc/page-indicator-checked.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;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/misc/page-indicator-hover.svg b/common/gnome-shell/3.18/common-assets/misc/page-indicator-hover.svg index b560780..1a2692a 100644 --- a/common/gnome-shell/3.18/common-assets/misc/page-indicator-hover.svg +++ b/common/gnome-shell/3.18/common-assets/misc/page-indicator-hover.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;fill-opacity:0.54901963;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.18/common-assets/misc/page-indicator-inactive.svg b/common/gnome-shell/3.18/common-assets/misc/page-indicator-inactive.svg index 712573b..3c066d0 100644 --- a/common/gnome-shell/3.18/common-assets/misc/page-indicator-inactive.svg +++ b/common/gnome-shell/3.18/common-assets/misc/page-indicator-inactive.svg @@ -58,7 +58,7 @@ inkscape:groupmode="layer" transform="translate(0,2)"> <circle - style="opacity:1;fill:#ffffff;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" + style="opacity:1;fill:#fdf6e3;fill-opacity:0.31455398;stroke:none;stroke-opacity:0.70588235" id="path4136" cx="9" cy="7" diff --git a/common/gnome-shell/3.18/common-assets/misc/process-working.svg b/common/gnome-shell/3.18/common-assets/misc/process-working.svg index 7ae13c7..f3d67d4 100644 --- a/common/gnome-shell/3.18/common-assets/misc/process-working.svg +++ b/common/gnome-shell/3.18/common-assets/misc/process-working.svg @@ -13,129 +13,129 @@ <defs id="defs5373"> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient35326" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient8231-1-4-4-1"> - <stop id="stop8233-28-5-27-1" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop8235-7-3-94-3"/> - <stop id="stop8237-7-8-20-2" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop8239-2-9-1-9" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop8233-28-5-27-1" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop8235-7-3-94-3"/> + <stop id="stop8237-7-8-20-2" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop8239-2-9-1-9" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient35230" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient5767-6"> - <stop id="stop5769-0" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop5771-1"/> - <stop id="stop5773-7" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop5775-8" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop5769-0" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop5771-1"/> + <stop id="stop5773-7" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop5775-8" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10255" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10257"> - <stop id="stop10259" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10261"/> - <stop id="stop10263" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10265" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10259" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10261"/> + <stop id="stop10263" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10265" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10267" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10269"> - <stop id="stop10271" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10273"/> - <stop id="stop10275" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10277" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10271" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10273"/> + <stop id="stop10275" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10277" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10279" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10281"> - <stop id="stop10283" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10285"/> - <stop id="stop10287" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10289" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10283" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10285"/> + <stop id="stop10287" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10289" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10291" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10293"> - <stop id="stop10295" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10297"/> - <stop id="stop10299" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10301" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10295" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10297"/> + <stop id="stop10299" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10301" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10303" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10305"> - <stop id="stop10307" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10309"/> - <stop id="stop10311" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10313" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10307" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10309"/> + <stop id="stop10311" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10313" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10315" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10317"> - <stop id="stop10319" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10321"/> - <stop id="stop10323" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10325" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10319" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10321"/> + <stop id="stop10323" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10325" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10327" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10329"> - <stop id="stop10331" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10333"/> - <stop id="stop10335" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10337" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10331" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10333"/> + <stop id="stop10335" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10337" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10339" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10341"> - <stop id="stop10343" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10345"/> - <stop id="stop10347" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10349" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10343" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10345"/> + <stop id="stop10347" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10349" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10351" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10353"> - <stop id="stop10355" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10357"/> - <stop id="stop10359" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10361" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10355" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10357"/> + <stop id="stop10359" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10361" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10363" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10365"> - <stop id="stop10367" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10369"/> - <stop id="stop10371" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10373" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10367" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10369"/> + <stop id="stop10371" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10373" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10375" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10377"> - <stop id="stop10379" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10381"/> - <stop id="stop10383" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10385" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10379" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10381"/> + <stop id="stop10383" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10385" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10387" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10389"> - <stop id="stop10391" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10393"/> - <stop id="stop10395" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10397" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10391" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10393"/> + <stop id="stop10395" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10397" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10399" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10401"> - <stop id="stop10403" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10405"/> - <stop id="stop10407" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10409" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10403" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10405"/> + <stop id="stop10407" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10409" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10411" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10413"> - <stop id="stop10415" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10417"/> - <stop id="stop10419" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10421" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10415" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10417"/> + <stop id="stop10419" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10421" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10423" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <linearGradient id="linearGradient10425"> - <stop id="stop10427" offset="0" style="stop-color:#ffffff;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0.15428571" offset="0.31861392" id="stop10429"/> - <stop id="stop10431" offset="0.54270232" style="stop-color:#ffffff;stop-opacity:0.33714285"/> - <stop id="stop10433" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10427" offset="0" style="stop-color:#fdf6e3;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0.15428571" offset="0.31861392" id="stop10429"/> + <stop id="stop10431" offset="0.54270232" style="stop-color:#fdf6e3;stop-opacity:0.33714285"/> + <stop id="stop10433" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10435" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> <linearGradient id="linearGradient10437"> - <stop id="stop10439" offset="0" style="stop-color:#bebebe;stop-opacity:0"/> - <stop style="stop-color:#ffffff;stop-opacity:0" offset="0.31861392" id="stop10441"/> - <stop id="stop10443" offset="0.75051737" style="stop-color:#ffffff;stop-opacity:0.42857143"/> - <stop id="stop10445" offset="1" style="stop-color:#ffffff;stop-opacity:1"/> + <stop id="stop10439" offset="0" style="stop-color:#657b83;stop-opacity:0"/> + <stop style="stop-color:#fdf6e3;stop-opacity:0" offset="0.31861392" id="stop10441"/> + <stop id="stop10443" offset="0.75051737" style="stop-color:#fdf6e3;stop-opacity:0.42857143"/> + <stop id="stop10445" offset="1" style="stop-color:#fdf6e3;stop-opacity:1"/> </linearGradient> <radialGradient inkscape:collect="always" xlink:href="#linearGradient8231-1-4-4-1" id="radialGradient10709" gradientUnits="userSpaceOnUse" gradientTransform="matrix(2.229454,-1.2865389,1.2087442,2.0939897,-228.90301,-208.08725)" cx="-0.067823187" cy="188.51917" fx="-0.067823187" fy="188.51917" r="27.330345"/> <radialGradient inkscape:collect="always" xlink:href="#linearGradient5767-6" id="radialGradient10711" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.1252013,-0.60470548,0.56813832,1.0568583,-107.67128,-11.948108)" cx="0.053942412" cy="189.15244" fx="0.053942412" fy="189.15244" r="27.330345"/> 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 ae5c602..32c73a6 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 @@ -26,7 +26,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -83,7 +83,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4140" /> </linearGradient> diff --git a/common/gnome-shell/3.18/common-assets/panel/activities.svg b/common/gnome-shell/3.18/common-assets/panel/activities.svg index b4a4b0d..b3bcad9 100644 --- a/common/gnome-shell/3.18/common-assets/panel/activities.svg +++ b/common/gnome-shell/3.18/common-assets/panel/activities.svg @@ -24,7 +24,7 @@ stroke="#ef2929" fill="#f57900" id="base" - pagecolor="#bebebe" + pagecolor="#657b83" bordercolor="#525252" borderopacity="1" inkscape:pageopacity="1" @@ -134,21 +134,21 @@ id="layer1" transform="translate(0,-276)"> <rect - style="opacity:1;fill:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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:#ffffff;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:#fdf6e3;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/panel/panel-overview.svg b/common/gnome-shell/3.18/common-assets/panel/panel-overview.svg index c955747..0c21ba4 100644 --- a/common/gnome-shell/3.18/common-assets/panel/panel-overview.svg +++ b/common/gnome-shell/3.18/common-assets/panel/panel-overview.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" diff --git a/common/gnome-shell/3.18/common-assets/panel/panel.svg b/common/gnome-shell/3.18/common-assets/panel/panel.svg index c0a64da..1bd946e 100644 --- a/common/gnome-shell/3.18/common-assets/panel/panel.svg +++ b/common/gnome-shell/3.18/common-assets/panel/panel.svg @@ -20,7 +20,7 @@ id="defs4198" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,14 +58,14 @@ id="layer1" transform="translate(0,-1025.3622)"> <rect - style="display:inline;opacity:0.95;fill:#252a35;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.95;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713" width="27" height="26" x="0" y="1025.3622" /> <rect - style="display:inline;opacity:0.85;fill:#0f1116;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.85;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect4713-4" width="27" height="1" 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 937bef9..35888f4 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4164" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -122,7 +122,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -223,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:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 b4de53f..2f782c7 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4171" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 0c2a8ee..4789a32 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 b17ab7c..8f431e7 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4159" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 0c111f0..77c4256 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#002b36;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/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked.svg index d7c2217..d7ce8c4 100644 --- a/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked.svg +++ b/common/gnome-shell/3.18/dark-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/gnome-shell/3.18/dark-assets/menu/menu.svg index 44e295d..2566cb6 100644 --- a/common/gnome-shell/3.18/dark-assets/menu/menu.svg +++ b/common/gnome-shell/3.18/dark-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#383c4a;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="display:inline;opacity:1;fill:#002b36;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="rect4164" width="22" height="20.999971" 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 33f401d..04ffc1b 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left.svg index 5602eff..38c2368 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 5586d55..df438fc 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right.svg index 734b53b..2195675 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 26baa11..1261935 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 d678a90..cd798c1 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 @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4157" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4160" /> </linearGradient> @@ -57,7 +57,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -134,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:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 6ed2ec1..1456c46 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4148" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -117,7 +117,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:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#adafb5;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.svg b/common/gnome-shell/3.18/dark-assets/misc/message-close.svg index 66a5203..a524ba5 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message-close.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message-close.svg @@ -20,7 +20,7 @@ id="defs5997" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -97,7 +97,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:#adafb5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#adafb5;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-hover.svg b/common/gnome-shell/3.18/dark-assets/misc/message-hover.svg index 7ab720c..0b5bd06 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.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 7c8f1b6..c9615d6 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/message.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.18/dark-assets/misc/modal.svg b/common/gnome-shell/3.18/dark-assets/misc/modal.svg index daf9c93..8d726af 100644 --- a/common/gnome-shell/3.18/dark-assets/misc/modal.svg +++ b/common/gnome-shell/3.18/dark-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview @@ -82,7 +82,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#323644;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="display:inline;opacity:1;fill:#002b36;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="rect4164" width="22" height="20.999971" diff --git a/common/gnome-shell/3.18/dark-assets/switch/switch-off.svg b/common/gnome-shell/3.18/dark-assets/switch/switch-off.svg index 68eed5d..3f50bda 100644 --- a/common/gnome-shell/3.18/dark-assets/switch/switch-off.svg +++ b/common/gnome-shell/3.18/dark-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -195,7 +195,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;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/dark-assets/switch/switch-on.svg b/common/gnome-shell/3.18/dark-assets/switch/switch-on.svg index b6a9be9..0c5f216 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 @@ -23,7 +23,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -73,11 +73,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -95,11 +95,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -113,7 +113,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -203,7 +203,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -223,7 +223,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -232,7 +232,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> </g> 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 5397452..712a930 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 @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 5638dc6..3e695f2 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 @@ -26,7 +26,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -34,7 +34,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -109,7 +109,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 da48d45..89b2c49 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 @@ -26,7 +26,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4150" /> </linearGradient> @@ -61,7 +61,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -145,7 +145,7 @@ id="g5400-2"> <rect ry="2" - 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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fdf6e3;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/checkbox/checkbox-unchecked.svg b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked.svg index d50e0e2..08ee9e5 100644 --- a/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked.svg +++ b/common/gnome-shell/3.18/light-assets/checkbox/checkbox-unchecked.svg @@ -42,7 +42,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -126,7 +126,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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/menu/menu.svg b/common/gnome-shell/3.18/light-assets/menu/menu.svg index 5ae7466..c734734 100644 --- a/common/gnome-shell/3.18/light-assets/menu/menu.svg +++ b/common/gnome-shell/3.18/light-assets/menu/menu.svg @@ -20,7 +20,7 @@ id="defs5388" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -67,7 +67,7 @@ rx="2.0000005" ry="1.9999999" /> <rect - style="display:inline;opacity:1;fill:#ffffff;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="display:inline;opacity:1;fill:#fdf6e3;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="rect4164" width="22" height="20.999971" 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 33f401d..04ffc1b 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left.svg b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left.svg index 5602eff..38c2368 100644 --- a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left.svg +++ b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-left.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 5586d55..df438fc 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 @@ -44,7 +44,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" @@ -98,7 +98,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4149" /> </linearGradient> diff --git a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right.svg b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right.svg index 734b53b..2195675 100644 --- a/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right.svg +++ b/common/gnome-shell/3.18/light-assets/misc/calendar-arrow-right.svg @@ -42,7 +42,7 @@ inkscape:object-nodes="false" inkscape:object-paths="false" objecttolerance="10" - pagecolor="#ffffff" + pagecolor="#fdf6e3" inkscape:pageopacity="0" inkscape:pageshadow="2" showborder="false" 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 bf5bf51..8774f96 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4137" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 d678a90..cd798c1 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 @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4157" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4160" /> </linearGradient> @@ -57,7 +57,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -134,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:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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 73685e0..f1c40f2 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4148" /> </linearGradient> @@ -40,7 +40,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -117,7 +117,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:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#91949c;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.svg b/common/gnome-shell/3.18/light-assets/misc/message-close.svg index cd11de2..d098bc9 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message-close.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message-close.svg @@ -20,7 +20,7 @@ id="defs5997" /> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -58,7 +58,7 @@ id="layer1" transform="translate(0,-1034.3622)"> <circle - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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 +97,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:#91949c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#91949c;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-hover.svg b/common/gnome-shell/3.18/light-assets/misc/message-hover.svg index 8c1e2d8..153a888 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 @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> @@ -50,7 +50,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" 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 039cb8f..d4096ee 100644 --- a/common/gnome-shell/3.18/light-assets/misc/message.svg +++ b/common/gnome-shell/3.18/light-assets/misc/message.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4153" /> </linearGradient> @@ -41,7 +41,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -79,7 +79,7 @@ id="layer1" transform="translate(0,-1020.3622)"> <rect - style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#cfd6e6;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:#657b83;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/modal.svg b/common/gnome-shell/3.18/light-assets/misc/modal.svg index 6395cd5..21b8bfc 100644 --- a/common/gnome-shell/3.18/light-assets/misc/modal.svg +++ b/common/gnome-shell/3.18/light-assets/misc/modal.svg @@ -30,7 +30,7 @@ height="24.500061" width="43" id="rect4156" - 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:#268bd2;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" /> </clipPath> </defs> <sodipodi:namedview diff --git a/common/gnome-shell/3.18/light-assets/switch/switch-off.svg b/common/gnome-shell/3.18/light-assets/switch/switch-off.svg index 96749e2..c07aa05 100644 --- a/common/gnome-shell/3.18/light-assets/switch/switch-off.svg +++ b/common/gnome-shell/3.18/light-assets/switch/switch-off.svg @@ -63,11 +63,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -85,16 +85,16 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -174,7 +174,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -183,7 +183,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -195,7 +195,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;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/light-assets/switch/switch-on.svg b/common/gnome-shell/3.18/light-assets/switch/switch-on.svg index ff81a42..fe9b2d0 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 @@ -23,7 +23,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4181" /> </linearGradient> @@ -31,7 +31,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4166" /> </linearGradient> @@ -81,11 +81,11 @@ <stop id="stop3940" offset="0" - style="stop-color:#ffffff;stop-opacity:0;" /> + style="stop-color:#fdf6e3;stop-opacity:0;" /> <stop id="stop3942" offset="1" - style="stop-color:#ffffff;stop-opacity:0.54901963;" /> + style="stop-color:#fdf6e3;stop-opacity:0.54901963;" /> </linearGradient> <linearGradient id="linearGradient6523"> @@ -103,11 +103,11 @@ <stop id="stop3940-4" offset="0" - style="stop-color:#bebebe;stop-opacity:1;" /> + style="stop-color:#657b83;stop-opacity:1;" /> <stop id="stop3942-8" offset="1" - style="stop-color:#ffffff;stop-opacity:1;" /> + style="stop-color:#fdf6e3;stop-opacity:1;" /> </linearGradient> <linearGradient inkscape:collect="always" @@ -148,7 +148,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" diff --git a/common/gnome-shell/3.18/sass/_colors.scss b/common/gnome-shell/3.18/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gnome-shell/3.18/sass/_colors.scss +++ b/common/gnome-shell/3.18/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss index 2bc78a4..3da3c1a 100644 --- a/common/gnome-shell/3.18/sass/_common.scss +++ b/common/gnome-shell/3.18/sass/_common.scss @@ -2398,7 +2398,7 @@ $legacy_icon_size: 24px; border: 1px solid gray; padding: 4px; border-radius: 4px; - &:hover { border: 1px solid #ffffff; } + &:hover { border: 1px solid #fdf6e3; } } #lookingGlassExtensions { padding: 4px; } diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index 457542f..ee5cf61 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -11,7 +11,7 @@ style "dark-sidebar" { base[NORMAL] = @dark_sidebar_bg base[INSENSITIVE] = @dark_sidebar_bg - text[NORMAL] = "#BAC3CF" + text[NORMAL] = "#657b83" text[ACTIVE] = @selected_fg_color text[SELECTED] = @selected_fg_color } diff --git a/common/gtk-2.0/assets-dark.svg b/common/gtk-2.0/assets-dark.svg index 5908b2b..be83659 100644 --- a/common/gtk-2.0/assets-dark.svg +++ b/common/gtk-2.0/assets-dark.svg @@ -29,7 +29,7 @@ <linearGradient id="linearGradient5015"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop5017" /> </linearGradient> @@ -37,7 +37,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop5009" /> </linearGradient> @@ -45,7 +45,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5016" /> </linearGradient> @@ -828,7 +828,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -904,7 +904,7 @@ height="416" width="507" id="rect18028" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#383c4a;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> </g> <g @@ -927,7 +927,7 @@ height="21.999998" width="22" id="rect7903" - style="opacity:1;fill:#444a58;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:#073642;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" ry="1" /> <rect rx="2" @@ -1021,7 +1021,7 @@ height="21.999998" width="22" id="rect7903-21" - style="opacity:1;fill:#2e3340;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:#002b36;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" /> <rect ry="2" rx="2" @@ -1060,7 +1060,7 @@ inkscape:connector-curvature="0" id="rect21848-6" d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" - style="opacity:1;fill:#262934;fill-opacity:1;stroke:#cfd6e6;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:#657b83;fill-opacity:1;stroke:#657b83;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <g transform="translate(0,-30)" inkscape:label="#g14325" @@ -1087,7 +1087,7 @@ height="10.987178" width="10.999995" id="rect5147-9-1-5-7-6-55" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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="0.99999994" /> </g> </g> @@ -1113,7 +1113,7 @@ inkscape:connector-curvature="0" id="rect21848-3-1" d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" /> <g transform="translate(0,-30)" inkscape:label="#g14325" @@ -1143,7 +1143,7 @@ height="10.987178" width="10.999995" id="rect5147-9-1-5-7-6-0-8" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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="0.99999994" /> </g> </g> @@ -1252,7 +1252,7 @@ inkscape:connector-curvature="0" id="path10940-8" d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" sodipodi:nodetypes="ssssssssss" /> <g id="g10964-19"> @@ -1271,7 +1271,7 @@ id="g5428-8-1-7-9"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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" id="rect5147-9-1-7-4" width="23.088213" height="22.722145" @@ -1474,7 +1474,7 @@ inkscape:connector-curvature="0" id="path10940-4-9" d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" sodipodi:nodetypes="ssssssssss" /> <g id="g10964-66-0" @@ -1496,7 +1496,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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" id="rect5147-9-1-7-5-3" width="23.088213" height="22.722145" @@ -1518,7 +1518,7 @@ inkscape:label="#g21853" id="sdsd-70-5"> <path - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" d="m 20,1.375 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 10,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -10,0 z m 0,1 10,0 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z" id="rect21848-4-4" inkscape:connector-curvature="0" /> @@ -1549,7 +1549,7 @@ id="g5400-00-1"> <rect ry="1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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" id="rect5147-9-1-5-7-6-6-5" width="12" height="12" @@ -1669,7 +1669,7 @@ inkscape:connector-curvature="0" id="path10940-9-4" d="m 98,8.3621828 c 0,3.8659902 3.13401,7.0000002 7,7.0000002 3.86599,0 7,-3.13401 7,-7.0000002 0,-3.86599 -3.13401,-7 -7,-7 -3.86599,0 -7,3.13401 -7,7 z m 1,0 c 0,-3.324 2.676,-6 6,-6 3.324,0 6,2.676 6,6 0,3.3240002 -2.676,6.0000002 -6,6.0000002 -3.324,0 -6,-2.676 -6,-6.0000002 z" - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" /> <g id="g10964-1-7"> <g @@ -1694,7 +1694,7 @@ id="g5428-8-1-7-3-0"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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" id="rect5147-9-1-7-9-4" width="25.187147" height="24.787813" @@ -1775,7 +1775,7 @@ style=""> <path inkscape:connector-curvature="0" - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" d="m 20,1.375 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 10,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -10,0 z m 0,1 10,0 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z" id="rect21848-8-5" /> <g @@ -1808,7 +1808,7 @@ style=""> <rect ry="1" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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" id="rect5147-9-1-5-7-6-5-8" width="12" height="12" @@ -1917,7 +1917,7 @@ inkscape:connector-curvature="0" id="path10940-0-7" d="m 98,8.3621828 c 0,3.8659902 3.13401,7.0000002 7,7.0000002 3.86599,0 7,-3.13401 7,-7.0000002 0,-3.86599 -3.13401,-7 -7,-7 -3.86599,0 -7,3.13401 -7,7 z m 1,0 c 0,-3.324 2.676,-6 6,-6 3.324,0 6,2.676 6,6 0,3.3240002 -2.676,6.0000002 -6,6.0000002 -3.324,0 -6,-2.676 -6,-6.0000002 z" - style="opacity:1;fill:#262934;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="opacity:1;fill:#657b83;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" /> <g id="g10964-62-9" style=""> @@ -1945,7 +1945,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;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:#002b36;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" id="rect5147-9-1-7-5-2-6" width="25.187147" height="24.787813" @@ -2031,7 +2031,7 @@ height="24" width="26" id="rect9321-3" - style="opacity:1;fill:#383c4a;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:#002b36;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 rx="2.5" y="-278.63782" @@ -2039,7 +2039,7 @@ height="21.999998" width="24" id="rect7903-93" - style="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" + style="opacity:1;fill:#073642;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" ry="2.5" /> <rect rx="3.0000002" @@ -2064,7 +2064,7 @@ height="23.999998" width="26" id="rect9321-0-2" - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:0;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect ry="2.5" rx="2.5" @@ -2084,7 +2084,7 @@ height="23" width="24.999998" id="rect7903-7-3-7" - 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" /> + style="display:inline;opacity:1;fill:#073642;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" @@ -2094,14 +2094,14 @@ <g id="g4303"> <rect - style="display:inline;opacity:1;fill:#383c4a;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="display:inline;opacity:1;fill:#002b36;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="rect9321-2-23" width="26" height="24" x="65" y="-279.63782" /> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-8" width="24" height="21.999998" @@ -2128,7 +2128,7 @@ id="entry-notebook" inkscape:label="#g9335"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5076-3" width="26" height="24" @@ -2154,7 +2154,7 @@ height="21.999998" width="24" id="rect7903-93-7" - 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" + style="display:inline;opacity:1;fill:#073642;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" ry="2.5" /> </g> <g @@ -2163,7 +2163,7 @@ id="entry-active-notebook" inkscape:label="#g9350"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5076-36" width="26" height="24" @@ -2189,7 +2189,7 @@ height="21.999998" width="24" id="rect7903-93-0" - 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" + style="display:inline;opacity:1;fill:#073642;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" ry="2.5" /> </g> <g @@ -2200,7 +2200,7 @@ <g id="g4303-7"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5076-6" width="26" height="24" @@ -2209,7 +2209,7 @@ rx="0" ry="0" /> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-5" width="24" height="21.999998" @@ -2237,7 +2237,7 @@ transform="translate(-1,169)" clip-path="url(#clipPath4466)"> <rect - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5025-3" width="26" height="24" @@ -2257,7 +2257,7 @@ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect - 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" + style="display:inline;opacity:1;fill:#073642;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-6" width="23" height="21.999998" @@ -2280,7 +2280,7 @@ transform="translate(-10,169)" clip-path="url(#clipPath4470)"> <rect - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5025-2" width="26" height="24" @@ -2289,7 +2289,7 @@ rx="0" ry="0" /> <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" + style="display:inline;opacity:1;fill:#073642;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" width="23" height="21.999998" @@ -2325,7 +2325,7 @@ <g id="g4303-70"> <rect - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5025-33" width="26" height="24" @@ -2334,7 +2334,7 @@ rx="0" ry="0" /> <rect - style="opacity:1;fill:#3e4350;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:#073642;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" width="23" height="21.999998" @@ -2369,7 +2369,7 @@ clip-path="url(#clipPath4466-9)" transform="translate(-1,199)"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5025-5" width="26" height="24" @@ -2389,7 +2389,7 @@ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect - 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" + style="display:inline;opacity:1;fill:#073642;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-5" width="23" height="21.999998" @@ -2412,7 +2412,7 @@ clip-path="url(#clipPath4470-7)" transform="translate(-10,199)"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5025-25" width="26" height="24" @@ -2432,7 +2432,7 @@ id="rect7903-7-3-1-0" 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" + style="display:inline;opacity:1;fill:#073642;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" width="23" height="21.999998" @@ -2457,7 +2457,7 @@ <g id="g4303-70-8"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5025-41" width="26" height="24" @@ -2466,7 +2466,7 @@ rx="0" ry="0" /> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-4" width="23" height="21.999998" @@ -2507,7 +2507,7 @@ style="display:inline"> <rect ry="1" - style="opacity:1;fill:#444a58;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:#073642;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-9" width="22" height="21.999998" @@ -2546,7 +2546,7 @@ id="button-insensitive-4" style="display:inline"> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-9" width="22" height="21.999998" @@ -2586,7 +2586,7 @@ id="button-active-4" style="display:inline"> <rect - style="opacity:1;fill:#2e3340;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:#002b36;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-21-8" width="22" height="21.999998" @@ -2629,7 +2629,7 @@ clip-path="url(#clipPath4466-1)" transform="matrix(-1,0,0,1,146,169)"> <rect - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5025-8" width="26" height="24" @@ -2650,7 +2650,7 @@ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect - 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" + style="display:inline;opacity:1;fill:#073642;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-7" width="23" height="21.999998" @@ -2675,7 +2675,7 @@ transform="matrix(-1,0,0,1,155,169)" clip-path="url(#clipPath4470-6)"> <rect - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5025-1" width="26" height="24" @@ -2696,7 +2696,7 @@ id="rect7903-7-3-1-2" 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" + style="display:inline;opacity:1;fill:#073642;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" width="23" height="21.999998" @@ -2723,7 +2723,7 @@ <g id="g4303-70-0"> <rect - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5025-4" width="26" height="24" @@ -2733,7 +2733,7 @@ ry="0" transform="scale(-1,1)" /> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-5" width="23" height="21.999998" @@ -2769,7 +2769,7 @@ clip-path="url(#clipPath4466-9-0)" transform="matrix(-1,0,0,1,146,199)"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5025-81" width="26" height="24" @@ -2790,7 +2790,7 @@ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#2b2e39;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect - 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" + style="display:inline;opacity:1;fill:#073642;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-97" width="23" height="21.999998" @@ -2815,7 +2815,7 @@ clip-path="url(#clipPath4470-7-0)" transform="matrix(-1,0,0,1,155,199)"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5025-42" width="26" height="24" @@ -2836,7 +2836,7 @@ id="rect7903-7-3-1-0-4" 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" + style="display:inline;opacity:1;fill:#073642;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" width="23" height="21.999998" @@ -2863,7 +2863,7 @@ <g id="g4303-70-8-0"> <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" + style="display:inline;opacity:1;fill:#073642;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" id="rect5025-9" width="26" height="24" @@ -2873,7 +2873,7 @@ ry="0" transform="scale(-1,1)" /> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-4-7" width="23" height="21.999998" @@ -2915,7 +2915,7 @@ style="display:inline"> <rect ry="1" - style="opacity:1;fill:#444a58;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:#073642;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-9-9" width="22" height="21.999998" @@ -2954,7 +2954,7 @@ id="button-insensitive-7" style="display:inline"> <rect - style="opacity:1;fill:#3e4350;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:#073642;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-9-6" width="22" height="21.999998" @@ -2994,7 +2994,7 @@ id="button-active-5" style="display:inline"> <rect - style="opacity:1;fill:#2e3340;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:#002b36;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-21-5" width="22" height="21.999998" @@ -3055,7 +3055,7 @@ height="21.999998" width="22" id="rect7903-20" - style="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" + style="opacity:1;fill:#073642;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" ry="1" /> <rect rx="2" @@ -3089,7 +3089,7 @@ height="21.999998" width="22" id="rect7903-71" - style="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" + style="opacity:1;fill:#073642;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" ry="1" /> <rect rx="2" @@ -3123,7 +3123,7 @@ height="21.999998" width="22" id="rect7903-61" - style="opacity:1;fill:#3e4350;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:#073642;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" ry="1" /> <rect rx="2" @@ -3157,7 +3157,7 @@ height="21.999998" width="22" id="rect7903-71-1" - style="opacity:1;fill:#3e4350;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:#073642;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" ry="1" /> <rect rx="2" @@ -3191,7 +3191,7 @@ height="21.999998" width="22" id="rect7903-8" - style="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" + style="opacity:1;fill:#073642;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" ry="1" /> <rect rx="2" @@ -3225,7 +3225,7 @@ height="21.999998" width="22" id="rect7903-71-2" - style="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" + style="opacity:1;fill:#073642;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" ry="1" /> <rect rx="2" @@ -3259,7 +3259,7 @@ height="21.999998" width="22" id="rect7903-61-9" - style="opacity:1;fill:#3e4350;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:#073642;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" ry="1" /> <rect rx="2" @@ -3293,7 +3293,7 @@ height="21.999998" width="22" id="rect7903-71-1-3" - style="opacity:1;fill:#3e4350;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:#073642;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" ry="1" /> <rect rx="2" @@ -3638,51 +3638,51 @@ <g id="arrow-left-prelight" transform="matrix(0,0.74646448,-0.80750136,0,28.210562,49.8995)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="#g4159-9-2-8"> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="status" id="layer9-0-5-2" /> <g transform="translate(-181.0002,-747)" inkscape:label="devices" id="layer10-55-1-8" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="apps" id="layer11-0-7-5" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="places" id="layer13-80-7-5" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="mimetypes" id="layer14-8-4-6" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emblems" id="layer15-2-5-5" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emotes" id="g71291-0-8-3" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="categories" id="g4953-14-7-9" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="actions" id="layer12-2-6-7"> <path @@ -3696,51 +3696,51 @@ <g id="arrow-right-prelight" transform="matrix(0,0.74646448,0.80750136,0,15.789437,60.8995)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="#g4159-9-7"> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="status" id="layer9-0-1" /> <g transform="translate(-181.0002,-747)" inkscape:label="devices" id="layer10-55-5" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="apps" id="layer11-0-0" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="places" id="layer13-80-76" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="mimetypes" id="layer14-8-1" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emblems" id="layer15-2-4" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emotes" id="g71291-0-9" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="categories" id="g4953-14-3" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="actions" id="layer12-2-1"> <path @@ -4024,51 +4024,51 @@ <g id="arrow-up-prelight" transform="matrix(0.7464645,0,0,-0.80750136,16.537321,82.572742)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="#g4159-7-3"> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="status" id="layer9-6-7" /> <g transform="translate(-181.0002,-747)" inkscape:label="devices" id="layer10-1-6" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="apps" id="layer11-5-7" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="places" id="layer13-1-0" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="mimetypes" id="layer14-3-1" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emblems" id="layer15-6-0" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emotes" id="g71291-9-2" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="categories" id="g4953-1-9" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="actions" id="layer12-8-4"> <path @@ -4689,7 +4689,7 @@ transform="translate(-205,-108)" inkscape:label="#g5704"> <rect - style="opacity:1;fill:#262934;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:#657b83;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="rect5642" width="11" height="11" @@ -4698,7 +4698,7 @@ rx="2.2084" ry="2.59585" /> <rect - style="opacity:1;fill:#2d323d;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:#002b36;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="rect5646" width="9" height="9" @@ -4721,7 +4721,7 @@ transform="translate(-205,-108)" inkscape:label="#g5698"> <rect - style="opacity:1;fill:#262934;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:#657b83;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="rect5640" width="11" height="11" @@ -4730,7 +4730,7 @@ rx="1.48607" ry="1.72241" /> <rect - style="opacity:1;fill:#2d323d;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:#002b36;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="rect5644" width="9" height="9" @@ -4883,10 +4883,10 @@ height="8" width="30" id="trough-progressbar_v2" - style="opacity:1;fill:#2d303b;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:#002b36;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> <circle - style="opacity:1;fill:#444a58;fill-opacity:1;stroke:#262933;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:#073642;fill-opacity:1;stroke:#262933;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="slider" cx="228.50018" cy="-20.137819" @@ -4914,7 +4914,7 @@ cy="263.5" cx="262.5" id="path5834-5" - style="opacity:0.55;fill:#444a58;fill-opacity:1;stroke:#262933;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:0.55;fill:#073642;fill-opacity:1;stroke:#262933;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g id="trough-horizontal" @@ -4937,7 +4937,7 @@ height="5" width="24" id="rect5799-8" - style="opacity:1;fill:#2d303b;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:#002b36;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="matrix(0,1,-1,0,509,-200.63782)" @@ -4960,10 +4960,10 @@ height="5" width="24" id="rect5799-8-9" - style="opacity:1;fill:#2d303b;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:#002b36;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:#404552;fill-opacity:1;stroke:#2b2e39;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:#073642;fill-opacity:1;stroke:#2b2e39;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="notebook" width="9" height="9" @@ -4991,7 +4991,7 @@ height="31" width="28" id="rect3759" - style="fill:#404552;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#073642;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5015,7 +5015,7 @@ height="31" width="28" id="rect3759-2" - style="fill:#404552;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#073642;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5039,7 +5039,7 @@ height="31" width="28" id="rect3759-3" - style="fill:#404552;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#073642;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5063,7 +5063,7 @@ height="31" width="28" id="rect3759-6" - style="fill:#404552;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#073642;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5083,7 +5083,7 @@ height="2" width="2" id="rect6131" - style="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:1" /> + style="opacity:1;fill:#073642;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="matrix(0,1,-1,0,424,-659.63782)" @@ -5102,10 +5102,10 @@ height="2" width="2" id="rect6131-3" - style="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:1" /> + style="opacity:1;fill:#073642;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:#313541;fill-opacity:1;stroke:#2b2e39;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:#073642;fill-opacity:1;stroke:#2b2e39;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="inline-toolbar" width="23" height="33" @@ -5124,7 +5124,7 @@ height="32" width="24" id="rect6166" - style="opacity:1;fill:#383c4a;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:#002b36;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="142" x="437" @@ -5143,7 +5143,7 @@ height="28" width="10" id="rect6289" - style="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:1" /> + style="opacity:1;fill:#073642;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="-87.637817" x="419" @@ -5197,7 +5197,7 @@ height="8" width="30" id="trough-progressbar_v2-1" - style="opacity:1;fill:#2d303b;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:#002b36;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="translate(-1,126)" @@ -5205,7 +5205,7 @@ id="entry-toolbar" inkscape:label="#g9335"> <rect - style="display:inline;opacity:1;fill:#2f343f;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" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5076-61" width="26" height="24" @@ -5231,7 +5231,7 @@ height="21.999998" width="24" id="rect7903-93-9" - 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" + style="display:inline;opacity:1;fill:#073642;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" ry="2.5" /> </g> <g @@ -5240,7 +5240,7 @@ id="entry-active-toolbar" inkscape:label="#g9350"> <rect - style="display:inline;opacity:1;fill:#2f343f;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" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5076-0" width="26" height="24" @@ -5266,7 +5266,7 @@ height="21.999998" width="24" id="rect7903-93-1" - 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" + style="display:inline;opacity:1;fill:#073642;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" ry="2.5" /> </g> <g @@ -5277,7 +5277,7 @@ <g id="g4303-7-3"> <rect - style="display:inline;opacity:1;fill:#2f343f;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" + style="display:inline;opacity:1;fill:#002b36;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" id="rect5076-1" width="26" height="24" @@ -5318,17 +5318,17 @@ height="32" width="24" id="rect6166-6" - style="opacity:1;fill:#2f343f;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:#002b36;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="142" x="437" height="1" width="24" id="rect6168-6" - style="opacity:1;fill:#262932;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:#002b36;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:#404552;fill-opacity:1;stroke:#2b2e39;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:#073642;fill-opacity:1;stroke:#2b2e39;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="frame" width="9" height="9" @@ -5398,7 +5398,7 @@ height="4" width="4.0000124" id="focus-line" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.14492753" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.14492753" inkscape:label="#rect6176-4-2" /> <g style="display:inline" @@ -5706,7 +5706,7 @@ inkscape:connector-curvature="0" id="rect21848-6-0" d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" - style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:0.5;fill:#fdf6e3;fill-opacity:1;stroke:#657b83;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <g transform="translate(0,-30)" inkscape:label="#g14325" @@ -5733,7 +5733,7 @@ height="10.987178" width="10.999995" id="rect5147-9-1-5-7-6-55-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#ffffff;fill-opacity:0.11764706;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:0.5;fill:#fdf6e3;fill-opacity:0.11764706;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="0.99999994" /> </g> </g> @@ -5842,7 +5842,7 @@ inkscape:connector-curvature="0" id="path10940-8-0" d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" - style="opacity:1;fill:#ffffff;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="opacity:1;fill:#fdf6e3;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" sodipodi:nodetypes="ssssssssss" /> <g id="g10964-19-9"> @@ -5861,7 +5861,7 @@ id="g5428-8-1-7-9-1"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.11764706;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:#fdf6e3;fill-opacity:0.11764706;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" id="rect5147-9-1-7-4-3" width="23.088213" height="22.722145" @@ -5931,12 +5931,12 @@ transform="translate(-1,31)"> <path inkscape:connector-curvature="0" - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m -4,-280.63782 0,26 1,0 1,0 24,0 1,0 1,0 0,-26 -1,0 -1,0 -24,0 -1,0 -1,0 z m 2,2 24,0 0,22 -24,0 0,-22 z" id="rect5006-1-1-6" /> <path inkscape:connector-curvature="0" - style="opacity:1;fill:#383c4a;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:#002b36;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" d="m 110,66 0,24 26,0 0,-24 -26,0 z m 3.5,1 1,0 17,0 1,0 c 1.385,0 2.5,1.115 2.5,2.5 l 0,17 c 0,1.385 -1.115,2.5 -2.5,2.5 l -1,0 -17,0 -1,0 c -1.385,0 -2.5,-1.115 -2.5,-2.5 l 0,-17 c 0,-1.385 1.115,-2.5 2.5,-2.5 z" transform="translate(-113,-345.63782)" id="rect9321-3-7" /> @@ -5959,12 +5959,12 @@ transform="translate(-1,31)"> <path inkscape:connector-curvature="0" - style="display:inline;opacity:1;fill:#383c4a;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 30,-280.63782 0,26 1,0 1,0 24,0 1,0 1,0 0,-26 -1,0 -1,0 -24,0 -1,0 -1,0 z m 2,2 24,0 0,22 -24,0 0,-22 z" id="rect5006-1-1-6-0" /> <path inkscape:connector-curvature="0" - style="display:inline;opacity:1;fill:#383c4a;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="display:inline;opacity:1;fill:#002b36;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" d="m 144,66 0,24 26,0 0,-24 -26,0 z m 3.5,1 1,0 17,0 1,0 c 1.385,0 2.5,1.115 2.5,2.5 l 0,17 c 0,1.385 -1.115,2.5 -2.5,2.5 l -1,0 -17,0 -1,0 c -1.385,0 -2.5,-1.115 -2.5,-2.5 l 0,-17 c 0,-1.385 1.115,-2.5 2.5,-2.5 z" transform="translate(-113,-345.63782)" id="rect9321-0-2-2" /> @@ -5981,7 +5981,7 @@ 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" + style="display:inline;opacity:1;fill:#073642;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" id="entry-background" width="6" height="18" @@ -5991,7 +5991,7 @@ ry="2.7755599e-17" inkscape:label="#rect5008" /> <rect - style="display:inline;opacity:1;fill:#3e4350;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" + style="display:inline;opacity:1;fill:#073642;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" id="entry-background-disabled" width="6" height="18" diff --git a/common/gtk-2.0/assets-dark/button-active.png b/common/gtk-2.0/assets-dark/button-active.png Binary files differindex ad0dd36..abde967 100644 --- a/common/gtk-2.0/assets-dark/button-active.png +++ b/common/gtk-2.0/assets-dark/button-active.png diff --git a/common/gtk-2.0/assets-dark/button.png b/common/gtk-2.0/assets-dark/button.png Binary files differindex 102c97f..132ba73 100644 --- a/common/gtk-2.0/assets-dark/button.png +++ b/common/gtk-2.0/assets-dark/button.png diff --git a/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png b/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png Binary files differindex 5c416de..bfcb501 100644 --- a/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/checkbox-checked.png b/common/gtk-2.0/assets-dark/checkbox-checked.png Binary files differindex 48e8435..3ca0429 100644 --- a/common/gtk-2.0/assets-dark/checkbox-checked.png +++ b/common/gtk-2.0/assets-dark/checkbox-checked.png diff --git a/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png Binary files differindex 68e1997..23e05bd 100644 --- a/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/checkbox-unchecked.png b/common/gtk-2.0/assets-dark/checkbox-unchecked.png Binary files differindex 89fbde2..bb9bcec 100644 --- a/common/gtk-2.0/assets-dark/checkbox-unchecked.png +++ b/common/gtk-2.0/assets-dark/checkbox-unchecked.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png Binary files differindex cba918c..e56ff93 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-active-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-active.png b/common/gtk-2.0/assets-dark/combo-entry-button-active.png Binary files differindex aedb81a..87c0cc4 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-active.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-active.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png Binary files differindex 1d9c5f1..ca6eac9 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png Binary files differindex e9ecc87..392b992 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-insensitive.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png Binary files differindex 76eadbd..05ec415 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-button.png b/common/gtk-2.0/assets-dark/combo-entry-button.png Binary files differindex 4dcbb64..941a35c 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-button.png +++ b/common/gtk-2.0/assets-dark/combo-entry-button.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png Binary files differindex e5afd93..d925651 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png Binary files differindex c4a8017..d62d769 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus-notebook.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png Binary files differindex 5470574..2efcaf8 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-focus.png b/common/gtk-2.0/assets-dark/combo-entry-focus.png Binary files differindex 4de2dd8..dd2ed3b 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-focus.png +++ b/common/gtk-2.0/assets-dark/combo-entry-focus.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png Binary files differindex c29f8a7..646ec5b 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png Binary files differindex bee5f1c..998431f 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive-notebook.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png Binary files differindex 65bfa50..ed4ffd1 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-insensitive.png b/common/gtk-2.0/assets-dark/combo-entry-insensitive.png Binary files differindex ff17745..11f96ca 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-insensitive.png +++ b/common/gtk-2.0/assets-dark/combo-entry-insensitive.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png Binary files differindex a2f2543..ca95cce 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-notebook-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-notebook.png b/common/gtk-2.0/assets-dark/combo-entry-notebook.png Binary files differindex b41c864..b2ee4a5 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-notebook.png +++ b/common/gtk-2.0/assets-dark/combo-entry-notebook.png diff --git a/common/gtk-2.0/assets-dark/combo-entry-rtl.png b/common/gtk-2.0/assets-dark/combo-entry-rtl.png Binary files differindex e325b05..6c0b476 100644 --- a/common/gtk-2.0/assets-dark/combo-entry-rtl.png +++ b/common/gtk-2.0/assets-dark/combo-entry-rtl.png diff --git a/common/gtk-2.0/assets-dark/combo-entry.png b/common/gtk-2.0/assets-dark/combo-entry.png Binary files differindex 91d11d0..f18fd1a 100644 --- a/common/gtk-2.0/assets-dark/combo-entry.png +++ b/common/gtk-2.0/assets-dark/combo-entry.png diff --git a/common/gtk-2.0/assets-dark/down-background-disable-rtl.png b/common/gtk-2.0/assets-dark/down-background-disable-rtl.png Binary files differindex cd3d254..9a3b031 100644 --- a/common/gtk-2.0/assets-dark/down-background-disable-rtl.png +++ b/common/gtk-2.0/assets-dark/down-background-disable-rtl.png diff --git a/common/gtk-2.0/assets-dark/down-background-disable.png b/common/gtk-2.0/assets-dark/down-background-disable.png Binary files differindex fd3edb1..9d49467 100644 --- a/common/gtk-2.0/assets-dark/down-background-disable.png +++ b/common/gtk-2.0/assets-dark/down-background-disable.png diff --git a/common/gtk-2.0/assets-dark/down-background-rtl.png b/common/gtk-2.0/assets-dark/down-background-rtl.png Binary files differindex 91ac500..8279f8a 100644 --- a/common/gtk-2.0/assets-dark/down-background-rtl.png +++ b/common/gtk-2.0/assets-dark/down-background-rtl.png diff --git a/common/gtk-2.0/assets-dark/down-background.png b/common/gtk-2.0/assets-dark/down-background.png Binary files differindex 2ac2456..682ee51 100644 --- a/common/gtk-2.0/assets-dark/down-background.png +++ b/common/gtk-2.0/assets-dark/down-background.png diff --git a/common/gtk-2.0/assets-dark/entry-active-bg.png b/common/gtk-2.0/assets-dark/entry-active-bg.png Binary files differindex 1eb9453..58955e2 100644 --- a/common/gtk-2.0/assets-dark/entry-active-bg.png +++ b/common/gtk-2.0/assets-dark/entry-active-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-active-notebook.png b/common/gtk-2.0/assets-dark/entry-active-notebook.png Binary files differindex b49b365..b5327cd 100644 --- a/common/gtk-2.0/assets-dark/entry-active-notebook.png +++ b/common/gtk-2.0/assets-dark/entry-active-notebook.png diff --git a/common/gtk-2.0/assets-dark/entry-active-toolbar.png b/common/gtk-2.0/assets-dark/entry-active-toolbar.png Binary files differindex ac880fb..f1e4eb1 100644 --- a/common/gtk-2.0/assets-dark/entry-active-toolbar.png +++ b/common/gtk-2.0/assets-dark/entry-active-toolbar.png diff --git a/common/gtk-2.0/assets-dark/entry-background-disabled.png b/common/gtk-2.0/assets-dark/entry-background-disabled.png Binary files differindex 06e5598..3050562 100644 --- a/common/gtk-2.0/assets-dark/entry-background-disabled.png +++ b/common/gtk-2.0/assets-dark/entry-background-disabled.png diff --git a/common/gtk-2.0/assets-dark/entry-background.png b/common/gtk-2.0/assets-dark/entry-background.png Binary files differindex f20e160..3050562 100644 --- a/common/gtk-2.0/assets-dark/entry-background.png +++ b/common/gtk-2.0/assets-dark/entry-background.png diff --git a/common/gtk-2.0/assets-dark/entry-bg.png b/common/gtk-2.0/assets-dark/entry-bg.png Binary files differindex 6665512..7a2188d 100644 --- a/common/gtk-2.0/assets-dark/entry-bg.png +++ b/common/gtk-2.0/assets-dark/entry-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-border-active-bg.png b/common/gtk-2.0/assets-dark/entry-border-active-bg.png Binary files differindex d92e0bf..28aaa30 100644 --- a/common/gtk-2.0/assets-dark/entry-border-active-bg.png +++ b/common/gtk-2.0/assets-dark/entry-border-active-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-border-bg.png b/common/gtk-2.0/assets-dark/entry-border-bg.png Binary files differindex 3d4ae5a..09f14e5 100644 --- a/common/gtk-2.0/assets-dark/entry-border-bg.png +++ b/common/gtk-2.0/assets-dark/entry-border-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-disabled-bg.png b/common/gtk-2.0/assets-dark/entry-disabled-bg.png Binary files differindex fe639fa..66e262d 100644 --- a/common/gtk-2.0/assets-dark/entry-disabled-bg.png +++ b/common/gtk-2.0/assets-dark/entry-disabled-bg.png diff --git a/common/gtk-2.0/assets-dark/entry-disabled-notebook.png b/common/gtk-2.0/assets-dark/entry-disabled-notebook.png Binary files differindex b3c4d17..e59952a 100644 --- a/common/gtk-2.0/assets-dark/entry-disabled-notebook.png +++ b/common/gtk-2.0/assets-dark/entry-disabled-notebook.png diff --git a/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png b/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png Binary files differindex d6f19b7..cc72f5d 100644 --- a/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png +++ b/common/gtk-2.0/assets-dark/entry-disabled-toolbar.png diff --git a/common/gtk-2.0/assets-dark/entry-notebook.png b/common/gtk-2.0/assets-dark/entry-notebook.png Binary files differindex cb3ede2..3b1e81f 100644 --- a/common/gtk-2.0/assets-dark/entry-notebook.png +++ b/common/gtk-2.0/assets-dark/entry-notebook.png diff --git a/common/gtk-2.0/assets-dark/entry-toolbar.png b/common/gtk-2.0/assets-dark/entry-toolbar.png Binary files differindex 5c04ca3..dec83cb 100644 --- a/common/gtk-2.0/assets-dark/entry-toolbar.png +++ b/common/gtk-2.0/assets-dark/entry-toolbar.png diff --git a/common/gtk-2.0/assets-dark/focus-line.png b/common/gtk-2.0/assets-dark/focus-line.png Binary files differindex 21a880a..72d4caa 100644 --- a/common/gtk-2.0/assets-dark/focus-line.png +++ b/common/gtk-2.0/assets-dark/focus-line.png diff --git a/common/gtk-2.0/assets-dark/frame.png b/common/gtk-2.0/assets-dark/frame.png Binary files differindex 260c3ac..ca41cca 100644 --- a/common/gtk-2.0/assets-dark/frame.png +++ b/common/gtk-2.0/assets-dark/frame.png diff --git a/common/gtk-2.0/assets-dark/inline-toolbar.png b/common/gtk-2.0/assets-dark/inline-toolbar.png Binary files differindex 9541d7a..7575e53 100644 --- a/common/gtk-2.0/assets-dark/inline-toolbar.png +++ b/common/gtk-2.0/assets-dark/inline-toolbar.png diff --git a/common/gtk-2.0/assets-dark/menu-arrow-prelight.png b/common/gtk-2.0/assets-dark/menu-arrow-prelight.png Binary files differindex 04bff49..072cf27 100644 --- a/common/gtk-2.0/assets-dark/menu-arrow-prelight.png +++ b/common/gtk-2.0/assets-dark/menu-arrow-prelight.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png b/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png Binary files differindex 402e40b..56cfce7 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png b/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png Binary files differindex e32f07e..22b2ced 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-checked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-checked.png b/common/gtk-2.0/assets-dark/menu-checkbox-checked.png Binary files differindex 6f878fd..97b99d9 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-checked.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-checked.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png Binary files differindex 6d15c8c..b096970 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png Binary files differindex 9066a4c..d31c64f 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png Binary files differindex 8b05dcd..40db363 100644 --- a/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png +++ b/common/gtk-2.0/assets-dark/menu-checkbox-unchecked.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png b/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png Binary files differindex 1d6b5c3..2c95f4f 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png b/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png Binary files differindex 0fab00a..b83f8ec 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-radio-checked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-checked.png b/common/gtk-2.0/assets-dark/menu-radio-checked.png Binary files differindex cf47ffd..834798e 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-checked.png +++ b/common/gtk-2.0/assets-dark/menu-radio-checked.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png Binary files differindex 39128f7..fc332fb 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/menu-radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png b/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png Binary files differindex 7b08eac..eae0bd4 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png +++ b/common/gtk-2.0/assets-dark/menu-radio-unchecked-selected.png diff --git a/common/gtk-2.0/assets-dark/menu-radio-unchecked.png b/common/gtk-2.0/assets-dark/menu-radio-unchecked.png Binary files differindex 7cd6e24..fb0bcc9 100644 --- a/common/gtk-2.0/assets-dark/menu-radio-unchecked.png +++ b/common/gtk-2.0/assets-dark/menu-radio-unchecked.png diff --git a/common/gtk-2.0/assets-dark/menubar.png b/common/gtk-2.0/assets-dark/menubar.png Binary files differindex e69ee01..2db658e 100644 --- a/common/gtk-2.0/assets-dark/menubar.png +++ b/common/gtk-2.0/assets-dark/menubar.png diff --git a/common/gtk-2.0/assets-dark/menubar_button.png b/common/gtk-2.0/assets-dark/menubar_button.png Binary files differindex 70c8f86..15f54c7 100644 --- a/common/gtk-2.0/assets-dark/menubar_button.png +++ b/common/gtk-2.0/assets-dark/menubar_button.png diff --git a/common/gtk-2.0/assets-dark/menuitem.png b/common/gtk-2.0/assets-dark/menuitem.png Binary files differindex ce6bd54..835a9d6 100644 --- a/common/gtk-2.0/assets-dark/menuitem.png +++ b/common/gtk-2.0/assets-dark/menuitem.png diff --git a/common/gtk-2.0/assets-dark/minus.png b/common/gtk-2.0/assets-dark/minus.png Binary files differindex ae2a58d..ee6ef67 100644 --- a/common/gtk-2.0/assets-dark/minus.png +++ b/common/gtk-2.0/assets-dark/minus.png diff --git a/common/gtk-2.0/assets-dark/notebook-gap-horiz.png b/common/gtk-2.0/assets-dark/notebook-gap-horiz.png Binary files differindex 7664ab4..6afebea 100644 --- a/common/gtk-2.0/assets-dark/notebook-gap-horiz.png +++ b/common/gtk-2.0/assets-dark/notebook-gap-horiz.png diff --git a/common/gtk-2.0/assets-dark/notebook-gap-vert.png b/common/gtk-2.0/assets-dark/notebook-gap-vert.png Binary files differindex 4185f58..d64edff 100644 --- a/common/gtk-2.0/assets-dark/notebook-gap-vert.png +++ b/common/gtk-2.0/assets-dark/notebook-gap-vert.png diff --git a/common/gtk-2.0/assets-dark/notebook.png b/common/gtk-2.0/assets-dark/notebook.png Binary files differindex 260c3ac..ca41cca 100644 --- a/common/gtk-2.0/assets-dark/notebook.png +++ b/common/gtk-2.0/assets-dark/notebook.png diff --git a/common/gtk-2.0/assets-dark/plus.png b/common/gtk-2.0/assets-dark/plus.png Binary files differindex 37977c0..6ba153e 100644 --- a/common/gtk-2.0/assets-dark/plus.png +++ b/common/gtk-2.0/assets-dark/plus.png diff --git a/common/gtk-2.0/assets-dark/progressbar.png b/common/gtk-2.0/assets-dark/progressbar.png Binary files differindex 7937cd1..e269d58 100644 --- a/common/gtk-2.0/assets-dark/progressbar.png +++ b/common/gtk-2.0/assets-dark/progressbar.png diff --git a/common/gtk-2.0/assets-dark/progressbar_v.png b/common/gtk-2.0/assets-dark/progressbar_v.png Binary files differindex e29023b..5303da4 100644 --- a/common/gtk-2.0/assets-dark/progressbar_v.png +++ b/common/gtk-2.0/assets-dark/progressbar_v.png diff --git a/common/gtk-2.0/assets-dark/radio-checked-insensitive.png b/common/gtk-2.0/assets-dark/radio-checked-insensitive.png Binary files differindex b8f159b..6f5ffec 100644 --- a/common/gtk-2.0/assets-dark/radio-checked-insensitive.png +++ b/common/gtk-2.0/assets-dark/radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/radio-checked.png b/common/gtk-2.0/assets-dark/radio-checked.png Binary files differindex 28f3469..02141ef 100644 --- a/common/gtk-2.0/assets-dark/radio-checked.png +++ b/common/gtk-2.0/assets-dark/radio-checked.png diff --git a/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png b/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png Binary files differindex b99c4cf..661dc7b 100644 --- a/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets-dark/radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets-dark/radio-unchecked.png b/common/gtk-2.0/assets-dark/radio-unchecked.png Binary files differindex f8a4cd1..810ed1e 100644 --- a/common/gtk-2.0/assets-dark/radio-unchecked.png +++ b/common/gtk-2.0/assets-dark/radio-unchecked.png diff --git a/common/gtk-2.0/assets-dark/slider-horiz-active.png b/common/gtk-2.0/assets-dark/slider-horiz-active.png Binary files differindex c4c810c..908cf57 100644 --- a/common/gtk-2.0/assets-dark/slider-horiz-active.png +++ b/common/gtk-2.0/assets-dark/slider-horiz-active.png diff --git a/common/gtk-2.0/assets-dark/slider-insensitive.png b/common/gtk-2.0/assets-dark/slider-insensitive.png Binary files differindex 7ece1b0..7f175f2 100644 --- a/common/gtk-2.0/assets-dark/slider-insensitive.png +++ b/common/gtk-2.0/assets-dark/slider-insensitive.png diff --git a/common/gtk-2.0/assets-dark/slider-prelight.png b/common/gtk-2.0/assets-dark/slider-prelight.png Binary files differindex e72808d..3710a7e 100644 --- a/common/gtk-2.0/assets-dark/slider-prelight.png +++ b/common/gtk-2.0/assets-dark/slider-prelight.png diff --git a/common/gtk-2.0/assets-dark/slider-vert-active.png b/common/gtk-2.0/assets-dark/slider-vert-active.png Binary files differindex 9e5294d..791c307 100644 --- a/common/gtk-2.0/assets-dark/slider-vert-active.png +++ b/common/gtk-2.0/assets-dark/slider-vert-active.png diff --git a/common/gtk-2.0/assets-dark/slider.png b/common/gtk-2.0/assets-dark/slider.png Binary files differindex 966f630..fa2101e 100644 --- a/common/gtk-2.0/assets-dark/slider.png +++ b/common/gtk-2.0/assets-dark/slider.png diff --git a/common/gtk-2.0/assets-dark/tab-bottom-active.png b/common/gtk-2.0/assets-dark/tab-bottom-active.png Binary files differindex 44f325d..f21689c 100644 --- a/common/gtk-2.0/assets-dark/tab-bottom-active.png +++ b/common/gtk-2.0/assets-dark/tab-bottom-active.png diff --git a/common/gtk-2.0/assets-dark/tab-left-active.png b/common/gtk-2.0/assets-dark/tab-left-active.png Binary files differindex 9184c6a..4736fdd 100644 --- a/common/gtk-2.0/assets-dark/tab-left-active.png +++ b/common/gtk-2.0/assets-dark/tab-left-active.png diff --git a/common/gtk-2.0/assets-dark/tab-right-active.png b/common/gtk-2.0/assets-dark/tab-right-active.png Binary files differindex db1af5d..b15cece 100644 --- a/common/gtk-2.0/assets-dark/tab-right-active.png +++ b/common/gtk-2.0/assets-dark/tab-right-active.png diff --git a/common/gtk-2.0/assets-dark/tab-top-active.png b/common/gtk-2.0/assets-dark/tab-top-active.png Binary files differindex 07f2375..cbb3ed5 100644 --- a/common/gtk-2.0/assets-dark/tab-top-active.png +++ b/common/gtk-2.0/assets-dark/tab-top-active.png diff --git a/common/gtk-2.0/assets-dark/toolbar.png b/common/gtk-2.0/assets-dark/toolbar.png Binary files differindex 0e42a7f..d20015c 100644 --- a/common/gtk-2.0/assets-dark/toolbar.png +++ b/common/gtk-2.0/assets-dark/toolbar.png diff --git a/common/gtk-2.0/assets-dark/tree_header.png b/common/gtk-2.0/assets-dark/tree_header.png Binary files differindex 19adc7e..69d414a 100644 --- a/common/gtk-2.0/assets-dark/tree_header.png +++ b/common/gtk-2.0/assets-dark/tree_header.png diff --git a/common/gtk-2.0/assets-dark/trough-horizontal-active.png b/common/gtk-2.0/assets-dark/trough-horizontal-active.png Binary files differindex dc80ccc..9fe455f 100644 --- a/common/gtk-2.0/assets-dark/trough-horizontal-active.png +++ b/common/gtk-2.0/assets-dark/trough-horizontal-active.png diff --git a/common/gtk-2.0/assets-dark/trough-horizontal.png b/common/gtk-2.0/assets-dark/trough-horizontal.png Binary files differindex d6c4e8e..745089b 100644 --- a/common/gtk-2.0/assets-dark/trough-horizontal.png +++ b/common/gtk-2.0/assets-dark/trough-horizontal.png diff --git a/common/gtk-2.0/assets-dark/trough-progressbar.png b/common/gtk-2.0/assets-dark/trough-progressbar.png Binary files differindex d3e8550..6a4c6e3 100644 --- a/common/gtk-2.0/assets-dark/trough-progressbar.png +++ b/common/gtk-2.0/assets-dark/trough-progressbar.png diff --git a/common/gtk-2.0/assets-dark/trough-progressbar_v.png b/common/gtk-2.0/assets-dark/trough-progressbar_v.png Binary files differindex 325585d..42ea2b1 100644 --- a/common/gtk-2.0/assets-dark/trough-progressbar_v.png +++ b/common/gtk-2.0/assets-dark/trough-progressbar_v.png diff --git a/common/gtk-2.0/assets-dark/trough-vertical-active.png b/common/gtk-2.0/assets-dark/trough-vertical-active.png Binary files differindex 1736ff4..ae8e429 100644 --- a/common/gtk-2.0/assets-dark/trough-vertical-active.png +++ b/common/gtk-2.0/assets-dark/trough-vertical-active.png diff --git a/common/gtk-2.0/assets-dark/trough-vertical.png b/common/gtk-2.0/assets-dark/trough-vertical.png Binary files differindex 8ea3662..ca78ff7 100644 --- a/common/gtk-2.0/assets-dark/trough-vertical.png +++ b/common/gtk-2.0/assets-dark/trough-vertical.png diff --git a/common/gtk-2.0/assets-dark/up-background-disable-rtl.png b/common/gtk-2.0/assets-dark/up-background-disable-rtl.png Binary files differindex aa92597..e0691e3 100644 --- a/common/gtk-2.0/assets-dark/up-background-disable-rtl.png +++ b/common/gtk-2.0/assets-dark/up-background-disable-rtl.png diff --git a/common/gtk-2.0/assets-dark/up-background-disable.png b/common/gtk-2.0/assets-dark/up-background-disable.png Binary files differindex 3bd0966..94e348e 100644 --- a/common/gtk-2.0/assets-dark/up-background-disable.png +++ b/common/gtk-2.0/assets-dark/up-background-disable.png diff --git a/common/gtk-2.0/assets-dark/up-background-rtl.png b/common/gtk-2.0/assets-dark/up-background-rtl.png Binary files differindex d413b44..026ff54 100644 --- a/common/gtk-2.0/assets-dark/up-background-rtl.png +++ b/common/gtk-2.0/assets-dark/up-background-rtl.png diff --git a/common/gtk-2.0/assets-dark/up-background.png b/common/gtk-2.0/assets-dark/up-background.png Binary files differindex f3bba2a..334e1d1 100644 --- a/common/gtk-2.0/assets-dark/up-background.png +++ b/common/gtk-2.0/assets-dark/up-background.png diff --git a/common/gtk-2.0/assets.svg b/common/gtk-2.0/assets.svg index 1994bc2..9579564 100644 --- a/common/gtk-2.0/assets.svg +++ b/common/gtk-2.0/assets.svg @@ -36,14 +36,14 @@ <linearGradient id="linearGradient5117"> <stop - style="stop-color:#cfd6e6;stop-opacity:1;" + style="stop-color:#657b83;stop-opacity:1;" offset="0" id="stop5119" /> </linearGradient> <linearGradient id="linearGradient5037"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop5039" /> </linearGradient> @@ -51,42 +51,42 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop5018" /> </linearGradient> <linearGradient id="linearGradient5015"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop5017" /> </linearGradient> <linearGradient id="linearGradient5046"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5048" /> </linearGradient> <linearGradient id="linearGradient5035"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5037" /> </linearGradient> <linearGradient id="linearGradient5019"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5021" /> </linearGradient> <linearGradient id="linearGradient5013"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5015" /> </linearGradient> @@ -94,7 +94,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5012" /> </linearGradient> @@ -967,7 +967,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -1073,7 +1073,7 @@ height="23" width="23" id="rect7903-7" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="2" /> <rect y="-279.63782" @@ -1094,7 +1094,7 @@ height="21.999998" width="22" id="rect7903-2" - 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:0" /> + style="opacity:1;fill:#fdf6e3;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" /> <rect ry="2" rx="2" @@ -1105,7 +1105,7 @@ height="23" width="23" id="rect7903-7-3" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <rect y="-279.63782" x="31" @@ -1195,7 +1195,7 @@ inkscape:connector-curvature="0" id="rect21848-6" d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" - style="opacity:1;fill:#cfd6e6;fill-opacity:1;stroke:#cfd6e6;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:#657b83;fill-opacity:1;stroke:#657b83;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <g transform="translate(0,-30)" inkscape:label="#g14325" @@ -1222,7 +1222,7 @@ height="10.987178" width="10.999995" id="rect5147-9-1-5-7-6-55" - 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:#fdf6e3;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="0.99999994" /> </g> </g> @@ -1247,7 +1247,7 @@ inkscape:connector-curvature="0" id="rect21848-3-1" d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" /> <g transform="translate(0,-30)" inkscape:label="#g14325" @@ -1274,7 +1274,7 @@ height="10.987178" width="10.999995" id="rect5147-9-1-5-7-6-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:#fdf6e3;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="0.99999994" /> </g> </g> @@ -1383,7 +1383,7 @@ inkscape:connector-curvature="0" id="path10940-8" d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" sodipodi:nodetypes="ssssssssss" /> <g id="g10964-19"> @@ -1402,7 +1402,7 @@ id="g5428-8-1-7-9"> <rect ry="13.246163" - 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:#fdf6e3;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" id="rect5147-9-1-7-4" width="23.088213" height="22.722145" @@ -1605,7 +1605,7 @@ inkscape:connector-curvature="0" id="path10940-4-9" d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" sodipodi:nodetypes="ssssssssss" /> <g id="g10964-66-0"> @@ -1624,7 +1624,7 @@ id="g5428-8-1-7-6-8"> <rect ry="13.246163" - 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:#fdf6e3;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" id="rect5147-9-1-7-5-3" width="23.088213" height="22.722145" @@ -1646,7 +1646,7 @@ inkscape:label="#g21853" id="sdsd-70-5"> <path - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" d="m 20,1.375 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 10,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -10,0 z m 0,1 10,0 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z" id="rect21848-4-4" inkscape:connector-curvature="0" /> @@ -1677,7 +1677,7 @@ id="g5400-00-1"> <rect ry="1" - 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:#fdf6e3;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" id="rect5147-9-1-5-7-6-6-5" width="12" height="12" @@ -1797,7 +1797,7 @@ inkscape:connector-curvature="0" id="path10940-9-4" d="m 98,8.3621828 c 0,3.8659902 3.13401,7.0000002 7,7.0000002 3.86599,0 7,-3.13401 7,-7.0000002 0,-3.86599 -3.13401,-7 -7,-7 -3.86599,0 -7,3.13401 -7,7 z m 1,0 c 0,-3.324 2.676,-6 6,-6 3.324,0 6,2.676 6,6 0,3.3240002 -2.676,6.0000002 -6,6.0000002 -3.324,0 -6,-2.676 -6,-6.0000002 z" - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" /> <g id="g10964-1-7"> <g @@ -1822,7 +1822,7 @@ id="g5428-8-1-7-3-0"> <rect ry="13.246163" - 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:#fdf6e3;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" id="rect5147-9-1-7-9-4" width="25.187147" height="24.787813" @@ -1902,7 +1902,7 @@ id="sdsd-6-1"> <path inkscape:connector-curvature="0" - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" d="m 20,1.375 c -1.108,0 -2,0.892 -2,2 l 0,10 c 0,1.108 0.892,2 2,2 l 10,0 c 1.108,0 2,-0.892 2,-2 l 0,-10 c 0,-1.108 -0.892,-2 -2,-2 l -10,0 z m 0,1 10,0 c 0.554,0 1,0.446 1,1 l 0,10 c 0,0.554 -0.446,1 -1,1 l -10,0 c -0.554,0 -1,-0.446 -1,-1 l 0,-10 c 0,-0.554 0.446,-1 1,-1 z" id="rect21848-8-5" /> <g @@ -1932,7 +1932,7 @@ id="g5400-7-2"> <rect ry="1" - 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:#fdf6e3;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" id="rect5147-9-1-5-7-6-5-8" width="12" height="12" @@ -2041,7 +2041,7 @@ inkscape:connector-curvature="0" id="path10940-0-7" d="m 98,8.3621828 c 0,3.8659902 3.13401,7.0000002 7,7.0000002 3.86599,0 7,-3.13401 7,-7.0000002 0,-3.86599 -3.13401,-7 -7,-7 -3.86599,0 -7,3.13401 -7,7 z m 1,0 c 0,-3.324 2.676,-6 6,-6 3.324,0 6,2.676 6,6 0,3.3240002 -2.676,6.0000002 -6,6.0000002 -3.324,0 -6,-2.676 -6,-6.0000002 z" - style="opacity:1;fill:#cfd6e6;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="opacity:1;fill:#657b83;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" /> <g id="g10964-62-9"> <g @@ -2066,7 +2066,7 @@ id="g5428-8-1-7-58-8"> <rect ry="13.246163" - 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:#fdf6e3;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" id="rect5147-9-1-7-5-2-6" width="25.187147" height="24.787813" @@ -2160,7 +2160,7 @@ height="22" width="24" id="rect7903-93" - 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:0" + style="opacity:1;fill:#fdf6e3;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" ry="2.5" /> <rect rx="3.0000002" @@ -2171,7 +2171,7 @@ height="23" width="25" id="rect7903-7-31" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> </g> <g @@ -2194,7 +2194,7 @@ height="21.999998" width="24" id="rect7903-2-7" - 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:0" /> + style="opacity:1;fill:#fdf6e3;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" /> <rect ry="3" rx="3" @@ -2249,7 +2249,7 @@ id="entry-notebook" inkscape:label="#g9335"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5076-9" width="26" height="24" @@ -2266,7 +2266,7 @@ height="23" width="25" id="rect7903-7-1" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect rx="2.5" @@ -2275,7 +2275,7 @@ height="22" width="24" id="rect7903-93-3" - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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" ry="2.5" /> </g> <g @@ -2284,7 +2284,7 @@ id="entry-active-notebook" inkscape:label="#g9350"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5076-8" width="26" height="24" @@ -2310,7 +2310,7 @@ height="22" width="24" id="rect7903-93-8" - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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" ry="2.5" /> </g> <g @@ -2321,7 +2321,7 @@ <g id="g4303-7"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5076-75" width="26" height="24" @@ -2339,7 +2339,7 @@ rx="2.5" ry="2.5" /> <rect - style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect7903-7-2-3" width="25" height="23" @@ -2367,7 +2367,7 @@ rx="0" ry="0" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3" width="23" height="21.999998" @@ -2384,7 +2384,7 @@ height="23" width="24" id="rect7903-7-8-6" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect y="-278.63782" @@ -2392,7 +2392,7 @@ height="22" width="1" id="rect4699" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.3;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2410,7 +2410,7 @@ rx="0" ry="0" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-9" width="23" height="21.999998" @@ -2481,7 +2481,7 @@ height="22" width="1" id="rect4699-6" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.3;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2490,7 +2490,7 @@ clip-path="url(#clipPath4466-9)" transform="translate(-1,199)"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5025-4" width="26" height="24" @@ -2499,7 +2499,7 @@ rx="0" ry="0" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3-9" width="23" height="21.999998" @@ -2516,7 +2516,7 @@ height="23" width="24" id="rect7903-7-8-9" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect y="-278.63782" @@ -2524,7 +2524,7 @@ height="22" width="1" id="rect4699-3" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.3;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2533,7 +2533,7 @@ clip-path="url(#clipPath4470-7)" transform="translate(-10,199)"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5025-0" width="26" height="24" @@ -2542,7 +2542,7 @@ rx="0" ry="0" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3-8" width="23" height="21.999998" @@ -2578,7 +2578,7 @@ <g id="g4303-70-8"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5025-65" width="26" height="24" @@ -2596,7 +2596,7 @@ rx="1" ry="1" /> <rect - style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect7903-7-2-0-8" width="24" height="23" @@ -2613,7 +2613,7 @@ height="22" width="1" id="rect4699-7" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="display:inline;opacity:0.3;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g style="display:inline" @@ -2637,7 +2637,7 @@ rx="1" /> <rect ry="2" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect7903-7-37" width="23" height="23" @@ -2760,7 +2760,7 @@ ry="0" transform="scale(-1,1)" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3-1" width="23" height="21.999998" @@ -2778,7 +2778,7 @@ height="23" width="24" id="rect7903-7-8-76" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect y="-278.63782" @@ -2786,7 +2786,7 @@ height="22" width="1" id="rect4699-62" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.3;fill:#657b83;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" transform="scale(-1,1)" /> </g> <g @@ -2806,7 +2806,7 @@ ry="0" transform="scale(-1,1)" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3-6" width="23" height="21.999998" @@ -2880,7 +2880,7 @@ height="22" width="1" id="rect4699-5" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.3;fill:#657b83;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" transform="scale(-1,1)" /> </g> <g @@ -2890,7 +2890,7 @@ clip-path="url(#clipPath4466-9-0)" transform="matrix(-1,0,0,1,146,199)"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5025-51" width="26" height="24" @@ -2900,7 +2900,7 @@ ry="0" transform="scale(-1,1)" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3-81" width="23" height="21.999998" @@ -2918,7 +2918,7 @@ height="23" width="24" id="rect7903-7-8-9-1" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect y="-278.63782" @@ -2926,7 +2926,7 @@ height="22" width="1" id="rect4699-9" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.3;fill:#657b83;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" transform="scale(-1,1)" /> </g> <g @@ -2936,7 +2936,7 @@ clip-path="url(#clipPath4470-7-0)" transform="matrix(-1,0,0,1,155,199)"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5025-8" width="26" height="24" @@ -2946,7 +2946,7 @@ ry="0" transform="scale(-1,1)" /> <rect - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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-3-66" width="23" height="21.999998" @@ -2984,7 +2984,7 @@ <g id="g4303-70-8-0"> <rect - style="display:inline;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" + style="display:inline;opacity:1;fill:#fdf6e3;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" id="rect5025-9" width="26" height="24" @@ -3003,7 +3003,7 @@ rx="1" ry="1" /> <rect - style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect7903-7-2-0-8-2" width="24" height="23" @@ -3020,7 +3020,7 @@ height="22" width="1" id="rect4699-35" - style="display:inline;opacity:0.3;fill:#cfd6e6;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.3;fill:#657b83;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" transform="scale(-1,1)" /> </g> <g @@ -3045,7 +3045,7 @@ rx="1" /> <rect ry="2" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect7903-7-37-2" width="23" height="23" @@ -3176,7 +3176,7 @@ height="21.999998" width="22" id="rect7903-20" - 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:0" + style="opacity:1;fill:#fdf6e3;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" ry="1" /> <rect rx="2" @@ -3187,7 +3187,7 @@ height="23" width="23" id="rect7903-7-7" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="2" /> </g> <g @@ -3210,7 +3210,7 @@ height="21.999998" width="22" id="rect7903-71" - 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:0" + style="opacity:1;fill:#fdf6e3;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" ry="1" /> <rect rx="2" @@ -3221,7 +3221,7 @@ height="23" width="23" id="rect7903-7-3-05" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="2" /> </g> <g @@ -3312,7 +3312,7 @@ height="21.999998" width="22" id="rect7903-8" - 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:0" + style="opacity:1;fill:#fdf6e3;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" ry="1" /> <rect rx="2" @@ -3323,7 +3323,7 @@ height="23" width="23" id="rect7903-7-18" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="2" /> </g> <g @@ -3346,7 +3346,7 @@ height="21.999998" width="22" id="rect7903-71-2" - 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:0" + style="opacity:1;fill:#fdf6e3;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" ry="1" /> <rect rx="2" @@ -3357,7 +3357,7 @@ height="23" width="23" id="rect7903-7-3-0" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="2" /> </g> <g @@ -3759,51 +3759,51 @@ <g id="arrow-left-prelight" transform="matrix(0,0.74646448,-0.80750136,0,28.210562,49.8995)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="#g4159-9-2-8"> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="status" id="layer9-0-5-2" /> <g transform="translate(-181.0002,-747)" inkscape:label="devices" id="layer10-55-1-8" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="apps" id="layer11-0-7-5" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="places" id="layer13-80-7-5" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="mimetypes" id="layer14-8-4-6" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emblems" id="layer15-2-5-5" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emotes" id="g71291-0-8-3" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="categories" id="g4953-14-7-9" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="actions" id="layer12-2-6-7"> <path @@ -3817,51 +3817,51 @@ <g id="arrow-right-prelight" transform="matrix(0,0.74646448,0.80750136,0,15.789437,60.8995)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="#g4159-9-7"> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="status" id="layer9-0-1" /> <g transform="translate(-181.0002,-747)" inkscape:label="devices" id="layer10-55-5" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="apps" id="layer11-0-0" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="places" id="layer13-80-76" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="mimetypes" id="layer14-8-1" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emblems" id="layer15-2-4" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emotes" id="g71291-0-9" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="categories" id="g4953-14-3" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="actions" id="layer12-2-1"> <path @@ -4145,51 +4145,51 @@ <g id="arrow-up-prelight" transform="matrix(0.7464645,0,0,-0.80750136,16.537321,82.572742)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="#g4159-7-3"> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="status" id="layer9-6-7" /> <g transform="translate(-181.0002,-747)" inkscape:label="devices" id="layer10-1-6" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="apps" id="layer11-5-7" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="places" id="layer13-1-0" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" inkscape:label="mimetypes" id="layer14-3-1" - style="fill:#5294e2;fill-opacity:1" /> + style="fill:#268bd2;fill-opacity:1" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emblems" id="layer15-6-0" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="emotes" id="g71291-9-2" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="categories" id="g4953-1-9" /> <g transform="translate(-181.0002,-747)" - style="display:inline;fill:#5294e2;fill-opacity:1" + style="display:inline;fill:#268bd2;fill-opacity:1" inkscape:label="actions" id="layer12-8-4"> <path @@ -4810,7 +4810,7 @@ transform="translate(-205,-108)" inkscape:label="#g5704"> <rect - 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" + style="opacity:1;fill:#657b83;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="rect5642" width="11" height="11" @@ -4819,7 +4819,7 @@ rx="2.2084" ry="2.59585" /> <rect - 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" + style="opacity:1;fill:#fdf6e3;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="rect5646" width="9" height="9" @@ -4842,7 +4842,7 @@ transform="translate(-205,-108)" inkscape:label="#g5698"> <rect - 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" + style="opacity:1;fill:#657b83;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="rect5640" width="11" height="11" @@ -4851,7 +4851,7 @@ rx="1.48607" ry="1.72241" /> <rect - 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" + style="opacity:1;fill:#fdf6e3;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="rect5644" width="9" height="9" @@ -4930,21 +4930,21 @@ height="2" width="2" id="rect6176" - 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" /> + style="opacity:1;fill:#657b83;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="-178.63782" x="210" height="2" width="2" id="rect6178" - 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" /> + style="opacity:1;fill:#657b83;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="-173.63782" x="210" height="2" width="2" id="rect6180" - 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" /> + style="opacity:1;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="matrix(0,1,-1,0,60.362183,-388.63782)" @@ -4964,21 +4964,21 @@ height="2" width="2" id="rect6176-4" - 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" /> + style="opacity:1;fill:#657b83;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="-178.63782" x="210" height="2" width="2" id="rect6178-9" - 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" /> + style="opacity:1;fill:#657b83;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="-173.63782" x="210" height="2" width="2" id="rect6180-1" - 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" /> + style="opacity:1;fill:#657b83;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: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" @@ -5024,10 +5024,10 @@ height="8" width="30" id="trough-progressbar_v2" - 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" /> + style="opacity:1;fill:#657b83;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> <circle - style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#cbd2e3;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:#fdf6e3;fill-opacity:1;stroke:#cbd2e3;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="slider" cx="228.50018" cy="-20.137819" @@ -5049,13 +5049,13 @@ cy="263.5" cx="262.5" id="path5834-5-4" - style="opacity:1;fill:#f9fafb;fill-opacity:1;stroke:#f9fafb;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:#fdf6e3;fill-opacity:1;stroke:#fdf6e3;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <circle r="7" cy="263.5" cx="262.5" id="path5834-5" - style="opacity:0.55;fill:#ffffff;fill-opacity:1;stroke:#cbd2e3;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:0.55;fill:#fdf6e3;fill-opacity:1;stroke:#cbd2e3;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g id="trough-horizontal" @@ -5078,7 +5078,7 @@ height="5" width="24" id="rect5799-8" - 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" /> + style="opacity:1;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="matrix(0,1,-1,0,509,-200.63782)" @@ -5101,7 +5101,7 @@ height="5" width="24" id="rect5799-8-9" - 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" /> + style="opacity:1;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g id="slider-horiz-prelight" @@ -5127,7 +5127,7 @@ style="opacity:1;fill:#d3d4d8;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:#ffffff;fill-opacity:1;stroke:#dde3e9;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:#fdf6e3;fill-opacity:1;stroke:#dde3e9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="notebook" width="9" height="9" @@ -5155,7 +5155,7 @@ height="31" width="28" id="rect3759" - style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5179,7 +5179,7 @@ height="31" width="28" id="rect3759-2" - style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5203,7 +5203,7 @@ height="31" width="28" id="rect3759-3" - style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5227,7 +5227,7 @@ height="31" width="28" id="rect3759-6" - style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" rx="1.3877788e-16" /> </g> <g @@ -5247,7 +5247,7 @@ height="2" width="2" id="rect6131" - 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" /> + style="opacity:1;fill:#fdf6e3;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="matrix(0,1,-1,0,424,-659.63782)" @@ -5266,7 +5266,7 @@ height="2" width="2" id="rect6131-3" - 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" /> + style="opacity:1;fill:#fdf6e3;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:#f0f2f5;fill-opacity:1;stroke:#dde3e9;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" @@ -5307,7 +5307,7 @@ height="28" width="10" id="rect6289" - 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" /> + style="opacity:1;fill:#fdf6e3;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="-87.637817" x="419" @@ -5391,7 +5391,7 @@ height="8" width="30" id="trough-progressbar_v2-1" - 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" /> + style="opacity:1;fill:#657b83;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> </g> <g transform="translate(-1,126)" @@ -5399,7 +5399,7 @@ id="entry-toolbar" inkscape:label="#g9335"> <rect - style="display:inline;opacity:1;fill:#e7e8eb;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" + style="display:inline;opacity:1;fill:#eee8d5;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" id="rect5076-6" width="26" height="24" @@ -5416,7 +5416,7 @@ height="23" width="25" id="rect7903-7-1-6" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> <rect rx="2.5" @@ -5425,7 +5425,7 @@ height="22" width="24" id="rect7903-93-7" - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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" ry="2.5" /> </g> <g @@ -5434,7 +5434,7 @@ id="entry-active-toolbar" inkscape:label="#g9350"> <rect - style="display:inline;opacity:1;fill:#e7e8eb;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" + style="display:inline;opacity:1;fill:#eee8d5;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" id="rect5076-2" width="26" height="24" @@ -5460,7 +5460,7 @@ height="22" width="24" id="rect7903-93-4" - style="display:inline;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:0" + style="display:inline;opacity:1;fill:#fdf6e3;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" ry="2.5" /> </g> <g @@ -5471,7 +5471,7 @@ <g id="g4303-7-3"> <rect - style="display:inline;opacity:1;fill:#e7e8eb;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" + style="display:inline;opacity:1;fill:#eee8d5;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" id="rect5076-7" width="26" height="24" @@ -5489,7 +5489,7 @@ rx="2.5" ry="2.5" /> <rect - style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:0.55;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect7903-7-2-3-4" width="25" height="23" @@ -5512,7 +5512,7 @@ height="32" width="24" id="rect6166-6" - style="opacity:1;fill:#e7e8eb;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:#eee8d5;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="142" x="437" @@ -5528,7 +5528,7 @@ height="4" width="4.0000124" id="focus-line" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.67346936" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.67346936" inkscape:label="#rect6176-4-2" /> <g style="display:inline" @@ -5810,7 +5810,7 @@ inkscape:connector-curvature="0" id="rect21848-6-0" d="m 20.857147,2.375005 c -1.028857,0 -1.857142,0.8282854 -1.857142,1.8571422 l 0,9.2857108 c 0,1.028857 0.828285,1.857142 1.857142,1.857142 l 9.285711,0 C 31.171715,15.375 32,14.546715 32,13.517858 L 32,4.2321472 C 32,3.2032904 31.171715,2.375005 30.142858,2.375005 Z M 21,3.375 l 9,0 c 0.514428,0 1,0.4855716 1,1 l 0,9 c 0,0.514428 -0.485588,1.004019 -1,1 L 20.857142,14.30357 C 20.34273,14.299552 20,13.889428 20,13.375 l 0,-9 c 0,-0.5144284 0.485572,-1 1,-1 z" - style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:0.5;fill:#fdf6e3;fill-opacity:1;stroke:#657b83;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> <g transform="translate(0,-30)" inkscape:label="#g14325" @@ -5837,7 +5837,7 @@ height="10.987178" width="10.999995" id="rect5147-9-1-5-7-6-55-9" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.11764706;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;opacity:0.5" + style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fdf6e3;fill-opacity:0.11764706;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;opacity:0.5" ry="0.99999994" /> </g> </g> @@ -5946,7 +5946,7 @@ inkscape:connector-curvature="0" id="path10940-8-0" d="m 99.000005,8.862187 c 0,3.589846 2.910155,6.499996 6.499995,6.499996 3.58985,0 6.5,-2.91015 6.5,-6.499996 0,-3.5898455 -2.91015,-6.4999958 -6.5,-6.4999958 -3.58984,0 -6.499995,2.9101503 -6.499995,6.4999958 z M 100,8.7764737 c 0,-3.0865694 2.41343,-5.4142875 5.5,-5.4142875 3.08657,0 5.5,2.4134314 5.5,5.5000008 0,3.08657 -2.41343,5.485712 -5.5,5.485712 -3.08657,0 -5.5,-2.484855 -5.5,-5.5714253 z" - style="opacity:1;fill:#ffffff;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="opacity:1;fill:#fdf6e3;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" sodipodi:nodetypes="ssssssssss" /> <g id="g10964-19-9" @@ -5968,7 +5968,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:0.11764706;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:#fdf6e3;fill-opacity:0.11764706;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" id="rect5147-9-1-7-4-3" width="23.088213" height="22.722145" @@ -6056,7 +6056,7 @@ height="23" width="25" id="rect7903-7-31-1" - style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#cfd6e6;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#657b83;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" ry="3" /> </g> <g @@ -6088,7 +6088,7 @@ 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" + style="opacity:1;fill:#fdf6e3;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" id="entry-background" width="6" height="18" diff --git a/common/gtk-2.0/assets/button-hover.png b/common/gtk-2.0/assets/button-hover.png Binary files differindex a181935..58c852c 100644 --- a/common/gtk-2.0/assets/button-hover.png +++ b/common/gtk-2.0/assets/button-hover.png diff --git a/common/gtk-2.0/assets/button.png b/common/gtk-2.0/assets/button.png Binary files differindex 6959aa7..95f81cf 100644 --- a/common/gtk-2.0/assets/button.png +++ b/common/gtk-2.0/assets/button.png diff --git a/common/gtk-2.0/assets/checkbox-checked-insensitive.png b/common/gtk-2.0/assets/checkbox-checked-insensitive.png Binary files differindex e898e49..3174605 100644 --- a/common/gtk-2.0/assets/checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets/checkbox-checked.png b/common/gtk-2.0/assets/checkbox-checked.png Binary files differindex b63a30d..385787b 100644 --- a/common/gtk-2.0/assets/checkbox-checked.png +++ b/common/gtk-2.0/assets/checkbox-checked.png diff --git a/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png Binary files differindex f485813..e7a889c 100644 --- a/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/checkbox-unchecked.png b/common/gtk-2.0/assets/checkbox-unchecked.png Binary files differindex e83c167..74611f6 100644 --- a/common/gtk-2.0/assets/checkbox-unchecked.png +++ b/common/gtk-2.0/assets/checkbox-unchecked.png diff --git a/common/gtk-2.0/assets/combo-entry-button-rtl.png b/common/gtk-2.0/assets/combo-entry-button-rtl.png Binary files differindex a83feb8..81731c0 100644 --- a/common/gtk-2.0/assets/combo-entry-button-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-button-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-button.png b/common/gtk-2.0/assets/combo-entry-button.png Binary files differindex 1475747..47dd1c3 100644 --- a/common/gtk-2.0/assets/combo-entry-button.png +++ b/common/gtk-2.0/assets/combo-entry-button.png diff --git a/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png Binary files differindex 280d1fa..82ce040 100644 --- a/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-focus-notebook-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-focus-notebook.png b/common/gtk-2.0/assets/combo-entry-focus-notebook.png Binary files differindex 674c671..d35d642 100644 --- a/common/gtk-2.0/assets/combo-entry-focus-notebook.png +++ b/common/gtk-2.0/assets/combo-entry-focus-notebook.png diff --git a/common/gtk-2.0/assets/combo-entry-focus-rtl.png b/common/gtk-2.0/assets/combo-entry-focus-rtl.png Binary files differindex c7a0ae7..ad06372 100644 --- a/common/gtk-2.0/assets/combo-entry-focus-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-focus-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-focus.png b/common/gtk-2.0/assets/combo-entry-focus.png Binary files differindex 55f074e..552c7f4 100644 --- a/common/gtk-2.0/assets/combo-entry-focus.png +++ b/common/gtk-2.0/assets/combo-entry-focus.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png Binary files differindex 60eed4f..177deae 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive-notebook-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png b/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png Binary files differindex a108b0b..f057b9c 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive-notebook.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png b/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png Binary files differindex dd19b58..4c446bb 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-insensitive.png b/common/gtk-2.0/assets/combo-entry-insensitive.png Binary files differindex 446bad3..721bf78 100644 --- a/common/gtk-2.0/assets/combo-entry-insensitive.png +++ b/common/gtk-2.0/assets/combo-entry-insensitive.png diff --git a/common/gtk-2.0/assets/combo-entry-notebook-rtl.png b/common/gtk-2.0/assets/combo-entry-notebook-rtl.png Binary files differindex ebba07a..1837fdf 100644 --- a/common/gtk-2.0/assets/combo-entry-notebook-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-notebook-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry-notebook.png b/common/gtk-2.0/assets/combo-entry-notebook.png Binary files differindex d31886d..78327eb 100644 --- a/common/gtk-2.0/assets/combo-entry-notebook.png +++ b/common/gtk-2.0/assets/combo-entry-notebook.png diff --git a/common/gtk-2.0/assets/combo-entry-rtl.png b/common/gtk-2.0/assets/combo-entry-rtl.png Binary files differindex 4254b54..f985db5 100644 --- a/common/gtk-2.0/assets/combo-entry-rtl.png +++ b/common/gtk-2.0/assets/combo-entry-rtl.png diff --git a/common/gtk-2.0/assets/combo-entry.png b/common/gtk-2.0/assets/combo-entry.png Binary files differindex ff0c768..3c78070 100644 --- a/common/gtk-2.0/assets/combo-entry.png +++ b/common/gtk-2.0/assets/combo-entry.png diff --git a/common/gtk-2.0/assets/down-background-rtl.png b/common/gtk-2.0/assets/down-background-rtl.png Binary files differindex 7830008..b839b86 100644 --- a/common/gtk-2.0/assets/down-background-rtl.png +++ b/common/gtk-2.0/assets/down-background-rtl.png diff --git a/common/gtk-2.0/assets/down-background.png b/common/gtk-2.0/assets/down-background.png Binary files differindex 17c0e80..ea151c6 100644 --- a/common/gtk-2.0/assets/down-background.png +++ b/common/gtk-2.0/assets/down-background.png diff --git a/common/gtk-2.0/assets/entry-active-bg.png b/common/gtk-2.0/assets/entry-active-bg.png Binary files differindex 7f15479..6c77607 100644 --- a/common/gtk-2.0/assets/entry-active-bg.png +++ b/common/gtk-2.0/assets/entry-active-bg.png diff --git a/common/gtk-2.0/assets/entry-active-notebook.png b/common/gtk-2.0/assets/entry-active-notebook.png Binary files differindex a314dc7..4fccd88 100644 --- a/common/gtk-2.0/assets/entry-active-notebook.png +++ b/common/gtk-2.0/assets/entry-active-notebook.png diff --git a/common/gtk-2.0/assets/entry-active-toolbar.png b/common/gtk-2.0/assets/entry-active-toolbar.png Binary files differindex 359b399..9c48f7c 100644 --- a/common/gtk-2.0/assets/entry-active-toolbar.png +++ b/common/gtk-2.0/assets/entry-active-toolbar.png diff --git a/common/gtk-2.0/assets/entry-background.png b/common/gtk-2.0/assets/entry-background.png Binary files differindex 5914b3f..07e9ca0 100644 --- a/common/gtk-2.0/assets/entry-background.png +++ b/common/gtk-2.0/assets/entry-background.png diff --git a/common/gtk-2.0/assets/entry-bg.png b/common/gtk-2.0/assets/entry-bg.png Binary files differindex b185009..74c4f3a 100644 --- a/common/gtk-2.0/assets/entry-bg.png +++ b/common/gtk-2.0/assets/entry-bg.png diff --git a/common/gtk-2.0/assets/entry-border-active-bg.png b/common/gtk-2.0/assets/entry-border-active-bg.png Binary files differindex 84618be..e130ff6 100644 --- a/common/gtk-2.0/assets/entry-border-active-bg.png +++ b/common/gtk-2.0/assets/entry-border-active-bg.png diff --git a/common/gtk-2.0/assets/entry-border-bg.png b/common/gtk-2.0/assets/entry-border-bg.png Binary files differindex 6b820aa..6b4b6d8 100644 --- a/common/gtk-2.0/assets/entry-border-bg.png +++ b/common/gtk-2.0/assets/entry-border-bg.png diff --git a/common/gtk-2.0/assets/entry-disabled-notebook.png b/common/gtk-2.0/assets/entry-disabled-notebook.png Binary files differindex 91b4c2d..93760d7 100644 --- a/common/gtk-2.0/assets/entry-disabled-notebook.png +++ b/common/gtk-2.0/assets/entry-disabled-notebook.png diff --git a/common/gtk-2.0/assets/entry-disabled-toolbar.png b/common/gtk-2.0/assets/entry-disabled-toolbar.png Binary files differindex 074826b..58dcce7 100644 --- a/common/gtk-2.0/assets/entry-disabled-toolbar.png +++ b/common/gtk-2.0/assets/entry-disabled-toolbar.png diff --git a/common/gtk-2.0/assets/entry-notebook.png b/common/gtk-2.0/assets/entry-notebook.png Binary files differindex 0ccc4ed..b615491 100644 --- a/common/gtk-2.0/assets/entry-notebook.png +++ b/common/gtk-2.0/assets/entry-notebook.png diff --git a/common/gtk-2.0/assets/entry-toolbar.png b/common/gtk-2.0/assets/entry-toolbar.png Binary files differindex 885a5d8..25a3be7 100644 --- a/common/gtk-2.0/assets/entry-toolbar.png +++ b/common/gtk-2.0/assets/entry-toolbar.png diff --git a/common/gtk-2.0/assets/focus-line.png b/common/gtk-2.0/assets/focus-line.png Binary files differindex 0f5ef9d..ee66643 100644 --- a/common/gtk-2.0/assets/focus-line.png +++ b/common/gtk-2.0/assets/focus-line.png diff --git a/common/gtk-2.0/assets/handle-h.png b/common/gtk-2.0/assets/handle-h.png Binary files differindex 11d1621..eabdc4a 100644 --- a/common/gtk-2.0/assets/handle-h.png +++ b/common/gtk-2.0/assets/handle-h.png diff --git a/common/gtk-2.0/assets/handle-v.png b/common/gtk-2.0/assets/handle-v.png Binary files differindex 2317e90..28d0d2b 100644 --- a/common/gtk-2.0/assets/handle-v.png +++ b/common/gtk-2.0/assets/handle-v.png diff --git a/common/gtk-2.0/assets/menu-arrow-prelight.png b/common/gtk-2.0/assets/menu-arrow-prelight.png Binary files differindex 04bff49..072cf27 100644 --- a/common/gtk-2.0/assets/menu-arrow-prelight.png +++ b/common/gtk-2.0/assets/menu-arrow-prelight.png diff --git a/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png b/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png Binary files differindex 9484bfd..d5cab9f 100644 --- a/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png +++ b/common/gtk-2.0/assets/menu-checkbox-checked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-checkbox-checked-selected.png b/common/gtk-2.0/assets/menu-checkbox-checked-selected.png Binary files differindex e32f07e..22b2ced 100644 --- a/common/gtk-2.0/assets/menu-checkbox-checked-selected.png +++ b/common/gtk-2.0/assets/menu-checkbox-checked-selected.png diff --git a/common/gtk-2.0/assets/menu-checkbox-checked.png b/common/gtk-2.0/assets/menu-checkbox-checked.png Binary files differindex f56ea71..2387ab2 100644 --- a/common/gtk-2.0/assets/menu-checkbox-checked.png +++ b/common/gtk-2.0/assets/menu-checkbox-checked.png diff --git a/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png b/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png Binary files differindex ae345d2..1435214 100644 --- a/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/menu-checkbox-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png b/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png Binary files differindex 9066a4c..d31c64f 100644 --- a/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png +++ b/common/gtk-2.0/assets/menu-checkbox-unchecked-selected.png diff --git a/common/gtk-2.0/assets/menu-checkbox-unchecked.png b/common/gtk-2.0/assets/menu-checkbox-unchecked.png Binary files differindex a599717..40afa29 100644 --- a/common/gtk-2.0/assets/menu-checkbox-unchecked.png +++ b/common/gtk-2.0/assets/menu-checkbox-unchecked.png diff --git a/common/gtk-2.0/assets/menu-radio-checked-insensitive.png b/common/gtk-2.0/assets/menu-radio-checked-insensitive.png Binary files differindex 1f3acab..6a9730b 100644 --- a/common/gtk-2.0/assets/menu-radio-checked-insensitive.png +++ b/common/gtk-2.0/assets/menu-radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-radio-checked-selected.png b/common/gtk-2.0/assets/menu-radio-checked-selected.png Binary files differindex 0fab00a..b83f8ec 100644 --- a/common/gtk-2.0/assets/menu-radio-checked-selected.png +++ b/common/gtk-2.0/assets/menu-radio-checked-selected.png diff --git a/common/gtk-2.0/assets/menu-radio-checked.png b/common/gtk-2.0/assets/menu-radio-checked.png Binary files differindex 3463303..16639de 100644 --- a/common/gtk-2.0/assets/menu-radio-checked.png +++ b/common/gtk-2.0/assets/menu-radio-checked.png diff --git a/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png b/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png Binary files differindex f24cb1e..f80d859 100644 --- a/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/menu-radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/menu-radio-unchecked-selected.png b/common/gtk-2.0/assets/menu-radio-unchecked-selected.png Binary files differindex 7b08eac..eae0bd4 100644 --- a/common/gtk-2.0/assets/menu-radio-unchecked-selected.png +++ b/common/gtk-2.0/assets/menu-radio-unchecked-selected.png diff --git a/common/gtk-2.0/assets/menu-radio-unchecked.png b/common/gtk-2.0/assets/menu-radio-unchecked.png Binary files differindex ea7e3dc..3f71f83 100644 --- a/common/gtk-2.0/assets/menu-radio-unchecked.png +++ b/common/gtk-2.0/assets/menu-radio-unchecked.png diff --git a/common/gtk-2.0/assets/menubar.png b/common/gtk-2.0/assets/menubar.png Binary files differindex 1a65249..e5568a9 100644 --- a/common/gtk-2.0/assets/menubar.png +++ b/common/gtk-2.0/assets/menubar.png diff --git a/common/gtk-2.0/assets/menubar_button.png b/common/gtk-2.0/assets/menubar_button.png Binary files differindex 70c8f86..15f54c7 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/assets/menuitem.png b/common/gtk-2.0/assets/menuitem.png Binary files differindex ce6bd54..835a9d6 100644 --- a/common/gtk-2.0/assets/menuitem.png +++ b/common/gtk-2.0/assets/menuitem.png diff --git a/common/gtk-2.0/assets/minus.png b/common/gtk-2.0/assets/minus.png Binary files differindex 46f5c00..c9ecf7a 100644 --- a/common/gtk-2.0/assets/minus.png +++ b/common/gtk-2.0/assets/minus.png diff --git a/common/gtk-2.0/assets/notebook-gap-horiz.png b/common/gtk-2.0/assets/notebook-gap-horiz.png Binary files differindex e14fe4b..c3a2348 100644 --- a/common/gtk-2.0/assets/notebook-gap-horiz.png +++ b/common/gtk-2.0/assets/notebook-gap-horiz.png diff --git a/common/gtk-2.0/assets/notebook-gap-vert.png b/common/gtk-2.0/assets/notebook-gap-vert.png Binary files differindex bc4a11c..f2a79fa 100644 --- a/common/gtk-2.0/assets/notebook-gap-vert.png +++ b/common/gtk-2.0/assets/notebook-gap-vert.png diff --git a/common/gtk-2.0/assets/notebook.png b/common/gtk-2.0/assets/notebook.png Binary files differindex 82e63b4..30ba1bc 100644 --- a/common/gtk-2.0/assets/notebook.png +++ b/common/gtk-2.0/assets/notebook.png diff --git a/common/gtk-2.0/assets/plus.png b/common/gtk-2.0/assets/plus.png Binary files differindex 3706bf8..5f24e2c 100644 --- a/common/gtk-2.0/assets/plus.png +++ b/common/gtk-2.0/assets/plus.png diff --git a/common/gtk-2.0/assets/progressbar.png b/common/gtk-2.0/assets/progressbar.png Binary files differindex 7937cd1..e269d58 100644 --- a/common/gtk-2.0/assets/progressbar.png +++ b/common/gtk-2.0/assets/progressbar.png diff --git a/common/gtk-2.0/assets/progressbar_v.png b/common/gtk-2.0/assets/progressbar_v.png Binary files differindex e29023b..5303da4 100644 --- a/common/gtk-2.0/assets/progressbar_v.png +++ b/common/gtk-2.0/assets/progressbar_v.png diff --git a/common/gtk-2.0/assets/radio-checked-insensitive.png b/common/gtk-2.0/assets/radio-checked-insensitive.png Binary files differindex c599eae..337c195 100644 --- a/common/gtk-2.0/assets/radio-checked-insensitive.png +++ b/common/gtk-2.0/assets/radio-checked-insensitive.png diff --git a/common/gtk-2.0/assets/radio-checked.png b/common/gtk-2.0/assets/radio-checked.png Binary files differindex 9690dfd..007c163 100644 --- a/common/gtk-2.0/assets/radio-checked.png +++ b/common/gtk-2.0/assets/radio-checked.png diff --git a/common/gtk-2.0/assets/radio-unchecked-insensitive.png b/common/gtk-2.0/assets/radio-unchecked-insensitive.png Binary files differindex 68696e4..a4f9c5a 100644 --- a/common/gtk-2.0/assets/radio-unchecked-insensitive.png +++ b/common/gtk-2.0/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-2.0/assets/radio-unchecked.png b/common/gtk-2.0/assets/radio-unchecked.png Binary files differindex 7584aba..23d249b 100644 --- a/common/gtk-2.0/assets/radio-unchecked.png +++ b/common/gtk-2.0/assets/radio-unchecked.png diff --git a/common/gtk-2.0/assets/slider-horiz-active.png b/common/gtk-2.0/assets/slider-horiz-active.png Binary files differindex c4c810c..908cf57 100644 --- a/common/gtk-2.0/assets/slider-horiz-active.png +++ b/common/gtk-2.0/assets/slider-horiz-active.png diff --git a/common/gtk-2.0/assets/slider-insensitive.png b/common/gtk-2.0/assets/slider-insensitive.png Binary files differindex 08b7d89..67522bb 100644 --- a/common/gtk-2.0/assets/slider-insensitive.png +++ b/common/gtk-2.0/assets/slider-insensitive.png diff --git a/common/gtk-2.0/assets/slider-prelight.png b/common/gtk-2.0/assets/slider-prelight.png Binary files differindex e72808d..3710a7e 100644 --- a/common/gtk-2.0/assets/slider-prelight.png +++ b/common/gtk-2.0/assets/slider-prelight.png diff --git a/common/gtk-2.0/assets/slider-vert-active.png b/common/gtk-2.0/assets/slider-vert-active.png Binary files differindex 9e5294d..791c307 100644 --- a/common/gtk-2.0/assets/slider-vert-active.png +++ b/common/gtk-2.0/assets/slider-vert-active.png diff --git a/common/gtk-2.0/assets/slider.png b/common/gtk-2.0/assets/slider.png Binary files differindex dd9392f..ee227f2 100644 --- a/common/gtk-2.0/assets/slider.png +++ b/common/gtk-2.0/assets/slider.png diff --git a/common/gtk-2.0/assets/tab-bottom-active.png b/common/gtk-2.0/assets/tab-bottom-active.png Binary files differindex 6d4c237..04e8c16 100644 --- a/common/gtk-2.0/assets/tab-bottom-active.png +++ b/common/gtk-2.0/assets/tab-bottom-active.png diff --git a/common/gtk-2.0/assets/tab-left-active.png b/common/gtk-2.0/assets/tab-left-active.png Binary files differindex 20d4449..4bd1cf2 100644 --- a/common/gtk-2.0/assets/tab-left-active.png +++ b/common/gtk-2.0/assets/tab-left-active.png diff --git a/common/gtk-2.0/assets/tab-right-active.png b/common/gtk-2.0/assets/tab-right-active.png Binary files differindex 798fad2..81973f4 100644 --- a/common/gtk-2.0/assets/tab-right-active.png +++ b/common/gtk-2.0/assets/tab-right-active.png diff --git a/common/gtk-2.0/assets/tab-top-active.png b/common/gtk-2.0/assets/tab-top-active.png Binary files differindex f7b2cc0..414b162 100644 --- a/common/gtk-2.0/assets/tab-top-active.png +++ b/common/gtk-2.0/assets/tab-top-active.png diff --git a/common/gtk-2.0/assets/tree_header.png b/common/gtk-2.0/assets/tree_header.png Binary files differindex de35bac..8b8ca06 100644 --- a/common/gtk-2.0/assets/tree_header.png +++ b/common/gtk-2.0/assets/tree_header.png diff --git a/common/gtk-2.0/assets/trough-horizontal-active.png b/common/gtk-2.0/assets/trough-horizontal-active.png Binary files differindex dc80ccc..9fe455f 100644 --- a/common/gtk-2.0/assets/trough-horizontal-active.png +++ b/common/gtk-2.0/assets/trough-horizontal-active.png diff --git a/common/gtk-2.0/assets/trough-horizontal.png b/common/gtk-2.0/assets/trough-horizontal.png Binary files differindex 9527f67..681ec6c 100644 --- a/common/gtk-2.0/assets/trough-horizontal.png +++ b/common/gtk-2.0/assets/trough-horizontal.png diff --git a/common/gtk-2.0/assets/trough-progressbar.png b/common/gtk-2.0/assets/trough-progressbar.png Binary files differindex 8ed4cce..fbf043c 100644 --- a/common/gtk-2.0/assets/trough-progressbar.png +++ b/common/gtk-2.0/assets/trough-progressbar.png diff --git a/common/gtk-2.0/assets/trough-progressbar_v.png b/common/gtk-2.0/assets/trough-progressbar_v.png Binary files differindex 18664f1..32e885b 100644 --- a/common/gtk-2.0/assets/trough-progressbar_v.png +++ b/common/gtk-2.0/assets/trough-progressbar_v.png diff --git a/common/gtk-2.0/assets/trough-vertical-active.png b/common/gtk-2.0/assets/trough-vertical-active.png Binary files differindex 1736ff4..ae8e429 100644 --- a/common/gtk-2.0/assets/trough-vertical-active.png +++ b/common/gtk-2.0/assets/trough-vertical-active.png diff --git a/common/gtk-2.0/assets/trough-vertical.png b/common/gtk-2.0/assets/trough-vertical.png Binary files differindex 7a004cb..2f720fa 100644 --- a/common/gtk-2.0/assets/trough-vertical.png +++ b/common/gtk-2.0/assets/trough-vertical.png diff --git a/common/gtk-2.0/assets/up-background-rtl.png b/common/gtk-2.0/assets/up-background-rtl.png Binary files differindex c95e0da..b6721a1 100644 --- a/common/gtk-2.0/assets/up-background-rtl.png +++ b/common/gtk-2.0/assets/up-background-rtl.png diff --git a/common/gtk-2.0/assets/up-background.png b/common/gtk-2.0/assets/up-background.png Binary files differindex d08140b..527e93c 100644 --- a/common/gtk-2.0/assets/up-background.png +++ b/common/gtk-2.0/assets/up-background.png diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 8d54f3b..a7d5fb5 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -1,17 +1,17 @@ -gtk-color-scheme = "base_color: #ffffff" +gtk-color-scheme = "base_color: #fdf6e3" gtk-color-scheme = "text_color: #5c616c" gtk-color-scheme = "bg_color: #f5f6f7" gtk-color-scheme = "fg_color: #5c616c" gtk-color-scheme = "tooltip_bg_color: #4B5162" -gtk-color-scheme = "tooltip_fg_color: #ffffff" -gtk-color-scheme = "selected_bg_color: #5294e2" -gtk-color-scheme = "selected_fg_color: #ffffff" +gtk-color-scheme = "tooltip_fg_color: #fdf6e3" +gtk-color-scheme = "selected_bg_color: #268bd2" +gtk-color-scheme = "selected_fg_color: #fdf6e3" gtk-color-scheme = "insensitive_bg_color: #fbfcfc" gtk-color-scheme = "insensitive_fg_color: #a9acb2" -gtk-color-scheme = "notebook_bg: #ffffff" -gtk-color-scheme = "dark_sidebar_bg: #353945" -gtk-color-scheme = "link_color: #5294e2" -gtk-color-scheme = "menu_bg: #ffffff" +gtk-color-scheme = "notebook_bg: #fdf6e3" +gtk-color-scheme = "dark_sidebar_bg: #073642" +gtk-color-scheme = "link_color: #268bd2" +gtk-color-scheme = "menu_bg: #fdf6e3" gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. gtk-auto-mnemonics = 1 diff --git a/common/gtk-2.0/gtkrc-dark b/common/gtk-2.0/gtkrc-dark index 9f85145..b57b211 100644 --- a/common/gtk-2.0/gtkrc-dark +++ b/common/gtk-2.0/gtkrc-dark @@ -1,17 +1,17 @@ -gtk-color-scheme = "base_color: #404552" -gtk-color-scheme = "text_color: #d3dae3" -gtk-color-scheme = "bg_color: #383c4a" -gtk-color-scheme = "fg_color: #d3dae3" +gtk-color-scheme = "base_color: #073642" +gtk-color-scheme = "text_color: #657b83" +gtk-color-scheme = "bg_color: #002b36" +gtk-color-scheme = "fg_color: #657b83" gtk-color-scheme = "tooltip_bg_color: #4B5162" -gtk-color-scheme = "tooltip_fg_color: #ffffff" -gtk-color-scheme = "selected_bg_color: #5294e2" -gtk-color-scheme = "selected_fg_color: #ffffff" -gtk-color-scheme = "insensitive_bg_color: #3e4350" +gtk-color-scheme = "tooltip_fg_color: #fdf6e3" +gtk-color-scheme = "selected_bg_color: #268bd2" +gtk-color-scheme = "selected_fg_color: #fdf6e3" +gtk-color-scheme = "insensitive_bg_color: #073642" gtk-color-scheme = "insensitive_fg_color: #7c818c" -gtk-color-scheme = "notebook_bg: #404552" -gtk-color-scheme = "dark_sidebar_bg: #353945" -gtk-color-scheme = "link_color: #5294e2" -gtk-color-scheme = "menu_bg: #383c4a" +gtk-color-scheme = "notebook_bg: #073642" +gtk-color-scheme = "dark_sidebar_bg: #073642" +gtk-color-scheme = "link_color: #268bd2" +gtk-color-scheme = "menu_bg: #002b36" gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. gtk-auto-mnemonics = 1 diff --git a/common/gtk-2.0/gtkrc-darker b/common/gtk-2.0/gtkrc-darker index 73dbfcb..e79571c 100644 --- a/common/gtk-2.0/gtkrc-darker +++ b/common/gtk-2.0/gtkrc-darker @@ -1,17 +1,17 @@ -gtk-color-scheme = "base_color: #ffffff" +gtk-color-scheme = "base_color: #fdf6e3" gtk-color-scheme = "text_color: #5c616c" gtk-color-scheme = "bg_color: #f5f6f7" gtk-color-scheme = "fg_color: #5c616c" gtk-color-scheme = "tooltip_bg_color: #4B5162" -gtk-color-scheme = "tooltip_fg_color: #ffffff" -gtk-color-scheme = "selected_bg_color: #5294e2" -gtk-color-scheme = "selected_fg_color: #ffffff" +gtk-color-scheme = "tooltip_fg_color: #fdf6e3" +gtk-color-scheme = "selected_bg_color: #268bd2" +gtk-color-scheme = "selected_fg_color: #fdf6e3" gtk-color-scheme = "insensitive_bg_color: #fbfcfc" gtk-color-scheme = "insensitive_fg_color: #a9acb2" -gtk-color-scheme = "notebook_bg: #ffffff" -gtk-color-scheme = "dark_sidebar_bg: #353945" -gtk-color-scheme = "link_color: #5294e2" -gtk-color-scheme = "menu_bg: #ffffff" +gtk-color-scheme = "notebook_bg: #fdf6e3" +gtk-color-scheme = "dark_sidebar_bg: #073642" +gtk-color-scheme = "link_color: #268bd2" +gtk-color-scheme = "menu_bg: #fdf6e3" gtk-icon-sizes = "gtk-button=16,16" # This makes button icons smaller. gtk-auto-mnemonics = 1 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 ad0dd36..abde967 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.png b/common/gtk-2.0/menubar-toolbar/button.png Binary files differindex 102c97f..132ba73 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/entry-active-toolbar-dark.png b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png Binary files differindex ac880fb..f1e4eb1 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png Binary files differindex 359b399..9c48f7c 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png +++ b/common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png Binary files differindex d6f19b7..cc72f5d 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png Binary files differindex 074826b..58dcce7 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png +++ b/common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png b/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png Binary files differindex 5c04ca3..dec83cb 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png +++ b/common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png diff --git a/common/gtk-2.0/menubar-toolbar/entry-toolbar.png b/common/gtk-2.0/menubar-toolbar/entry-toolbar.png Binary files differindex 885a5d8..25a3be7 100644 --- a/common/gtk-2.0/menubar-toolbar/entry-toolbar.png +++ b/common/gtk-2.0/menubar-toolbar/entry-toolbar.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 e69ee01..2db658e 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-toolbar-dark.rc b/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc index baf7f44..866e16e 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc +++ b/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -1,11 +1,11 @@ style "menubar" { - bg[NORMAL] = "#2f343f" - fg[NORMAL] = "#afb8c5" - fg[PRELIGHT] = "#afb8c5" - fg[ACTIVE] = "#afb8c5" + bg[NORMAL] = "#002b36" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" + fg[ACTIVE] = "#657b83" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, "#afb8c5") + fg[INSENSITIVE] = shade(0.7, "#657b83") xthickness = 0 ythickness = 0 @@ -23,10 +23,10 @@ style "menubar" { style "menubar-borderless" { - bg[NORMAL] = "#2f343f" - fg[NORMAL] = "#afb8c5" + bg[NORMAL] = "#002b36" + fg[NORMAL] = "#657b83" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, "#afb8c5") + fg[INSENSITIVE] = shade(0.7, "#657b83") xthickness = 0 ythickness = 0 @@ -72,15 +72,15 @@ style "menubar-text" { style "toolbar_text" { - fg[NORMAL] = "#afb8c5" - fg[PRELIGHT] = "#afb8c5" - fg[INSENSITIVE] = shade(0.7, "#afb8c5") - fg[ACTIVE] = "#afb8c5" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" + fg[INSENSITIVE] = shade(0.7, "#657b83") + fg[ACTIVE] = "#657b83" - text[NORMAL] = "#afb8c5" - text[PRELIGHT] = "#afb8c5" - text[INSENSITIVE] = shade(0.7, "#afb8c5") - text[ACTIVE] = "#afb8c5" + text[NORMAL] = "#657b83" + text[PRELIGHT] = "#657b83" + text[INSENSITIVE] = shade(0.7, "#657b83") + text[ACTIVE] = "#657b83" } @@ -127,11 +127,11 @@ style "toolbar_button" { style "toolbar_entry" { - base[NORMAL] = "#404552" - base[ACTIVE] = "#404552" + base[NORMAL] = "#073642" + base[ACTIVE] = "#073642" base[INSENSITIVE] = "#39404d" - text[NORMAL] = "#afb8c5" + text[NORMAL] = "#657b83" engine "pixmap" { @@ -187,8 +187,8 @@ style "toolbar_entry" { #Chromium style "chrome-gtk-frame" { - ChromeGtkFrame::frame-color = "#2f343f" - ChromeGtkFrame::inactive-frame-color = "#2f343f" + ChromeGtkFrame::frame-color = "#002b36" + ChromeGtkFrame::inactive-frame-color = "#002b36" ChromeGtkFrame::frame-gradient-size = 0 ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) diff --git a/common/gtk-2.0/menubar-toolbar/menubar-toolbar.rc b/common/gtk-2.0/menubar-toolbar/menubar-toolbar.rc index 4cb89eb..4c190ff 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar-toolbar.rc +++ b/common/gtk-2.0/menubar-toolbar/menubar-toolbar.rc @@ -1,11 +1,11 @@ style "menubar" { - bg[NORMAL] = "#e7e8eb" - fg[NORMAL] = "#70788d" - fg[PRELIGHT] = "#70788d" - fg[ACTIVE] = "#70788d" + bg[NORMAL] = "#eee8d5" + fg[NORMAL] = "#839496" + fg[PRELIGHT] = "#839496" + fg[ACTIVE] = "#839496" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(1.3, "#70788d") + fg[INSENSITIVE] = shade(1.3, "#839496") xthickness = 0 ythickness = 0 @@ -23,10 +23,10 @@ style "menubar" { style "menubar-borderless" { - bg[NORMAL] = "#e7e8eb" - fg[NORMAL] = "#70788d" + bg[NORMAL] = "#eee8d5" + fg[NORMAL] = "#839496" fg[SELECTED] = @fg_color - fg[INSENSITIVE] = shade(1.3, "#70788d") + fg[INSENSITIVE] = shade(1.3, "#839496") xthickness = 0 ythickness = 0 @@ -72,7 +72,7 @@ style "menubar-text" { style "toolbar_entry" { - text[NORMAL] = "#70788d" + text[NORMAL] = "#839496" engine "pixmap" { @@ -128,8 +128,8 @@ style "toolbar_entry" { #Chromium style "chrome-gtk-frame" { - ChromeGtkFrame::frame-color = "#e7e8eb" - ChromeGtkFrame::inactive-frame-color = "#e7e8eb" + ChromeGtkFrame::frame-color = "#eee8d5" + ChromeGtkFrame::inactive-frame-color = "#eee8d5" ChromeGtkFrame::frame-gradient-size = 0 ChromeGtkFrame::frame-gradient-color = shade(0.5, @bg_color) diff --git a/common/gtk-2.0/menubar-toolbar/menubar.png b/common/gtk-2.0/menubar-toolbar/menubar.png Binary files differindex 1a65249..e5568a9 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 70c8f86..15f54c7 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 70c8f86..15f54c7 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/panel.rc b/common/gtk-2.0/panel.rc index d573b7b..7ccd6d6 100644 --- a/common/gtk-2.0/panel.rc +++ b/common/gtk-2.0/panel.rc @@ -8,15 +8,15 @@ style "theme-panel" { bg[PRELIGHT] = "#3f4453" bg[SELECTED] = @selected_bg_color - fg[NORMAL] = "#BAC3CF" + fg[NORMAL] = "#657b83" fg[PRELIGHT] = @selected_fg_color fg[ACTIVE] = @selected_fg_color fg[SELECTED] = @selected_fg_color - text[NORMAL] = "#BAC3CF" - text[PRELIGHT] = "#BAC3CF" - text[ACTIVE] = "#BAC3CF" - text[SELECTED] = "#BAC3CF" + text[NORMAL] = "#657b83" + text[PRELIGHT] = "#657b83" + text[ACTIVE] = "#657b83" + text[SELECTED] = "#657b83" engine "murrine" { reliefstyle = 0 diff --git a/common/gtk-2.0/xfce-notify.rc b/common/gtk-2.0/xfce-notify.rc index 7ec55ac..cc23995 100644 --- a/common/gtk-2.0/xfce-notify.rc +++ b/common/gtk-2.0/xfce-notify.rc @@ -1,4 +1,4 @@ -gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff" +gtk-color-scheme = "selected_bg_color:#268bd2\nselected_fg_color:#fdf6e3" style "notify-window" { XfceNotifyWindow::summary-bold = 1 @@ -16,8 +16,8 @@ style "notify-button" { bg[PRELIGHT] = "#5C6070" bg[ACTIVE] = @selected_bg_color - fg[NORMAL] = "#BAC3CF" - fg[PRELIGHT] = "#BAC3CF" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" fg[ACTIVE] = @selected_fg_color engine "murrine" { @@ -31,9 +31,9 @@ style "notify-button" { style "notify-text" { GtkWidget::link-color = @selected_bg_color - fg[NORMAL] = "#BAC3CF" - fg[PRELIGHT] = "#BAC3CF" - fg[ACTIVE] = "#BAC3CF" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" + fg[ACTIVE] = "#657b83" engine "murrine" { textstyle = 0 diff --git a/common/gtk-3.0/3.14/assets.svg b/common/gtk-3.0/3.14/assets.svg index 7086f47..b5f7c8d 100644 --- a/common/gtk-3.0/3.14/assets.svg +++ b/common/gtk-3.0/3.14/assets.svg @@ -22,7 +22,7 @@ <linearGradient id="linearGradient6651"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop6653" /> </linearGradient> @@ -30,7 +30,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop6555" /> </linearGradient> @@ -38,7 +38,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5956" /> </linearGradient> @@ -459,7 +459,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -529,10 +529,10 @@ height="138" width="121" id="rect18028" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f9fafb;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <rect - style="display:inline;fill:#e7e8eb;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#eee8d5;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783" width="120.99998" height="138" @@ -967,7 +967,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -976,7 +976,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -988,7 +988,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-947,-618.63782)" @@ -1082,7 +1082,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02" width="50" height="20" @@ -1091,7 +1091,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7" cx="41" cy="1041.3622" @@ -1103,7 +1103,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-5" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-22,-229.00001)" @@ -1140,7 +1140,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" @@ -1180,7 +1180,7 @@ id="g5428-8-1-7-83"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835894" @@ -1556,7 +1556,7 @@ id="g5400-2-4"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" width="13" height="13.000001" @@ -1596,7 +1596,7 @@ id="g5428-8-1-7-83-9"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835888" @@ -1722,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:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -1837,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:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -2202,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2242,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2618,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2658,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2760,13 +2760,13 @@ height="31" width="30.999969" id="rect13851-8" - style="fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#657b83;stroke-width:1;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-0"> <path - style="display:inline;opacity:0.4;fill:#cfd6e6;fill-opacity:1;stroke:none" + style="display:inline;opacity:0.4;fill:#657b83;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-5" inkscape:connector-curvature="0" /> @@ -2873,7 +2873,7 @@ x="0" y="1029.3622" /> <rect - style="opacity:0.9;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:0.9;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07-5" width="50" height="20" @@ -2882,7 +2882,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8" cx="41" cy="1041.3622" @@ -2894,7 +2894,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-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:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-825.99998,-618.63782)" @@ -2988,7 +2988,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02-7" width="50" height="20" @@ -2997,7 +2997,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5" cx="41" cy="1041.3622" @@ -3009,7 +3009,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-5-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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g id="titlebutton-close" @@ -3037,45 +3037,45 @@ <g id="g4778-2-68" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3089,7 +3089,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize" @@ -3150,45 +3150,45 @@ <g id="g4778-4" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3202,7 +3202,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize-hover" @@ -3215,7 +3215,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3301,7 +3301,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3403,51 +3403,51 @@ <g id="g4778-3-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1"> + style="display:inline;fill:#fdf6e3;fill-opacity:1"> <path 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-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" /> + style="color:#657b83;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:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3712,7 +3712,7 @@ height="138" width="121" id="rect18028-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#383c4a;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <g transform="translate(220.00001,-229.00001)" @@ -4077,7 +4077,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -4097,7 +4097,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4106,7 +4106,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4143,7 +4143,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -4155,7 +4155,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-704.99998,-618.63782)" @@ -4192,7 +4192,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-4" cx="41" cy="1041.3622" @@ -4212,7 +4212,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-6" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4221,7 +4221,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-69" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4258,7 +4258,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-3" cx="41" cy="1041.3622" @@ -4270,7 +4270,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-5-5" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(220.00001,-229.00001)" @@ -4307,7 +4307,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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" @@ -4347,7 +4347,7 @@ id="g5428-8-1-7-83-7"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-61" width="27.303804" height="26.835894" @@ -4727,7 +4727,7 @@ style=""> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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-2" width="13" height="13.000001" @@ -4770,7 +4770,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-6" width="27.303804" height="26.835888" @@ -4828,7 +4828,7 @@ height="31" width="30.999969" id="rect13851-8-3" - style="fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#002b36;fill-opacity:1;stroke:#657b83;stroke-width:1;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)" @@ -4850,7 +4850,7 @@ rx="1.9999999" /> </g> <rect - style="display:inline;fill:#2f343f;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#002b36;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783-3-1" width="120.99998" height="138" @@ -4891,7 +4891,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9-7-1" cx="41" cy="1041.3622" @@ -4911,7 +4911,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6-0-5" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4920,7 +4920,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5-9-4" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4957,7 +4957,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8-7-8" cx="41" cy="1041.3622" @@ -4969,7 +4969,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-4-1-8" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-584,-618.63782)" @@ -5006,7 +5006,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5-9-1" cx="41" cy="1041.3622" @@ -5026,7 +5026,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77-4-7" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -5035,7 +5035,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4-7-1" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -5072,7 +5072,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5-1-1" cx="41" cy="1041.3622" @@ -5084,7 +5084,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-5-9-7-6" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g style="display:inline;opacity:0.7" @@ -5137,7 +5137,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 65 A 7 7 0 0 0 414 72 A 7 7 0 0 0 421 65 A 7 7 0 0 0 414 58 z M 411 61.921875 L 411.75 61.921875 C 411.75778 61.921785 411.76559 61.92153 411.77344 61.921875 C 411.96465 61.930275 412.15584 62.01831 412.28906 62.15625 L 414 63.867188 L 415.73438 62.15625 C 415.93359 61.983375 416.06938 61.927125 416.25 61.921875 L 417 61.921875 L 417 62.671875 C 417 62.886728 416.97425 63.084862 416.8125 63.234375 L 415.10156 64.945312 L 416.78906 66.632812 C 416.9302 66.77394 416.99999 66.9729 417 67.171875 L 417 67.921875 L 416.25 67.921875 C 416.05102 67.921867 415.85206 67.85205 415.71094 67.710938 L 414 66 L 412.28906 67.710938 C 412.14794 67.85208 411.94897 67.921875 411.75 67.921875 L 411 67.921875 L 411 67.171875 C 411 66.972908 411.0698 66.77394 411.21094 66.632812 L 412.92188 64.945312 L 411.21094 63.234375 C 411.05288 63.088403 410.98357 62.882438 411 62.671875 L 411 61.921875 z " transform="translate(962.00001,190.00002)" id="path4068-7-5-9-6-5-8" /> @@ -5146,45 +5146,45 @@ <g id="g4778-2-68-8-7" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" id="layer9-9-4-4-1-1" transform="translate(-60,-518)" /> <g id="layer10-2-1-8-0-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-76-5-96-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-6-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5246,7 +5246,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#cb4b16;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 407 99 A 7 7 0 0 0 414 106 A 7 7 0 0 0 421 99 A 7 7 0 0 0 414 92 z M 411 95.921875 L 411.75 95.921875 C 411.75778 95.921785 411.76559 95.92153 411.77344 95.921875 C 411.96465 95.930275 412.15584 96.01831 412.28906 96.15625 L 414 97.867188 L 415.73438 96.15625 C 415.93359 95.983375 416.06938 95.927125 416.25 95.921875 L 417 95.921875 L 417 96.671875 C 417 96.886728 416.97424 97.084862 416.8125 97.234375 L 415.10156 98.945312 L 416.78906 100.63281 C 416.9302 100.77394 416.99999 100.9729 417 101.17188 L 417 101.92188 L 416.25 101.92188 C 416.05102 101.92187 415.85206 101.85205 415.71094 101.71094 L 414 100 L 412.28906 101.71094 C 412.14794 101.85208 411.94897 101.92188 411.75 101.92188 L 411 101.92188 L 411 101.17188 C 411 100.97291 411.06979 100.77394 411.21094 100.63281 L 412.92188 98.945312 L 411.21094 97.234375 C 411.05288 97.088403 410.98357 96.882438 411 96.671875 L 411 95.921875 z " transform="translate(962,156.00002)" id="path4068-7-5-8-2-3" /> @@ -5255,45 +5255,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5378,7 +5378,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> @@ -5463,7 +5463,7 @@ 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" + 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:#93a1a1;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" /> @@ -5496,7 +5496,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 116 A 7 7 0 0 0 414 123 A 7 7 0 0 0 421 116 A 7 7 0 0 0 414 109 z M 411 112.92188 L 411.75 112.92188 C 411.75778 112.92178 411.76559 112.92153 411.77344 112.92188 C 411.96465 112.93028 412.15584 113.01831 412.28906 113.15625 L 414 114.86719 L 415.73438 113.15625 C 415.93359 112.98338 416.06938 112.92712 416.25 112.92188 L 417 112.92188 L 417 113.67188 C 417 113.88673 416.97425 114.08486 416.8125 114.23438 L 415.10156 115.94531 L 416.78906 117.63281 C 416.9302 117.77394 416.99999 117.9729 417 118.17188 L 417 118.92188 L 416.25 118.92188 C 416.05102 118.92187 415.85206 118.85205 415.71094 118.71094 L 414 117 L 412.28906 118.71094 C 412.14794 118.85208 411.94897 118.92188 411.75 118.92188 L 411 118.92188 L 411 118.17188 C 411 117.97291 411.0698 117.77394 411.21094 117.63281 L 412.92188 115.94531 L 411.21094 114.23438 C 411.05288 114.0884 410.98357 113.88244 411 113.67188 L 411 112.92188 z " transform="translate(962.00001,139.00001)" id="path4068-7-5-4-9-7-6" /> @@ -5505,45 +5505,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5830,45 +5830,45 @@ <g id="g4778-2-68-3" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5882,7 +5882,7 @@ 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" /> + style="color:#657b83;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 style="display:inline;opacity:0.4" @@ -5912,45 +5912,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png Binary files differindex 48e8435..3ca0429 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png Binary files differindex bfcde3f..ed4df92 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png Binary files differindex 6d85515..10ce564 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex 2fb1a07..dab5f0b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png Binary files differindex 5bf4e57..4ecee5f 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex 95ea1e5..ba99748 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png Binary files differindex 0c9682e..a75eb05 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png Binary files differindex 288d9fa..585a2c4 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png Binary files differindex ff3d653..26d7908 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png Binary files differindex 5bed17d..50dda46 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png Binary files differindex e44c358..8aaafa6 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex 2fc2d1c..fc7b8ef 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png Binary files differindex 6a3774b..912ad60 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png Binary files differindex 287275b..4bf7e90 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked.png b/common/gtk-3.0/3.14/assets/checkbox-checked.png Binary files differindex b63a30d..385787b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-checked@2.png b/common/gtk-3.0/3.14/assets/checkbox-checked@2.png Binary files differindex 223beff..38a9666 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png Binary files differindex 09ddef6..c0410a4 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png Binary files differindex e189f93..0dda7f8 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 2436a9e..9ee9665 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex 44cbfca..deb04d8 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png Binary files differindex be95726..3f1450b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex 63ee434..b47a9ce 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png Binary files differindex 7a91e23..94413b7 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png Binary files differindex f741ba4..b7433cd 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png Binary files differindex c7b5cf2..33c3737 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png Binary files differindex 883477e..5f07df5 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed.png b/common/gtk-3.0/3.14/assets/checkbox-mixed.png Binary files differindex 5707c92..b13fc9f 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png Binary files differindex ed851e7..01e2f54 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png Binary files differindex c613027..49a97c2 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png Binary files differindex 069b32b..160f9cc 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png Binary files differindex 2318217..bff9d02 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png Binary files differindex a17e5b5..84000da 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png Binary files differindex 8c18460..9a314e6 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png Binary files differindex 2e7a50e..789d16b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 0099ce4..587604b 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 305ab4d..0936ddc 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex 4b4356b..f2aadbf 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex bdafd33..dbaf0ec 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png Binary files differindex ed2ee8f..a83df99 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png Binary files differindex f59d6be..2f5a429 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png Binary files differindex 4d32106..1294025 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png Binary files differindex 7b361e3..2192d08 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked.png Binary files differindex 9fddfb5..6539cd5 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png Binary files differindex 6812606..53115ff 100644 --- a/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.14/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-dark.png b/common/gtk-3.0/3.14/assets/radio-checked-dark.png Binary files differindex 28f3469..02141ef 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png Binary files differindex 35a1baf..faa6063 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png Binary files differindex bd28d8e..0306818 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png Binary files differindex 867695e..1605542 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png Binary files differindex f64ba8f..61c6e4c 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png Binary files differindex 1646d37..dce31c0 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png Binary files differindex 2a657ef..d343dc5 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png Binary files differindex 30169f6..37316d2 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-selected.png b/common/gtk-3.0/3.14/assets/radio-checked-selected.png Binary files differindex aa261d0..ee6522b 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png Binary files differindex c7205c0..e833438 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked.png b/common/gtk-3.0/3.14/assets/radio-checked.png Binary files differindex 9690dfd..007c163 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked.png +++ b/common/gtk-3.0/3.14/assets/radio-checked.png diff --git a/common/gtk-3.0/3.14/assets/radio-checked@2.png b/common/gtk-3.0/3.14/assets/radio-checked@2.png Binary files differindex 60f57a7..17a48d8 100644 --- a/common/gtk-3.0/3.14/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.14/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-dark.png b/common/gtk-3.0/3.14/assets/radio-mixed-dark.png Binary files differindex 4116619..4d52ba5 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png Binary files differindex 69ef707..ccbd276 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png Binary files differindex afef7e2..cb5a919 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png Binary files differindex 6279e38..a77c345 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png Binary files differindex 1e0a667..ffed3f5 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 0b67660..3bb67c4 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png Binary files differindex 69c253b..54d0630 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png Binary files differindex fa1893a..e66b10e 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-selected.png b/common/gtk-3.0/3.14/assets/radio-mixed-selected.png Binary files differindex 4378bca..d437dd9 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png Binary files differindex 58468d2..b0ff5a8 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed.png b/common/gtk-3.0/3.14/assets/radio-mixed.png Binary files differindex 04720ee..2ff5bfb 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.14/assets/radio-mixed@2.png b/common/gtk-3.0/3.14/assets/radio-mixed@2.png Binary files differindex 6992c23..f3ae67a 100644 --- a/common/gtk-3.0/3.14/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.14/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png Binary files differindex 298ae3c..94a9e74 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png Binary files differindex e57ae38..162da3e 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png Binary files differindex 87560b2..a85863c 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex c98869c..526cdd3 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png Binary files differindex 7e5c6e3..3c4eaad 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 1dd9a00..67f1a7d 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png Binary files differindex ce86f90..3804593 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png Binary files differindex 917f048..9927ab0 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png Binary files differindex aba589e..896c5ad 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png Binary files differindex b820fd2..f72ea4d 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked.png b/common/gtk-3.0/3.14/assets/radio-unchecked.png Binary files differindex 8c61899..f1e4b07 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.14/assets/radio-unchecked@2.png b/common/gtk-3.0/3.14/assets/radio-unchecked@2.png Binary files differindex a6210d6..6fa8572 100644 --- a/common/gtk-3.0/3.14/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.14/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-dark.png b/common/gtk-3.0/3.14/assets/switch-active-dark.png Binary files differindex dbf7c5e..aa1118e 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-dark@2.png Binary files differindex 8046628..1a55df1 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header-dark.png b/common/gtk-3.0/3.14/assets/switch-active-header-dark.png Binary files differindex e1f82aa..032a26c 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png Binary files differindex 9ea31ff..7cca4f9 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header.png b/common/gtk-3.0/3.14/assets/switch-active-header.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-header@2.png b/common/gtk-3.0/3.14/assets/switch-active-header@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png Binary files differindex 8826a75..b41fadb 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png Binary files differindex 6ba25b4..cb3f3f2 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png Binary files differindex c018801..a1bc7e3 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png Binary files differindex 870d931..c509938 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png Binary files differindex 1afd341..1e9eb3f 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png Binary files differindex 87d6356..a462fc2 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-selected.png b/common/gtk-3.0/3.14/assets/switch-active-selected.png Binary files differindex 08480e0..7599320 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-active-selected@2.png b/common/gtk-3.0/3.14/assets/switch-active-selected@2.png Binary files differindex 22586c1..b9ec173 100644 --- a/common/gtk-3.0/3.14/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-active.png b/common/gtk-3.0/3.14/assets/switch-active.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.14/assets/switch-active.png +++ b/common/gtk-3.0/3.14/assets/switch-active.png diff --git a/common/gtk-3.0/3.14/assets/switch-active@2.png b/common/gtk-3.0/3.14/assets/switch-active@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.14/assets/switch-active@2.png +++ b/common/gtk-3.0/3.14/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-dark.png b/common/gtk-3.0/3.14/assets/switch-dark.png Binary files differindex 90918e1..d780bc3 100644 --- a/common/gtk-3.0/3.14/assets/switch-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-dark@2.png b/common/gtk-3.0/3.14/assets/switch-dark@2.png Binary files differindex b2935b0..ab932e2 100644 --- a/common/gtk-3.0/3.14/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-header-dark.png b/common/gtk-3.0/3.14/assets/switch-header-dark.png Binary files differindex 54a297a..0e9ac1c 100644 --- a/common/gtk-3.0/3.14/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-header-dark@2.png Binary files differindex f7333eb..faa606e 100644 --- a/common/gtk-3.0/3.14/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-header.png b/common/gtk-3.0/3.14/assets/switch-header.png Binary files differindex 3e45db3..bbae80e 100644 --- a/common/gtk-3.0/3.14/assets/switch-header.png +++ b/common/gtk-3.0/3.14/assets/switch-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-header@2.png b/common/gtk-3.0/3.14/assets/switch-header@2.png Binary files differindex 7feaadf..a58ba64 100644 --- a/common/gtk-3.0/3.14/assets/switch-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png Binary files differindex 3d25f7b..e18d92e 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png Binary files differindex 857b3e8..defa45e 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png Binary files differindex 7bfead4..9c54bd5 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png Binary files differindex e0ebce4..524abe7 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header.png Binary files differindex 009545d..3c9f6df 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png Binary files differindex e85297d..15bd252 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png Binary files differindex f4398f6..54b0e56 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png Binary files differindex 67ea825..921f57b 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive.png b/common/gtk-3.0/3.14/assets/switch-insensitive.png Binary files differindex ce5e538..1cc0da9 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.14/assets/switch-insensitive@2.png b/common/gtk-3.0/3.14/assets/switch-insensitive@2.png Binary files differindex b0a2b56..1b20d17 100644 --- a/common/gtk-3.0/3.14/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.14/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.14/assets/switch-selected.png b/common/gtk-3.0/3.14/assets/switch-selected.png Binary files differindex c2d2186..0e35735 100644 --- a/common/gtk-3.0/3.14/assets/switch-selected.png +++ b/common/gtk-3.0/3.14/assets/switch-selected.png diff --git a/common/gtk-3.0/3.14/assets/switch-selected@2.png b/common/gtk-3.0/3.14/assets/switch-selected@2.png Binary files differindex 6e1b894..2e21039 100644 --- a/common/gtk-3.0/3.14/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.14/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.14/assets/switch.png b/common/gtk-3.0/3.14/assets/switch.png Binary files differindex 3bc5587..05fe8c5 100644 --- a/common/gtk-3.0/3.14/assets/switch.png +++ b/common/gtk-3.0/3.14/assets/switch.png diff --git a/common/gtk-3.0/3.14/assets/switch@2.png b/common/gtk-3.0/3.14/assets/switch@2.png Binary files differindex 10b98e4..cdd8a22 100644 --- a/common/gtk-3.0/3.14/assets/switch@2.png +++ b/common/gtk-3.0/3.14/assets/switch@2.png diff --git a/common/gtk-3.0/3.14/assets/thumbnail-frame.png b/common/gtk-3.0/3.14/assets/thumbnail-frame.png Binary files differdeleted file mode 100644 index ba5d721..0000000 --- a/common/gtk-3.0/3.14/assets/thumbnail-frame.png +++ /dev/null diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png Binary files differindex caa0384..313f6e3 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png Binary files differindex 1d93059..d9ce717 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active.png Binary files differindex ef392dc..15c4300 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png Binary files differindex 5f79a47..870a798 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png Binary files differindex 95eb2e4..313f6e3 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png Binary files differindex ef6e11d..d9ce717 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png Binary files differindex 9a0e371..6eeab64 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png Binary files differindex 212abd9..8ea69a9 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png Binary files differindex 84a5583..8c73d43 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex d2ef62a..c357ecd 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png Binary files differindex 128a39d..4290272 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png Binary files differindex 66cdeda..9bdc65c 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png Binary files differindex c38e8b3..fcebe9b 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 59b63da..548c26c 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png Binary files differindex c250748..5cddced 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png Binary files differindex 965ce3d..47d599b 100644 --- a/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.14/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.14/sass/_colors.scss b/common/gtk-3.0/3.14/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gtk-3.0/3.14/sass/_colors.scss +++ b/common/gtk-3.0/3.14/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gtk-3.0/3.14/sass/_unity.scss b/common/gtk-3.0/3.14/sass/_unity.scss index 2441035..501d480 100644 --- a/common/gtk-3.0/3.14/sass/_unity.scss +++ b/common/gtk-3.0/3.14/sass/_unity.scss @@ -44,7 +44,7 @@ UnityDecoration { // Panel Style UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #002b36); color: lighten($panel_fg, 20%); box-shadow: none; diff --git a/common/gtk-3.0/3.16/assets.svg b/common/gtk-3.0/3.16/assets.svg index 7086f47..b5f7c8d 100644 --- a/common/gtk-3.0/3.16/assets.svg +++ b/common/gtk-3.0/3.16/assets.svg @@ -22,7 +22,7 @@ <linearGradient id="linearGradient6651"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop6653" /> </linearGradient> @@ -30,7 +30,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop6555" /> </linearGradient> @@ -38,7 +38,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5956" /> </linearGradient> @@ -459,7 +459,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -529,10 +529,10 @@ height="138" width="121" id="rect18028" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f9fafb;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <rect - style="display:inline;fill:#e7e8eb;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#eee8d5;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783" width="120.99998" height="138" @@ -967,7 +967,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -976,7 +976,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -988,7 +988,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-947,-618.63782)" @@ -1082,7 +1082,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02" width="50" height="20" @@ -1091,7 +1091,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7" cx="41" cy="1041.3622" @@ -1103,7 +1103,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-5" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-22,-229.00001)" @@ -1140,7 +1140,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" @@ -1180,7 +1180,7 @@ id="g5428-8-1-7-83"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835894" @@ -1556,7 +1556,7 @@ id="g5400-2-4"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" width="13" height="13.000001" @@ -1596,7 +1596,7 @@ id="g5428-8-1-7-83-9"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835888" @@ -1722,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:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -1837,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:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -2202,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2242,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2618,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2658,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2760,13 +2760,13 @@ height="31" width="30.999969" id="rect13851-8" - style="fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#657b83;stroke-width:1;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-0"> <path - style="display:inline;opacity:0.4;fill:#cfd6e6;fill-opacity:1;stroke:none" + style="display:inline;opacity:0.4;fill:#657b83;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-5" inkscape:connector-curvature="0" /> @@ -2873,7 +2873,7 @@ x="0" y="1029.3622" /> <rect - style="opacity:0.9;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:0.9;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07-5" width="50" height="20" @@ -2882,7 +2882,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8" cx="41" cy="1041.3622" @@ -2894,7 +2894,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-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:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-825.99998,-618.63782)" @@ -2988,7 +2988,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02-7" width="50" height="20" @@ -2997,7 +2997,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5" cx="41" cy="1041.3622" @@ -3009,7 +3009,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-5-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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g id="titlebutton-close" @@ -3037,45 +3037,45 @@ <g id="g4778-2-68" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3089,7 +3089,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize" @@ -3150,45 +3150,45 @@ <g id="g4778-4" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3202,7 +3202,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize-hover" @@ -3215,7 +3215,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3301,7 +3301,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3403,51 +3403,51 @@ <g id="g4778-3-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1"> + style="display:inline;fill:#fdf6e3;fill-opacity:1"> <path 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-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" /> + style="color:#657b83;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:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3712,7 +3712,7 @@ height="138" width="121" id="rect18028-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#383c4a;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <g transform="translate(220.00001,-229.00001)" @@ -4077,7 +4077,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -4097,7 +4097,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4106,7 +4106,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4143,7 +4143,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -4155,7 +4155,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-704.99998,-618.63782)" @@ -4192,7 +4192,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-4" cx="41" cy="1041.3622" @@ -4212,7 +4212,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-6" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4221,7 +4221,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-69" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4258,7 +4258,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-3" cx="41" cy="1041.3622" @@ -4270,7 +4270,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-5-5" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(220.00001,-229.00001)" @@ -4307,7 +4307,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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" @@ -4347,7 +4347,7 @@ id="g5428-8-1-7-83-7"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-61" width="27.303804" height="26.835894" @@ -4727,7 +4727,7 @@ style=""> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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-2" width="13" height="13.000001" @@ -4770,7 +4770,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-6" width="27.303804" height="26.835888" @@ -4828,7 +4828,7 @@ height="31" width="30.999969" id="rect13851-8-3" - style="fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#002b36;fill-opacity:1;stroke:#657b83;stroke-width:1;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)" @@ -4850,7 +4850,7 @@ rx="1.9999999" /> </g> <rect - style="display:inline;fill:#2f343f;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#002b36;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783-3-1" width="120.99998" height="138" @@ -4891,7 +4891,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9-7-1" cx="41" cy="1041.3622" @@ -4911,7 +4911,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6-0-5" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4920,7 +4920,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5-9-4" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4957,7 +4957,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8-7-8" cx="41" cy="1041.3622" @@ -4969,7 +4969,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-4-1-8" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-584,-618.63782)" @@ -5006,7 +5006,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5-9-1" cx="41" cy="1041.3622" @@ -5026,7 +5026,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77-4-7" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -5035,7 +5035,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4-7-1" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -5072,7 +5072,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5-1-1" cx="41" cy="1041.3622" @@ -5084,7 +5084,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-5-9-7-6" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g style="display:inline;opacity:0.7" @@ -5137,7 +5137,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 65 A 7 7 0 0 0 414 72 A 7 7 0 0 0 421 65 A 7 7 0 0 0 414 58 z M 411 61.921875 L 411.75 61.921875 C 411.75778 61.921785 411.76559 61.92153 411.77344 61.921875 C 411.96465 61.930275 412.15584 62.01831 412.28906 62.15625 L 414 63.867188 L 415.73438 62.15625 C 415.93359 61.983375 416.06938 61.927125 416.25 61.921875 L 417 61.921875 L 417 62.671875 C 417 62.886728 416.97425 63.084862 416.8125 63.234375 L 415.10156 64.945312 L 416.78906 66.632812 C 416.9302 66.77394 416.99999 66.9729 417 67.171875 L 417 67.921875 L 416.25 67.921875 C 416.05102 67.921867 415.85206 67.85205 415.71094 67.710938 L 414 66 L 412.28906 67.710938 C 412.14794 67.85208 411.94897 67.921875 411.75 67.921875 L 411 67.921875 L 411 67.171875 C 411 66.972908 411.0698 66.77394 411.21094 66.632812 L 412.92188 64.945312 L 411.21094 63.234375 C 411.05288 63.088403 410.98357 62.882438 411 62.671875 L 411 61.921875 z " transform="translate(962.00001,190.00002)" id="path4068-7-5-9-6-5-8" /> @@ -5146,45 +5146,45 @@ <g id="g4778-2-68-8-7" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" id="layer9-9-4-4-1-1" transform="translate(-60,-518)" /> <g id="layer10-2-1-8-0-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-76-5-96-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-6-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5246,7 +5246,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#cb4b16;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 407 99 A 7 7 0 0 0 414 106 A 7 7 0 0 0 421 99 A 7 7 0 0 0 414 92 z M 411 95.921875 L 411.75 95.921875 C 411.75778 95.921785 411.76559 95.92153 411.77344 95.921875 C 411.96465 95.930275 412.15584 96.01831 412.28906 96.15625 L 414 97.867188 L 415.73438 96.15625 C 415.93359 95.983375 416.06938 95.927125 416.25 95.921875 L 417 95.921875 L 417 96.671875 C 417 96.886728 416.97424 97.084862 416.8125 97.234375 L 415.10156 98.945312 L 416.78906 100.63281 C 416.9302 100.77394 416.99999 100.9729 417 101.17188 L 417 101.92188 L 416.25 101.92188 C 416.05102 101.92187 415.85206 101.85205 415.71094 101.71094 L 414 100 L 412.28906 101.71094 C 412.14794 101.85208 411.94897 101.92188 411.75 101.92188 L 411 101.92188 L 411 101.17188 C 411 100.97291 411.06979 100.77394 411.21094 100.63281 L 412.92188 98.945312 L 411.21094 97.234375 C 411.05288 97.088403 410.98357 96.882438 411 96.671875 L 411 95.921875 z " transform="translate(962,156.00002)" id="path4068-7-5-8-2-3" /> @@ -5255,45 +5255,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5378,7 +5378,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> @@ -5463,7 +5463,7 @@ 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" + 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:#93a1a1;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" /> @@ -5496,7 +5496,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 116 A 7 7 0 0 0 414 123 A 7 7 0 0 0 421 116 A 7 7 0 0 0 414 109 z M 411 112.92188 L 411.75 112.92188 C 411.75778 112.92178 411.76559 112.92153 411.77344 112.92188 C 411.96465 112.93028 412.15584 113.01831 412.28906 113.15625 L 414 114.86719 L 415.73438 113.15625 C 415.93359 112.98338 416.06938 112.92712 416.25 112.92188 L 417 112.92188 L 417 113.67188 C 417 113.88673 416.97425 114.08486 416.8125 114.23438 L 415.10156 115.94531 L 416.78906 117.63281 C 416.9302 117.77394 416.99999 117.9729 417 118.17188 L 417 118.92188 L 416.25 118.92188 C 416.05102 118.92187 415.85206 118.85205 415.71094 118.71094 L 414 117 L 412.28906 118.71094 C 412.14794 118.85208 411.94897 118.92188 411.75 118.92188 L 411 118.92188 L 411 118.17188 C 411 117.97291 411.0698 117.77394 411.21094 117.63281 L 412.92188 115.94531 L 411.21094 114.23438 C 411.05288 114.0884 410.98357 113.88244 411 113.67188 L 411 112.92188 z " transform="translate(962.00001,139.00001)" id="path4068-7-5-4-9-7-6" /> @@ -5505,45 +5505,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5830,45 +5830,45 @@ <g id="g4778-2-68-3" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5882,7 +5882,7 @@ 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" /> + style="color:#657b83;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 style="display:inline;opacity:0.4" @@ -5912,45 +5912,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png Binary files differindex 48e8435..3ca0429 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png Binary files differindex bfcde3f..ed4df92 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png Binary files differindex 6d85515..10ce564 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex 2fb1a07..dab5f0b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png Binary files differindex 5bf4e57..4ecee5f 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex 95ea1e5..ba99748 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png Binary files differindex 0c9682e..a75eb05 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png Binary files differindex 288d9fa..585a2c4 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png Binary files differindex ff3d653..26d7908 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png Binary files differindex 5bed17d..50dda46 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png Binary files differindex e44c358..8aaafa6 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex 2fc2d1c..fc7b8ef 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png Binary files differindex 6a3774b..912ad60 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png Binary files differindex 287275b..4bf7e90 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked.png b/common/gtk-3.0/3.16/assets/checkbox-checked.png Binary files differindex b63a30d..385787b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-checked@2.png b/common/gtk-3.0/3.16/assets/checkbox-checked@2.png Binary files differindex 223beff..38a9666 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png Binary files differindex 09ddef6..c0410a4 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png Binary files differindex e189f93..0dda7f8 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 2436a9e..9ee9665 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex 44cbfca..deb04d8 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png Binary files differindex be95726..3f1450b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex 63ee434..b47a9ce 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png Binary files differindex 7a91e23..94413b7 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png Binary files differindex f741ba4..b7433cd 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png Binary files differindex c7b5cf2..33c3737 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png Binary files differindex 883477e..5f07df5 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed.png b/common/gtk-3.0/3.16/assets/checkbox-mixed.png Binary files differindex 5707c92..b13fc9f 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png Binary files differindex ed851e7..01e2f54 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png Binary files differindex c613027..49a97c2 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png Binary files differindex 069b32b..160f9cc 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png Binary files differindex 2318217..bff9d02 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png Binary files differindex a17e5b5..84000da 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png Binary files differindex 8c18460..9a314e6 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png Binary files differindex 2e7a50e..789d16b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 0099ce4..587604b 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 305ab4d..0936ddc 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex 4b4356b..f2aadbf 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex bdafd33..dbaf0ec 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png Binary files differindex ed2ee8f..a83df99 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png Binary files differindex f59d6be..2f5a429 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png Binary files differindex 4d32106..1294025 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png Binary files differindex 7b361e3..2192d08 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked.png Binary files differindex 9fddfb5..6539cd5 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png Binary files differindex 6812606..53115ff 100644 --- a/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.16/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-dark.png b/common/gtk-3.0/3.16/assets/radio-checked-dark.png Binary files differindex 28f3469..02141ef 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png Binary files differindex 35a1baf..faa6063 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png Binary files differindex bd28d8e..0306818 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png Binary files differindex 867695e..1605542 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png Binary files differindex f64ba8f..61c6e4c 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png Binary files differindex 1646d37..dce31c0 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png Binary files differindex 2a657ef..d343dc5 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png Binary files differindex 30169f6..37316d2 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-selected.png b/common/gtk-3.0/3.16/assets/radio-checked-selected.png Binary files differindex aa261d0..ee6522b 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png Binary files differindex c7205c0..e833438 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked.png b/common/gtk-3.0/3.16/assets/radio-checked.png Binary files differindex 9690dfd..007c163 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked.png +++ b/common/gtk-3.0/3.16/assets/radio-checked.png diff --git a/common/gtk-3.0/3.16/assets/radio-checked@2.png b/common/gtk-3.0/3.16/assets/radio-checked@2.png Binary files differindex 60f57a7..17a48d8 100644 --- a/common/gtk-3.0/3.16/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.16/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-dark.png b/common/gtk-3.0/3.16/assets/radio-mixed-dark.png Binary files differindex 4116619..4d52ba5 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png Binary files differindex 69ef707..ccbd276 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png Binary files differindex afef7e2..cb5a919 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png Binary files differindex 6279e38..a77c345 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png Binary files differindex 1e0a667..ffed3f5 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 0b67660..3bb67c4 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png Binary files differindex 69c253b..54d0630 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png Binary files differindex fa1893a..e66b10e 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-selected.png b/common/gtk-3.0/3.16/assets/radio-mixed-selected.png Binary files differindex 4378bca..d437dd9 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png Binary files differindex 58468d2..b0ff5a8 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed.png b/common/gtk-3.0/3.16/assets/radio-mixed.png Binary files differindex 04720ee..2ff5bfb 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.16/assets/radio-mixed@2.png b/common/gtk-3.0/3.16/assets/radio-mixed@2.png Binary files differindex 6992c23..f3ae67a 100644 --- a/common/gtk-3.0/3.16/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.16/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png Binary files differindex 298ae3c..94a9e74 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png Binary files differindex e57ae38..162da3e 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png Binary files differindex 87560b2..a85863c 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex c98869c..526cdd3 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png Binary files differindex 7e5c6e3..3c4eaad 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 1dd9a00..67f1a7d 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png Binary files differindex ce86f90..3804593 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png Binary files differindex 917f048..9927ab0 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png Binary files differindex aba589e..896c5ad 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png Binary files differindex b820fd2..f72ea4d 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked.png b/common/gtk-3.0/3.16/assets/radio-unchecked.png Binary files differindex 8c61899..f1e4b07 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.16/assets/radio-unchecked@2.png b/common/gtk-3.0/3.16/assets/radio-unchecked@2.png Binary files differindex a6210d6..6fa8572 100644 --- a/common/gtk-3.0/3.16/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.16/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-dark.png b/common/gtk-3.0/3.16/assets/switch-active-dark.png Binary files differindex dbf7c5e..aa1118e 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-dark@2.png Binary files differindex 8046628..1a55df1 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header-dark.png b/common/gtk-3.0/3.16/assets/switch-active-header-dark.png Binary files differindex e1f82aa..032a26c 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png Binary files differindex 9ea31ff..7cca4f9 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header.png b/common/gtk-3.0/3.16/assets/switch-active-header.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-header@2.png b/common/gtk-3.0/3.16/assets/switch-active-header@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png Binary files differindex 8826a75..b41fadb 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png Binary files differindex 6ba25b4..cb3f3f2 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png Binary files differindex c018801..a1bc7e3 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png Binary files differindex 870d931..c509938 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png Binary files differindex 1afd341..1e9eb3f 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png Binary files differindex 87d6356..a462fc2 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-selected.png b/common/gtk-3.0/3.16/assets/switch-active-selected.png Binary files differindex 08480e0..7599320 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-active-selected@2.png b/common/gtk-3.0/3.16/assets/switch-active-selected@2.png Binary files differindex 22586c1..b9ec173 100644 --- a/common/gtk-3.0/3.16/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-active.png b/common/gtk-3.0/3.16/assets/switch-active.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.16/assets/switch-active.png +++ b/common/gtk-3.0/3.16/assets/switch-active.png diff --git a/common/gtk-3.0/3.16/assets/switch-active@2.png b/common/gtk-3.0/3.16/assets/switch-active@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.16/assets/switch-active@2.png +++ b/common/gtk-3.0/3.16/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-dark.png b/common/gtk-3.0/3.16/assets/switch-dark.png Binary files differindex 90918e1..d780bc3 100644 --- a/common/gtk-3.0/3.16/assets/switch-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-dark@2.png b/common/gtk-3.0/3.16/assets/switch-dark@2.png Binary files differindex b2935b0..ab932e2 100644 --- a/common/gtk-3.0/3.16/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-header-dark.png b/common/gtk-3.0/3.16/assets/switch-header-dark.png Binary files differindex 54a297a..0e9ac1c 100644 --- a/common/gtk-3.0/3.16/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-header-dark@2.png Binary files differindex f7333eb..faa606e 100644 --- a/common/gtk-3.0/3.16/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-header.png b/common/gtk-3.0/3.16/assets/switch-header.png Binary files differindex 3e45db3..bbae80e 100644 --- a/common/gtk-3.0/3.16/assets/switch-header.png +++ b/common/gtk-3.0/3.16/assets/switch-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-header@2.png b/common/gtk-3.0/3.16/assets/switch-header@2.png Binary files differindex 7feaadf..a58ba64 100644 --- a/common/gtk-3.0/3.16/assets/switch-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png Binary files differindex 3d25f7b..e18d92e 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png Binary files differindex 857b3e8..defa45e 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png Binary files differindex 7bfead4..9c54bd5 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png Binary files differindex e0ebce4..524abe7 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header.png Binary files differindex 009545d..3c9f6df 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png Binary files differindex e85297d..15bd252 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png Binary files differindex f4398f6..54b0e56 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png Binary files differindex 67ea825..921f57b 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive.png b/common/gtk-3.0/3.16/assets/switch-insensitive.png Binary files differindex ce5e538..1cc0da9 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.16/assets/switch-insensitive@2.png b/common/gtk-3.0/3.16/assets/switch-insensitive@2.png Binary files differindex b0a2b56..1b20d17 100644 --- a/common/gtk-3.0/3.16/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.16/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.16/assets/switch-selected.png b/common/gtk-3.0/3.16/assets/switch-selected.png Binary files differindex c2d2186..0e35735 100644 --- a/common/gtk-3.0/3.16/assets/switch-selected.png +++ b/common/gtk-3.0/3.16/assets/switch-selected.png diff --git a/common/gtk-3.0/3.16/assets/switch-selected@2.png b/common/gtk-3.0/3.16/assets/switch-selected@2.png Binary files differindex 6e1b894..2e21039 100644 --- a/common/gtk-3.0/3.16/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.16/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.16/assets/switch.png b/common/gtk-3.0/3.16/assets/switch.png Binary files differindex 3bc5587..05fe8c5 100644 --- a/common/gtk-3.0/3.16/assets/switch.png +++ b/common/gtk-3.0/3.16/assets/switch.png diff --git a/common/gtk-3.0/3.16/assets/switch@2.png b/common/gtk-3.0/3.16/assets/switch@2.png Binary files differindex 10b98e4..cdd8a22 100644 --- a/common/gtk-3.0/3.16/assets/switch@2.png +++ b/common/gtk-3.0/3.16/assets/switch@2.png diff --git a/common/gtk-3.0/3.16/assets/thumbnail-frame.png b/common/gtk-3.0/3.16/assets/thumbnail-frame.png Binary files differdeleted file mode 100644 index ba5d721..0000000 --- a/common/gtk-3.0/3.16/assets/thumbnail-frame.png +++ /dev/null diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png Binary files differindex caa0384..313f6e3 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png Binary files differindex 1d93059..d9ce717 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active.png Binary files differindex ef392dc..15c4300 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png Binary files differindex 5f79a47..870a798 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png Binary files differindex 95eb2e4..313f6e3 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png Binary files differindex ef6e11d..d9ce717 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png Binary files differindex 9a0e371..6eeab64 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png Binary files differindex 212abd9..8ea69a9 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png Binary files differindex 84a5583..8c73d43 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex d2ef62a..c357ecd 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png Binary files differindex 128a39d..4290272 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png Binary files differindex 66cdeda..9bdc65c 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png Binary files differindex c38e8b3..fcebe9b 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 59b63da..548c26c 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png Binary files differindex c250748..5cddced 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png Binary files differindex 965ce3d..47d599b 100644 --- a/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.16/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.16/sass/_colors.scss b/common/gtk-3.0/3.16/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gtk-3.0/3.16/sass/_colors.scss +++ b/common/gtk-3.0/3.16/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gtk-3.0/3.16/sass/_unity.scss b/common/gtk-3.0/3.16/sass/_unity.scss index 2441035..501d480 100644 --- a/common/gtk-3.0/3.16/sass/_unity.scss +++ b/common/gtk-3.0/3.16/sass/_unity.scss @@ -44,7 +44,7 @@ UnityDecoration { // Panel Style UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #002b36); color: lighten($panel_fg, 20%); box-shadow: none; diff --git a/common/gtk-3.0/3.18/assets.svg b/common/gtk-3.0/3.18/assets.svg index 7086f47..b5f7c8d 100644 --- a/common/gtk-3.0/3.18/assets.svg +++ b/common/gtk-3.0/3.18/assets.svg @@ -22,7 +22,7 @@ <linearGradient id="linearGradient6651"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop6653" /> </linearGradient> @@ -30,7 +30,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop6555" /> </linearGradient> @@ -38,7 +38,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5956" /> </linearGradient> @@ -459,7 +459,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -529,10 +529,10 @@ height="138" width="121" id="rect18028" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f9fafb;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <rect - style="display:inline;fill:#e7e8eb;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#eee8d5;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783" width="120.99998" height="138" @@ -967,7 +967,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -976,7 +976,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -988,7 +988,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-947,-618.63782)" @@ -1082,7 +1082,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02" width="50" height="20" @@ -1091,7 +1091,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7" cx="41" cy="1041.3622" @@ -1103,7 +1103,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-5" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-22,-229.00001)" @@ -1140,7 +1140,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" @@ -1180,7 +1180,7 @@ id="g5428-8-1-7-83"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835894" @@ -1556,7 +1556,7 @@ id="g5400-2-4"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" width="13" height="13.000001" @@ -1596,7 +1596,7 @@ id="g5428-8-1-7-83-9"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835888" @@ -1722,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:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -1837,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:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -2202,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2242,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2618,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2658,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2760,13 +2760,13 @@ height="31" width="30.999969" id="rect13851-8" - style="fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#657b83;stroke-width:1;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-0"> <path - style="display:inline;opacity:0.4;fill:#cfd6e6;fill-opacity:1;stroke:none" + style="display:inline;opacity:0.4;fill:#657b83;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-5" inkscape:connector-curvature="0" /> @@ -2873,7 +2873,7 @@ x="0" y="1029.3622" /> <rect - style="opacity:0.9;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:0.9;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07-5" width="50" height="20" @@ -2882,7 +2882,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8" cx="41" cy="1041.3622" @@ -2894,7 +2894,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-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:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-825.99998,-618.63782)" @@ -2988,7 +2988,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02-7" width="50" height="20" @@ -2997,7 +2997,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5" cx="41" cy="1041.3622" @@ -3009,7 +3009,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-5-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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g id="titlebutton-close" @@ -3037,45 +3037,45 @@ <g id="g4778-2-68" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3089,7 +3089,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize" @@ -3150,45 +3150,45 @@ <g id="g4778-4" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3202,7 +3202,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize-hover" @@ -3215,7 +3215,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3301,7 +3301,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3403,51 +3403,51 @@ <g id="g4778-3-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1"> + style="display:inline;fill:#fdf6e3;fill-opacity:1"> <path 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-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" /> + style="color:#657b83;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:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3712,7 +3712,7 @@ height="138" width="121" id="rect18028-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#383c4a;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <g transform="translate(220.00001,-229.00001)" @@ -4077,7 +4077,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -4097,7 +4097,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4106,7 +4106,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4143,7 +4143,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -4155,7 +4155,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-704.99998,-618.63782)" @@ -4192,7 +4192,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-4" cx="41" cy="1041.3622" @@ -4212,7 +4212,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-6" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4221,7 +4221,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-69" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4258,7 +4258,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-3" cx="41" cy="1041.3622" @@ -4270,7 +4270,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-5-5" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(220.00001,-229.00001)" @@ -4307,7 +4307,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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" @@ -4347,7 +4347,7 @@ id="g5428-8-1-7-83-7"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-61" width="27.303804" height="26.835894" @@ -4727,7 +4727,7 @@ style=""> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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-2" width="13" height="13.000001" @@ -4770,7 +4770,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-6" width="27.303804" height="26.835888" @@ -4828,7 +4828,7 @@ height="31" width="30.999969" id="rect13851-8-3" - style="fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#002b36;fill-opacity:1;stroke:#657b83;stroke-width:1;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)" @@ -4850,7 +4850,7 @@ rx="1.9999999" /> </g> <rect - style="display:inline;fill:#2f343f;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#002b36;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783-3-1" width="120.99998" height="138" @@ -4891,7 +4891,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9-7-1" cx="41" cy="1041.3622" @@ -4911,7 +4911,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6-0-5" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4920,7 +4920,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5-9-4" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4957,7 +4957,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8-7-8" cx="41" cy="1041.3622" @@ -4969,7 +4969,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-4-1-8" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-584,-618.63782)" @@ -5006,7 +5006,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5-9-1" cx="41" cy="1041.3622" @@ -5026,7 +5026,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77-4-7" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -5035,7 +5035,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4-7-1" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -5072,7 +5072,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5-1-1" cx="41" cy="1041.3622" @@ -5084,7 +5084,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-5-9-7-6" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g style="display:inline;opacity:0.7" @@ -5137,7 +5137,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 65 A 7 7 0 0 0 414 72 A 7 7 0 0 0 421 65 A 7 7 0 0 0 414 58 z M 411 61.921875 L 411.75 61.921875 C 411.75778 61.921785 411.76559 61.92153 411.77344 61.921875 C 411.96465 61.930275 412.15584 62.01831 412.28906 62.15625 L 414 63.867188 L 415.73438 62.15625 C 415.93359 61.983375 416.06938 61.927125 416.25 61.921875 L 417 61.921875 L 417 62.671875 C 417 62.886728 416.97425 63.084862 416.8125 63.234375 L 415.10156 64.945312 L 416.78906 66.632812 C 416.9302 66.77394 416.99999 66.9729 417 67.171875 L 417 67.921875 L 416.25 67.921875 C 416.05102 67.921867 415.85206 67.85205 415.71094 67.710938 L 414 66 L 412.28906 67.710938 C 412.14794 67.85208 411.94897 67.921875 411.75 67.921875 L 411 67.921875 L 411 67.171875 C 411 66.972908 411.0698 66.77394 411.21094 66.632812 L 412.92188 64.945312 L 411.21094 63.234375 C 411.05288 63.088403 410.98357 62.882438 411 62.671875 L 411 61.921875 z " transform="translate(962.00001,190.00002)" id="path4068-7-5-9-6-5-8" /> @@ -5146,45 +5146,45 @@ <g id="g4778-2-68-8-7" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" id="layer9-9-4-4-1-1" transform="translate(-60,-518)" /> <g id="layer10-2-1-8-0-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-76-5-96-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-6-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5246,7 +5246,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#cb4b16;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 407 99 A 7 7 0 0 0 414 106 A 7 7 0 0 0 421 99 A 7 7 0 0 0 414 92 z M 411 95.921875 L 411.75 95.921875 C 411.75778 95.921785 411.76559 95.92153 411.77344 95.921875 C 411.96465 95.930275 412.15584 96.01831 412.28906 96.15625 L 414 97.867188 L 415.73438 96.15625 C 415.93359 95.983375 416.06938 95.927125 416.25 95.921875 L 417 95.921875 L 417 96.671875 C 417 96.886728 416.97424 97.084862 416.8125 97.234375 L 415.10156 98.945312 L 416.78906 100.63281 C 416.9302 100.77394 416.99999 100.9729 417 101.17188 L 417 101.92188 L 416.25 101.92188 C 416.05102 101.92187 415.85206 101.85205 415.71094 101.71094 L 414 100 L 412.28906 101.71094 C 412.14794 101.85208 411.94897 101.92188 411.75 101.92188 L 411 101.92188 L 411 101.17188 C 411 100.97291 411.06979 100.77394 411.21094 100.63281 L 412.92188 98.945312 L 411.21094 97.234375 C 411.05288 97.088403 410.98357 96.882438 411 96.671875 L 411 95.921875 z " transform="translate(962,156.00002)" id="path4068-7-5-8-2-3" /> @@ -5255,45 +5255,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5378,7 +5378,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> @@ -5463,7 +5463,7 @@ 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" + 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:#93a1a1;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" /> @@ -5496,7 +5496,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 116 A 7 7 0 0 0 414 123 A 7 7 0 0 0 421 116 A 7 7 0 0 0 414 109 z M 411 112.92188 L 411.75 112.92188 C 411.75778 112.92178 411.76559 112.92153 411.77344 112.92188 C 411.96465 112.93028 412.15584 113.01831 412.28906 113.15625 L 414 114.86719 L 415.73438 113.15625 C 415.93359 112.98338 416.06938 112.92712 416.25 112.92188 L 417 112.92188 L 417 113.67188 C 417 113.88673 416.97425 114.08486 416.8125 114.23438 L 415.10156 115.94531 L 416.78906 117.63281 C 416.9302 117.77394 416.99999 117.9729 417 118.17188 L 417 118.92188 L 416.25 118.92188 C 416.05102 118.92187 415.85206 118.85205 415.71094 118.71094 L 414 117 L 412.28906 118.71094 C 412.14794 118.85208 411.94897 118.92188 411.75 118.92188 L 411 118.92188 L 411 118.17188 C 411 117.97291 411.0698 117.77394 411.21094 117.63281 L 412.92188 115.94531 L 411.21094 114.23438 C 411.05288 114.0884 410.98357 113.88244 411 113.67188 L 411 112.92188 z " transform="translate(962.00001,139.00001)" id="path4068-7-5-4-9-7-6" /> @@ -5505,45 +5505,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5830,45 +5830,45 @@ <g id="g4778-2-68-3" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5882,7 +5882,7 @@ 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" /> + style="color:#657b83;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 style="display:inline;opacity:0.4" @@ -5912,45 +5912,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png Binary files differindex 48e8435..3ca0429 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png Binary files differindex bfcde3f..ed4df92 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png Binary files differindex 6d85515..10ce564 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex 2fb1a07..dab5f0b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png Binary files differindex 5bf4e57..4ecee5f 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex 95ea1e5..ba99748 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png Binary files differindex 0c9682e..a75eb05 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png Binary files differindex 288d9fa..585a2c4 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png Binary files differindex ff3d653..26d7908 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png Binary files differindex 5bed17d..50dda46 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png Binary files differindex e44c358..8aaafa6 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex 2fc2d1c..fc7b8ef 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png Binary files differindex 6a3774b..912ad60 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png Binary files differindex 287275b..4bf7e90 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked.png b/common/gtk-3.0/3.18/assets/checkbox-checked.png Binary files differindex b63a30d..385787b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-checked@2.png b/common/gtk-3.0/3.18/assets/checkbox-checked@2.png Binary files differindex 223beff..38a9666 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png Binary files differindex 09ddef6..c0410a4 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png Binary files differindex e189f93..0dda7f8 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 2436a9e..9ee9665 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex 44cbfca..deb04d8 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png Binary files differindex be95726..3f1450b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex 63ee434..b47a9ce 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png Binary files differindex 7a91e23..94413b7 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png Binary files differindex f741ba4..b7433cd 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png Binary files differindex c7b5cf2..33c3737 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png Binary files differindex 883477e..5f07df5 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed.png b/common/gtk-3.0/3.18/assets/checkbox-mixed.png Binary files differindex 5707c92..b13fc9f 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png Binary files differindex ed851e7..01e2f54 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png Binary files differindex c613027..49a97c2 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png Binary files differindex 069b32b..160f9cc 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png Binary files differindex 2318217..bff9d02 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png Binary files differindex a17e5b5..84000da 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png Binary files differindex 8c18460..9a314e6 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png Binary files differindex 2e7a50e..789d16b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 0099ce4..587604b 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 305ab4d..0936ddc 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex 4b4356b..f2aadbf 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex bdafd33..dbaf0ec 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png Binary files differindex ed2ee8f..a83df99 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png Binary files differindex f59d6be..2f5a429 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png Binary files differindex 4d32106..1294025 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png Binary files differindex 7b361e3..2192d08 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked.png Binary files differindex 9fddfb5..6539cd5 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png Binary files differindex 6812606..53115ff 100644 --- a/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.18/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-dark.png b/common/gtk-3.0/3.18/assets/radio-checked-dark.png Binary files differindex 28f3469..02141ef 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png Binary files differindex 35a1baf..faa6063 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png Binary files differindex bd28d8e..0306818 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png Binary files differindex 867695e..1605542 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png Binary files differindex f64ba8f..61c6e4c 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png Binary files differindex 1646d37..dce31c0 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png Binary files differindex 2a657ef..d343dc5 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png Binary files differindex 30169f6..37316d2 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-selected.png b/common/gtk-3.0/3.18/assets/radio-checked-selected.png Binary files differindex aa261d0..ee6522b 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png Binary files differindex c7205c0..e833438 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked.png b/common/gtk-3.0/3.18/assets/radio-checked.png Binary files differindex 9690dfd..007c163 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked.png +++ b/common/gtk-3.0/3.18/assets/radio-checked.png diff --git a/common/gtk-3.0/3.18/assets/radio-checked@2.png b/common/gtk-3.0/3.18/assets/radio-checked@2.png Binary files differindex 60f57a7..17a48d8 100644 --- a/common/gtk-3.0/3.18/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.18/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-dark.png b/common/gtk-3.0/3.18/assets/radio-mixed-dark.png Binary files differindex 4116619..4d52ba5 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png Binary files differindex 69ef707..ccbd276 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png Binary files differindex afef7e2..cb5a919 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png Binary files differindex 6279e38..a77c345 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png Binary files differindex 1e0a667..ffed3f5 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 0b67660..3bb67c4 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png Binary files differindex 69c253b..54d0630 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png Binary files differindex fa1893a..e66b10e 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-selected.png b/common/gtk-3.0/3.18/assets/radio-mixed-selected.png Binary files differindex 4378bca..d437dd9 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png Binary files differindex 58468d2..b0ff5a8 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed.png b/common/gtk-3.0/3.18/assets/radio-mixed.png Binary files differindex 04720ee..2ff5bfb 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.18/assets/radio-mixed@2.png b/common/gtk-3.0/3.18/assets/radio-mixed@2.png Binary files differindex 6992c23..f3ae67a 100644 --- a/common/gtk-3.0/3.18/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.18/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png Binary files differindex 298ae3c..94a9e74 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png Binary files differindex e57ae38..162da3e 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png Binary files differindex 87560b2..a85863c 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex c98869c..526cdd3 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png Binary files differindex 7e5c6e3..3c4eaad 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 1dd9a00..67f1a7d 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png Binary files differindex ce86f90..3804593 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png Binary files differindex 917f048..9927ab0 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png Binary files differindex aba589e..896c5ad 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png Binary files differindex b820fd2..f72ea4d 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked.png b/common/gtk-3.0/3.18/assets/radio-unchecked.png Binary files differindex 8c61899..f1e4b07 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.18/assets/radio-unchecked@2.png b/common/gtk-3.0/3.18/assets/radio-unchecked@2.png Binary files differindex a6210d6..6fa8572 100644 --- a/common/gtk-3.0/3.18/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.18/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-dark.png b/common/gtk-3.0/3.18/assets/switch-active-dark.png Binary files differindex dbf7c5e..aa1118e 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-dark@2.png Binary files differindex 8046628..1a55df1 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header-dark.png b/common/gtk-3.0/3.18/assets/switch-active-header-dark.png Binary files differindex e1f82aa..032a26c 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png Binary files differindex 9ea31ff..7cca4f9 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header.png b/common/gtk-3.0/3.18/assets/switch-active-header.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-header@2.png b/common/gtk-3.0/3.18/assets/switch-active-header@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png Binary files differindex 8826a75..b41fadb 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png Binary files differindex 6ba25b4..cb3f3f2 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png Binary files differindex c018801..a1bc7e3 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png Binary files differindex 870d931..c509938 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png Binary files differindex 1afd341..1e9eb3f 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png Binary files differindex 87d6356..a462fc2 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-selected.png b/common/gtk-3.0/3.18/assets/switch-active-selected.png Binary files differindex 08480e0..7599320 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-active-selected@2.png b/common/gtk-3.0/3.18/assets/switch-active-selected@2.png Binary files differindex 22586c1..b9ec173 100644 --- a/common/gtk-3.0/3.18/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-active.png b/common/gtk-3.0/3.18/assets/switch-active.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.18/assets/switch-active.png +++ b/common/gtk-3.0/3.18/assets/switch-active.png diff --git a/common/gtk-3.0/3.18/assets/switch-active@2.png b/common/gtk-3.0/3.18/assets/switch-active@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.18/assets/switch-active@2.png +++ b/common/gtk-3.0/3.18/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-dark.png b/common/gtk-3.0/3.18/assets/switch-dark.png Binary files differindex 90918e1..d780bc3 100644 --- a/common/gtk-3.0/3.18/assets/switch-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-dark@2.png b/common/gtk-3.0/3.18/assets/switch-dark@2.png Binary files differindex b2935b0..ab932e2 100644 --- a/common/gtk-3.0/3.18/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-header-dark.png b/common/gtk-3.0/3.18/assets/switch-header-dark.png Binary files differindex 54a297a..0e9ac1c 100644 --- a/common/gtk-3.0/3.18/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-header-dark@2.png Binary files differindex f7333eb..faa606e 100644 --- a/common/gtk-3.0/3.18/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-header.png b/common/gtk-3.0/3.18/assets/switch-header.png Binary files differindex 3e45db3..bbae80e 100644 --- a/common/gtk-3.0/3.18/assets/switch-header.png +++ b/common/gtk-3.0/3.18/assets/switch-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-header@2.png b/common/gtk-3.0/3.18/assets/switch-header@2.png Binary files differindex 7feaadf..a58ba64 100644 --- a/common/gtk-3.0/3.18/assets/switch-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png Binary files differindex 3d25f7b..e18d92e 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png Binary files differindex 857b3e8..defa45e 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png Binary files differindex 7bfead4..9c54bd5 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png Binary files differindex e0ebce4..524abe7 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header.png Binary files differindex 009545d..3c9f6df 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png Binary files differindex e85297d..15bd252 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png Binary files differindex f4398f6..54b0e56 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png Binary files differindex 67ea825..921f57b 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive.png b/common/gtk-3.0/3.18/assets/switch-insensitive.png Binary files differindex ce5e538..1cc0da9 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.18/assets/switch-insensitive@2.png b/common/gtk-3.0/3.18/assets/switch-insensitive@2.png Binary files differindex b0a2b56..1b20d17 100644 --- a/common/gtk-3.0/3.18/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.18/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.18/assets/switch-selected.png b/common/gtk-3.0/3.18/assets/switch-selected.png Binary files differindex c2d2186..0e35735 100644 --- a/common/gtk-3.0/3.18/assets/switch-selected.png +++ b/common/gtk-3.0/3.18/assets/switch-selected.png diff --git a/common/gtk-3.0/3.18/assets/switch-selected@2.png b/common/gtk-3.0/3.18/assets/switch-selected@2.png Binary files differindex 6e1b894..2e21039 100644 --- a/common/gtk-3.0/3.18/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.18/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.18/assets/switch.png b/common/gtk-3.0/3.18/assets/switch.png Binary files differindex 3bc5587..05fe8c5 100644 --- a/common/gtk-3.0/3.18/assets/switch.png +++ b/common/gtk-3.0/3.18/assets/switch.png diff --git a/common/gtk-3.0/3.18/assets/switch@2.png b/common/gtk-3.0/3.18/assets/switch@2.png Binary files differindex 10b98e4..cdd8a22 100644 --- a/common/gtk-3.0/3.18/assets/switch@2.png +++ b/common/gtk-3.0/3.18/assets/switch@2.png diff --git a/common/gtk-3.0/3.18/assets/thumbnail-frame.png b/common/gtk-3.0/3.18/assets/thumbnail-frame.png Binary files differdeleted file mode 100644 index ba5d721..0000000 --- a/common/gtk-3.0/3.18/assets/thumbnail-frame.png +++ /dev/null diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png Binary files differindex caa0384..313f6e3 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png Binary files differindex 1d93059..d9ce717 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active.png Binary files differindex ef392dc..15c4300 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png Binary files differindex 5f79a47..870a798 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png Binary files differindex 95eb2e4..313f6e3 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png Binary files differindex ef6e11d..d9ce717 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png Binary files differindex 9a0e371..6eeab64 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png Binary files differindex 212abd9..8ea69a9 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png Binary files differindex 84a5583..8c73d43 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex d2ef62a..c357ecd 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png Binary files differindex 128a39d..4290272 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png Binary files differindex 66cdeda..9bdc65c 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png Binary files differindex c38e8b3..fcebe9b 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 59b63da..548c26c 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png Binary files differindex c250748..5cddced 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png Binary files differindex 965ce3d..47d599b 100644 --- a/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.18/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.18/sass/_colors.scss b/common/gtk-3.0/3.18/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gtk-3.0/3.18/sass/_colors.scss +++ b/common/gtk-3.0/3.18/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gtk-3.0/3.18/sass/_unity.scss b/common/gtk-3.0/3.18/sass/_unity.scss index 2441035..501d480 100644 --- a/common/gtk-3.0/3.18/sass/_unity.scss +++ b/common/gtk-3.0/3.18/sass/_unity.scss @@ -44,7 +44,7 @@ UnityDecoration { // Panel Style UnityPanelWidget, .unity-panel { - background-image: linear-gradient(to bottom, #2f343f); + background-image: linear-gradient(to bottom, #002b36); color: lighten($panel_fg, 20%); box-shadow: none; diff --git a/common/gtk-3.0/3.20/assets.svg b/common/gtk-3.0/3.20/assets.svg index 7086f47..b5f7c8d 100644 --- a/common/gtk-3.0/3.20/assets.svg +++ b/common/gtk-3.0/3.20/assets.svg @@ -22,7 +22,7 @@ <linearGradient id="linearGradient6651"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop6653" /> </linearGradient> @@ -30,7 +30,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop6555" /> </linearGradient> @@ -38,7 +38,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop5956" /> </linearGradient> @@ -459,7 +459,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -529,10 +529,10 @@ height="138" width="121" id="rect18028" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f9fafb;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:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <rect - style="display:inline;fill:#e7e8eb;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#eee8d5;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783" width="120.99998" height="138" @@ -967,7 +967,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07" width="50" height="20" @@ -976,7 +976,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7" cx="41" cy="1041.3622" @@ -988,7 +988,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" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-947,-618.63782)" @@ -1082,7 +1082,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02" width="50" height="20" @@ -1091,7 +1091,7 @@ ry="11" rx="11" /> <circle - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7" cx="41" cy="1041.3622" @@ -1103,7 +1103,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-5" - 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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-22,-229.00001)" @@ -1140,7 +1140,7 @@ id="g5400-2"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" @@ -1180,7 +1180,7 @@ id="g5428-8-1-7-83"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835894" @@ -1556,7 +1556,7 @@ id="g5400-2-4"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;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:#fdf6e3;fill-opacity:1;stroke:#657b83;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" width="13" height="13.000001" @@ -1596,7 +1596,7 @@ id="g5428-8-1-7-83-9"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#cfd6e6;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;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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" width="27.303804" height="26.835888" @@ -1722,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:url(#linearGradient6603);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -1837,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:url(#linearGradient6593);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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)" @@ -2202,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2242,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2618,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2658,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: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" + style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.5;fill:#fdf6e3;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" @@ -2760,13 +2760,13 @@ height="31" width="30.999969" id="rect13851-8" - style="fill:#ffffff;fill-opacity:1;stroke:#cfd6e6;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:1;stroke:#657b83;stroke-width:1;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-0"> <path - style="display:inline;opacity:0.4;fill:#cfd6e6;fill-opacity:1;stroke:none" + style="display:inline;opacity:0.4;fill:#657b83;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-5" inkscape:connector-curvature="0" /> @@ -2873,7 +2873,7 @@ x="0" y="1029.3622" /> <rect - style="opacity:0.9;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:0.9;fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-07-5" width="50" height="20" @@ -2882,7 +2882,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8" cx="41" cy="1041.3622" @@ -2894,7 +2894,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-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:0.6;fill:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-825.99998,-618.63782)" @@ -2988,7 +2988,7 @@ x="0" y="1029.3622" /> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:nonzero;stroke:none" id="rect2987-02-7" width="50" height="20" @@ -2997,7 +2997,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#cfd6e6;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#657b83;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5" cx="41" cy="1041.3622" @@ -3009,7 +3009,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-5-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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#5c616c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g id="titlebutton-close" @@ -3037,45 +3037,45 @@ <g id="g4778-2-68" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3089,7 +3089,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize" @@ -3150,45 +3150,45 @@ <g id="g4778-4" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3202,7 +3202,7 @@ 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" /> + style="color:#657b83;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 id="titlebutton-maximize-hover" @@ -3215,7 +3215,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3301,7 +3301,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -3403,51 +3403,51 @@ <g id="g4778-3-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1"> + style="display:inline;fill:#fdf6e3;fill-opacity:1"> <path 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-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" /> + style="color:#657b83;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:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -3712,7 +3712,7 @@ height="138" width="121" id="rect18028-4" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#383c4a;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;marker:none;enable-background:accumulate" transform="scale(1,-1)" /> <g transform="translate(220.00001,-229.00001)" @@ -4077,7 +4077,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-75" cx="41" cy="1041.3622" @@ -4097,7 +4097,7 @@ height="1.9999826" width="5" id="rect3977-39-2-13" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4106,7 +4106,7 @@ height="7.9999828" width="2" id="rect3979-7-0-65" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4143,7 +4143,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-4" cx="41" cy="1041.3622" @@ -4155,7 +4155,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-46" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-704.99998,-618.63782)" @@ -4192,7 +4192,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-4" cx="41" cy="1041.3622" @@ -4212,7 +4212,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-6" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4221,7 +4221,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-69" - style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#002b36;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4258,7 +4258,7 @@ ry="11" rx="11" /> <circle - style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-3" cx="41" cy="1041.3622" @@ -4270,7 +4270,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-5-5" - 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:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(220.00001,-229.00001)" @@ -4307,7 +4307,7 @@ id="g5400-2-47"> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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" @@ -4347,7 +4347,7 @@ id="g5428-8-1-7-83-7"> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-61" width="27.303804" height="26.835894" @@ -4727,7 +4727,7 @@ style=""> <rect ry="2" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#262934;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:#002b36;fill-opacity:1;stroke:#657b83;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-2" width="13" height="13.000001" @@ -4770,7 +4770,7 @@ style=""> <rect ry="13.246163" - style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;fill-rule:nonzero;stroke:#262934;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;fill:#002b36;fill-opacity:1;fill-rule:nonzero;stroke:#657b83;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-6" width="27.303804" height="26.835888" @@ -4828,7 +4828,7 @@ height="31" width="30.999969" id="rect13851-8-3" - style="fill:#2d323d;fill-opacity:1;stroke:#262934;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="fill:#002b36;fill-opacity:1;stroke:#657b83;stroke-width:1;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)" @@ -4850,7 +4850,7 @@ rx="1.9999999" /> </g> <rect - style="display:inline;fill:#2f343f;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + style="display:inline;fill:#002b36;fill-opacity:1;stroke:#222529;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="rect11783-3-1" width="120.99998" height="138" @@ -4891,7 +4891,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-9-7-1" cx="41" cy="1041.3622" @@ -4911,7 +4911,7 @@ height="1.9999826" width="5" id="rect3977-39-2-6-0-5" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -4920,7 +4920,7 @@ height="7.9999828" width="2" id="rect3979-7-0-5-9-4" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -4957,7 +4957,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-7-8-7-8" cx="41" cy="1041.3622" @@ -4969,7 +4969,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-4-1-8" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g transform="translate(-584,-618.63782)" @@ -5006,7 +5006,7 @@ ry="11" rx="11.000001" /> <circle - style="fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-0-8-5-9-1" cx="41" cy="1041.3622" @@ -5026,7 +5026,7 @@ height="1.9999826" width="5" id="rect3977-39-2-3-77-4-7" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> <rect transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)" ry="0" @@ -5035,7 +5035,7 @@ height="7.9999828" width="2" id="rect3979-7-0-6-4-7-1" - style="display:inline;opacity:1;fill:#2d323f;fill-opacity:1;stroke:none" /> + style="display:inline;opacity:1;fill:#073642;fill-opacity:1;stroke:none" /> </g> </g> <g @@ -5072,7 +5072,7 @@ ry="11" rx="11.000001" /> <circle - style="opacity:1;fill:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none" + style="opacity:1;fill:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path3759-1-7-5-1-1" cx="41" cy="1041.3622" @@ -5084,7 +5084,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-5-9-7-6" - 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:#2d323f;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> + style="color:#657b83;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:#073642;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /> </g> <g style="display:inline;opacity:0.7" @@ -5137,7 +5137,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 65 A 7 7 0 0 0 414 72 A 7 7 0 0 0 421 65 A 7 7 0 0 0 414 58 z M 411 61.921875 L 411.75 61.921875 C 411.75778 61.921785 411.76559 61.92153 411.77344 61.921875 C 411.96465 61.930275 412.15584 62.01831 412.28906 62.15625 L 414 63.867188 L 415.73438 62.15625 C 415.93359 61.983375 416.06938 61.927125 416.25 61.921875 L 417 61.921875 L 417 62.671875 C 417 62.886728 416.97425 63.084862 416.8125 63.234375 L 415.10156 64.945312 L 416.78906 66.632812 C 416.9302 66.77394 416.99999 66.9729 417 67.171875 L 417 67.921875 L 416.25 67.921875 C 416.05102 67.921867 415.85206 67.85205 415.71094 67.710938 L 414 66 L 412.28906 67.710938 C 412.14794 67.85208 411.94897 67.921875 411.75 67.921875 L 411 67.921875 L 411 67.171875 C 411 66.972908 411.0698 66.77394 411.21094 66.632812 L 412.92188 64.945312 L 411.21094 63.234375 C 411.05288 63.088403 410.98357 62.882438 411 62.671875 L 411 61.921875 z " transform="translate(962.00001,190.00002)" id="path4068-7-5-9-6-5-8" /> @@ -5146,45 +5146,45 @@ <g id="g4778-2-68-8-7" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" id="layer9-9-4-4-1-1" transform="translate(-60,-518)" /> <g id="layer10-2-1-8-0-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-76-5-96-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-6-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5246,7 +5246,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#cb4b16;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 407 99 A 7 7 0 0 0 414 106 A 7 7 0 0 0 421 99 A 7 7 0 0 0 414 92 z M 411 95.921875 L 411.75 95.921875 C 411.75778 95.921785 411.76559 95.92153 411.77344 95.921875 C 411.96465 95.930275 412.15584 96.01831 412.28906 96.15625 L 414 97.867188 L 415.73438 96.15625 C 415.93359 95.983375 416.06938 95.927125 416.25 95.921875 L 417 95.921875 L 417 96.671875 C 417 96.886728 416.97424 97.084862 416.8125 97.234375 L 415.10156 98.945312 L 416.78906 100.63281 C 416.9302 100.77394 416.99999 100.9729 417 101.17188 L 417 101.92188 L 416.25 101.92188 C 416.05102 101.92187 415.85206 101.85205 415.71094 101.71094 L 414 100 L 412.28906 101.71094 C 412.14794 101.85208 411.94897 101.92188 411.75 101.92188 L 411 101.92188 L 411 101.17188 C 411 100.97291 411.06979 100.77394 411.21094 100.63281 L 412.92188 98.945312 L 411.21094 97.234375 C 411.05288 97.088403 410.98357 96.882438 411 96.671875 L 411 95.921875 z " transform="translate(962,156.00002)" id="path4068-7-5-8-2-3" /> @@ -5255,45 +5255,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5378,7 +5378,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> @@ -5463,7 +5463,7 @@ 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" + 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:#93a1a1;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" /> @@ -5496,7 +5496,7 @@ style="display:inline" transform="translate(58,0)"> <path - 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" + style="fill:#dc322f;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 407 116 A 7 7 0 0 0 414 123 A 7 7 0 0 0 421 116 A 7 7 0 0 0 414 109 z M 411 112.92188 L 411.75 112.92188 C 411.75778 112.92178 411.76559 112.92153 411.77344 112.92188 C 411.96465 112.93028 412.15584 113.01831 412.28906 113.15625 L 414 114.86719 L 415.73438 113.15625 C 415.93359 112.98338 416.06938 112.92712 416.25 112.92188 L 417 112.92188 L 417 113.67188 C 417 113.88673 416.97425 114.08486 416.8125 114.23438 L 415.10156 115.94531 L 416.78906 117.63281 C 416.9302 117.77394 416.99999 117.9729 417 118.17188 L 417 118.92188 L 416.25 118.92188 C 416.05102 118.92187 415.85206 118.85205 415.71094 118.71094 L 414 117 L 412.28906 118.71094 C 412.14794 118.85208 411.94897 118.92188 411.75 118.92188 L 411 118.92188 L 411 118.17188 C 411 117.97291 411.0698 117.77394 411.21094 117.63281 L 412.92188 115.94531 L 411.21094 114.23438 C 411.05288 114.0884 410.98357 113.88244 411 113.67188 L 411 112.92188 z " transform="translate(962.00001,139.00001)" id="path4068-7-5-4-9-7-6" /> @@ -5505,45 +5505,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5830,45 +5830,45 @@ <g id="g4778-2-68-3" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -5882,7 +5882,7 @@ 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" /> + style="color:#657b83;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 style="display:inline;opacity:0.4" @@ -5912,45 +5912,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png b/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png Binary files differindex 48e8435..3ca0429 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png Binary files differindex bfcde3f..ed4df92 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png Binary files differindex 6d85515..10ce564 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png Binary files differindex 2fb1a07..dab5f0b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png Binary files differindex 5bf4e57..4ecee5f 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png Binary files differindex 95ea1e5..ba99748 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png Binary files differindex 0c9682e..a75eb05 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png Binary files differindex 288d9fa..585a2c4 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png Binary files differindex ff3d653..26d7908 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png Binary files differindex 5bed17d..50dda46 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png Binary files differindex e44c358..8aaafa6 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png Binary files differindex 2fc2d1c..fc7b8ef 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png Binary files differindex 6a3774b..912ad60 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png Binary files differindex 287275b..4bf7e90 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked-selectionmode@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked.png b/common/gtk-3.0/3.20/assets/checkbox-checked.png Binary files differindex b63a30d..385787b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-checked@2.png b/common/gtk-3.0/3.20/assets/checkbox-checked@2.png Binary files differindex 223beff..38a9666 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-checked@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-checked@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png Binary files differindex 09ddef6..c0410a4 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png Binary files differindex e189f93..0dda7f8 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png Binary files differindex 2436a9e..9ee9665 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png Binary files differindex 44cbfca..deb04d8 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png Binary files differindex be95726..3f1450b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png Binary files differindex 63ee434..b47a9ce 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png Binary files differindex 7a91e23..94413b7 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png Binary files differindex f741ba4..b7433cd 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png Binary files differindex c7b5cf2..33c3737 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png Binary files differindex 883477e..5f07df5 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed.png b/common/gtk-3.0/3.20/assets/checkbox-mixed.png Binary files differindex 5707c92..b13fc9f 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png b/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png Binary files differindex ed851e7..01e2f54 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-mixed@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png Binary files differindex c613027..49a97c2 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png Binary files differindex 069b32b..160f9cc 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png Binary files differindex 2318217..bff9d02 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png b/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png Binary files differindex a17e5b5..84000da 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-selectionmode@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png Binary files differindex 8c18460..9a314e6 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png Binary files differindex 2e7a50e..789d16b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png Binary files differindex 0099ce4..587604b 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png Binary files differindex 305ab4d..0936ddc 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png Binary files differindex 4b4356b..f2aadbf 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png Binary files differindex bdafd33..dbaf0ec 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png Binary files differindex ed2ee8f..a83df99 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png Binary files differindex f59d6be..2f5a429 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png Binary files differindex 4d32106..1294025 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png Binary files differindex 7b361e3..2192d08 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked.png Binary files differindex 9fddfb5..6539cd5 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked.png diff --git a/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png b/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png Binary files differindex 6812606..53115ff 100644 --- a/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png +++ b/common/gtk-3.0/3.20/assets/checkbox-unchecked@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-dark.png b/common/gtk-3.0/3.20/assets/radio-checked-dark.png Binary files differindex 28f3469..02141ef 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png b/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png Binary files differindex 35a1baf..faa6063 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png Binary files differindex bd28d8e..0306818 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png Binary files differindex 867695e..1605542 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png Binary files differindex f64ba8f..61c6e4c 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png Binary files differindex 1646d37..dce31c0 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png Binary files differindex 2a657ef..d343dc5 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png b/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png Binary files differindex 30169f6..37316d2 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-selected.png b/common/gtk-3.0/3.20/assets/radio-checked-selected.png Binary files differindex aa261d0..ee6522b 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png b/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png Binary files differindex c7205c0..e833438 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked.png b/common/gtk-3.0/3.20/assets/radio-checked.png Binary files differindex 9690dfd..007c163 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked.png +++ b/common/gtk-3.0/3.20/assets/radio-checked.png diff --git a/common/gtk-3.0/3.20/assets/radio-checked@2.png b/common/gtk-3.0/3.20/assets/radio-checked@2.png Binary files differindex 60f57a7..17a48d8 100644 --- a/common/gtk-3.0/3.20/assets/radio-checked@2.png +++ b/common/gtk-3.0/3.20/assets/radio-checked@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-dark.png b/common/gtk-3.0/3.20/assets/radio-mixed-dark.png Binary files differindex 4116619..4d52ba5 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png Binary files differindex 69ef707..ccbd276 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png Binary files differindex afef7e2..cb5a919 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png Binary files differindex 6279e38..a77c345 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png Binary files differindex 1e0a667..ffed3f5 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png Binary files differindex 0b67660..3bb67c4 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png Binary files differindex 69c253b..54d0630 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png Binary files differindex fa1893a..e66b10e 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-selected.png b/common/gtk-3.0/3.20/assets/radio-mixed-selected.png Binary files differindex 4378bca..d437dd9 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png b/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png Binary files differindex 58468d2..b0ff5a8 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed.png b/common/gtk-3.0/3.20/assets/radio-mixed.png Binary files differindex 04720ee..2ff5bfb 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed.png diff --git a/common/gtk-3.0/3.20/assets/radio-mixed@2.png b/common/gtk-3.0/3.20/assets/radio-mixed@2.png Binary files differindex 6992c23..f3ae67a 100644 --- a/common/gtk-3.0/3.20/assets/radio-mixed@2.png +++ b/common/gtk-3.0/3.20/assets/radio-mixed@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png b/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png Binary files differindex 298ae3c..94a9e74 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png Binary files differindex e57ae38..162da3e 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png Binary files differindex 87560b2..a85863c 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png Binary files differindex c98869c..526cdd3 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png Binary files differindex 7e5c6e3..3c4eaad 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png Binary files differindex 1dd9a00..67f1a7d 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png Binary files differindex ce86f90..3804593 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png Binary files differindex 917f048..9927ab0 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png b/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png Binary files differindex aba589e..896c5ad 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-selected.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png Binary files differindex b820fd2..f72ea4d 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked.png b/common/gtk-3.0/3.20/assets/radio-unchecked.png Binary files differindex 8c61899..f1e4b07 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked.png diff --git a/common/gtk-3.0/3.20/assets/radio-unchecked@2.png b/common/gtk-3.0/3.20/assets/radio-unchecked@2.png Binary files differindex a6210d6..6fa8572 100644 --- a/common/gtk-3.0/3.20/assets/radio-unchecked@2.png +++ b/common/gtk-3.0/3.20/assets/radio-unchecked@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-dark.png b/common/gtk-3.0/3.20/assets/switch-active-dark.png Binary files differindex dbf7c5e..aa1118e 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-dark@2.png Binary files differindex 8046628..1a55df1 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header-dark.png b/common/gtk-3.0/3.20/assets/switch-active-header-dark.png Binary files differindex e1f82aa..032a26c 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png Binary files differindex 9ea31ff..7cca4f9 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header.png b/common/gtk-3.0/3.20/assets/switch-active-header.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-header@2.png b/common/gtk-3.0/3.20/assets/switch-active-header@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png Binary files differindex 8826a75..b41fadb 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png Binary files differindex 6ba25b4..cb3f3f2 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png Binary files differindex c018801..a1bc7e3 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png Binary files differindex 870d931..c509938 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png Binary files differindex 1afd341..1e9eb3f 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png Binary files differindex 87d6356..a462fc2 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive.png Binary files differindex 9a6db07..9ea6fdf 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png b/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png Binary files differindex daf07bf..e12f2fd 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-selected.png b/common/gtk-3.0/3.20/assets/switch-active-selected.png Binary files differindex 08480e0..7599320 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-active-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-active-selected@2.png b/common/gtk-3.0/3.20/assets/switch-active-selected@2.png Binary files differindex 22586c1..b9ec173 100644 --- a/common/gtk-3.0/3.20/assets/switch-active-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-active.png b/common/gtk-3.0/3.20/assets/switch-active.png Binary files differindex 1850dae..db33743 100644 --- a/common/gtk-3.0/3.20/assets/switch-active.png +++ b/common/gtk-3.0/3.20/assets/switch-active.png diff --git a/common/gtk-3.0/3.20/assets/switch-active@2.png b/common/gtk-3.0/3.20/assets/switch-active@2.png Binary files differindex 92770a3..588457c 100644 --- a/common/gtk-3.0/3.20/assets/switch-active@2.png +++ b/common/gtk-3.0/3.20/assets/switch-active@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-dark.png b/common/gtk-3.0/3.20/assets/switch-dark.png Binary files differindex 90918e1..d780bc3 100644 --- a/common/gtk-3.0/3.20/assets/switch-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-dark@2.png b/common/gtk-3.0/3.20/assets/switch-dark@2.png Binary files differindex b2935b0..ab932e2 100644 --- a/common/gtk-3.0/3.20/assets/switch-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-header-dark.png b/common/gtk-3.0/3.20/assets/switch-header-dark.png Binary files differindex 54a297a..0e9ac1c 100644 --- a/common/gtk-3.0/3.20/assets/switch-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-header-dark@2.png Binary files differindex f7333eb..faa606e 100644 --- a/common/gtk-3.0/3.20/assets/switch-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-header.png b/common/gtk-3.0/3.20/assets/switch-header.png Binary files differindex 3e45db3..bbae80e 100644 --- a/common/gtk-3.0/3.20/assets/switch-header.png +++ b/common/gtk-3.0/3.20/assets/switch-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-header@2.png b/common/gtk-3.0/3.20/assets/switch-header@2.png Binary files differindex 7feaadf..a58ba64 100644 --- a/common/gtk-3.0/3.20/assets/switch-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png b/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png Binary files differindex 3d25f7b..e18d92e 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png Binary files differindex 857b3e8..defa45e 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png Binary files differindex 7bfead4..9c54bd5 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png Binary files differindex e0ebce4..524abe7 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header.png Binary files differindex 009545d..3c9f6df 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png Binary files differindex e85297d..15bd252 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-header@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png b/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png Binary files differindex f4398f6..54b0e56 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png Binary files differindex 67ea825..921f57b 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive.png b/common/gtk-3.0/3.20/assets/switch-insensitive.png Binary files differindex ce5e538..1cc0da9 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive.png diff --git a/common/gtk-3.0/3.20/assets/switch-insensitive@2.png b/common/gtk-3.0/3.20/assets/switch-insensitive@2.png Binary files differindex b0a2b56..1b20d17 100644 --- a/common/gtk-3.0/3.20/assets/switch-insensitive@2.png +++ b/common/gtk-3.0/3.20/assets/switch-insensitive@2.png diff --git a/common/gtk-3.0/3.20/assets/switch-selected.png b/common/gtk-3.0/3.20/assets/switch-selected.png Binary files differindex c2d2186..0e35735 100644 --- a/common/gtk-3.0/3.20/assets/switch-selected.png +++ b/common/gtk-3.0/3.20/assets/switch-selected.png diff --git a/common/gtk-3.0/3.20/assets/switch-selected@2.png b/common/gtk-3.0/3.20/assets/switch-selected@2.png Binary files differindex 6e1b894..2e21039 100644 --- a/common/gtk-3.0/3.20/assets/switch-selected@2.png +++ b/common/gtk-3.0/3.20/assets/switch-selected@2.png diff --git a/common/gtk-3.0/3.20/assets/switch.png b/common/gtk-3.0/3.20/assets/switch.png Binary files differindex 3bc5587..05fe8c5 100644 --- a/common/gtk-3.0/3.20/assets/switch.png +++ b/common/gtk-3.0/3.20/assets/switch.png diff --git a/common/gtk-3.0/3.20/assets/switch@2.png b/common/gtk-3.0/3.20/assets/switch@2.png Binary files differindex 10b98e4..cdd8a22 100644 --- a/common/gtk-3.0/3.20/assets/switch@2.png +++ b/common/gtk-3.0/3.20/assets/switch@2.png diff --git a/common/gtk-3.0/3.20/assets/thumbnail-frame.png b/common/gtk-3.0/3.20/assets/thumbnail-frame.png Binary files differdeleted file mode 100644 index ba5d721..0000000 --- a/common/gtk-3.0/3.20/assets/thumbnail-frame.png +++ /dev/null diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png Binary files differindex caa0384..313f6e3 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png Binary files differindex 1d93059..d9ce717 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active.png Binary files differindex ef392dc..15c4300 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png Binary files differindex 5f79a47..870a798 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-active@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png Binary files differindex 95eb2e4..313f6e3 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png Binary files differindex ef6e11d..d9ce717 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png Binary files differindex 9a0e371..6eeab64 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png Binary files differindex 212abd9..8ea69a9 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-close-hover-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png Binary files differindex c6a82b7..01e355e 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png Binary files differindex 5ed5c6c..989d4f3 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-active@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png Binary files differindex 84a5583..8c73d43 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png Binary files differindex d2ef62a..c357ecd 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png Binary files differindex 128a39d..4290272 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png Binary files differindex 66cdeda..9bdc65c 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-maximize-hover@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png Binary files differindex 4785503..f887640 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png Binary files differindex fb9325f..673429e 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-active@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png Binary files differindex c38e8b3..fcebe9b 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png Binary files differindex 59b63da..548c26c 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover-dark@2.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png Binary files differindex c250748..5cddced 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover.png diff --git a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png Binary files differindex 965ce3d..47d599b 100644 --- a/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png +++ b/common/gtk-3.0/3.20/assets/titlebutton-minimize-hover@2.png diff --git a/common/gtk-3.0/3.20/sass/_colors.scss b/common/gtk-3.0/3.20/sass/_colors.scss index 8d3a5f2..3fb53bf 100644 --- a/common/gtk-3.0/3.20/sass/_colors.scss +++ b/common/gtk-3.0/3.20/sass/_colors.scss @@ -2,13 +2,13 @@ // it gets @if ed depending on $variant -$base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); -$bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$base_color: if($variant =='light', #fdf6e3, #073642); +$text_color: if($variant == 'light', #5c616c, #657b83); +$bg_color: if($variant =='light', #F5F6F7, #002b36); +$fg_color: if($variant =='light', #5c616c, #657b83); -$selected_fg_color: #ffffff; -$selected_bg_color: #5294e2; +$selected_fg_color: #fdf6e3; +$selected_bg_color: #268bd2; $selected_borders_color: darken($selected_bg_color, 20%); $borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%)); @@ -19,37 +19,37 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%), $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_color: #cb4b16; +$error_color: #dc322f; $warning_fg_color: white; $error_fg_color: white; -$success_color: #73d216; -$destructive_color: #F04A50; -$suggested_color: #4DADD4; +$success_color: #859900; +$destructive_color: #dc322f; +$suggested_color: #2aa198; $destructive_fg_color: white; $suggested_fg_color: white; -$drop_target_color: #F08437; +$drop_target_color: #b58900; //insensitive state derived colors $insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55)); $insensitive_bg_color: if($variant == 'light', mix($bg_color, $base_color, 40%), lighten($bg_color, 2%)); $header_bg: red; -@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#e7e8eb, 0.05); } -@if $transparency=='false' and $variant=='light' { $header_bg: #e7e8eb; } -@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#2f343f, 0.03); } -@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #2f343f; } +@if $transparency=='true' and $variant=='light' { $header_bg: transparentize(#eee8d5, 0.05); } +@if $transparency=='false' and $variant=='light' { $header_bg: #eee8d5; } +@if $transparency=='true' and ($variant=='dark' or $darker=='true') { $header_bg: transparentize(#002b36, 0.03); } +@if $transparency=='false' and ($variant=='dark' or $darker=='true') { $header_bg: #002b36; } $header_bg_backdrop: if($darker == 'true' or $variant == 'dark', lighten($header_bg, 1.5%), lighten($header_bg, 3%)); $header_border: if($variant == 'light' and $darker=='false', darken($header_bg, 7%), darken($header_bg, 4%)); $header_fg: if($variant == 'light', saturate(transparentize($fg_color, 0.2), 10%), saturate(transparentize($fg_color, 0.2), 10%)); -$header_fg: if($darker == 'true', saturate(transparentize(#D3DAE3, 0.2), 10%), $header_fg); +$header_fg: if($darker == 'true', saturate(transparentize(#657b83, 0.2), 10%), $header_fg); -$dark_sidebar_bg: if($transparency == 'true', transparentize(#353945, 0.05), #353945); -$dark_sidebar_fg: #BAC3CF; +$dark_sidebar_bg: if($transparency == 'true', transparentize(#073642, 0.05), #073642); +$dark_sidebar_fg: #657b83; $dark_sidebar_border: if($variant == 'light', $dark_sidebar_bg, darken($dark_sidebar_bg, 5%)); $osd_fg_color: $dark_sidebar_fg; @@ -69,7 +69,7 @@ $panel_bg: darken($dark_sidebar_bg, 4.7%); $panel_fg: $dark_sidebar_fg; $entry_bg: if($variant=='light', $base_color, lighten($base_color, 0%)); -$entry_border: if($variant == 'light', #cfd6e6, darken($borders_color, 0%)); +$entry_border: if($variant == 'light', #657b83, darken($borders_color, 0%)); $header_entry_bg: if($darker == 'true' or $variant == 'dark', transparentize(lighten($header_bg, 22%), 0.6), transparentize($base_color, 0.1)); $header_entry_border: if($darker == 'true' or $variant == 'dark', transparentize(darken($header_bg, 12%), 0.6), transparentize($header_fg, 0.7)); @@ -83,19 +83,19 @@ $header_button_border: if($darker == 'true' or $variant == 'dark', transparentiz //WM Buttons // Close -$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #cc575d); -$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #d7787d); -$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #be3841); +$wm_button_close_bg: if($variant == 'light' and $darker == 'false', #f46067, #dc322f); +$wm_button_close_hover_bg: if($variant == 'light' and $darker == 'false', #f68086, #cb4b16); +$wm_button_close_active_bg: if($variant == 'light' and $darker == 'false', #f13039, #dc322f); -$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #2f343f); +$wm_icon_close_bg: if($variant == 'light' and $darker == 'false',#F8F8F9 , #002b36); // Minimize, Maximize -$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #454C5C); +$wm_button_hover_bg: if($variant == 'light' and $darker == 'false', #fdfdfd, #657b83); $wm_button_active_bg: $selected_bg_color; -$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #262932); +$wm_button_hover_border: if($variant == 'light' and $darker == 'false', #D1D3DA, #002b36); -$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #90939B); -$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #666A74); -$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #C4C7CC); +$wm_icon_bg: if($variant == 'light' and $darker == 'false', #90949E, #93a1a1); +$wm_icon_unfocused_bg: if($variant == 'light' and $darker == 'false', #B6B8C0, #657b83); +$wm_icon_hover_bg: if($variant == 'light' and $darker == 'false', #7A7F8B, #93a1a1); $wm_icon_active_bg: $selected_fg_color; diff --git a/common/gtk-3.0/3.20/sass/_unity.scss b/common/gtk-3.0/3.20/sass/_unity.scss index cb18aec..0d6168e 100644 --- a/common/gtk-3.0/3.20/sass/_unity.scss +++ b/common/gtk-3.0/3.20/sass/_unity.scss @@ -44,7 +44,7 @@ UnityDecoration { // Panel Style UnityPanelWidget, .unity-panel { - background-image: _solid(#2f343f); + background-image: _solid(#002b36); color: lighten($panel_fg, 20%); box-shadow: none; diff --git a/common/metacity-1/button-bg.svg b/common/metacity-1/button-bg.svg index 1f225b5..302ee6e 100644 --- a/common/metacity-1/button-bg.svg +++ b/common/metacity-1/button-bg.svg @@ -20,7 +20,7 @@ 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><defs id="defs24" /><sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -69,34 +69,34 @@ 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" + style="fill:#fdf6e3;fill-opacity:1"><g + style="display:inline;fill:#fdf6e3;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 + style="fill:#fdf6e3;fill-opacity:1" /><g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /><g + style="fill:#fdf6e3;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 + style="fill:#fdf6e3;fill-opacity:1"><g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"><g + style="fill:#fdf6e3;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 + style="display:inline;fill:#fdf6e3;fill-opacity:1" /></g></g><g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /><g + style="fill:#fdf6e3;fill-opacity:1" /><g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /><g + style="fill:#fdf6e3;fill-opacity:1" /><g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /></g></g><rect + style="fill:#fdf6e3;fill-opacity:1" /></g></g><rect y="-185.63782" x="645" height="16" diff --git a/common/metacity-1/button-border.svg b/common/metacity-1/button-border.svg index a1ab948..9cea798 100644 --- a/common/metacity-1/button-border.svg +++ b/common/metacity-1/button-border.svg @@ -20,7 +20,7 @@ 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><defs id="defs24" /><sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/metacity-1/close-icon.svg b/common/metacity-1/close-icon.svg index 312fa9e..efc4175 100644 --- a/common/metacity-1/close-icon.svg +++ b/common/metacity-1/close-icon.svg @@ -64,38 +64,38 @@ transform="translate(58,0)" /></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" + style="fill:#fdf6e3;fill-opacity:1"><g + style="display:inline;fill:#fdf6e3;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 + style="fill:#fdf6e3;fill-opacity:1" /><g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /><g + style="fill:#fdf6e3;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 + style="fill:#fdf6e3;fill-opacity:1"><g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"><g + style="fill:#fdf6e3;fill-opacity:1"><g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1"><path + style="display:inline;fill:#fdf6e3;fill-opacity:1"><path 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-2-2" - 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:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g + style="color:#657b83;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:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" /></g></g></g><g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /><g + style="fill:#fdf6e3;fill-opacity:1" /><g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /><g + style="fill:#fdf6e3;fill-opacity:1" /><g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /></g></g><rect + style="fill:#fdf6e3;fill-opacity:1" /></g></g><rect y="-185.63782" x="645" height="16" diff --git a/common/metacity-1/metacity-theme-1-dark.xml b/common/metacity-1/metacity-theme-1-dark.xml index 4cb97be..6b680aa 100644 --- a/common/metacity-1/metacity-theme-1-dark.xml +++ b/common/metacity-1/metacity-theme-1-dark.xml @@ -13,30 +13,30 @@ <constant name="C_title_focused" value="#afb8c6" /> <constant name="C_title_unfocused" value="#8a939f" /> -<constant name="C_wm_bg_focused" value="#2f343f" /> -<constant name="C_wm_bg_unfocused" value="#2f343f" /> +<constant name="C_wm_bg_focused" value="#002b36" /> +<constant name="C_wm_bg_unfocused" value="#002b36" /> <constant name="C_wm_highlight" value="#353a48" /> <!-- window button colors --> <!-- close --> -<constant name="C_button_close_bg_focused" value="#cc575d" /> -<constant name="C_button_close_bg_hover" value="#d7787d" /> -<constant name="C_button_close_bg_active" value="#be3841" /> +<constant name="C_button_close_bg_focused" value="#dc322f" /> +<constant name="C_button_close_bg_hover" value="#cb4b16" /> +<constant name="C_button_close_bg_active" value="#dc322f" /> -<constant name="C_icon_close_bg" value="#2f343f" /> +<constant name="C_icon_close_bg" value="#002b36" /> <!-- minimize, maximize --> -<constant name="C_button_bg_hover" value="#454C5C" /> -<constant name="C_button_bg_active" value="#5294e2" /> +<constant name="C_button_bg_hover" value="#657b83" /> +<constant name="C_button_bg_active" value="#268bd2" /> -<constant name="C_button_border_hover" value="#262932" /> +<constant name="C_button_border_hover" value="#002b36" /> -<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="#5294e2" /> +<constant name="C_icon_bg_focused" value="#93a1a1" /> +<constant name="C_icon_bg_unfocused" value="#657b83" /> +<constant name="C_icon_bg_hover" value="#93a1a1" /> +<constant name="C_icon_bg_active" value="#268bd2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-1.xml b/common/metacity-1/metacity-theme-1.xml index 773ce7a..a1d9b62 100644 --- a/common/metacity-1/metacity-theme-1.xml +++ b/common/metacity-1/metacity-theme-1.xml @@ -10,11 +10,11 @@ <!-- meaningfull constants --> -<constant name="C_title_focused" value="#70788d" /> +<constant name="C_title_focused" value="#839496" /> <constant name="C_title_unfocused" value="#979dac" /> -<constant name="C_wm_bg_focused" value="#e7e8eb" /> -<constant name="C_wm_bg_unfocused" value="#e7e8eb" /> +<constant name="C_wm_bg_focused" value="#eee8d5" /> +<constant name="C_wm_bg_unfocused" value="#eee8d5" /> <constant name="C_wm_highlight" value="#eeeff1" /> @@ -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="#268bd2" /> <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="#5294e2" /> +<constant name="C_icon_bg_active" value="#268bd2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-2-dark.xml b/common/metacity-1/metacity-theme-2-dark.xml index 4cb97be..6b680aa 100644 --- a/common/metacity-1/metacity-theme-2-dark.xml +++ b/common/metacity-1/metacity-theme-2-dark.xml @@ -13,30 +13,30 @@ <constant name="C_title_focused" value="#afb8c6" /> <constant name="C_title_unfocused" value="#8a939f" /> -<constant name="C_wm_bg_focused" value="#2f343f" /> -<constant name="C_wm_bg_unfocused" value="#2f343f" /> +<constant name="C_wm_bg_focused" value="#002b36" /> +<constant name="C_wm_bg_unfocused" value="#002b36" /> <constant name="C_wm_highlight" value="#353a48" /> <!-- window button colors --> <!-- close --> -<constant name="C_button_close_bg_focused" value="#cc575d" /> -<constant name="C_button_close_bg_hover" value="#d7787d" /> -<constant name="C_button_close_bg_active" value="#be3841" /> +<constant name="C_button_close_bg_focused" value="#dc322f" /> +<constant name="C_button_close_bg_hover" value="#cb4b16" /> +<constant name="C_button_close_bg_active" value="#dc322f" /> -<constant name="C_icon_close_bg" value="#2f343f" /> +<constant name="C_icon_close_bg" value="#002b36" /> <!-- minimize, maximize --> -<constant name="C_button_bg_hover" value="#454C5C" /> -<constant name="C_button_bg_active" value="#5294e2" /> +<constant name="C_button_bg_hover" value="#657b83" /> +<constant name="C_button_bg_active" value="#268bd2" /> -<constant name="C_button_border_hover" value="#262932" /> +<constant name="C_button_border_hover" value="#002b36" /> -<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="#5294e2" /> +<constant name="C_icon_bg_focused" value="#93a1a1" /> +<constant name="C_icon_bg_unfocused" value="#657b83" /> +<constant name="C_icon_bg_hover" value="#93a1a1" /> +<constant name="C_icon_bg_active" value="#268bd2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-2.xml b/common/metacity-1/metacity-theme-2.xml index 773ce7a..a1d9b62 100644 --- a/common/metacity-1/metacity-theme-2.xml +++ b/common/metacity-1/metacity-theme-2.xml @@ -10,11 +10,11 @@ <!-- meaningfull constants --> -<constant name="C_title_focused" value="#70788d" /> +<constant name="C_title_focused" value="#839496" /> <constant name="C_title_unfocused" value="#979dac" /> -<constant name="C_wm_bg_focused" value="#e7e8eb" /> -<constant name="C_wm_bg_unfocused" value="#e7e8eb" /> +<constant name="C_wm_bg_focused" value="#eee8d5" /> +<constant name="C_wm_bg_unfocused" value="#eee8d5" /> <constant name="C_wm_highlight" value="#eeeff1" /> @@ -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="#268bd2" /> <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="#5294e2" /> +<constant name="C_icon_bg_active" value="#268bd2" /> <!-- geometries --> diff --git a/common/metacity-1/metacity-theme-3.xml b/common/metacity-1/metacity-theme-3.xml index 6a0aeef..7d1b331 100644 --- a/common/metacity-1/metacity-theme-3.xml +++ b/common/metacity-1/metacity-theme-3.xml @@ -10,11 +10,11 @@ <!-- meaningfull constants --> -<constant name="C_title_focused" value="gtk:custom(wm_title,#70788d)" /> +<constant name="C_title_focused" value="gtk:custom(wm_title,#839496)" /> <constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,#979dac)" /> -<constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#e7e8eb)" /> -<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#e7e8eb)" /> +<constant name="C_wm_bg_focused" value="gtk:custom(wm_bg,#eee8d5)" /> +<constant name="C_wm_bg_unfocused" value="gtk:custom(wm_bg,#eee8d5)" /> <constant name="C_wm_highlight" value="gtk:custom(wm_highlight,#eeeff1)" /> @@ -29,14 +29,14 @@ <!-- minimize, maximize --> <constant name="C_button_bg_hover" value="gtk:custom(wm_button_hover_bg,#fdfdfd)" /> -<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#5294E2)" /> +<constant name="C_button_bg_active" value="gtk:custom(wm_button_active_bg,#268bd2)" /> <constant name="C_button_border_hover" value="gtk:custom(wm_button_hover_border,#D1D3DA)" /> <constant name="C_icon_bg_focused" value="gtk:custom(wm_icon_bg,#90949E)" /> <constant name="C_icon_bg_unfocused" value="gtk:custom(wm_icon_unfocused_bg,#B6B8C0)" /> <constant name="C_icon_bg_hover" value="gtk:custom(wm_icon_hover_bg,#7A7F8B)" /> -<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#ffffff)" /> +<constant name="C_icon_bg_active" value="gtk:custom(wm_icon_active_bg,#fdf6e3)" /> <!-- geometries --> diff --git a/common/unity/close.svg b/common/unity/close.svg index cd18456..f05b913 120000..100644 --- a/common/unity/close.svg +++ b/common/unity/close.svg @@ -1 +1,219 @@ -window-buttons/close.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/close_dash.svg b/common/unity/close_dash.svg index 054a65b..4321c13 120000..100644 --- a/common/unity/close_dash.svg +++ b/common/unity/close_dash.svg @@ -1 +1,214 @@ -dash/close_dash.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-1028.3622)"> + <g + style="display:inline" + id="titlebutton-close-dark" + inkscape:label="#g6210" + transform="translate(-641,1218)"> + <g + id="g4927-9-2-8" + 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"> + <g + id="g4092-0-2-21-0-9-7" + style="display:inline" + transform="translate(58,0)"> + <path + inkscape:connector-curvature="0" + style="fill:#dc322f;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" /> + </g> + </g> + <g + id="g4778-2-68-8-7" + transform="translate(1323,246.86719)" + style="fill:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-4-4-1-1" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8-0-4" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <rect + y="-185.63782" + x="645" + height="16" + width="16" + id="rect17883-39-99-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> +</svg> diff --git a/common/unity/close_dash_disabled.svg b/common/unity/close_dash_disabled.svg index 6635e95..e50f389 120000..100644 --- a/common/unity/close_dash_disabled.svg +++ b/common/unity/close_dash_disabled.svg @@ -1 +1,214 @@ -dash/close_dash_disabled.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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" + 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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9-6-9-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-96-3-0" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9-4-0" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-6-3-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-3-1-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33-2-4-4" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0-6-6-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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> +</svg> diff --git a/common/unity/close_dash_prelight.svg b/common/unity/close_dash_prelight.svg index 4f99727..0b103e4 120000..100644 --- a/common/unity/close_dash_prelight.svg +++ b/common/unity/close_dash_prelight.svg @@ -1 +1,214 @@ -dash/close_dash_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#cb4b16;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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-3-1-7" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9-3-3" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7-1-2" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3-3-7" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02-1-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-7-9-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-4-7-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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> +</svg> diff --git a/common/unity/close_dash_pressed.svg b/common/unity/close_dash_pressed.svg index 5bb4c0b..e684a03 120000..100644 --- a/common/unity/close_dash_pressed.svg +++ b/common/unity/close_dash_pressed.svg @@ -1 +1,214 @@ -dash/close_dash_pressed.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#dc322f;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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-2-2-6-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0-2-0" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3-5-2" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1-7-0" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-0-2-8-3" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-4-0-5-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-5-0-0-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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> +</svg> diff --git a/common/unity/close_focused_normal.svg b/common/unity/close_focused_normal.svg index cd18456..f05b913 120000..100644 --- a/common/unity/close_focused_normal.svg +++ b/common/unity/close_focused_normal.svg @@ -1 +1,219 @@ -window-buttons/close.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/close_focused_prelight.svg b/common/unity/close_focused_prelight.svg index e338f1e..8c12bdc 120000..100644 --- a/common/unity/close_focused_prelight.svg +++ b/common/unity/close_focused_prelight.svg @@ -1 +1,219 @@ -window-buttons/close_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-44" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-3" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-7" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-4" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/close_focused_pressed.svg b/common/unity/close_focused_pressed.svg index 217bc6c..b6f3a9c 120000..100644 --- a/common/unity/close_focused_pressed.svg +++ b/common/unity/close_focused_pressed.svg @@ -1 +1,220 @@ -window-buttons/close_pressed.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="13.034303" + inkscape:cy="10.832259" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-6-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-2-2" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1" + style="display:inline;fill:#fdf6e3;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:#657b83;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:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-4-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-5-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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> +</svg> diff --git a/common/unity/close_unfocused.svg b/common/unity/close_unfocused.svg index c55c7f2..4efbf7f 120000..100644 --- a/common/unity/close_unfocused.svg +++ b/common/unity/close_unfocused.svg @@ -1 +1,219 @@ -window-buttons/close_unfocused.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-4" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0-7" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/close_unfocused_prelight.svg b/common/unity/close_unfocused_prelight.svg index e338f1e..8c12bdc 120000..100644 --- a/common/unity/close_unfocused_prelight.svg +++ b/common/unity/close_unfocused_prelight.svg @@ -1 +1,219 @@ -window-buttons/close_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-44" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-3" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-7" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-4" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/close_unfocused_pressed.svg b/common/unity/close_unfocused_pressed.svg index 217bc6c..b6f3a9c 120000..100644 --- a/common/unity/close_unfocused_pressed.svg +++ b/common/unity/close_unfocused_pressed.svg @@ -1 +1,220 @@ -window-buttons/close_pressed.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="1" + inkscape:cx="13.034303" + inkscape:cy="10.832259" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-6-0" + transform="translate(-60,-518)" /> + <g + id="layer10-2-3-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-2-2" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-7-0" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-6-3" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-4-1" + style="display:inline;fill:#fdf6e3;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:#657b83;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:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-4-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-5-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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> +</svg> diff --git a/common/unity/dash/close_dash.svg b/common/unity/dash/close_dash.svg index 2b484e8..4321c13 100644 --- a/common/unity/dash/close_dash.svg +++ b/common/unity/dash/close_dash.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -152,7 +152,7 @@ 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" + style="fill:#dc322f;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" /> @@ -161,45 +161,45 @@ <g id="g4778-2-68-8-7" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;fill-opacity:1" id="layer9-9-4-4-1-1" transform="translate(-60,-518)" /> <g id="layer10-2-1-8-0-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-76-5-96-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-6-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/dash/close_dash_disabled.svg b/common/unity/dash/close_dash_disabled.svg index 497574e..e50f389 100644 --- a/common/unity/dash/close_dash_disabled.svg +++ b/common/unity/dash/close_dash_disabled.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -161,45 +161,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/dash/close_dash_prelight.svg b/common/unity/dash/close_dash_prelight.svg index 6d3238c..0b103e4 100644 --- a/common/unity/dash/close_dash_prelight.svg +++ b/common/unity/dash/close_dash_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -152,7 +152,7 @@ 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" + style="fill:#cb4b16;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" /> @@ -161,45 +161,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/dash/close_dash_pressed.svg b/common/unity/dash/close_dash_pressed.svg index 2af4093..e684a03 100644 --- a/common/unity/dash/close_dash_pressed.svg +++ b/common/unity/dash/close_dash_pressed.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -152,7 +152,7 @@ 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" + style="fill:#dc322f;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" /> @@ -161,45 +161,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/dash/maximize_dash.svg b/common/unity/dash/maximize_dash.svg index f739283..fe3cb25 100644 --- a/common/unity/dash/maximize_dash.svg +++ b/common/unity/dash/maximize_dash.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/dash/maximize_dash_disabled.svg b/common/unity/dash/maximize_dash_disabled.svg index a01a3ec..cd52d6e 100644 --- a/common/unity/dash/maximize_dash_disabled.svg +++ b/common/unity/dash/maximize_dash_disabled.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/dash/maximize_dash_prelight.svg b/common/unity/dash/maximize_dash_prelight.svg index 09e1d2d..4c3b7c9 100644 --- a/common/unity/dash/maximize_dash_prelight.svg +++ b/common/unity/dash/maximize_dash_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -207,7 +207,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> diff --git a/common/unity/dash/maximize_dash_pressed.svg b/common/unity/dash/maximize_dash_pressed.svg index 5f09b02..3cb0e91 100644 --- a/common/unity/dash/maximize_dash_pressed.svg +++ b/common/unity/dash/maximize_dash_pressed.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4170" /> </linearGradient> @@ -42,22 +42,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -230,7 +230,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:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-4-9-0-2" /> </g> </g> diff --git a/common/unity/dash/minimize_dash.svg b/common/unity/dash/minimize_dash.svg index e25d5be..a380597 100644 --- a/common/unity/dash/minimize_dash.svg +++ b/common/unity/dash/minimize_dash.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/dash/minimize_dash_disabled.svg b/common/unity/dash/minimize_dash_disabled.svg index 1b90e96..a77959c 100644 --- a/common/unity/dash/minimize_dash_disabled.svg +++ b/common/unity/dash/minimize_dash_disabled.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/dash/minimize_dash_prelight.svg b/common/unity/dash/minimize_dash_prelight.svg index 7150ada..dbc5564 100644 --- a/common/unity/dash/minimize_dash_prelight.svg +++ b/common/unity/dash/minimize_dash_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -205,7 +205,7 @@ 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" + 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:#93a1a1;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" /> diff --git a/common/unity/dash/minimize_dash_pressed.svg b/common/unity/dash/minimize_dash_pressed.svg index 72a57f0..5a53152 100644 --- a/common/unity/dash/minimize_dash_pressed.svg +++ b/common/unity/dash/minimize_dash_pressed.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4170" /> </linearGradient> @@ -42,22 +42,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -228,7 +228,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:#fdf6e3;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/launcher_arrow_ltr_19.svg b/common/unity/launcher_arrow_ltr_19.svg index 957b03b..b2fca71 100644 --- a/common/unity/launcher_arrow_ltr_19.svg +++ b/common/unity/launcher_arrow_ltr_19.svg @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1033.3622)"> <rect - style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.90196079" + style="fill:#fdf6e3;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:0.90196079" id="rect3338" width="2" height="17" diff --git a/common/unity/launcher_arrow_ltr_37.svg b/common/unity/launcher_arrow_ltr_37.svg index c2c2ec7..f8e1a58 100644 --- a/common/unity/launcher_arrow_ltr_37.svg +++ b/common/unity/launcher_arrow_ltr_37.svg @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1015.3622)"> <rect - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="4" height="33.000019" diff --git a/common/unity/launcher_arrow_outline_ltr_19.svg b/common/unity/launcher_arrow_outline_ltr_19.svg index b475ca0..8c14e20 100644 --- a/common/unity/launcher_arrow_outline_ltr_19.svg +++ b/common/unity/launcher_arrow_outline_ltr_19.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1033.3622)"> <rect - style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;opacity:0.4" + style="fill:#fdf6e3;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;opacity:0.4" id="rect3338" width="2" height="17" diff --git a/common/unity/launcher_arrow_outline_ltr_37.svg b/common/unity/launcher_arrow_outline_ltr_37.svg index 52e736c..621ea5e 100644 --- a/common/unity/launcher_arrow_outline_ltr_37.svg +++ b/common/unity/launcher_arrow_outline_ltr_37.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1015.3622)"> <rect - style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="opacity:0.4;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="4" height="33.000019" diff --git a/common/unity/launcher_arrow_outline_rtl_19.svg b/common/unity/launcher_arrow_outline_rtl_19.svg index 9c28495..7a1f5e7 100644 --- a/common/unity/launcher_arrow_outline_rtl_19.svg +++ b/common/unity/launcher_arrow_outline_rtl_19.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1033.3622)"> <rect - style="opacity:0.4;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="opacity:0.4;fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="2" height="17" diff --git a/common/unity/launcher_arrow_outline_rtl_37.svg b/common/unity/launcher_arrow_outline_rtl_37.svg index 0bfb365..e805fd6 100644 --- a/common/unity/launcher_arrow_outline_rtl_37.svg +++ b/common/unity/launcher_arrow_outline_rtl_37.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1015.3622)"> <rect - style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.4" + style="fill:#fdf6e3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;opacity:0.4" id="rect3338" width="4" height="33.000019" diff --git a/common/unity/launcher_arrow_rtl_19.svg b/common/unity/launcher_arrow_rtl_19.svg index ae9337d..fc311f6 100644 --- a/common/unity/launcher_arrow_rtl_19.svg +++ b/common/unity/launcher_arrow_rtl_19.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1033.3622)"> <rect - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="2" height="17" diff --git a/common/unity/launcher_arrow_rtl_37.svg b/common/unity/launcher_arrow_rtl_37.svg index f592c52..0244bf9 100644 --- a/common/unity/launcher_arrow_rtl_37.svg +++ b/common/unity/launcher_arrow_rtl_37.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1015.3622)"> <rect - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="4" height="33.000019" diff --git a/common/unity/launcher_icon_back_150.svg b/common/unity/launcher_icon_back_150.svg index 66ec310..9e52ff8 100644 --- a/common/unity/launcher_icon_back_150.svg +++ b/common/unity/launcher_icon_back_150.svg @@ -26,7 +26,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/unity/launcher_icon_back_54.svg b/common/unity/launcher_icon_back_54.svg index dc539ea..e9d9fd1 100644 --- a/common/unity/launcher_icon_back_54.svg +++ b/common/unity/launcher_icon_back_54.svg @@ -28,7 +28,7 @@ <defs id="defs6" /> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/unity/launcher_icon_edge_150.svg b/common/unity/launcher_icon_edge_150.svg index a842a47..89b57a1 100644 --- a/common/unity/launcher_icon_edge_150.svg +++ b/common/unity/launcher_icon_edge_150.svg @@ -26,7 +26,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/unity/launcher_icon_edge_54.svg b/common/unity/launcher_icon_edge_54.svg index 8d133af..52bcf70 100644 --- a/common/unity/launcher_icon_edge_54.svg +++ b/common/unity/launcher_icon_edge_54.svg @@ -26,7 +26,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/unity/launcher_icon_selected_back_150.svg b/common/unity/launcher_icon_selected_back_150.svg index 424c299..22cc776 100644 --- a/common/unity/launcher_icon_selected_back_150.svg +++ b/common/unity/launcher_icon_selected_back_150.svg @@ -28,7 +28,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" @@ -57,7 +57,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4138" /> </linearGradient> diff --git a/common/unity/launcher_icon_selected_back_54.svg b/common/unity/launcher_icon_selected_back_54.svg index 0e1b983..0666598 100644 --- a/common/unity/launcher_icon_selected_back_54.svg +++ b/common/unity/launcher_icon_selected_back_54.svg @@ -33,7 +33,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4136" /> </linearGradient> @@ -48,7 +48,7 @@ gradientUnits="userSpaceOnUse" /> </defs> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/unity/launcher_icon_shadow_62.svg b/common/unity/launcher_icon_shadow_62.svg index 9bc9c12..eb07c40 100644 --- a/common/unity/launcher_icon_shadow_62.svg +++ b/common/unity/launcher_icon_shadow_62.svg @@ -26,7 +26,7 @@ </rdf:RDF> </metadata> <sodipodi:namedview - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1" objecttolerance="10" diff --git a/common/unity/launcher_icon_shine_54.svg b/common/unity/launcher_icon_shine_54.svg index a793abc..31317e2 100644 --- a/common/unity/launcher_icon_shine_54.svg +++ b/common/unity/launcher_icon_shine_54.svg @@ -32,11 +32,11 @@ inkscape:collect="always" id="linearGradient3762"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop3764" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3766" /> </linearGradient> diff --git a/common/unity/launcher_pip_ltr_19.svg b/common/unity/launcher_pip_ltr_19.svg index 34b1757..d21bdd1 100644 --- a/common/unity/launcher_pip_ltr_19.svg +++ b/common/unity/launcher_pip_ltr_19.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -90,7 +90,7 @@ id="layer1" transform="translate(0,-1033.3622)"> <rect - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="2" height="3.0000174" diff --git a/common/unity/launcher_pip_ltr_37.svg b/common/unity/launcher_pip_ltr_37.svg index d8dc422..e9fab53 100644 --- a/common/unity/launcher_pip_ltr_37.svg +++ b/common/unity/launcher_pip_ltr_37.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -92,7 +92,7 @@ transform="translate(0,-1015.3622)"> <rect rx="3.0675728e-06" - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="4" height="5.0000172" diff --git a/common/unity/launcher_pip_rtl_19.svg b/common/unity/launcher_pip_rtl_19.svg index 3194b73..0182c55 100644 --- a/common/unity/launcher_pip_rtl_19.svg +++ b/common/unity/launcher_pip_rtl_19.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -91,7 +91,7 @@ id="layer1" transform="translate(0,-1033.3622)"> <rect - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="2" height="3.0000174" diff --git a/common/unity/launcher_pip_rtl_37.svg b/common/unity/launcher_pip_rtl_37.svg index 461250f..0ce5d91 100644 --- a/common/unity/launcher_pip_rtl_37.svg +++ b/common/unity/launcher_pip_rtl_37.svg @@ -34,7 +34,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0" @@ -92,7 +92,7 @@ transform="translate(0,-1015.3622)"> <rect rx="3.0675728e-06" - style="fill:#ffffff;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" + style="fill:#fdf6e3;fill-opacity:0.90196079;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" id="rect3338" width="4" height="5.0000172" diff --git a/common/unity/maximize.svg b/common/unity/maximize.svg index 836cb83..54df071 120000..100644 --- a/common/unity/maximize.svg +++ b/common/unity/maximize.svg @@ -1 +1,170 @@ -window-buttons/maximize.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/maximize_dash.svg b/common/unity/maximize_dash.svg index b653395..fe3cb25 120000..100644 --- a/common/unity/maximize_dash.svg +++ b/common/unity/maximize_dash.svg @@ -1 +1,170 @@ -dash/maximize_dash.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/maximize_dash_disabled.svg b/common/unity/maximize_dash_disabled.svg index 43f0fb6..cd52d6e 120000..100644 --- a/common/unity/maximize_dash_disabled.svg +++ b/common/unity/maximize_dash_disabled.svg @@ -1 +1,170 @@ -dash/maximize_dash_disabled.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/maximize_dash_prelight.svg b/common/unity/maximize_dash_prelight.svg index 0a74f64..4c3b7c9 120000..100644 --- a/common/unity/maximize_dash_prelight.svg +++ b/common/unity/maximize_dash_prelight.svg @@ -1 +1,224 @@ -dash/maximize_dash_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#93a1a1;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> +</svg> diff --git a/common/unity/maximize_dash_pressed.svg b/common/unity/maximize_dash_pressed.svg index c4f77fa..3cb0e91 120000..100644 --- a/common/unity/maximize_dash_pressed.svg +++ b/common/unity/maximize_dash_pressed.svg @@ -1 +1,247 @@ -dash/maximize_dash_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="5.2618001" + inkscape:cy="4.6396105" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(0,-1028.3622)"> + <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(#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> + <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:#fdf6e3;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> +</svg> diff --git a/common/unity/maximize_focused_normal.svg b/common/unity/maximize_focused_normal.svg index 836cb83..54df071 120000..100644 --- a/common/unity/maximize_focused_normal.svg +++ b/common/unity/maximize_focused_normal.svg @@ -1 +1,170 @@ -window-buttons/maximize.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/maximize_focused_prelight.svg b/common/unity/maximize_focused_prelight.svg index 7f7d2f7..148e8b8 120000..100644 --- a/common/unity/maximize_focused_prelight.svg +++ b/common/unity/maximize_focused_prelight.svg @@ -1 +1,224 @@ -window-buttons/maximize_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;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> +</svg> diff --git a/common/unity/maximize_focused_pressed.svg b/common/unity/maximize_focused_pressed.svg index 529dd34..97e7df2 120000..100644 --- a/common/unity/maximize_focused_pressed.svg +++ b/common/unity/maximize_focused_pressed.svg @@ -1 +1,347 @@ -window-buttons/maximize_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#fdf6e3gitgitgitgitgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="1.200547" + inkscape:cy="10.23084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#93a1a1;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.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(#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-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(#linearGradient4190);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> +</svg> diff --git a/common/unity/maximize_unfocused.svg b/common/unity/maximize_unfocused.svg index 050eb91..9a629e3 120000..100644 --- a/common/unity/maximize_unfocused.svg +++ b/common/unity/maximize_unfocused.svg @@ -1 +1,170 @@ -window-buttons/maximize_unfocused.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/maximize_unfocused_prelight.svg b/common/unity/maximize_unfocused_prelight.svg index 7f7d2f7..148e8b8 120000..100644 --- a/common/unity/maximize_unfocused_prelight.svg +++ b/common/unity/maximize_unfocused_prelight.svg @@ -1 +1,224 @@ -window-buttons/maximize_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;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> +</svg> diff --git a/common/unity/maximize_unfocused_pressed.svg b/common/unity/maximize_unfocused_pressed.svg index 529dd34..97e7df2 120000..100644 --- a/common/unity/maximize_unfocused_pressed.svg +++ b/common/unity/maximize_unfocused_pressed.svg @@ -1 +1,347 @@ -window-buttons/maximize_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#fdf6e3gitgitgitgitgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="1.200547" + inkscape:cy="10.23084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#93a1a1;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.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(#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-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(#linearGradient4190);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> +</svg> diff --git a/common/unity/minimize.svg b/common/unity/minimize.svg index a67242c..f794fa1 120000..100644 --- a/common/unity/minimize.svg +++ b/common/unity/minimize.svg @@ -1 +1,170 @@ -window-buttons/minimize.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/minimize_dash.svg b/common/unity/minimize_dash.svg index 387f075..a380597 120000..100644 --- a/common/unity/minimize_dash.svg +++ b/common/unity/minimize_dash.svg @@ -1 +1,170 @@ -dash/minimize_dash.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/minimize_dash_disabled.svg b/common/unity/minimize_dash_disabled.svg index 99c6442..a77959c 120000..100644 --- a/common/unity/minimize_dash_disabled.svg +++ b/common/unity/minimize_dash_disabled.svg @@ -1 +1,170 @@ -dash/minimize_dash_disabled.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/minimize_dash_prelight.svg b/common/unity/minimize_dash_prelight.svg index 8bc8ae7..dbc5564 120000..100644 --- a/common/unity/minimize_dash_prelight.svg +++ b/common/unity/minimize_dash_prelight.svg @@ -1 +1,224 @@ -dash/minimize_dash_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#93a1a1;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> +</svg> diff --git a/common/unity/minimize_dash_pressed.svg b/common/unity/minimize_dash_pressed.svg index 8eee2dd..5a53152 120000..100644 --- a/common/unity/minimize_dash_pressed.svg +++ b/common/unity/minimize_dash_pressed.svg @@ -1 +1,247 @@ -dash/minimize_dash_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="4.8956836" + inkscape:cy="9.0696203" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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(#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> + <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:#fdf6e3;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> +</svg> diff --git a/common/unity/minimize_focused_normal.svg b/common/unity/minimize_focused_normal.svg index a67242c..f794fa1 120000..100644 --- a/common/unity/minimize_focused_normal.svg +++ b/common/unity/minimize_focused_normal.svg @@ -1 +1,170 @@ -window-buttons/minimize.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/minimize_focused_prelight.svg b/common/unity/minimize_focused_prelight.svg index fcb0892..6fd6e49 120000..100644 --- a/common/unity/minimize_focused_prelight.svg +++ b/common/unity/minimize_focused_prelight.svg @@ -1 +1,224 @@ -window-buttons/minimize_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;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> +</svg> diff --git a/common/unity/minimize_focused_pressed.svg b/common/unity/minimize_focused_pressed.svg index 31687d0..9ecb186 120000..100644 --- a/common/unity/minimize_focused_pressed.svg +++ b/common/unity/minimize_focused_pressed.svg @@ -1 +1,260 @@ -window-buttons/minimize_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#fdf6e3gitgitgit;stop-opacity:1;" + offset="0" + id="stop4172" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="-0.56721978" + inkscape:cy="13.766373" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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(#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-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(#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> + </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> +</svg> diff --git a/common/unity/minimize_unfocused.svg b/common/unity/minimize_unfocused.svg index d4f5cbf..134cfda 120000..100644 --- a/common/unity/minimize_unfocused.svg +++ b/common/unity/minimize_unfocused.svg @@ -1 +1,170 @@ -window-buttons/minimize_unfocused.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/minimize_unfocused_prelight.svg b/common/unity/minimize_unfocused_prelight.svg index fcb0892..6fd6e49 120000..100644 --- a/common/unity/minimize_unfocused_prelight.svg +++ b/common/unity/minimize_unfocused_prelight.svg @@ -1 +1,224 @@ -window-buttons/minimize_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;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> +</svg> diff --git a/common/unity/minimize_unfocused_pressed.svg b/common/unity/minimize_unfocused_pressed.svg index 31687d0..9ecb186 120000..100644 --- a/common/unity/minimize_unfocused_pressed.svg +++ b/common/unity/minimize_unfocused_pressed.svg @@ -1 +1,260 @@ -window-buttons/minimize_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="minimize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#fdf6e3gitgitgit;stop-opacity:1;" + offset="0" + id="stop4172" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4169" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="-0.56721978" + inkscape:cy="13.766373" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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(#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-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(#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> + </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> +</svg> diff --git a/common/unity/sheet_style_close_focused.svg b/common/unity/sheet_style_close_focused.svg index cd18456..f05b913 120000..100644 --- a/common/unity/sheet_style_close_focused.svg +++ b/common/unity/sheet_style_close_focused.svg @@ -1 +1,219 @@ -window-buttons/close.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-4-4" + transform="translate(-60,-518)" /> + <g + id="layer10-2-1-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/sheet_style_close_focused_prelight.svg b/common/unity/sheet_style_close_focused_prelight.svg index e338f1e..8c12bdc 120000..100644 --- a/common/unity/sheet_style_close_focused_prelight.svg +++ b/common/unity/sheet_style_close_focused_prelight.svg @@ -1 +1,219 @@ -window-buttons/close_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;fill-opacity:1" + id="layer9-9-44" + transform="translate(-60,-518)" /> + <g + id="layer10-2-9" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-3" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-9" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-7" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-02" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-7" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-4" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/sheet_style_close_focused_pressed.svg b/common/unity/sheet_style_close_focused_pressed.svg index c55c7f2..4efbf7f 120000..100644 --- a/common/unity/sheet_style_close_focused_pressed.svg +++ b/common/unity/sheet_style_close_focused_pressed.svg @@ -1 +1,219 @@ -window-buttons/close_unfocused.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="close_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="5.6211807" + inkscape:cy="10.966175" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1259" + inkscape:window-height="630" + inkscape:window-x="65" + inkscape:window-y="24" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#fdf6e3;fill-opacity:1"> + <g + style="display:inline;fill:#fdf6e3;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:#fdf6e3;fill-opacity:1" /> + <g + id="layer11-16-4-9-8" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + transform="matrix(0.75,0,0,0.75,2,2.0546875)" + id="g2996-76-5-4" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(-60,-518)" + id="layer12-4-5-7-9" + style="fill:#fdf6e3;fill-opacity:1"> + <g + transform="translate(19,-242)" + id="layer4-4-1-9-5-3" + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> + </g> + </g> + <g + id="layer13-2-6-11-6" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer14-4-0-33-0" + transform="translate(-60,-518)" + style="fill:#fdf6e3;fill-opacity:1" /> + <g + id="layer15-7-3-0-7" + transform="translate(-60,-518)" + style="fill:#fdf6e3;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:#657b83;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> +</svg> diff --git a/common/unity/unmaximize.svg b/common/unity/unmaximize.svg index 836cb83..54df071 120000..100644 --- a/common/unity/unmaximize.svg +++ b/common/unity/unmaximize.svg @@ -1 +1,170 @@ -window-buttons/maximize.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/unmaximize_dash.svg b/common/unity/unmaximize_dash.svg index b653395..fe3cb25 120000..100644 --- a/common/unity/unmaximize_dash.svg +++ b/common/unity/unmaximize_dash.svg @@ -1 +1,170 @@ -dash/maximize_dash.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/unmaximize_dash_disabled.svg b/common/unity/unmaximize_dash_disabled.svg index 43f0fb6..cd52d6e 120000..100644 --- a/common/unity/unmaximize_dash_disabled.svg +++ b/common/unity/unmaximize_dash_disabled.svg @@ -1 +1,170 @@ -dash/maximize_dash_disabled.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_disabled.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/unmaximize_dash_prelight.svg b/common/unity/unmaximize_dash_prelight.svg index 0a74f64..4c3b7c9 120000..100644 --- a/common/unity/unmaximize_dash_prelight.svg +++ b/common/unity/unmaximize_dash_prelight.svg @@ -1 +1,224 @@ -dash/maximize_dash_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="32.000001" + inkscape:cx="10.337718" + inkscape:cy="9.0639316" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#93a1a1;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> +</svg> diff --git a/common/unity/unmaximize_dash_pressed.svg b/common/unity/unmaximize_dash_pressed.svg index c4f77fa..3cb0e91 120000..100644 --- a/common/unity/unmaximize_dash_pressed.svg +++ b/common/unity/unmaximize_dash_pressed.svg @@ -1 +1,247 @@ -dash/maximize_dash_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_dash_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4170" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="16.000001" + inkscape:cx="5.2618001" + inkscape:cy="4.6396105" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(0,-1028.3622)"> + <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(#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> + <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:#fdf6e3;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> +</svg> diff --git a/common/unity/unmaximize_focused_normal.svg b/common/unity/unmaximize_focused_normal.svg index 836cb83..54df071 120000..100644 --- a/common/unity/unmaximize_focused_normal.svg +++ b/common/unity/unmaximize_focused_normal.svg @@ -1 +1,170 @@ -window-buttons/maximize.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/unmaximize_focused_prelight.svg b/common/unity/unmaximize_focused_prelight.svg index 7f7d2f7..148e8b8 120000..100644 --- a/common/unity/unmaximize_focused_prelight.svg +++ b/common/unity/unmaximize_focused_prelight.svg @@ -1 +1,224 @@ -window-buttons/maximize_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;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> +</svg> diff --git a/common/unity/unmaximize_focused_pressed.svg b/common/unity/unmaximize_focused_pressed.svg index 529dd34..97e7df2 120000..100644 --- a/common/unity/unmaximize_focused_pressed.svg +++ b/common/unity/unmaximize_focused_pressed.svg @@ -1 +1,347 @@ -window-buttons/maximize_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#fdf6e3gitgitgitgitgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="1.200547" + inkscape:cy="10.23084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#93a1a1;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.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(#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-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(#linearGradient4190);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> +</svg> diff --git a/common/unity/unmaximize_unfocused.svg b/common/unity/unmaximize_unfocused.svg index 050eb91..9a629e3 120000..100644 --- a/common/unity/unmaximize_unfocused.svg +++ b/common/unity/unmaximize_unfocused.svg @@ -1 +1,170 @@ -window-buttons/maximize_unfocused.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_unfocused.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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> +</svg> diff --git a/common/unity/unmaximize_unfocused_prelight.svg b/common/unity/unmaximize_unfocused_prelight.svg index 7f7d2f7..148e8b8 120000..100644 --- a/common/unity/unmaximize_unfocused_prelight.svg +++ b/common/unity/unmaximize_unfocused_prelight.svg @@ -1 +1,224 @@ -window-buttons/maximize_prelight.svg
\ No newline at end of file +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + width="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_prelight.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + offset="1" + style="stop-color:#617c95;stop-opacity:0;" /> + </linearGradient> + </defs> + <sodipodi:namedview + id="base" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="45.254834" + inkscape:cx="12.734727" + inkscape:cy="10.911658" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + <sodipodi:guide + orientation="0,1" + position="12,12" + id="guide4318" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <rdf:RDF> + <cc:Work + rdf:about=""> + <dc:format>image/svg+xml</dc:format> + <dc:type + rdf:resource="http://purl.org/dc/dcmitype/StillImage" /> + <dc:title></dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(0,-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:#fdf6e3;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> +</svg> diff --git a/common/unity/unmaximize_unfocused_pressed.svg b/common/unity/unmaximize_unfocused_pressed.svg index 529dd34..97e7df2 120000..100644 --- a/common/unity/unmaximize_unfocused_pressed.svg +++ b/common/unity/unmaximize_unfocused_pressed.svg @@ -1 +1,347 @@ -window-buttons/maximize_pressed.svg
\ No newline at end of file +<?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="24" + height="24" + id="svg4306" + version="1.1" + inkscape:version="0.91 r13725" + sodipodi:docname="maximize_pressed.svg" + style="enable-background:new"> + <defs + id="defs4308"> + <linearGradient + id="selected_fg_color" + osb:paint="solid"> + <stop + style="stop-color:#fdf6e3gitgitgitgitgit;stop-opacity:1;" + offset="0" + id="stop4188" /> + </linearGradient> + <linearGradient + id="selected_bg_color" + osb:paint="solid"> + <stop + style="stop-color:#268bd2;stop-opacity:1;" + offset="0" + id="stop4185" /> + </linearGradient> + <linearGradient + id="linearGradient3770"> + <stop + style="stop-color:#000000;stop-opacity:0.62827224;" + offset="0" + id="stop3772" /> + <stop + style="stop-color:#000000;stop-opacity:0.49803922;" + offset="1" + id="stop3774" /> + </linearGradient> + <linearGradient + id="linearGradient4882"> + <stop + style="stop-color:#fdf6e3;stop-opacity:1;" + offset="0" + id="stop4884" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop4886" /> + </linearGradient> + <linearGradient + id="linearGradient3784-6"> + <stop + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" + offset="0" + id="stop3786-4" /> + <stop + style="stop-color:#fdf6e3;stop-opacity:0;" + offset="1" + id="stop3788-6" /> + </linearGradient> + <linearGradient + id="linearGradient4892"> + <stop + id="stop4894" + offset="0" + style="stop-color:#2f3a42;stop-opacity:1;" /> + <stop + id="stop4896" + offset="1" + style="stop-color:#1d242a;stop-opacity:1;" /> + </linearGradient> + <linearGradient + id="linearGradient4882-4"> + <stop + id="stop4884-9" + offset="0" + style="stop-color:#728495;stop-opacity:1;" /> + <stop + id="stop4886-9" + 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" + pagecolor="#f0f1f2" + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="1" + inkscape:pageshadow="2" + inkscape:zoom="22.627418" + inkscape:cx="1.200547" + inkscape:cy="10.23084" + inkscape:document-units="px" + inkscape:current-layer="layer1" + showgrid="true" + showguides="true" + inkscape:guide-bbox="true" + inkscape:window-width="1366" + inkscape:window-height="721" + inkscape:window-x="0" + inkscape:window-y="25" + inkscape:window-maximized="1" + inkscape:snap-bbox="true" + inkscape:snap-global="true" + inkscape:snap-bbox-midpoints="false" + inkscape:bbox-paths="true" + inkscape:bbox-nodes="true" + inkscape:snap-bbox-edge-midpoints="true"> + <inkscape:grid + type="xygrid" + id="grid4314" + empspacing="5" + visible="true" + enabled="true" + snapvisiblegridlinesonly="true" /> + <sodipodi:guide + orientation="1,0" + position="12,12" + id="guide4316" /> + </sodipodi:namedview> + <metadata + id="metadata4311"> + <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(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:#93a1a1;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.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(#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-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(#linearGradient4190);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> +</svg> diff --git a/common/unity/window-buttons-dark/close.svg b/common/unity/window-buttons-dark/close.svg index 4a82a49..2d76174 100644 --- a/common/unity/window-buttons-dark/close.svg +++ b/common/unity/window-buttons-dark/close.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -152,7 +152,7 @@ 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" + style="fill:#dc322f;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" /> @@ -161,45 +161,45 @@ <g id="g4778-2-68-8-7-9" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-5" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/window-buttons-dark/close_prelight.svg b/common/unity/window-buttons-dark/close_prelight.svg index 852b85a..753403e 100644 --- a/common/unity/window-buttons-dark/close_prelight.svg +++ b/common/unity/window-buttons-dark/close_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -152,7 +152,7 @@ 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" + style="fill:#cb4b16;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" /> @@ -161,45 +161,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/window-buttons-dark/close_pressed.svg b/common/unity/window-buttons-dark/close_pressed.svg index 349692a..8038c7e 100644 --- a/common/unity/window-buttons-dark/close_pressed.svg +++ b/common/unity/window-buttons-dark/close_pressed.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -152,7 +152,7 @@ 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" + style="fill:#dc322f;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" /> @@ -161,45 +161,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/window-buttons-dark/close_unfocused.svg b/common/unity/window-buttons-dark/close_unfocused.svg index 1138c36..8603651 100644 --- a/common/unity/window-buttons-dark/close_unfocused.svg +++ b/common/unity/window-buttons-dark/close_unfocused.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -161,45 +161,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/window-buttons-dark/maximize.svg b/common/unity/window-buttons-dark/maximize.svg index e2036d7..9d17bdd 100644 --- a/common/unity/window-buttons-dark/maximize.svg +++ b/common/unity/window-buttons-dark/maximize.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons-dark/maximize_prelight.svg b/common/unity/window-buttons-dark/maximize_prelight.svg index 9be9958..e930e0e 100644 --- a/common/unity/window-buttons-dark/maximize_prelight.svg +++ b/common/unity/window-buttons-dark/maximize_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -207,7 +207,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> diff --git a/common/unity/window-buttons-dark/maximize_pressed.svg b/common/unity/window-buttons-dark/maximize_pressed.svg index fb686b1..0bbe86c 100644 --- a/common/unity/window-buttons-dark/maximize_pressed.svg +++ b/common/unity/window-buttons-dark/maximize_pressed.svg @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4188" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4185" /> </linearGradient> @@ -50,22 +50,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -239,7 +239,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> diff --git a/common/unity/window-buttons-dark/maximize_unfocused.svg b/common/unity/window-buttons-dark/maximize_unfocused.svg index 02a2711..b5448dc 100644 --- a/common/unity/window-buttons-dark/maximize_unfocused.svg +++ b/common/unity/window-buttons-dark/maximize_unfocused.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons-dark/minimize.svg b/common/unity/window-buttons-dark/minimize.svg index 480c900..3665c76 100644 --- a/common/unity/window-buttons-dark/minimize.svg +++ b/common/unity/window-buttons-dark/minimize.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons-dark/minimize_prelight.svg b/common/unity/window-buttons-dark/minimize_prelight.svg index d029d16..a6ec9dc 100644 --- a/common/unity/window-buttons-dark/minimize_prelight.svg +++ b/common/unity/window-buttons-dark/minimize_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -201,7 +201,7 @@ 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" + 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:#93a1a1;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" /> diff --git a/common/unity/window-buttons-dark/minimize_pressed.svg b/common/unity/window-buttons-dark/minimize_pressed.svg index 21645b1..fe3c0fc 100644 --- a/common/unity/window-buttons-dark/minimize_pressed.svg +++ b/common/unity/window-buttons-dark/minimize_pressed.svg @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4172" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -50,22 +50,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons-dark/minimize_unfocused.svg b/common/unity/window-buttons-dark/minimize_unfocused.svg index a802efc..e313a78 100644 --- a/common/unity/window-buttons-dark/minimize_unfocused.svg +++ b/common/unity/window-buttons-dark/minimize_unfocused.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons/close.svg b/common/unity/window-buttons/close.svg index ebdd9c5..f05b913 100644 --- a/common/unity/window-buttons/close.svg +++ b/common/unity/window-buttons/close.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -161,45 +161,45 @@ <g id="g4778-2-68" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -213,7 +213,7 @@ 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" /> + style="color:#657b83;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> </svg> diff --git a/common/unity/window-buttons/close_prelight.svg b/common/unity/window-buttons/close_prelight.svg index dae52d6..8c12bdc 100644 --- a/common/unity/window-buttons/close_prelight.svg +++ b/common/unity/window-buttons/close_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -161,45 +161,45 @@ <g id="g4778-4" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -213,7 +213,7 @@ 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" /> + style="color:#657b83;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> </svg> diff --git a/common/unity/window-buttons/close_pressed.svg b/common/unity/window-buttons/close_pressed.svg index 0365887..b6f3a9c 100644 --- a/common/unity/window-buttons/close_pressed.svg +++ b/common/unity/window-buttons/close_pressed.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -161,51 +161,51 @@ <g id="g4778-3-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1"> + style="display:inline;fill:#fdf6e3;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" /> + style="color:#657b83;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:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect diff --git a/common/unity/window-buttons/close_unfocused.svg b/common/unity/window-buttons/close_unfocused.svg index 1d493e6..4efbf7f 100644 --- a/common/unity/window-buttons/close_unfocused.svg +++ b/common/unity/window-buttons/close_unfocused.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -161,45 +161,45 @@ <g id="g4778-2-68-3" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -213,7 +213,7 @@ 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" /> + style="color:#657b83;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> </svg> diff --git a/common/unity/window-buttons/maximize.svg b/common/unity/window-buttons/maximize.svg index 5da027c..54df071 100644 --- a/common/unity/window-buttons/maximize.svg +++ b/common/unity/window-buttons/maximize.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons/maximize_prelight.svg b/common/unity/window-buttons/maximize_prelight.svg index a530d48..148e8b8 100644 --- a/common/unity/window-buttons/maximize_prelight.svg +++ b/common/unity/window-buttons/maximize_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -145,7 +145,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> diff --git a/common/unity/window-buttons/maximize_pressed.svg b/common/unity/window-buttons/maximize_pressed.svg index 2f55a72..97e7df2 100644 --- a/common/unity/window-buttons/maximize_pressed.svg +++ b/common/unity/window-buttons/maximize_pressed.svg @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgitgitgitgitgit;stop-opacity:1;" + style="stop-color:#fdf6e3gitgitgitgitgit;stop-opacity:1;" offset="0" id="stop4188" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4185" /> </linearGradient> @@ -50,22 +50,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -239,7 +239,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> diff --git a/common/unity/window-buttons/maximize_unfocused.svg b/common/unity/window-buttons/maximize_unfocused.svg index 72530a8..9a629e3 100644 --- a/common/unity/window-buttons/maximize_unfocused.svg +++ b/common/unity/window-buttons/maximize_unfocused.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons/minimize.svg b/common/unity/window-buttons/minimize.svg index 78a5356..f794fa1 100644 --- a/common/unity/window-buttons/minimize.svg +++ b/common/unity/window-buttons/minimize.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons/minimize_prelight.svg b/common/unity/window-buttons/minimize_prelight.svg index 5d9de25..6fd6e49 100644 --- a/common/unity/window-buttons/minimize_prelight.svg +++ b/common/unity/window-buttons/minimize_prelight.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> @@ -145,7 +145,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> diff --git a/common/unity/window-buttons/minimize_pressed.svg b/common/unity/window-buttons/minimize_pressed.svg index ddd2a0c..9ecb186 100644 --- a/common/unity/window-buttons/minimize_pressed.svg +++ b/common/unity/window-buttons/minimize_pressed.svg @@ -24,7 +24,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgitgitgit;stop-opacity:1;" + style="stop-color:#fdf6e3gitgitgit;stop-opacity:1;" offset="0" id="stop4172" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4169" /> </linearGradient> @@ -50,22 +50,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/unity/window-buttons/minimize_unfocused.svg b/common/unity/window-buttons/minimize_unfocused.svg index c91380b..134cfda 100644 --- a/common/unity/window-buttons/minimize_unfocused.svg +++ b/common/unity/window-buttons/minimize_unfocused.svg @@ -32,22 +32,22 @@ <linearGradient id="linearGradient4882"> <stop - style="stop-color:#ffffff;stop-opacity:1;" + style="stop-color:#fdf6e3;stop-opacity:1;" offset="0" id="stop4884" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop4886" /> </linearGradient> <linearGradient id="linearGradient3784-6"> <stop - style="stop-color:#ffffff;stop-opacity:0.21568628;" + style="stop-color:#fdf6e3;stop-opacity:0.21568628;" offset="0" id="stop3786-4" /> <stop - style="stop-color:#ffffff;stop-opacity:0;" + style="stop-color:#fdf6e3;stop-opacity:0;" offset="1" id="stop3788-6" /> </linearGradient> diff --git a/common/xfwm4-dark/close-active.xpm b/common/xfwm4-dark/close-active.xpm new file mode 100644 index 0000000..89512ed --- /dev/null +++ b/common/xfwm4-dark/close-active.xpm @@ -0,0 +1,70 @@ +/* XPM */ +static char * close_active_xpm[] = { +"28 28 39 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #3C3741", +"$ c #80464E", +"% c #AE5056", +"& c #C5555B", +"* c #AD5057", +"= c #7F464E", +"- c #633F49", +"; c #C3555B", +"> c #dc322f", +", 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 new file mode 100644 index 0000000..e0fe2be --- /dev/null +++ b/common/xfwm4-dark/close-inactive.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"28 28 34 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# 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 new file mode 100644 index 0000000..8506a82 --- /dev/null +++ b/common/xfwm4-dark/close-prelight.xpm @@ -0,0 +1,71 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"28 28 40 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #3D3944", +"$ c #85575F", +"% c #B86A70", +"& c #CF757A", +"* c #B66A71", +"= c #84575E", +"- c #674A54", +"; c #CE7479", +"> c #cb4b16", +", 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 new file mode 100644 index 0000000..83e1ace --- /dev/null +++ b/common/xfwm4-dark/close-pressed.xpm @@ -0,0 +1,71 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"28 28 40 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #3A343F", +"$ c #783640", +"% c #A33640", +"& c #B73740", +"* c #A13741", +"= c #78363F", +"- c #5E3540", +"; c #B63740", +"> c #dc322f", +", 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 new file mode 100644 index 0000000..3cd607a --- /dev/null +++ b/common/xfwm4-dark/hide-active.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"28 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #8F939A", +"............................", +"++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@######@@@@@@@@@@@", +"@@@@@@@@@@@######@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-inactive.xpm b/common/xfwm4-dark/hide-inactive.xpm new file mode 100644 index 0000000..aeede93 --- /dev/null +++ b/common/xfwm4-dark/hide-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"28 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #666A73", +"............................", +"++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@######@@@@@@@@@@@", +"@@@@@@@@@@@######@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-prelight.xpm b/common/xfwm4-dark/hide-prelight.xpm new file mode 100644 index 0000000..34a84dc --- /dev/null +++ b/common/xfwm4-dark/hide-prelight.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"28 28 22 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #2E333E", +"$ c #2A2E37", +"% c #262B34", +"& c #252932", +"* c #2A2E38", +"= c #657b83", +"- c #262A34", +"; c #2F3641", +"> c #3D4250", +", c #424959", +"' c #282B35", +") c #3D4353", +"! c #444B5B", +"~ c #3D4252", +"{ c #262B33", +"] c #3B4250", +"^ c #93a1a1", +"/ c #252933", +"............................", +"++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@#$%&&%*#@@@@@@@@@@", +"@@@@@@@@@=-;>,,>;-=@@@@@@@@@", +"@@@@@@@@=')!!!!!!~'=@@@@@@@@", +"@@@@@@@#-)!!!!!!!!~-#@@@@@@@", +"@@@@@@@$;!!!!!!!!!!;*@@@@@@@", +"@@@@@@@{]!!!!!!!!!!]%@@@@@@@", +"@@@@@@@&,!!^^^^^^!!,/@@@@@@@", +"@@@@@@@/,!!^^^^^^!!,/@@@@@@@", +"@@@@@@@%]!!!!!!!!!!]%@@@@@@@", +"@@@@@@@*;!!!!!!!!!!;*@@@@@@@", +"@@@@@@@#-~!!!!!!!!~%#@@@@@@@", +"@@@@@@@@='~!!!!!!~'=@@@@@@@@", +"@@@@@@@@@=-;],,];%=@@@@@@@@@", +"@@@@@@@@@@#*%&&%*#@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/hide-pressed.xpm b/common/xfwm4-dark/hide-pressed.xpm new file mode 100644 index 0000000..4499c0d --- /dev/null +++ b/common/xfwm4-dark/hide-pressed.xpm @@ -0,0 +1,56 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"28 28 25 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #2F343B", +"$ c #313C48", +"% c #406691", +"& c #4C81C1", +"* c #508FDA", +"= c #4B82C2", +"- c #406590", +"; c #3A5372", +"> c #508FD8", +", c #268bd2", +"' c #3A5371", +") c #5193E1", +"! c #4F8ED8", +"~ c #323B49", +"{ c #406490", +"] c #4B82C3", +"^ c #fdf6e3", +"/ c #40648E", +"( c #313B48", +"_ c #395371", +": c #4B81C1", +"............................", +"++++++++++++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@########################@@", +"@@########################@@", +"@@########$%&**=-$########@@", +"@@#######;>,,,,,,>'#######@@", +"@@######;),,,,,,,,)'######@@", +"@@#####$>,,,,,,,,,,!~#####@@", +"@@#####%,,,,,,,,,,,,{#####@@", +"@@#####],,,,,,,,,,,,=#####@@", +"@@#####*,,,^^^^^^,,,>#####@@", +"@@#####>,,,^^^^^^,,,!#####@@", +"@@#####&,,,,,,,,,,,,=#####@@", +"@@#####-,,,,,,,,,,,,/#####@@", +"@@#####$>,,,,,,,,,,!(#####@@", +"@@######'),,,,,,,,)_######@@", +"@@#######'!,,,,,,!_#######@@", +"@@########~{:**:/(########@@", +"@@########################@@", +"@@########################@@", +"@@########################@@", +"@@########################@@", +"@@########################@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/maximize-active.xpm b/common/xfwm4-dark/maximize-active.xpm new file mode 100644 index 0000000..b7a8afd --- /dev/null +++ b/common/xfwm4-dark/maximize-active.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"28 28 12 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# 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 new file mode 100644 index 0000000..5508d4e --- /dev/null +++ b/common/xfwm4-dark/maximize-inactive.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"28 28 12 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# 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 new file mode 100644 index 0000000..695bec1 --- /dev/null +++ b/common/xfwm4-dark/maximize-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"28 28 31 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #2E333E", +"$ c #2A2E37", +"% c #262B34", +"& c #252932", +"* c #2A2E38", +"= c #657b83", +"- c #262A34", +"; c #2F3641", +"> c #3D4250", +", c #424959", +"' c #282B35", +") c #3D4353", +"! c #444B5B", +"~ c #3D4252", +"{ c #474D5E", +"] c #9B9FA6", +"^ c #93a1a1", +"/ 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 new file mode 100644 index 0000000..c9cf5f8 --- /dev/null +++ b/common/xfwm4-dark/maximize-pressed.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"28 28 34 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #2F343B", +"$ c #313C48", +"% c #406691", +"& c #4C81C1", +"* c #508FDA", +"= c #4B82C2", +"- c #406590", +"; c #3A5372", +"> c #508FD8", +", c #268bd2", +"' c #3A5371", +") c #5193E1", +"! c #4F8ED8", +"~ c #323B49", +"{ c #5596E3", +"] c #C7DDF6", +"^ c #fdf6e3", +"/ 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 new file mode 100644 index 0000000..4ce0be6 --- /dev/null +++ b/common/xfwm4-dark/menu-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"26 16 2 1", +" c None", +". c #002b36", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; diff --git a/common/xfwm4-dark/menu-inactive.xpm b/common/xfwm4-dark/menu-inactive.xpm new file mode 100644 index 0000000..ddad143 --- /dev/null +++ b/common/xfwm4-dark/menu-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"26 16 2 1", +" c None", +". c #002b36", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; diff --git a/common/xfwm4-dark/menu-pressed.xpm b/common/xfwm4-dark/menu-pressed.xpm new file mode 100644 index 0000000..fd57b2d --- /dev/null +++ b/common/xfwm4-dark/menu-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"26 16 2 1", +" c None", +". c #002b36", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; diff --git a/common/xfwm4-dark/shade-active.xpm b/common/xfwm4-dark/shade-active.xpm new file mode 100644 index 0000000..2b64e19 --- /dev/null +++ b/common/xfwm4-dark/shade-active.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #A4AAB7", +"..................", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@####@@@@@@@", +"@@@@@@######@@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@########@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/shade-inactive.xpm b/common/xfwm4-dark/shade-inactive.xpm new file mode 100644 index 0000000..ed7f554 --- /dev/null +++ b/common/xfwm4-dark/shade-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"18 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #797D87", +"..................", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@####@@@@@@@", +"@@@@@@######@@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@########@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/shade-pressed.xpm b/common/xfwm4-dark/shade-pressed.xpm new file mode 100644 index 0000000..00a0f19 --- /dev/null +++ b/common/xfwm4-dark/shade-pressed.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"18 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #268bd2", +"..................", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@####@@@@@@@", +"@@@@@@######@@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@########@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/stick-active.xpm b/common/xfwm4-dark/stick-active.xpm new file mode 100644 index 0000000..6bf45a8 --- /dev/null +++ b/common/xfwm4-dark/stick-active.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #A4AAB7", +"..................", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@########@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/stick-inactive.xpm b/common/xfwm4-dark/stick-inactive.xpm new file mode 100644 index 0000000..0ca04d8 --- /dev/null +++ b/common/xfwm4-dark/stick-inactive.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"18 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #797D87", +"..................", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@########@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/stick-pressed.xpm b/common/xfwm4-dark/stick-pressed.xpm new file mode 100644 index 0000000..1d16bc7 --- /dev/null +++ b/common/xfwm4-dark/stick-pressed.xpm @@ -0,0 +1,36 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"18 28 5 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +"# c #268bd2", +"..................", +"++++++++++++++++++", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@########@@@@@", +"@@@@@########@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@##@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@", +"@@@@@@@@@@@@@@@@@@"}; diff --git a/common/xfwm4-dark/title-1-active.xpm b/common/xfwm4-dark/title-1-active.xpm new file mode 100644 index 0000000..0e113e0 --- /dev/null +++ b/common/xfwm4-dark/title-1-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-1-inactive.xpm b/common/xfwm4-dark/title-1-inactive.xpm new file mode 100644 index 0000000..79d9a7c --- /dev/null +++ b/common/xfwm4-dark/title-1-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-2-active.xpm b/common/xfwm4-dark/title-2-active.xpm new file mode 100644 index 0000000..aa7e2af --- /dev/null +++ b/common/xfwm4-dark/title-2-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-2-inactive.xpm b/common/xfwm4-dark/title-2-inactive.xpm new file mode 100644 index 0000000..eb53989 --- /dev/null +++ b/common/xfwm4-dark/title-2-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-3-active.xpm b/common/xfwm4-dark/title-3-active.xpm new file mode 100644 index 0000000..000dded --- /dev/null +++ b/common/xfwm4-dark/title-3-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-3-inactive.xpm b/common/xfwm4-dark/title-3-inactive.xpm new file mode 100644 index 0000000..c3be5e6 --- /dev/null +++ b/common/xfwm4-dark/title-3-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-4-active.xpm b/common/xfwm4-dark/title-4-active.xpm new file mode 100644 index 0000000..075e9dc --- /dev/null +++ b/common/xfwm4-dark/title-4-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-4-inactive.xpm b/common/xfwm4-dark/title-4-inactive.xpm new file mode 100644 index 0000000..a0d5e36 --- /dev/null +++ b/common/xfwm4-dark/title-4-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-5-active.xpm b/common/xfwm4-dark/title-5-active.xpm new file mode 100644 index 0000000..892b1ad --- /dev/null +++ b/common/xfwm4-dark/title-5-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/title-5-inactive.xpm b/common/xfwm4-dark/title-5-inactive.xpm new file mode 100644 index 0000000..1c53338 --- /dev/null +++ b/common/xfwm4-dark/title-5-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * title_5_inactive_xpm[] = { +"5 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +".....", +"+++++", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@", +"@@@@@"}; diff --git a/common/xfwm4-dark/top-left-active.xpm b/common/xfwm4-dark/top-left-active.xpm new file mode 100644 index 0000000..3619b21 --- /dev/null +++ b/common/xfwm4-dark/top-left-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * top_left_active_xpm[] = { +"2 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +" .", +".+", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@"}; diff --git a/common/xfwm4-dark/top-left-inactive.xpm b/common/xfwm4-dark/top-left-inactive.xpm new file mode 100644 index 0000000..302215b --- /dev/null +++ b/common/xfwm4-dark/top-left-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * top_left_inactive_xpm[] = { +"2 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +" .", +".+", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@", +".@"}; diff --git a/common/xfwm4-dark/top-right-active.xpm b/common/xfwm4-dark/top-right-active.xpm new file mode 100644 index 0000000..2c2fd0c --- /dev/null +++ b/common/xfwm4-dark/top-right-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * top_right_active_xpm[] = { +"2 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +". ", +"+.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@."}; diff --git a/common/xfwm4-dark/top-right-inactive.xpm b/common/xfwm4-dark/top-right-inactive.xpm new file mode 100644 index 0000000..03e24d3 --- /dev/null +++ b/common/xfwm4-dark/top-right-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * top_right_inactive_xpm[] = { +"2 28 4 1", +" c None", +". c #21252B", +"+ c #353B48", +"@ c #002b36", +". ", +"+.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@.", +"@."}; diff --git a/common/xfwm4/assets-dark.svg b/common/xfwm4/assets-dark.svg index bcff6ba..795261c 100644 --- a/common/xfwm4/assets-dark.svg +++ b/common/xfwm4/assets-dark.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4421" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4416" /> </linearGradient> @@ -111,7 +111,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -160,7 +160,7 @@ 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" + style="opacity:1;fill:#002b36;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" @@ -220,7 +220,7 @@ y="0" x="0" /> <g - style="fill:#5294e2;fill-opacity:1" + style="fill:#268bd2;fill-opacity:1" transform="translate(25,2.9999812)" id="g5140-7"> <rect @@ -315,7 +315,7 @@ y="0" x="0" /> <g - style="fill:#5294e2;fill-opacity:1" + style="fill:#268bd2;fill-opacity:1" transform="translate(22.999996,-1.0000226)" id="g5193-7"> <rect @@ -471,7 +471,7 @@ 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" + style="opacity:1;fill:#002b36;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" @@ -529,7 +529,7 @@ 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" + style="opacity:1;fill:#002b36;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" @@ -577,7 +577,7 @@ 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" + style="fill:#dc322f;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" /> @@ -586,45 +586,45 @@ <g id="g4778-2-68-8-7-9" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-5" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -676,7 +676,7 @@ 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" + style="fill:#cb4b16;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" /> @@ -685,45 +685,45 @@ <g id="g4778-4-0-2" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3-1-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7-1-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3-3-7" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02-1-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4-7-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -775,7 +775,7 @@ 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" + style="fill:#dc322f;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" /> @@ -784,45 +784,45 @@ <g id="g4778-3-6-0-5" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2-6-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3-5-2" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1-7-0" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-0-2-8-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0-5-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0-0-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -883,45 +883,45 @@ <g id="g4778-2-68-8-7-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-6-9-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9-4-0" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;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" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-3-1-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-2-4-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-6-6-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -1083,7 +1083,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1" /> </g> </g> @@ -1192,7 +1192,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="opacity:1;fill:#c4c7cc;fill-opacity:1;fill-rule:evenodd;stroke:none" + style="opacity:1;fill:#93a1a1;fill-opacity:1;fill-rule:evenodd;stroke:none" id="path4293-6-7-1-7" /> </g> </g> @@ -1500,7 +1500,7 @@ 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" + 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:#93a1a1;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" /> diff --git a/common/xfwm4/assets.svg b/common/xfwm4/assets.svg index 28e57da..bed0f23 100644 --- a/common/xfwm4/assets.svg +++ b/common/xfwm4/assets.svg @@ -24,7 +24,7 @@ id="selected_bg_color" osb:paint="solid"> <stop - style="stop-color:#5294e2;stop-opacity:1;" + style="stop-color:#268bd2;stop-opacity:1;" offset="0" id="stop4407" /> </linearGradient> @@ -32,7 +32,7 @@ id="selected_fg_color" osb:paint="solid"> <stop - style="stop-color:#ffffffgit;stop-opacity:1;" + style="stop-color:#fdf6e3git;stop-opacity:1;" offset="0" id="stop4402" /> </linearGradient> @@ -111,7 +111,7 @@ </defs> <sodipodi:namedview id="base" - pagecolor="#ffffff" + pagecolor="#fdf6e3" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" @@ -160,7 +160,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -183,7 +183,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -233,45 +233,45 @@ <g id="g4778-2-68" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -285,7 +285,7 @@ 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" /> + style="color:#657b83;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> @@ -337,45 +337,45 @@ <g id="g4778-4" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-3" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g transform="matrix(0.75,0,0,0.75,2,2.0546875)" id="g2996-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-7" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-02" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-4" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -389,7 +389,7 @@ 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" /> + style="color:#657b83;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> @@ -441,51 +441,51 @@ <g id="g4778-3-6" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-2-2" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-6-3" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-4-1" - style="display:inline;fill:#ffffff;fill-opacity:1"> + style="display:inline;fill:#fdf6e3;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" /> + style="color:#657b83;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:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-4-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-5-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -546,45 +546,45 @@ <g id="g4778-2-68-3" transform="translate(1323,246.86719)" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g - style="display:inline;fill:#ffffff;fill-opacity:1" + style="display:inline;fill:#fdf6e3;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" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer11-16-4-9-8" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;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"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(-60,-518)" id="layer12-4-5-7-9" - style="fill:#ffffff;fill-opacity:1"> + style="fill:#fdf6e3;fill-opacity:1"> <g transform="translate(19,-242)" id="layer4-4-1-9-5-3" - style="display:inline;fill:#ffffff;fill-opacity:1" /> + style="display:inline;fill:#fdf6e3;fill-opacity:1" /> </g> </g> <g id="layer13-2-6-11-6" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer14-4-0-33-0" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> <g id="layer15-7-3-0-7" transform="translate(-60,-518)" - style="fill:#ffffff;fill-opacity:1" /> + style="fill:#fdf6e3;fill-opacity:1" /> </g> </g> <rect @@ -598,7 +598,7 @@ 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" /> + style="color:#657b83;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> @@ -689,7 +689,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -1021,7 +1021,7 @@ <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" + style="display:inline;opacity:0.95;fill:#fdf6e3;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" /> @@ -1311,7 +1311,7 @@ y="0" x="0" /> <g - style="fill:#5294e2;fill-opacity:1" + style="fill:#268bd2;fill-opacity:1" transform="translate(25,2.9999812)" id="g5140-7"> <rect @@ -1406,7 +1406,7 @@ y="0" x="0" /> <g - style="fill:#5294e2;fill-opacity:1" + style="fill:#268bd2;fill-opacity:1" transform="translate(22.999996,-1.0000226)" id="g5193-7"> <rect @@ -1562,7 +1562,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1607,7 +1607,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1616,7 +1616,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1625,7 +1625,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1634,7 +1634,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1643,7 +1643,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1652,7 +1652,7 @@ 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" + style="opacity:1;fill:#eee8d5;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" @@ -1661,22 +1661,22 @@ 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" + style="opacity:1;fill:#eee8d5;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" + style="opacity:1;fill:#eee8d5;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" + style="opacity:1;fill:#eee8d5;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" + style="opacity:1;fill:#eee8d5;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" /> diff --git a/common/xfwm4/close-active.xpm b/common/xfwm4/close-active.xpm new file mode 100644 index 0000000..7de8536 --- /dev/null +++ b/common/xfwm4/close-active.xpm @@ -0,0 +1,70 @@ +/* XPM */ +static char * close_active_xpm[] = { +"28 28 39 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 new file mode 100644 index 0000000..fbde571 --- /dev/null +++ b/common/xfwm4/close-inactive.xpm @@ -0,0 +1,65 @@ +/* XPM */ +static char * close_inactive_xpm[] = { +"28 28 34 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 new file mode 100644 index 0000000..6b98035 --- /dev/null +++ b/common/xfwm4/close-prelight.xpm @@ -0,0 +1,74 @@ +/* XPM */ +static char * close_prelight_xpm[] = { +"28 28 43 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 new file mode 100644 index 0000000..5e4ec8c --- /dev/null +++ b/common/xfwm4/close-pressed.xpm @@ -0,0 +1,77 @@ +/* XPM */ +static char * close_pressed_xpm[] = { +"28 28 46 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 #fdf6e3", +"} 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 new file mode 100644 index 0000000..3a2062f --- /dev/null +++ b/common/xfwm4/hide-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * hide_active_xpm[] = { +"28 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #90949E", +"............................", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"+++++++++++@@@@@@+++++++++++", +"+++++++++++@@@@@@+++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/hide-inactive.xpm b/common/xfwm4/hide-inactive.xpm new file mode 100644 index 0000000..da90405 --- /dev/null +++ b/common/xfwm4/hide-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * hide_inactive_xpm[] = { +"28 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #B5B8C0", +"............................", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"+++++++++++@@@@@@+++++++++++", +"+++++++++++@@@@@@+++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/hide-prelight.xpm b/common/xfwm4/hide-prelight.xpm new file mode 100644 index 0000000..3e3f00e --- /dev/null +++ b/common/xfwm4/hide-prelight.xpm @@ -0,0 +1,54 @@ +/* XPM */ +static char * hide_prelight_xpm[] = { +"28 28 23 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 new file mode 100644 index 0000000..9cddc59 --- /dev/null +++ b/common/xfwm4/hide-pressed.xpm @@ -0,0 +1,55 @@ +/* XPM */ +static char * hide_pressed_xpm[] = { +"28 28 24 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #DAE1E9", +"# c #99BDE6", +"$ c #6EA3E2", +"% c #5897E2", +"& c #6EA4E4", +"* c #9ABCE6", +"= c #B5CBE7", +"- c #5998E1", +"; c #268bd2", +"> c #B5CCE7", +", c #5998E2", +"' c #DAE0EA", +") c #9BBCE6", +"! c #6DA3E3", +"~ c #5997E2", +"{ c #fdf6e3", +"] c #9BBDE5", +"^ c #5A98E2", +"/ c #DAE1EA", +"( c #B6CDE8", +"_ c #6FA4E3", +"............................", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++@#$%%&*@++++++++++", +"+++++++++=-;;;;;;->+++++++++", +"++++++++=;;;;;;;;;;>++++++++", +"+++++++@-;;;;;;;;;;,'+++++++", +"+++++++#;;;;;;;;;;;;)+++++++", +"+++++++!;;;;;;;;;;;;&+++++++", +"+++++++~;;;{{{{{{;;;-+++++++", +"+++++++-;;;{{{{{{;;;,+++++++", +"+++++++$;;;;;;;;;;;;&+++++++", +"+++++++*;;;;;;;;;;;;]+++++++", +"+++++++@-;;;;;;;;;;^/+++++++", +"++++++++>;;;;;;;;;;(++++++++", +"+++++++++>,;;;;;;^(+++++++++", +"++++++++++')_~~_]/++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/maximize-active.xpm b/common/xfwm4/maximize-active.xpm new file mode 100644 index 0000000..057e727 --- /dev/null +++ b/common/xfwm4/maximize-active.xpm @@ -0,0 +1,44 @@ +/* XPM */ +static char * maximize_active_xpm[] = { +"28 28 13 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 new file mode 100644 index 0000000..46eb741 --- /dev/null +++ b/common/xfwm4/maximize-inactive.xpm @@ -0,0 +1,43 @@ +/* XPM */ +static char * maximize_inactive_xpm[] = { +"28 28 12 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #E6E7EA", +"# c #C5C8CD", +"$ c #B5B8C0", +"% c #BFC2C9", +"& c #93a1a1", +"* c #E5E6EA", +"= c #E6E7EB", +"- c #C6C8CE", +"; c #BEC1C7", +"............................", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++@#$$%+++++++++++", +"+++++++++++@+@#$$+++++++++++", +"++++++++++@&*+=-$+++++++++++", +"++++++++++@$&*+=-+++++++++++", +"++++++++++@$$#@+@+++++++++++", +"+++++++++++;$$#@++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++", +"++++++++++++++++++++++++++++"}; diff --git a/common/xfwm4/maximize-prelight.xpm b/common/xfwm4/maximize-prelight.xpm new file mode 100644 index 0000000..3d0f2c0 --- /dev/null +++ b/common/xfwm4/maximize-prelight.xpm @@ -0,0 +1,62 @@ +/* XPM */ +static char * maximize_prelight_xpm[] = { +"28 28 31 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ 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 new file mode 100644 index 0000000..5918640 --- /dev/null +++ b/common/xfwm4/maximize-pressed.xpm @@ -0,0 +1,64 @@ +/* XPM */ +static char * maximize_pressed_xpm[] = { +"28 28 33 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #DAE1E9", +"# c #99BDE6", +"$ c #6EA3E2", +"% c #5897E2", +"& c #6EA4E4", +"* c #9ABCE6", +"= c #B5CBE7", +"- c #5998E1", +"; c #268bd2", +"> c #B5CCE7", +", c #5998E2", +"' c #DAE0EA", +") c #5596E3", +"! c #C7DDF6", +"~ c #fdf6e3", +"{ 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 new file mode 100644 index 0000000..b5b6af8 --- /dev/null +++ b/common/xfwm4/menu-active.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_active_xpm[] = { +"26 16 2 1", +" c None", +". c #eee8d5", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; diff --git a/common/xfwm4/menu-inactive.xpm b/common/xfwm4/menu-inactive.xpm new file mode 100644 index 0000000..f21825d --- /dev/null +++ b/common/xfwm4/menu-inactive.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_inactive_xpm[] = { +"26 16 2 1", +" c None", +". c #eee8d5", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; diff --git a/common/xfwm4/menu-pressed.xpm b/common/xfwm4/menu-pressed.xpm new file mode 100644 index 0000000..24d8ce3 --- /dev/null +++ b/common/xfwm4/menu-pressed.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_pressed_xpm[] = { +"26 16 2 1", +" c None", +". c #eee8d5", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +"..........................", +".........................."}; diff --git a/common/xfwm4/shade-active.xpm b/common/xfwm4/shade-active.xpm new file mode 100644 index 0000000..a181c4b --- /dev/null +++ b/common/xfwm4/shade-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * shade_active_xpm[] = { +"18 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #A4AAB7", +"..................", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++@@++++++++", +"+++++++@@@@+++++++", +"++++++@@@@@@++++++", +"+++++@@@@@@@@+++++", +"++++++++++++++++++", +"+++++@@@@@@@@+++++", +"+++++@@@@@@@@+++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; diff --git a/common/xfwm4/shade-inactive.xpm b/common/xfwm4/shade-inactive.xpm new file mode 100644 index 0000000..7c90405 --- /dev/null +++ b/common/xfwm4/shade-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * shade_inactive_xpm[] = { +"18 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #B9BFCE", +"..................", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++@@++++++++", +"+++++++@@@@+++++++", +"++++++@@@@@@++++++", +"+++++@@@@@@@@+++++", +"++++++++++++++++++", +"+++++@@@@@@@@+++++", +"+++++@@@@@@@@+++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; diff --git a/common/xfwm4/shade-pressed.xpm b/common/xfwm4/shade-pressed.xpm new file mode 100644 index 0000000..1c2da56 --- /dev/null +++ b/common/xfwm4/shade-pressed.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * shade_pressed_xpm[] = { +"18 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #268bd2", +"..................", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++@@++++++++", +"+++++++@@@@+++++++", +"++++++@@@@@@++++++", +"+++++@@@@@@@@+++++", +"++++++++++++++++++", +"+++++@@@@@@@@+++++", +"+++++@@@@@@@@+++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; diff --git a/common/xfwm4/stick-active.xpm b/common/xfwm4/stick-active.xpm new file mode 100644 index 0000000..70ca743 --- /dev/null +++ b/common/xfwm4/stick-active.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * stick_active_xpm[] = { +"18 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #A4AAB7", +"..................", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"+++++@@@@@@@@+++++", +"+++++@@@@@@@@+++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; diff --git a/common/xfwm4/stick-inactive.xpm b/common/xfwm4/stick-inactive.xpm new file mode 100644 index 0000000..e0e21d2 --- /dev/null +++ b/common/xfwm4/stick-inactive.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * stick_inactive_xpm[] = { +"18 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #B9BFCE", +"..................", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"+++++@@@@@@@@+++++", +"+++++@@@@@@@@+++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; diff --git a/common/xfwm4/stick-pressed.xpm b/common/xfwm4/stick-pressed.xpm new file mode 100644 index 0000000..a308f0f --- /dev/null +++ b/common/xfwm4/stick-pressed.xpm @@ -0,0 +1,35 @@ +/* XPM */ +static char * stick_pressed_xpm[] = { +"18 28 4 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +"@ c #268bd2", +"..................", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"+++++@@@@@@@@+++++", +"+++++@@@@@@@@+++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++@@++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++", +"++++++++++++++++++"}; diff --git a/common/xfwm4/title-1-active.xpm b/common/xfwm4/title-1-active.xpm new file mode 100644 index 0000000..2a2a78d --- /dev/null +++ b/common/xfwm4/title-1-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_1_active_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-1-inactive.xpm b/common/xfwm4/title-1-inactive.xpm new file mode 100644 index 0000000..e01f40a --- /dev/null +++ b/common/xfwm4/title-1-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_1_inactive_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-2-active.xpm b/common/xfwm4/title-2-active.xpm new file mode 100644 index 0000000..d1f0714 --- /dev/null +++ b/common/xfwm4/title-2-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_2_active_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-2-inactive.xpm b/common/xfwm4/title-2-inactive.xpm new file mode 100644 index 0000000..9767fb8 --- /dev/null +++ b/common/xfwm4/title-2-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_2_inactive_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-3-active.xpm b/common/xfwm4/title-3-active.xpm new file mode 100644 index 0000000..d51b929 --- /dev/null +++ b/common/xfwm4/title-3-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_3_active_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-3-inactive.xpm b/common/xfwm4/title-3-inactive.xpm new file mode 100644 index 0000000..70e2826 --- /dev/null +++ b/common/xfwm4/title-3-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_3_inactive_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-4-active.xpm b/common/xfwm4/title-4-active.xpm new file mode 100644 index 0000000..a2fcc84 --- /dev/null +++ b/common/xfwm4/title-4-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_4_active_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-4-inactive.xpm b/common/xfwm4/title-4-inactive.xpm new file mode 100644 index 0000000..99a2844 --- /dev/null +++ b/common/xfwm4/title-4-inactive.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_4_inactive_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/common/xfwm4/title-5-active.xpm b/common/xfwm4/title-5-active.xpm new file mode 100644 index 0000000..9a61f4c --- /dev/null +++ b/common/xfwm4/title-5-active.xpm @@ -0,0 +1,34 @@ +/* XPM */ +static char * title_5_active_xpm[] = { +"5 28 3 1", +" c None", +". c #EEEFF1", +"+ c #eee8d5", +".....", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++", +"+++++"}; diff --git a/configure.ac b/configure.ac index 56cf234..fcefc70 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ AC_INIT( - [arc-theme], - [20161119], - [https://github.com/horst3180/Arc-theme/issues], - [arc-theme], - [https://github.com/horst3180/Arc-theme], + [solarc-theme], + [v1.0.0-beta.2], + [https://github.com/apheleia/solarc-theme/issues], + [solarc-theme], + [https://github.com/apheleia/solarc-theme], [] ) @@ -12,9 +12,9 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([no-dist-gzip dist-xz foreign]) AC_PROG_MKDIR_P -ARC_ENABLE([LIGHT], [light], [Arc Light], [disable]) -ARC_ENABLE([DARKER], [darker], [Arc Darker], [disable]) -ARC_ENABLE([DARK], [dark], [Arc Dark], [disable]) +ARC_ENABLE([LIGHT], [light], [SolArc Light], [disable]) +ARC_ENABLE([DARKER], [darker], [SolArc Darker], [disable]) +ARC_ENABLE([DARK], [dark], [SolArc Dark], [disable]) ARC_ENABLE([CINNAMON], [cinnamon], [Cinnamon], [disable]) ARC_ENABLE([GNOME_SHELL], [gnome-shell], [GNOME Shell], [disable]) ARC_ENABLE([GTK2], [gtk2], [GTK2], [disable]) diff --git a/images/preview-complete.png b/images/preview-complete.png Binary files differnew file mode 100644 index 0000000..b2e6799 --- /dev/null +++ b/images/preview-complete.png diff --git a/images/preview-dark.png b/images/preview-dark.png Binary files differnew file mode 100644 index 0000000..57fbd70 --- /dev/null +++ b/images/preview-dark.png diff --git a/images/preview-darker.png b/images/preview-darker.png Binary files differnew file mode 100644 index 0000000..decbc19 --- /dev/null +++ b/images/preview-darker.png diff --git a/images/preview-light.png b/images/preview-light.png Binary files differnew file mode 100644 index 0000000..8263bef --- /dev/null +++ b/images/preview-light.png diff --git a/arc-theme-upgrade b/solarc-theme-upgrade index 7abf15d..1eae585 100755 --- a/arc-theme-upgrade +++ b/solarc-theme-upgrade @@ -1,12 +1,12 @@ #!/bin/sh -# Script to upgrade/install the arc-theme +# Script to upgrade/install the solarc-theme #URL -theme_name=arc-theme +theme_name=solarc-theme # Theme name -download_url=https://github.com/horst3180/$theme_name/archive/master.tar.gz +download_url=https://github.com/apheleia/$theme_name/archive/master.tar.gz # for test purporses only (the repo needs to have this script) # download_url=https://github.com/leoheck/$theme_name/archive/master.tar.gz @@ -15,21 +15,21 @@ download_url=https://github.com/horst3180/$theme_name/archive/master.tar.gz tempdir=/tmp/$theme_name # Directories -lightdir=/usr/share/themes/Arc -darkerdir=/usr/share/themes/Arc-Darker -darkdir=/usr/share/themes/Arc-Dark +lightdir=/usr/share/themes/SolArc +darkerdir=/usr/share/themes/SolArc-Darker +darkdir=/usr/share/themes/SolArc-Dark -userlightdir=$HOME/.themes/Arc -userdarkerdir=$HOME/.themes/Arc-Darker -userdarkdir=$HOME/.themes/Arc-Dark +userlightdir=$HOME/.themes/SolArc +userdarkerdir=$HOME/.themes/SolArc-Darker +userdarkdir=$HOME/.themes/SolArc-Dark -userlightdir2=$HOME/local/share/themes/Arc -userdarkerdir2=$HOME/local/share/themes/Arc-Darker -userdarkdir2=$HOME/local/share/themes/Arc-Dark +userlightdir2=$HOME/local/share/themes/SolArc +userdarkerdir2=$HOME/local/share/themes/SolArc-Darker +userdarkdir2=$HOME/local/share/themes/SolArc-Dark #Functions show_error() { -printf "\033[1;31m$@\033[0m\n" + printf "\033[1;31m$@\033[0m\n" } check_root() { @@ -85,7 +85,7 @@ install_theme() { rm -rf $tempdir && mkdir $tempdir && cd $tempdir # Get the sources && Remove current installation only if download and unpack are successful - wget $download_url && tar xf master.tar.gz && rm -rf $lightdir $darkerdir $darkdir && cd "$theme_name"-master + wget $download_url && tar xf master.tar.gz && rm -rf $lightdir $darkerdir $darkdir && cd "$theme_name"-master # Build and install ./autogen.sh --prefix=/usr @@ -99,7 +99,7 @@ install_theme() { case $response in [yY][eE][sS]|[yY]) echo "Installing $(basename $0) on /usr/bin/" - cp -r arc-theme-upgrade /usr/bin/ + cp -r solarc-theme-upgrade /usr/bin/ ;; *) echo "Aborted by user" @@ -122,7 +122,7 @@ install_theme() { # Main part clear echo '####################################' -echo '# Arc Theme Install Script #' +echo '# SolArc Theme Install Script #' echo '####################################' echo @@ -138,7 +138,7 @@ check_directories $lightdir $darkerdir $darkdir echo read -r -p "Do you want to continue installation? [y/N] " response case $response in - [yY][eE][sS]|[yY]) + [yY][eE][sS]|[yY]) install_theme ;; *) diff --git a/solarize.sh b/solarize.sh new file mode 100755 index 0000000..80c7ee1 --- /dev/null +++ b/solarize.sh @@ -0,0 +1,139 @@ +#!/bin/bash + +# Arc colors +## SCSS +A_BASE="404552" +A_TEXT="d3dae3" +A_BG="383c4a" +A_FG="$A_TEXT" +A_SELECTED_FG="ffffff" +A_SELECTED_BG="5294e2" +A_WARNING="f27835" +A_ERROR="fc4138" +A_SUCCESS="73d216" +A_DESTRUCTIVE="f04a50" +A_SUGGESTED="4dadd4" +A_DROP_TARGET="f08437" +A_WM_BUTTON_CLOSE_BG="cc575d" +A_WM_BUTTON_CLOSE_HOVER_BG="d7787d" +A_WM_BUTTON_CLOSE_ACTIVE_BG="be3841" +A_WM_ICON_CLOSE_BG="2f343f" +A_WM_BUTTON_HOVER_BG="454c5c" +A_WM_BUTTON_ACTIVE_BG="$A_SELECTED_BG" +A_WM_BUTTON_HOVER_BORDER="262932" +A_WM_ICON_BG="90939b" +A_WM_ICON_UNFOCUSED_BG="666a74" +A_WM_ICON_HOVER_BG="c4c7cc" +A_WM_ICON_ACTIVE_BG="$A_SELECTED_FG" +A_WINDOW_BG="353945" +A_DARK_SIDEBAR_FG="bac3cf" +A_ENTRY_BORDER="cfd6e6" +## SVG +A_BLUE="5294e2" +A_WHITE="f9fafb" +A_GREY="e7e8eb" +A_DARK="383c4a" +A_DARKEST="2f343f" +A_DARKEST2="2f343d" +A_DARK_BUTTON="353a47" +A_LIGHT_BUTTON="2d323f" +A_OTHER_LIGHT_BUTTON="444a58" +A_MODAL="323644" +A_ASSET_DARK="2e3340" +A_ASSET_DARK2="313541" +A_ASSET_GREY="bebebe" +A_ASSET_BORDER="2c303a" +A_ASSET_LIGHTER_BG="3e4350" +A_ASSET_VARIOUS_DARK1="262934" +A_ASSET_VARIOUS_DARK2="2d303b" +A_ASSET_VARIOUS_DARK3="2d323d" +A_GNOME_PANEL_BG="252a35" +A_GNOME_PANEL_BORDER="0f1116" +A_GTK2_TOOLBAR="70788d" +A_GTK2_TOOLBAR_DARK="afb8c5" + +# Solarized colors +## Common +S_YELLOW="b58900" +S_ORANGE="cb4b16" +S_RED="dc322f" +S_MAGENTA="d33682" +S_VIOLET="6c71c4" +S_BLUE="268bd2" +S_CYAN="2aa198" +S_GREEN="859900" +## Dark +S_BASE03="002b36" +S_BASE02="073642" +S_BASE01="586e75" +S_BASE00="657b83" +S_BASE0="839496" +S_BASE1="93a1a1" +S_BASE2="eee8d5" +S_BASE3="fdf6e3" + +FILETYPES=('scss' 'svg' 'xpm' 'xml' 'rc') +ARC_COLORS=( "$A_BASE" "$A_TEXT" "$A_BG" "$A_FG" "$A_SELECTED_FG" "$A_SELECTED_BG" "$A_WARNING" "$A_ERROR" "$A_SUCCESS" "$A_DESTRUCTIVE" "$A_SUGGESTED" "$A_DROP_TARGET" "$A_WM_BUTTON_CLOSE_BG" "$A_WM_BUTTON_CLOSE_HOVER_BG" "$A_WM_BUTTON_CLOSE_ACTIVE_BG" "$A_WM_ICON_CLOSE_BG" "$A_WM_BUTTON_HOVER_BG" "$A_WM_BUTTON_ACTIVE_BG" "$A_WM_BUTTON_HOVER_BORDER" "$A_WM_ICON_BG" "$A_WM_ICON_UNFOCUSED_BG" "$A_WM_ICON_HOVER_BG" "$A_WM_ICON_ACTIVE_BG" "$A_WINDOW_BG" "$A_DARK_SIDEBAR_FG" "$A_ENTRY_BORDER" "$A_BLUE" "$A_WHITE" "$A_GREY" "$A_DARK" "$A_DARKEST" "$A_DARKEST2" "$A_DARK_BUTTON" "$A_LIGHT_BUTTON" "$A_OTHER_LIGHT_BUTTON" "$A_MODAL" "$A_ASSET_DARK" "$A_ASSET_DARK2" "$A_ASSET_GREY" "$A_ASSET_BORDER" "$A_ASSET_LIGHTER_BG" "$A_ASSET_VARIOUS_DARK1" "$A_ASSET_VARIOUS_DARK2" "$A_ASSET_VARIOUS_DARK3" "$A_GNOME_PANEL_BG" "$A_GNOME_PANEL_BORDER" "$A_GTK2_TOOLBAR" "$A_GTK2_TOOLBAR_DARK") +SOLARIZED_COLORS=("$S_BASE02" "$S_BASE00" "$S_BASE03" "$S_BASE00" "$S_BASE3" "$S_BLUE" "$S_ORANGE" "$S_RED" "$S_GREEN" "$S_RED" "$S_CYAN" "$S_YELLOW" "$S_RED" "$S_ORANGE" "$S_RED" "$S_BASE03" "$S_BASE00" "$S_BLUE" "$S_BASE03" "$S_BASE1" "$S_BASE00" "$S_BASE1" "$S_BASE3" "$S_BASE02" "$S_BASE00" "$S_BASE00" "$S_BLUE" "$S_BASE3" "$S_BASE2" "$S_BASE03" "$S_BASE03" "$S_BASE03" "$S_BASE03" "$S_BASE02" "$S_BASE02" "$S_BASE03" "$S_BASE03" "$S_BASE02" "$S_BASE00" "$S_BASE00" "$S_BASE02" "$S_BASE00" "$S_BASE03" "$S_BASE03" "$S_BASE03" "$S_BASE03" "$S_BASE0" "$S_BASE00" ) + +CWD=`pwd` + +echo "### Replacing arc colors with solarized colors" +for filetype in "${FILETYPES[@]}" +do + echo "## Replacing in ${filetype}" + for index in ${!ARC_COLORS[*]} + do + find . -name "*.${filetype}" -exec sed -i "s/${ARC_COLORS[$index]}/${SOLARIZED_COLORS[$index]}/Ig" {} \; + done +done +echo "## Replacing in gtk-2.0 rc" +for index in ${!ARC_COLORS[*]} +do + find . -type f -name "gtkrc*" -exec sed -i "s/${ARC_COLORS[$index]}/${SOLARIZED_COLORS[$index]}/Ig" {} \; +done + +echo "" +echo "### Regenerating assets" +ASSET_FOLDERS=("gtk-2.0" "gtk-3.0/3.14" "gtk-3.0/3.16" "gtk-3.0/3.18" "gtk-3.0/3.20") +echo "## Deleting old assets" +cd "${CWD}" +for folder in "${ASSET_FOLDERS[@]}" +do + rm -f common/${folder}/assets/*.png +done +rm -f common/gtk-2.0/assets-dark/*.png +rm -f common/gtk-2.0/menubar-toolbar/*.png + +echo "## Writing new assets" +for folder in "${ASSET_FOLDERS[@]}" +do + echo "# Writing assets for ${folder}" + cd common/${folder} + ./render-assets.sh > /dev/null + cd "${CWD}" +done + +echo "# Writing assets for gtk-2.0 dark" +cd common/gtk-2.0 +./render-dark-assets.sh > /dev/null +cd "${CWD}" + +echo "# Copying assets for gtk-2.0 menubar and toolbar" +cp common/gtk-2.0/assets-dark/button.png common/gtk-2.0/menubar-toolbar/button.png +cp common/gtk-2.0/assets-dark/button-hover.png common/gtk-2.0/menubar-toolbar/button-hover.png +cp common/gtk-2.0/assets-dark/button-active.png common/gtk-2.0/menubar-toolbar/button-active.png +cp common/gtk-2.0/assets-dark/button-insensitive.png common/gtk-2.0/menubar-toolbar/button-insensitive.png +cp common/gtk-2.0/assets/entry-toolbar.png common/gtk-2.0/menubar-toolbar/entry-toolbar.png +cp common/gtk-2.0/assets/entry-active-toolbar.png common/gtk-2.0/menubar-toolbar/entry-active-toolbar.png +cp common/gtk-2.0/assets/entry-disabled-toolbar.png common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar.png +cp common/gtk-2.0/assets-dark/entry-toolbar.png common/gtk-2.0/menubar-toolbar/entry-toolbar-dark.png +cp common/gtk-2.0/assets-dark/entry-active-toolbar.png common/gtk-2.0/menubar-toolbar/entry-active-toolbar-dark.png +cp common/gtk-2.0/assets-dark/entry-disabled-toolbar.png common/gtk-2.0/menubar-toolbar/entry-disabled-toolbar-dark.png +cp common/gtk-2.0/assets/menubar.png common/gtk-2.0/menubar-toolbar/menubar.png +cp common/gtk-2.0/assets-dark/menubar.png common/gtk-2.0/menubar-toolbar/menubar-dark.png +cp common/gtk-2.0/assets/menubar_button.png common/gtk-2.0/menubar-toolbar/menubar_button.png +cp common/gtk-2.0/assets-dark/menubar_button.png common/gtk-2.0/menubar-toolbar/menubar_button-dark.png + +echo "### Regenerating css" +gulp |