Sync with upstream

pull/894/head
Woky 8 years ago
commit 9e611fca4c

@ -1,43 +1,33 @@
# READ *CAREFULLY* BEFORE POSTING
# READ CAREFULLY BEFORE SUBMITTING
**This list was created for avoiding duplicated issues, if your issue isn't listed, you should remove the list and continue.**
**This list is for avoiding duplicated issues, if your issue isn't listed, you should remove this and continue.**
- The theme doesn't work in [distro] that have a GTK+ 3 version lower than 3.14 (i.e. Linux Mint 17.x).
- Arc only supports versions *higher or equal than 3.14*.
- The theme is broken after a major GTK+ 3 update (i.e. 3.18 to 3.20).
- The theme doesn't work in a distribution that have a GTK+ 3 version lower than 3.14.
- Arc only supports versions since 3.14, you should update to latest versions.
- The theme is broken after a major GTK+ 3 update (i.e. 3.18 to 3.20 or 3.20 to 3.22).
- Update the package or install from sources.
- The theme is broken after installing from sources.
- Possibly a bug on GTK+ 3 version checking, use `--with-gnome=<version>` flag with `./autogen.sh`.
- Theme isn't transparent on GNOME applications without CSD (i.e. Ubuntu's patched GNOME applications).
- Transparency on GTK+ 3 themes *isn't supported* for non-CSD applications.
- Theme isn't transparent on GNOME applications without CSD (i.e. Ubuntu's applications).
- Transparency isn't supported for non-CSD applications.
- Theme doesn't build from AUR in Arch/Manjaro and others.
- Ensure you have the `base-devel` group installed.
### Checks
*Put a "x" in the space between braces.*
*Ensure you...*
- [ ] I ***really*** read the list above.
- [ ] I checked if my issue isn't duplicated.
- [ ] I read the README.
- [ ] There is nothing about my issue.
- [ ] I installed/built the package *specifically* for the GTK **AND** distribution version that I'm using.
- [ ] I re-login to my user session.
- **Really** read the list above and checked if your issue is or not duplicated.
- **Really** read the README and there is nothing about your issue.
- **Really** checked if the theme is installed or built specifically for the GTK+ 3/distribution version you're using.
### Details
*Don't put "latest" in "version" items.*
- Distribution (with version):
- Base distribution (with version)**\*1**:
- Base distribution (if have, with version):
- Desktop environment (with version):
- Arc version/commit:
- Arc version/commit (don't put "latest"):
- GTK+ 3 version:
- Murrine engine version:
- `gnome-themes-standard` version:
- Installation method:
- [ ] Package.
- [ ] Source.
- Other:
**\*1**: If not, just put "independent".
- Installation method (package or source):

@ -18,7 +18,7 @@ Arc-Flatabulous theme is the [Arc](https://github.com/horst3180/arc-theme) theme
### Requirements
* Gnome/GTK 3.14, 3.16, 3.18 or 3.20
* 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)
@ -30,11 +30,11 @@ Arc-Flatabulous theme is the [Arc](https://github.com/horst3180/arc-theme) theme
Main distributions that meet these requirements are
* Arch Linux and Arch Linux based distros
* Ubuntu 15.04, 15.10 and 16.04 (**Ubuntu 14.04 and 14.10 are not supported**)
* elementary OS Freya
* 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 - 24
* Fedora 21 or newer
* openSUSE 13.2, Leap 42.1 and Tumbleweed
Derivatives of these distributions should work, as well.
@ -62,7 +62,7 @@ To build the theme you'll need
* `libgtk-3-dev` for Debian based distros or `gtk3-devel` for RPM based distros
* `git` if you want to clone the source directory
If your distributions doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages.
If your distribution doesn't ship separate development packages you just need GTK 3 instead of the `-dev` packages.
Install the theme with the following commands
@ -130,15 +130,16 @@ The Arc Dark theme for the Ubuntu Software Center by [mervick](https://github.co
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 get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with
gsettings set com.canonical.desktop.interface scrollbar-mode normal
### Bug reporting
If you find a bug, please report it at https://github.com/andreisergiu98/arc-flatabulous-theme/issues
### License
Arc is available under the terms the GPL-3.0. See `COPYING` for details.
@ -151,3 +152,4 @@ Arc is available under the terms the GPL-3.0. See `COPYING` for details.
* **horst3180** for creating the [Arc](https://github.com/horst3180/arc-theme) theme.
* **Anmol Jagetia** for creating the [Flatabulous](https://github.com/anmoljagetia/Flatabulous) theme.

@ -29,6 +29,8 @@ endif # ENABLE_DARK
if ENABLE_CINNAMON
$(MKDIR_P) $(ithemedir)/cinnamon
cd $(srcdir)/cinnamon && cp thumbnail.png $(ithemedir)/cinnamon
cd $(srcdir)/cinnamon && cp -R \
common-assets \
light-assets \
@ -38,6 +40,8 @@ if ENABLE_CINNAMON
if ENABLE_DARK
$(MKDIR_P) $(ithemedarkdir)/cinnamon
cd $(srcdir)/cinnamon && cp thumbnail-dark.png $(ithemedarkdir)/cinnamon/thumbnail.png
cd $(srcdir)/cinnamon && cp -R \
common-assets \
dark-assets \
@ -128,6 +132,8 @@ if ENABLE_GTK3
if ENABLE_LIGHT
$(MKDIR_P) $(ithemedir)/gtk-3.0
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedir)/gtk-3.0
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
assets \
gtk.css \
@ -138,6 +144,8 @@ endif # ENABLE_LIGHT
if ENABLE_DARKER
$(MKDIR_P) $(ithemedarkerdir)/gtk-3.0
cd $(srcdir)/gtk-3.0 && cp thumbnail.png $(ithemedarkerdir)/gtk-3.0
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
assets \
gtk-dark.css \
@ -151,6 +159,8 @@ endif # ENABLE_DARKER
if ENABLE_DARK
$(MKDIR_P) $(ithemedarkdir)/gtk-3.0
cd $(srcdir)/gtk-3.0 && cp thumbnail-dark.png $(ithemedarkdir)/gtk-3.0/thumbnail.png
cd $(srcdir)/gtk-3.0/$(GNOME_VERSION) && cp -R \
assets \
$(ithemedarkdir)/gtk-3.0
@ -198,7 +208,7 @@ if ENABLE_METACITY
if ENABLE_LIGHT
cp -R $(srcdir)/metacity-1 $(ithemedir)
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml
cd $(ithemedir)/metacity-1 && rm metacity-theme-1-dark.xml metacity-theme-2-dark.xml thumbnail-dark.png
endif # ENABLE_LIGHT
if ENABLE_DARKER
@ -206,7 +216,8 @@ if ENABLE_DARKER
cd $(ithemedarkerdir)/metacity-1 && \
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
mv metacity-theme-2-dark.xml metacity-theme-2.xml
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
mv thumbnail-dark.png thumbnail.png
endif # ENABLE_DARKER
if ENABLE_DARK
@ -214,7 +225,8 @@ if ENABLE_DARK
cd $(ithemedarkdir)/metacity-1 && \
mv metacity-theme-1-dark.xml metacity-theme-1.xml && \
mv metacity-theme-2-dark.xml metacity-theme-2.xml
mv metacity-theme-2-dark.xml metacity-theme-2.xml && \
mv thumbnail-dark.png thumbnail.png
endif # ENABLE_DARK
endif # ENABLE_METACITY
@ -250,15 +262,27 @@ endif # ENABLE_UNITY
if ENABLE_XFWM
if ENABLE_LIGHT
cp -R $(srcdir)/xfwm4 $(ithemedir)
$(MKDIR_P) $(ithemedir)/xfwm4
cd $(srcdir)/xfwm4 && \
cp -R assets/*.png $(ithemedir)/xfwm4 && \
cp themerc $(ithemedir)/xfwm4/themerc
endif # ENABLE_LIGHT
if ENABLE_DARKER
cp -R $(srcdir)/xfwm4-dark $(ithemedarkerdir)/xfwm4
$(MKDIR_P) $(ithemedarkerdir)/xfwm4
cd $(srcdir)/xfwm4 && \
cp -R assets-dark/*.png $(ithemedarkerdir)/xfwm4 && \
cp themerc-dark $(ithemedarkerdir)/xfwm4/themerc
endif # ENABLE_DARKER
if ENABLE_DARK
cp -R $(srcdir)/xfwm4-dark $(ithemedarkdir)/xfwm4
$(MKDIR_P) $(ithemedarkdir)/xfwm4
cd $(srcdir)/xfwm4 && \
cp -R assets-dark/*.png $(ithemedarkdir)/xfwm4 && \
cp themerc-dark $(ithemedarkdir)/xfwm4/themerc
endif # ENABLE_DARK
endif # ENABLE_XFWM
@ -283,7 +307,6 @@ EXTRA_DIST = $(srcdir)/cinnamon \
$(srcdir)/metacity-1 \
$(srcdir)/unity \
$(srcdir)/xfwm4 \
$(srcdir)/xfwm4-dark \
$(srcdir)/index.theme \
$(srcdir)/index.theme-darker \
$(srcdir)/index.theme-dark

@ -22,7 +22,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -34,14 +34,14 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: rgba(211, 218, 227, 0.45);
@ -64,12 +64,12 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #5294E2; }
color: #5294e2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -79,7 +79,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -90,7 +90,7 @@ stage {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -106,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -116,8 +116,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -147,7 +147,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.separator {
-gradient-height: 1px;
@ -161,7 +161,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 4px;
@ -249,42 +249,43 @@ StScrollBar {
font-weight: normal;
text-align: center; }
.popup-menu {
.popup-menu,
.popup-combo-menu {
color: white;
min-width: 200px;
color: #D3DAE3;
border-image: url("dark-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu-arrow {
icon-size: 16px; }
.popup-menu .popup-sub-menu {
.popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
border-image: url("dark-assets/menu/submenu.svg") 9 9 9 9; }
.popup-menu .popup-sub-menu .popup-menu-item:ltr {
.popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
padding-right: 0em; }
.popup-menu .popup-sub-menu .popup-menu-item:rtl {
.popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
padding-left: 0em; }
.popup-menu .popup-sub-menu StScrollBar {
.popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
padding: 4px; }
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
border-width: 0; }
.popup-menu .popup-menu-content {
.popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
padding: 1em 0em 1em 0em; }
.popup-menu .popup-menu-item {
.popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
padding: .4em 1.75em;
spacing: 1em; }
.popup-menu .popup-menu-item:active {
.popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
color: #ffffff;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
.popup-menu .popup-menu-item:insensitive {
.popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
color: rgba(211, 218, 227, 0.5);
background: none; }
.popup-menu .popup-inactive-menu-item {
.popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
color: #D3DAE3; }
.popup-menu .popup-inactive-menu-item:insensitive {
.popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
color: rgba(211, 218, 227, 0.45); }
.popup-menu .popup-menu-item:active .popup-inactive-menu-item {
.popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
color: #ffffff; }
.popup-menu-icon {
icon-size: 16px; }
@ -297,13 +298,8 @@ StScrollBar {
-arrow-base: 0;
-arrow-rise: 0; }
/*Don't know what this does*/
.popup-combo-menu {
background-color: rgba(0, 0, 0, 0.4);
padding: 1em 0em;
color: red;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px; }
padding: 10px 1px; }
.popup-combobox-item {
spacing: 1em; }
@ -359,7 +355,7 @@ StScrollBar {
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom {
color: #ffffff;
color: white;
font-size: 1em;
padding: 0px; }
@ -401,9 +397,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
spacing: 25px; }
.expo-workspaces-name-entry,
@ -419,20 +415,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #5294E2;
border: 4px solid #5294e2;
background-color: black;
border-radius: 2px; }
@ -605,7 +601,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-other-month-day {
@ -672,11 +668,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 0px solid #5294E2; }
background-color: #5294e2;
border: 0px solid #5294e2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@ -691,7 +687,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
color: #ffffff; }
color: white; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@ -763,15 +759,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@ -866,8 +862,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -978,7 +974,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: #ffffff;
color: white;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@ -989,7 +985,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -1001,7 +997,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.window-list-box {
spacing: 6px;
@ -1024,9 +1020,9 @@ StScrollBar {
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
color: #ffffff; }
color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
color: #ffffff; }
color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
@ -1122,9 +1118,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@ -1134,7 +1130,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #2d303b;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@ -1156,7 +1152,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #5294E2; }
color: #5294e2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@ -1171,7 +1167,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@ -1195,7 +1191,7 @@ StScrollBar {
transition-duration: 200; }
.panel-launcher:hover {
background-gradient-direction: none;
border: 0px solid #5294E2; }
border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover {
@ -1216,22 +1212,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
color: #ffffff;
color: white;
text-shadow: none;
transition-duration: 100; }
.applet-box:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.applet-label {
font-weight: bold;
color: #ffffff; }
color: white; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
color: #ffffff;
color: white;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@ -1272,7 +1268,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #5294E2;
border: 2px solid #5294e2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@ -1297,7 +1293,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.xkcd-box {
padding: 6px;

@ -22,7 +22,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -34,14 +34,14 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
@ -64,12 +64,12 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #5294E2; }
color: #5294e2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -79,7 +79,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -90,7 +90,7 @@ stage {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -106,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -116,8 +116,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -147,7 +147,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.separator {
-gradient-height: 1px;
@ -161,7 +161,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 4px;
@ -249,42 +249,43 @@ StScrollBar {
font-weight: normal;
text-align: center; }
.popup-menu {
.popup-menu,
.popup-combo-menu {
color: white;
min-width: 200px;
color: #5c616c;
border-image: url("light-assets/menu/menu.svg") 9 9 9 9; }
.popup-menu-arrow {
icon-size: 16px; }
.popup-menu .popup-sub-menu {
.popup-menu .popup-sub-menu, .popup-combo-menu .popup-sub-menu {
background-gradient-direction: none;
box-shadow: none;
border-image: url("light-assets/menu/submenu.svg") 9 9 9 9; }
.popup-menu .popup-sub-menu .popup-menu-item:ltr {
.popup-menu .popup-sub-menu .popup-menu-item:ltr, .popup-combo-menu .popup-sub-menu .popup-menu-item:ltr {
padding-right: 0em; }
.popup-menu .popup-sub-menu .popup-menu-item:rtl {
.popup-menu .popup-sub-menu .popup-menu-item:rtl, .popup-combo-menu .popup-sub-menu .popup-menu-item:rtl {
padding-left: 0em; }
.popup-menu .popup-sub-menu StScrollBar {
.popup-menu .popup-sub-menu StScrollBar, .popup-combo-menu .popup-sub-menu StScrollBar {
padding: 4px; }
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle {
.popup-menu .popup-sub-menu StScrollBar StBin#trough, .popup-menu .popup-sub-menu StScrollBar StBin#vhandle, .popup-combo-menu .popup-sub-menu StScrollBar StBin#trough, .popup-combo-menu .popup-sub-menu StScrollBar StBin#vhandle {
border-width: 0; }
.popup-menu .popup-menu-content {
.popup-menu .popup-menu-content, .popup-combo-menu .popup-menu-content {
padding: 1em 0em 1em 0em; }
.popup-menu .popup-menu-item {
.popup-menu .popup-menu-item, .popup-combo-menu .popup-menu-item {
padding: .4em 1.75em;
spacing: 1em; }
.popup-menu .popup-menu-item:active {
.popup-menu .popup-menu-item:active, .popup-combo-menu .popup-menu-item:active {
color: #ffffff;
background-color: transparent;
border-image: url("common-assets/menu/menu-hover.svg") 9 9 1 1; }
.popup-menu .popup-menu-item:insensitive {
.popup-menu .popup-menu-item:insensitive, .popup-combo-menu .popup-menu-item:insensitive {
color: rgba(92, 97, 108, 0.5);
background: none; }
.popup-menu .popup-inactive-menu-item {
.popup-menu .popup-inactive-menu-item, .popup-combo-menu .popup-inactive-menu-item {
color: #5c616c; }
.popup-menu .popup-inactive-menu-item:insensitive {
.popup-menu .popup-inactive-menu-item:insensitive, .popup-combo-menu .popup-inactive-menu-item:insensitive {
color: rgba(92, 97, 108, 0.55); }
.popup-menu .popup-menu-item:active .popup-inactive-menu-item {
.popup-menu .popup-menu-item:active .popup-inactive-menu-item, .popup-combo-menu .popup-menu-item:active .popup-inactive-menu-item {
color: #ffffff; }
.popup-menu-icon {
icon-size: 16px; }
@ -297,13 +298,8 @@ StScrollBar {
-arrow-base: 0;
-arrow-rise: 0; }
/*Don't know what this does*/
.popup-combo-menu {
background-color: rgba(0, 0, 0, 0.4);
padding: 1em 0em;
color: red;
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 3px; }
padding: 10px 1px; }
.popup-combobox-item {
spacing: 1em; }
@ -359,7 +355,7 @@ StScrollBar {
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom {
color: #ffffff;
color: white;
font-size: 1em;
padding: 0px; }
@ -401,9 +397,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
spacing: 25px; }
.expo-workspaces-name-entry,
@ -419,20 +415,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #5294E2;
border: 4px solid #5294e2;
background-color: black;
border-radius: 2px; }
@ -605,7 +601,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-other-month-day {
@ -672,11 +668,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 0px solid #5294E2; }
background-color: #5294e2;
border: 0px solid #5294e2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@ -691,7 +687,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
color: #ffffff; }
color: white; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@ -763,15 +759,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@ -866,8 +862,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -978,7 +974,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: #ffffff;
color: white;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@ -989,7 +985,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -1001,7 +997,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.window-list-box {
spacing: 6px;
@ -1024,9 +1020,9 @@ StScrollBar {
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
color: #ffffff; }
color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
color: #ffffff; }
color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
@ -1122,9 +1118,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@ -1134,7 +1130,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@ -1156,7 +1152,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #5294E2; }
color: #5294e2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@ -1171,7 +1167,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@ -1195,7 +1191,7 @@ StScrollBar {
transition-duration: 200; }
.panel-launcher:hover {
background-gradient-direction: none;
border: 0px solid #5294E2; }
border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover {
@ -1216,22 +1212,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
color: #ffffff;
color: white;
text-shadow: none;
transition-duration: 100; }
.applet-box:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.applet-label {
font-weight: bold;
color: #ffffff; }
color: white; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
color: #ffffff;
color: white;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@ -1272,7 +1268,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #5294E2;
border: 2px solid #5294e2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@ -1297,7 +1293,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.xkcd-box {
padding: 6px;

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="9.0311108mm"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="menu-hover.svg">
<defs
id="defs6929" />
id="defs6929">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="1185"
y1="108"
x2="1185"
y2="141"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +46,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="16.532799"
inkscape:cy="17.338845"
inkscape:cx="0.595299"
inkscape:cy="17.160274"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -71,14 +91,14 @@
<g
transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)"
id="g6908"
style="fill:#5294e2;fill-opacity:1">
style="fill:url(#linearGradient4140);fill-opacity:1">
<rect
y="108"
x="1011"
height="33"
width="348"
id="rect5271"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="35"
@ -16,7 +18,42 @@
inkscape:version="0.91 r13725"
sodipodi:docname="add-workspace-active.svg">
<defs
id="defs4" />
id="defs4">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4144" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4146"
x1="19.500005"
y1="853.36218"
x2="19.500005"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4149"
x1="18.000003"
y1="944.36218"
x2="18.000003"
y2="960.36218"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,8 +62,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8"
inkscape:cx="-12.039549"
inkscape:cy="88.924726"
inkscape:cx="1.6114609"
inkscape:cy="95.511861"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -65,7 +102,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -75,7 +112,7 @@
id="layer1"
transform="translate(0,-852.36218)">
<path
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
d="M 3 0 C 1.3380015 0 0 1.3380015 0 3 L 0 197 C 0 198.662 1.3380015 200 3 200 L 36 200 C 37.661999 200 39 198.662 39 197 L 39 3 C 39 1.3380015 37.661999 0 36 0 L 3 0 z M 3 1 L 36 1 C 37.108 1 38 1.892 38 3 L 38 197 C 38 198.108 37.108 199 36 199 L 3 199 C 1.892 199 1 198.108 1 197 L 1 3 C 1 1.892 1.892 1 3 1 z "
transform="translate(0,852.36218)"
id="rect3810" />
@ -85,7 +122,7 @@
style="fill:#000000;fill-opacity:1;opacity:0.5" />
<rect
rx="2"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:url(#linearGradient4146);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect3812"
width="37"
height="198"
@ -94,7 +131,7 @@
ry="2" />
<g
id="g3917"
style="fill:#ffffff;fill-opacity:1">
style="fill:url(#linearGradient4149);fill-opacity:1">
<rect
ry="1.1428567"
y="944.36218"
@ -102,7 +139,7 @@
height="15.999994"
width="2.0000002"
id="rect3897"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
transform="matrix(0,1,-1,0,0,0)"
ry="1.1428567"
@ -111,7 +148,7 @@
height="15.999994"
width="2.0000002"
id="rect3897-6"
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:#102b68;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-left-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="14.072123"
inkscape:cy="8.0207106"
inkscape:cx="6.1613659"
inkscape:cy="7.9323223"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -92,7 +94,25 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="108.00018"
y1="751"
x2="108.00018"
y2="758.99959"
gradientUnits="userSpaceOnUse" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -144,7 +164,7 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
d="m 109.82336,751.00006 a 0.67182557,0.66502524 0 0 0 -0.10367,0.009 0.67182557,0.66502524 0 0 0 -0.39887,0.18702 l -3.35878,3.32479 -0.46184,0.47795 0.46184,0.47792 3.35878,3.32481 a 0.68281953,0.67590797 0 0 0 0.698,0.16363 c 0.0374,0.0143 0.0779,0.0233 0.1207,0.0233 0.18608,0 0.33589,-0.14829 0.33589,-0.33248 0,-0.0423 -0.009,-0.0823 -0.0236,-0.11948 a 0.68281953,0.67590797 0 0 0 -0.16531,-0.69094 l -2.876,-2.84689 2.87597,-2.84686 a 0.67182557,0.66502524 0 0 0 0.17056,-0.72082 c 0.008,-0.0292 0.0185,-0.058 0.0185,-0.0896 0,-0.18421 -0.14978,-0.33249 -0.33587,-0.33249 -0.0395,0 -0.0765,0.01 -0.11152,0.022 A 0.67182557,0.66502524 0 0 0 109.82334,751 Z"
id="path6040"
inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-right-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="14.072123"
inkscape:cy="8.0207106"
inkscape:cx="6.1613659"
inkscape:cy="7.9323223"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -92,7 +94,25 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="108.00017"
y1="751"
x2="108.00017"
y2="758.99959"
gradientUnits="userSpaceOnUse" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -144,7 +164,7 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
d="m 106.17699,751.00006 a 0.67182557,0.66502524 0 0 1 0.10367,0.009 0.67182557,0.66502524 0 0 1 0.39887,0.18702 l 3.35878,3.32479 0.46184,0.47795 -0.46184,0.47792 -3.35878,3.32481 a 0.68281953,0.67590797 0 0 1 -0.698,0.16363 c -0.0374,0.0143 -0.0779,0.0233 -0.1207,0.0233 -0.18608,0 -0.33589,-0.14829 -0.33589,-0.33248 0,-0.0423 0.009,-0.0823 0.0236,-0.11948 a 0.68281953,0.67590797 0 0 1 0.16531,-0.69094 l 2.876,-2.84689 -2.87597,-2.84686 a 0.67182557,0.66502524 0 0 1 -0.17056,-0.72082 c -0.008,-0.0292 -0.0185,-0.058 -0.0185,-0.0896 0,-0.18421 0.14978,-0.33249 0.33587,-0.33249 0.0395,0 0.0765,0.01 0.11152,0.022 A 0.67182557,0.66502524 0 0 1 106.17701,751 Z"
id="path6040"
inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -34,8 +34,8 @@
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="2.3864854"
inkscape:cx="-38.639816"
inkscape:cy="27.143174"
inkscape:cx="54.174496"
inkscape:cy="43.066171"
inkscape:current-layer="svg2" />
<defs
id="defs4">
@ -68,7 +68,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="3.5498385"
inkscape:cy="11.547553"
inkscape:cx="4.4779162"
inkscape:cy="11.459165"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -76,7 +78,25 @@
id="guide4135" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4140" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4142"
x1="6"
y1="287"
x2="6"
y2="289"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -134,21 +154,21 @@
id="layer1"
transform="translate(0,-276)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4138"
width="2"
height="2"
x="5"
y="287" />
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="rect4138-6"
width="2"
height="2"
x="11"
y="287" />
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="rect4138-9"
width="2"
height="2"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -16,7 +18,7 @@
id="svg11300"
sodipodi:version="0.32"
inkscape:version="0.91 r13725"
sodipodi:docname="running1.svg"
sodipodi:docname="window-list-active-bottom.svg"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
style="display:inline;enable-background:new">
@ -30,8 +32,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="19.769528"
inkscape:cx="15.988499"
inkscape:cy="3.1982956"
inkscape:cx="6.9341604"
inkscape:cy="3.0971298"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="14"
y1="298"
x2="14"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
id="rect4270-9"
width="24"
height="2"

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="19.769528"
inkscape:cx="6.908869"
inkscape:cy="3.1982956"
inkscape:cx="-2.1454696"
inkscape:cy="3.0971298"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="14"
y1="296"
x2="14"
y2="298"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
id="rect4270-9"
width="24"
height="2"

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,14 @@
sodipodi:docname="switch-off-selected.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4164" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +101,24 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4166"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4168"
x1="1046.0012"
y1="336.99982"
x2="1046.0012"
y2="343"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,9 +128,9 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.2495794"
inkscape:cx="-2.2858532"
inkscape:cy="2.3994423"
inkscape:current-layer="layer1"
inkscape:cx="34.261465"
inkscape:cy="7.0057377"
inkscape:current-layer="switch-selected"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -183,7 +211,7 @@
ry="11"
rx="11" />
<circle
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-7-1"
cx="41"
cy="1041.3622"
@ -195,7 +223,7 @@
inkscape:connector-curvature="0"
d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z"
id="path10839-9-8-2-2-5-7"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,22 @@
sodipodi:docname="switch-on-selected.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4171" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +109,42 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4170"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4172"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,8 +154,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.666667"
inkscape:cx="20.556458"
inkscape:cy="-1.6685358"
inkscape:cx="14.042172"
inkscape:cy="11.702892"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -175,7 +229,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-4"
width="50"
height="20"
@ -184,7 +238,7 @@
ry="11"
rx="11" />
<circle
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0-7"
cx="41"
cy="1041.3622"
@ -204,7 +258,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2-1"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -213,7 +267,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0-8"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4159" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4161"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-7.2080158"
inkscape:cy="7.7067432"
inkscape:cx="-8.8873943"
inkscape:cy="0.45889901"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -136,7 +155,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4159" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4161"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-7.3847925"
inkscape:cy="7.7067432"
inkscape:cx="-1.9931035"
inkscape:cy="7.5299665"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -136,7 +155,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4152"
x1="25"
y1="31.362183"
x2="25"
y2="45.36218"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-7.2080158"
inkscape:cy="7.7067432"
inkscape:cx="5.2547407"
inkscape:cy="14.601034"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -126,7 +145,7 @@
id="g5400-2-47">
<rect
ry="2"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-3-70"
width="13"
height="12.999997"

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="2"
y1="1021.3622"
x2="2"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,9 +45,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:zoom="15.839192"
inkscape:cx="0.58833524"
inkscape:cy="24.231157"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -67,7 +87,7 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z"
id="rect4162"
inkscape:connector-curvature="0"

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,14 @@
sodipodi:docname="switch-on.svg">
<defs
id="defs7541">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +101,15 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,8 +119,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.666667"
inkscape:cx="26.273653"
inkscape:cy="16.301439"
inkscape:cx="10.930796"
inkscape:cy="16.13001"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -140,7 +159,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -175,7 +194,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-7"
width="50"
height="20"

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,22 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4169" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient7704">
<stop
@ -61,6 +79,33 @@
offset="1"
id="stop3973-0-5-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4171"
x1="10.5"
y1="1033.3622"
x2="10.5"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="12"
y1="1027.3622"
x2="12"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -70,8 +115,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:cx="-12.701718"
inkscape:cy="-4.172704"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -105,7 +150,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -163,7 +208,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>
@ -196,7 +241,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -204,7 +249,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,22 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4169" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient7704">
<stop
@ -61,6 +79,33 @@
offset="1"
id="stop3973-0-5-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4171"
x1="10.5"
y1="1033.3622"
x2="10.5"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="12"
y1="1027.3622"
x2="12"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -70,8 +115,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:cx="-16.237251"
inkscape:cy="2.8983635"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -163,7 +208,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>
@ -196,7 +241,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -204,7 +249,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4152"
x1="25"
y1="31.362183"
x2="25"
y2="45.36218"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="5.9470841"
inkscape:cy="-0.94340514"
inkscape:cx="-9.8744294"
inkscape:cy="-1.1201818"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -126,7 +145,7 @@
id="g5400-2">
<rect
ry="2"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-3"
width="13"
height="12.999997"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,26 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4155"
x1="2"
y1="1020.3622"
x2="2"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +47,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-0.89235979"
inkscape:cy="34.935138"
inkscape:cx="-3.6188723"
inkscape:cy="36.101629"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -67,10 +88,16 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
id="rect4162-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,22 @@
sodipodi:docname="switch-on.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4181" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +109,42 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4183"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4185"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4187"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -99,10 +153,10 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="32.998318"
inkscape:cx="6.3160735"
inkscape:cy="9.1853829"
inkscape:current-layer="layer1"
inkscape:zoom="8.2495795"
inkscape:cx="1.2517535"
inkscape:cy="0.45938131"
inkscape:current-layer="switch-active-2"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -140,7 +194,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -175,7 +229,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8"
width="50"
height="20"
@ -184,7 +238,7 @@
ry="11"
rx="11" />
<circle
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0"
cx="41"
cy="1041.3622"
@ -204,7 +258,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -213,7 +267,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -8,6 +8,7 @@ $font-family: Futura Bk bt, sans, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -266,7 +267,8 @@ StScrollBar {
//
// Popvers/Menus
//
.popup-menu {
.popup-menu,
%menu {
color: white;
min-width: 200px;
color: $fg_color;
@ -324,13 +326,9 @@ StScrollBar {
-arrow-rise: 0;
}
/*Don't know what this does*/
.popup-combo-menu {
background-color: rgba(0,0,0,0.4);
padding: 1em 0em;
color: red;
border: 1px solid rgba(0,0,0,0.6);
border-radius: 3px;
@extend %menu;
padding: 10px 1px;
}
.popup-image-menu-item {}
@ -397,9 +395,10 @@ StScrollBar {
}
.panel {
$_panel_fg_color: $_shell_fg_color;
&-top, &-bottom {
color: $selected_fg_color;
color: $_panel_fg_color;
font-size: 1em;
padding: 0px;
}
@ -833,7 +832,7 @@ StScrollBar {
&:highlighted {
border-color: rgba(0,0,0,0);
color: $selected_fg_color;
color: $_shell_fg_color;
}
}
@ -1186,7 +1185,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: $selected_fg_color;
color: $_shell_fg_color;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
}
@ -1199,7 +1198,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $selected_fg_color;
color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -1241,14 +1240,14 @@ StScrollBar {
padding-left: 8px;
padding-right: 8px;
transition-duration: 100;
color: transparentize($selected_fg_color, 0.4);
color: transparentize($_shell_fg_color, 0.4);
&:hover {color: $selected_fg_color;}
&:hover {color: $_shell_fg_color;}
&:active,
&:checked,
&:focus {
color: $selected_fg_color;
color: $_shell_fg_color;
.panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
@ -1485,7 +1484,7 @@ StScrollBar {
&-box {
padding-left: 3px;
padding-right: 3px;
color: $selected_fg_color;
color: $_shell_fg_color;
text-shadow: none;
transition-duration: 100;
@ -1497,7 +1496,7 @@ StScrollBar {
&-label {
font-weight: bold;
color: $selected_fg_color;
color: $_shell_fg_color;
&:hover, .applet-box:hover > & {
color: $selected_fg_color;
@ -1506,7 +1505,7 @@ StScrollBar {
}
&-icon {
color: $selected_fg_color;
color: $_shell_fg_color;
icon-size: 22px;
&:hover, .applet-box:hover > & {

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="7.4203783"
inkscape:cy="11.448936"
inkscape:cx="-0.3592836"
inkscape:cy="11.362012"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(149.89798,-183)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4179"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4177" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,14 +138,25 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
width="9.8684549"
height="8.6348953"
x="11.000002"
y="162.13155"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none"
id="rect4145-3"
width="8.6348982"
height="9.8684559"
x="162.13155"
y="-20.868458"
ry="1.2335529"
transform="matrix(0,1,-1,0,0,0)" />
<rect
rx="1.2335529"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4145-3-8"
width="8.6348982"
height="9.8684559"
x="162.13155"
y="-20.868458"
ry="1.2335529"
rx="1.2335573" />
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -41,9 +42,9 @@
inkscape:window-height="604"
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="5.6288669"
inkscape:cy="11.448936"
inkscape:zoom="16.269616"
inkscape:cx="0.28877281"
inkscape:cy="11.099631"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-1.2335588,-1.3608766e-5)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4179"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4177" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,18 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none"
id="rect4145-3"
width="8.6348982"
height="9.8684559"
x="11.000002"
y="162.13155"
ry="1.2335529" />
<rect
rx="1.2335529"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4145-3-8"
width="8.6348982"
height="9.8684559"
x="11.000002"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -41,9 +42,9 @@
inkscape:window-height="604"
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="2.1519234"
inkscape:cy="6.23352"
inkscape:zoom="11.504356"
inkscape:cx="-2.570756"
inkscape:cy="2.5931873"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(151.13154,-183.00001)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4179"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4177" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,13 +138,24 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none"
id="rect4145-3"
width="8.6348982"
height="9.8684559"
x="163.3651"
y="-20.868458"
ry="1.2335529"
transform="matrix(0,1,-1,0,0,0)" />
<rect
rx="1.2335529"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4145-3-8"
width="8.6348982"
height="9.8684559"
x="163.3651"
y="-20.868458"
ry="1.2335573"
ry="1.2335529"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -41,9 +42,9 @@
inkscape:window-height="604"
id="namedview4173"
showgrid="true"
inkscape:zoom="32.539233"
inkscape:cx="4.868656"
inkscape:cy="11.433325"
inkscape:zoom="16.269617"
inkscape:cx="3.8757831"
inkscape:cy="6.3385392"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -58,6 +59,14 @@
</sodipodi:namedview>
<defs
id="defs7357">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4177" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient36429"
id="radialGradient7461"
@ -110,6 +119,15 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4179"
x1="16.551009"
y1="162.13155"
x2="16.551009"
y2="172"
gradientUnits="userSpaceOnUse" />
</defs>
<g
id="layer1"
@ -119,11 +137,21 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#2f7fdc;fill-opacity:1;stroke:none"
id="rect4145"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4179);fill-opacity:1;stroke:none"
id="rect4145-3"
width="8.6348982"
height="9.8684559"
x="12.23356"
y="162.13155"
ry="1.2335529" />
<rect
rx="1.2335529"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4145-3-8"
width="8.6348982"
height="9.8684559"
x="12.233559"
x="12.23356"
y="162.13155"
ry="1.2335529" />
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="6.9397244"
inkscape:cy="7.9719919"
inkscape:cx="-0.8399375"
inkscape:cy="7.8850683"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(149.89799,-183.00001)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,13 +138,14 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4145-8"
width="8.6348982"
height="9.8684559"
x="162.13155"
y="-20.868458"
ry="1.2335573"
ry="1.2335529"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="2.1519234"
inkscape:cy="6.23352"
inkscape:cx="-5.6929312"
inkscape:cy="6.1465964"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-1.2335573,-1.0622696e-5)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,9 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4145-6"
width="8.6348982"
height="9.8684559"
x="11.000002"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-1.3250204"
inkscape:cy="6.23352"
inkscape:cx="8.2148443"
inkscape:cy="9.6235403"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(151.13154,-183.00001)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,13 +138,14 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4145"
rx="1.2335529"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4145-6"
width="8.6348982"
height="9.8684559"
x="163.3651"
y="-20.868458"
ry="1.2335573"
ry="1.2335529"
transform="matrix(0,1,-1,0,0,0)" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="8.7585229"
inkscape:cy="6.3204436"
inkscape:cx="0.978861"
inkscape:cy="6.23352"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -58,6 +59,14 @@
</sodipodi:namedview>
<defs
id="defs7357">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient36429"
id="radialGradient7461"
@ -110,6 +119,15 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="16.551008"
y1="162.13155"
x2="16.551008"
y2="172"
gradientUnits="userSpaceOnUse" />
</defs>
<g
id="layer1"
@ -119,7 +137,7 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4145"
width="8.6348982"
height="9.8684559"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.5319458"
inkscape:cx="0.3482588"
inkscape:cy="8.1834941"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-183.00001,-159.76644)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,17 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="-18.40134"
y="-172"
rx="0"
transform="scale(-1,-1)" />
<rect
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4147-6"
width="4.9342208"
height="1.233557"
x="-18.40134"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.5319458"
inkscape:cx="2.0867307"
inkscape:cy="8.1834941"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-1.3822986e-5,-8.6348988)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,17 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="164.59866"
y="-20.868458"
rx="0"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4147-9"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="1.2392256"
inkscape:cy="6.5319458"
inkscape:cx="2.0867307"
inkscape:cy="11.660438"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-183.00002,-151.13154)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,11 +138,20 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="-18.401337"
y="-163.3651"
rx="0"
transform="scale(-1,-1)" />
<rect
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4147-32"
width="4.9342208"
height="1.233557"
x="-18.40134"
x="-18.401337"
y="-163.3651"
rx="0"
transform="scale(-1,-1)" />

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -24,7 +25,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="4.4119369"
inkscape:cy="6.6188694"
inkscape:cx="-3.367725"
inkscape:cy="6.5319458"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-1.1080329e-5,-1.6028836e-7)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,7 +138,16 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#226bc4;fill-opacity:1;stroke:none"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="164.59866"
y="-12.233559"
rx="0"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#000000;fill-opacity:0.17647059;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:cx="3.8903954"
inkscape:cy="6.4073672"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-183,-159.76643)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,8 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-4"
width="4.9342208"
height="1.233557"
x="-18.40134"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:cx="2.3235185"
inkscape:cy="6.4073672"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-183.00003,-159.76643)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,12 +138,21 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="-18.40134"
y="-171.99998"
rx="0"
transform="scale(-1,-1)" />
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none"
id="rect4147-9"
width="4.9342208"
height="1.233557"
x="-18.40134"
y="-172"
y="-171.99998"
rx="0"
transform="scale(-1,-1)" />
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="1.2392256"
inkscape:cy="6.4942908"
inkscape:cx="7.3021465"
inkscape:cy="8.1458391"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-3.1115113e-5,-8.634898)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,17 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="164.59866"
y="-20.868458"
rx="0"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none"
id="rect4147-9"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:cx="10.77909"
inkscape:cy="11.622783"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-183.00003,-151.13153)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,12 +138,21 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="-18.40134"
y="-163.36511"
rx="0"
transform="scale(-1,-1)" />
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none"
id="rect4147-9"
width="4.9342208"
height="1.233557"
x="-18.401337"
y="-163.3651"
x="-18.40134"
y="-163.36511"
rx="0"
transform="scale(-1,-1)" />
</g>

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -24,7 +25,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="4.4119369"
inkscape:cy="6.5812144"
inkscape:cx="-3.367725"
inkscape:cy="6.4942908"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-1.896529e-5,4.9366371e-7)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,17 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#97beed;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="164.59866"
y="-12.233559"
rx="0"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:0.37254902;stroke:none"
id="rect4147-9"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:cx="3.8252027"
inkscape:cy="8.1458391"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-1.453615e-5,-8.634898)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,8 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-0"
width="4.9342208"
height="1.233557"
x="164.59866"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="-2.2377182"
inkscape:cy="6.4942908"
inkscape:cx="0.3482588"
inkscape:cy="13.361255"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -110,6 +111,24 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
gradientTransform="translate(-183.00001,-151.13153)"
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
</defs>
<g
id="layer1"
@ -119,8 +138,8 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
id="rect4147"
style="display:inline;opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147-3"
width="4.9342208"
height="1.233557"
x="-18.40134"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,6 +2,7 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -42,8 +43,8 @@
id="namedview4173"
showgrid="true"
inkscape:zoom="23.008712"
inkscape:cx="4.4119369"
inkscape:cy="6.5812144"
inkscape:cx="3.5861627"
inkscape:cy="9.9712347"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1"
@ -58,6 +59,14 @@
</sodipodi:namedview>
<defs
id="defs7357">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<radialGradient
xlink:href="#linearGradient36429"
id="radialGradient7461"
@ -110,6 +119,15 @@
gradientUnits="userSpaceOnUse"
id="radialGradient7488"
xlink:href="#linearGradient36471" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="167.06577"
y1="-12.233559"
x2="167.06577"
y2="-11.000002"
gradientUnits="userSpaceOnUse" />
</defs>
<g
id="layer1"
@ -119,7 +137,7 @@
id="g30864"
transform="translate(255.223,70.118091)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none"
id="rect4147"
width="4.9342208"
height="1.233557"

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="13.979167"
inkscape:cx="8.9568436"
inkscape:cy="-0.4854291"
inkscape:cx="-3.8479251"
inkscape:cy="-0.62849914"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="14"
y1="298"
x2="14"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
id="rect4270-9"
width="8"
height="2"

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="39.539055"
inkscape:cx="11.552125"
inkscape:cy="2.6434045"
inkscape:cx="13.094903"
inkscape:cy="2.5928216"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="11"
y1="298"
x2="11"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none"
id="rect4270-9"
width="4"
height="2"
@ -144,6 +164,6 @@
height="2"
width="4"
id="rect4239"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -29,9 +31,9 @@
borderopacity="1"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="27.958333"
inkscape:cx="8.1058637"
inkscape:cy="5.6243161"
inkscape:zoom="13.979167"
inkscape:cx="6.8007789"
inkscape:cy="11.461748"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4139" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4141"
x1="8"
y1="298"
x2="8"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4141);fill-opacity:1;stroke:none"
id="rect4270-9"
width="4"
height="2"
@ -144,9 +164,9 @@
height="2"
width="4"
id="rect4239"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
id="rect4140"
width="4"
height="2"

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="19.769527"
inkscape:cx="7.1711103"
inkscape:cy="3.7516472"
inkscape:cx="10.256667"
inkscape:cy="-0.39615057"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4140" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4142"
x1="5"
y1="298"
x2="5"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none"
id="rect4270-9"
width="4"
height="2"
@ -144,9 +164,9 @@
height="2"
width="4"
id="rect4202"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
id="rect4208"
width="4"
height="2"
@ -158,6 +178,6 @@
height="2"
width="4"
id="rect4214"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="9.0311108mm"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="menu-hover.svg">
<defs
id="defs6929" />
id="defs6929">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="1185"
y1="108"
x2="1185"
y2="141"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +46,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="16.532799"
inkscape:cy="17.338845"
inkscape:cx="0.595299"
inkscape:cy="17.160274"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -71,14 +91,14 @@
<g
transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)"
id="g6908"
style="fill:#5294e2;fill-opacity:1">
style="fill:url(#linearGradient4140);fill-opacity:1">
<rect
y="108"
x="1011"
height="33"
width="348"
id="rect5271"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -16,7 +18,42 @@
inkscape:version="0.91 r13725"
sodipodi:docname="more-results.svg">
<defs
id="defs12432" />
id="defs12432">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="149.99985"
y1="397.99106"
x2="149.99985"
y2="413.99105"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4152"
x1="149.99984"
y1="401.99107"
x2="149.99984"
y2="409.99107"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#7a7a7a"
@ -25,8 +62,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="6.0810901"
inkscape:cy="9.9882296"
inkscape:cx="7.9593425"
inkscape:cy="9.811453"
inkscape:document-units="px"
inkscape:current-layer="g14642-3-0"
showgrid="true"
@ -72,7 +109,7 @@
inkscape:label="zoom-in"
id="g14642-3-0">
<ellipse
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4156"
cx="149.99985"
cy="405.99106"
@ -120,7 +157,7 @@
</g>
</g>
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
style="fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 148.99984,401.99107 0,3 -3,0 0,2 3,0 0,3 2,0 0,-3 3,0 0,-2 -3,0 0,-3 z"
id="rect3757"
inkscape:connector-curvature="0"

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
@ -16,7 +18,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="page-indicator-active.svg">
<defs
id="defs5268" />
id="defs5268">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="9"
y1="3"
x2="9"
y2="11"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#cacaca"
@ -25,8 +45,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="0.44498099"
inkscape:cy="7.5490324"
inkscape:cx="-10.742519"
inkscape:cy="7.4240324"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -58,7 +78,7 @@
inkscape:groupmode="layer"
transform="translate(0,2)">
<circle
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-opacity:0.70588235"
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235"
id="path4136"
cx="9"
cy="7"

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="3.5498385"
inkscape:cy="11.547553"
inkscape:cx="4.4779162"
inkscape:cy="11.459165"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -76,7 +78,25 @@
id="guide4135" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4140" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4142"
x1="6"
y1="287"
x2="6"
y2="289"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -134,21 +154,21 @@
id="layer1"
transform="translate(0,-276)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4138"
width="2"
height="2"
x="5"
y="287" />
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="rect4138-6"
width="2"
height="2"
x="11"
y="287" />
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="rect4138-9"
width="2"
height="2"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,14 @@
sodipodi:docname="switch-off-selected.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4164" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +101,24 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4166"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4168"
x1="1046.0012"
y1="336.99982"
x2="1046.0012"
y2="343"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,9 +128,9 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.2495794"
inkscape:cx="-2.2858532"
inkscape:cy="2.3994423"
inkscape:current-layer="layer1"
inkscape:cx="34.261465"
inkscape:cy="7.0057377"
inkscape:current-layer="switch-selected"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -183,7 +211,7 @@
ry="11"
rx="11" />
<circle
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-7-1"
cx="41"
cy="1041.3622"
@ -195,7 +223,7 @@
inkscape:connector-curvature="0"
d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z"
id="path10839-9-8-2-2-5-7"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,22 @@
sodipodi:docname="switch-on-selected.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4171" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +109,42 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4170"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4172"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,8 +154,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.666667"
inkscape:cx="20.556458"
inkscape:cy="-1.6685358"
inkscape:cx="14.042172"
inkscape:cy="11.702892"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -175,7 +229,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-4"
width="50"
height="20"
@ -184,7 +238,7 @@
ry="11"
rx="11" />
<circle
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0-7"
cx="41"
cy="1041.3622"
@ -204,7 +258,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2-1"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -213,7 +267,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0-8"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4159" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4161"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="8.4809152"
inkscape:cy="7.7067432"
inkscape:cx="-8.8873943"
inkscape:cy="0.45889901"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -136,7 +155,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>
@ -169,7 +188,7 @@
height="1.9999826"
width="5"
id="rect3977-39-90"
style="fill:#32363d;fill-opacity:1;stroke:none" />
style="fill:#2b303b;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -177,7 +196,7 @@
height="7.9999828"
width="2"
id="rect3979-7-60"
style="fill:#32363d;fill-opacity:1;stroke:none" />
style="fill:#2b303b;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4159" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4161"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="8.4809152"
inkscape:cy="7.7067432"
inkscape:cx="-1.9931035"
inkscape:cy="7.5299665"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -136,7 +155,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>
@ -169,7 +188,7 @@
height="1.9999826"
width="5"
id="rect3977-39-90"
style="fill:#32363d;fill-opacity:1;stroke:none" />
style="fill:#2b303b;fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -177,7 +196,7 @@
height="7.9999828"
width="2"
id="rect3979-7-60"
style="fill:#32363d;fill-opacity:1;stroke:none" />
style="fill:#2b303b;fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4152"
x1="25"
y1="31.362183"
x2="25"
y2="45.36218"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="8.6576919"
inkscape:cy="7.7067432"
inkscape:cx="5.2547407"
inkscape:cy="14.601034"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -126,7 +145,7 @@
id="g5400-2-47">
<rect
ry="2"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#32363d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-3-70"
width="13"
height="12.999997"

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-left-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-21.616809"
inkscape:cy="2.0293849"
inkscape:cx="-2.7030998"
inkscape:cy="8.9526136"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -60,7 +62,7 @@
inkscape:window-width="1366"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:zoom="5.6568543">
inkscape:zoom="22.627417">
<inkscape:grid
empspacing="2"
enabled="true"
@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="108.31551"
y1="748.98676"
x2="108.31551"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-100.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -143,27 +164,9 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
id="path6040"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect6046"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="749" />
<rect
height="1"
id="rect6050"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z "
transform="translate(100.0002,747)"
id="path6040" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-right-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="3.892693"
inkscape:cy="8.8200689"
inkscape:cx="-7.294807"
inkscape:cy="8.6950689"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="328.68296"
y1="748.97592"
x2="328.68296"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-321.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -143,29 +164,9 @@
style="display:inline"
transform="translate(-321.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
id="path8460"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect8464"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="749" />
<rect
height="1"
id="rect8468"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z "
transform="translate(321.0002,747)"
id="path8460" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-active.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="16"
y1="1020.3622"
x2="16"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,9 +45,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:zoom="22.4"
inkscape:cx="4.6826167"
inkscape:cy="28.302856"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -58,7 +78,7 @@
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4160"
width="31"
height="31.000017"

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
@ -17,7 +19,42 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-close-active.svg">
<defs
id="defs5997" />
id="defs5997">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4157" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4160" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4162"
x1="9"
y1="1034.3622"
x2="9"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4159"
x1="48.998427"
y1="763.99977"
x2="48.998427"
y2="772"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +63,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-1.0255127"
inkscape:cy="10.941684"
inkscape:cx="4.1830863"
inkscape:cy="8.1637646"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -58,7 +95,7 @@
id="layer1"
transform="translate(0,-1034.3622)">
<circle
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4166"
cx="9"
cy="1043.3622"
@ -97,7 +134,7 @@
inkscape:connector-curvature="0"
d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
id="path10839-9"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-close-hover.svg">
<defs
id="defs5997" />
id="defs5997">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4148" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4150"
x1="9"
y1="1034.3622"
x2="9"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +46,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="10.054598"
inkscape:cy="11.067953"
inkscape:cx="-1.2464835"
inkscape:cy="10.941684"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -58,7 +78,7 @@
id="layer1"
transform="translate(0,-1034.3622)">
<circle
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#linearGradient4150);stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4166"
cx="9"
cy="1043.3622"

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-hover.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="2"
y1="1021.3622"
x2="2"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,9 +45,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:zoom="11.2"
inkscape:cx="-0.68428583"
inkscape:cy="17.181721"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -58,7 +78,7 @@
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.15294118;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4160"
width="31"
height="31.000017"
@ -67,7 +87,7 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z"
id="rect4162"
inkscape:connector-curvature="0"

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="2"
y1="1021.3622"
x2="2"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,9 +45,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:zoom="15.839192"
inkscape:cx="0.58833524"
inkscape:cy="24.231157"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -67,7 +87,7 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
style="display:inline;opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.39215686"
d="m 2.5,1021.3622 0.5,0 0,30 -0.5,0 c -0.831,0 -1.5,-0.669 -1.5,-1.5 l 0,-27 c 0,-0.831 0.669,-1.5 1.5,-1.5 z"
id="rect4162"
inkscape:connector-curvature="0"

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,14 @@
sodipodi:docname="switch-on.svg">
<defs
id="defs7541">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +101,15 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -99,9 +118,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.2495794"
inkscape:cx="22.260853"
inkscape:cy="2.3994425"
inkscape:zoom="11.666667"
inkscape:cx="10.930796"
inkscape:cy="16.13001"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -140,7 +159,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -175,7 +194,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-7"
width="50"
height="20"
@ -184,7 +203,7 @@
ry="11"
rx="11" />
<circle
style="fill:#32363d;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:#353a47;fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0-75"
cx="41"
cy="1041.3622"
@ -204,7 +223,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2-13"
style="display:inline;opacity:1;fill:#32363d;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -213,7 +232,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0-65"
style="display:inline;opacity:1;fill:#32363d;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:#353a47;fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

@ -54,7 +54,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -66,13 +66,13 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -112,15 +112,15 @@ stage {
.hotplug-notification-item:focus,
.hotplug-resident-eject-button:focus,
.modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus {
color: #5294E2; }
color: #5294e2; }
.candidate-page-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.candidate-page-button:insensitive,
.hotplug-notification-item:insensitive,
.hotplug-resident-eject-button:insensitive,
@ -134,7 +134,7 @@ StEntry {
font-size: 1em;
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -146,7 +146,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
StEntry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -180,13 +180,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -327,15 +327,15 @@ StScrollBar {
color: #e3e7ed;
font-size: 8pt; }
.end-session-dialog .modal-dialog-button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .modal-dialog-button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .modal-dialog-button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239;
border-color: #ee3239; }
@ -535,7 +535,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -547,7 +547,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -572,14 +572,15 @@ StScrollBar {
spacing: 8px; }
.switcher-list .item-box {
padding: 8px;
border-radius: 2px; }
border-radius: 2px;
border: 1px solid transparent; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -593,7 +594,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -616,10 +617,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -635,7 +636,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -675,7 +676,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: #ffffff !important;
color: white !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -685,7 +686,7 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff !important;
color: white !important;
background-color: rgba(0, 0, 0, 0.05);
border-bottom-width: 1px;
border-color: transparent;
@ -723,7 +724,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -779,11 +780,11 @@ StScrollBar {
padding: 13px;
color: #D3DAE3 !important;
background-color: transparent !important;
border: 1px solid #5294E2 !important; }
border: 1px solid #5294e2 !important; }
.system-menu-action:active {
color: #ffffff !important;
background-color: #5294E2 !important;
border: 1px solid #5294E2 !important; }
background-color: #5294e2 !important;
border: 1px solid #5294e2 !important; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -893,11 +894,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff !important;
background: #5294E2, url("common-assets/misc/null.svg") !important;
background: #5294e2, url("common-assets/misc/null.svg") !important;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1018,7 +1019,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1074,9 +1075,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1108,7 +1109,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1156,7 +1157,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1269,12 +1270,12 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-gradient-direction: none !important;
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon {
background-gradient-direction: none !important;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1302,8 +1303,8 @@ StScrollBar {
background-color: rgba(119, 127, 151, 0.45); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1330,7 +1331,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1362,7 +1363,7 @@ StScrollBar {
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1377,11 +1378,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1493,7 +1495,7 @@ StScrollBar {
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;
@ -1538,8 +1540,8 @@ StScrollBar {
.summary-source-button:selected .summary-source {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.url-highlighter {
link-color: #a9caf1; }
@ -1598,8 +1600,8 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.secondary-icon {
@ -1631,13 +1633,13 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
StEntry.chat-response:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1693,7 +1695,7 @@ StEntry.chat-response {
border-left: none; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1730,8 +1732,8 @@ StEntry.chat-response {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -1764,7 +1766,7 @@ StEntry.chat-response {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1822,8 +1824,8 @@ StEntry.chat-response {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -1870,10 +1872,10 @@ StEntry.chat-response {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1884,7 +1886,7 @@ StEntry.chat-response {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -2019,11 +2021,11 @@ StEntry.chat-response {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -2032,7 +2034,7 @@ StEntry.chat-response {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -2040,8 +2042,8 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog .shell-link {

@ -54,7 +54,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -66,13 +66,13 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -112,15 +112,15 @@ stage {
.hotplug-notification-item:focus,
.hotplug-resident-eject-button:focus,
.modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus {
color: #5294E2; }
color: #5294e2; }
.candidate-page-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.candidate-page-button:insensitive,
.hotplug-notification-item:insensitive,
.hotplug-resident-eject-button:insensitive,
@ -134,7 +134,7 @@ StEntry {
font-size: 1em;
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -146,7 +146,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
StEntry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -180,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: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -327,15 +327,15 @@ StScrollBar {
color: #686d7a;
font-size: 8pt; }
.end-session-dialog .modal-dialog-button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .modal-dialog-button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .modal-dialog-button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239;
border-color: #ee3239; }
@ -535,7 +535,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -547,7 +547,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -572,14 +572,15 @@ StScrollBar {
spacing: 8px; }
.switcher-list .item-box {
padding: 8px;
border-radius: 2px; }
border-radius: 2px;
border: 1px solid transparent; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -593,7 +594,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -616,10 +617,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -635,7 +636,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -675,7 +676,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: #ffffff !important;
color: white !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -685,7 +686,7 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff !important;
color: white !important;
background-color: rgba(0, 0, 0, 0.05);
border-bottom-width: 1px;
border-color: transparent;
@ -723,7 +724,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -779,11 +780,11 @@ StScrollBar {
padding: 13px;
color: #5c616c !important;
background-color: transparent !important;
border: 1px solid #5294E2 !important; }
border: 1px solid #5294e2 !important; }
.system-menu-action:active {
color: #ffffff !important;
background-color: #5294E2 !important;
border: 1px solid #5294E2 !important; }
background-color: #5294e2 !important;
border: 1px solid #5294e2 !important; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -893,11 +894,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff !important;
background: #5294E2, url("common-assets/misc/null.svg") !important;
background: #5294e2, url("common-assets/misc/null.svg") !important;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1018,7 +1019,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1074,9 +1075,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1108,7 +1109,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1156,7 +1157,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1269,12 +1270,12 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-gradient-direction: none !important;
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon {
background-gradient-direction: none !important;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1302,8 +1303,8 @@ StScrollBar {
background-color: rgba(119, 127, 151, 0.45); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1330,7 +1331,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1362,7 +1363,7 @@ StScrollBar {
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1377,11 +1378,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1493,7 +1495,7 @@ StScrollBar {
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;
@ -1538,8 +1540,8 @@ StScrollBar {
.summary-source-button:selected .summary-source {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.url-highlighter {
link-color: #2679db; }
@ -1598,8 +1600,8 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.secondary-icon {
@ -1631,13 +1633,13 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
StEntry.chat-response:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1693,7 +1695,7 @@ StEntry.chat-response {
border-left: none; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1730,8 +1732,8 @@ StEntry.chat-response {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -1764,7 +1766,7 @@ StEntry.chat-response {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1822,8 +1824,8 @@ StEntry.chat-response {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1870,10 +1872,10 @@ StEntry.chat-response {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1884,7 +1886,7 @@ StEntry.chat-response {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -2019,11 +2021,11 @@ StEntry.chat-response {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -2032,7 +2034,7 @@ StEntry.chat-response {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -2040,8 +2042,8 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog .shell-link {

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,22 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4169" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient7704">
<stop
@ -61,6 +79,33 @@
offset="1"
id="stop3973-0-5-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4171"
x1="10.5"
y1="1033.3622"
x2="10.5"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="12"
y1="1027.3622"
x2="12"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -70,8 +115,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:cx="-12.701718"
inkscape:cy="-4.172704"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -105,7 +150,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -163,7 +208,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>
@ -196,7 +241,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -204,7 +249,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,22 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4169" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient7704">
<stop
@ -61,6 +79,33 @@
offset="1"
id="stop3973-0-5-3" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4171"
x1="10.5"
y1="1033.3622"
x2="10.5"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="12"
y1="1027.3622"
x2="12"
y2="1035.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -70,8 +115,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-9.3871547"
inkscape:cy="3.2519169"
inkscape:cx="-16.237251"
inkscape:cy="2.8983635"
inkscape:document-units="px"
inkscape:current-layer="checkbox-checked-dark"
showgrid="true"
@ -163,7 +208,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4168);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>
@ -196,7 +241,7 @@
height="1.9999826"
width="5"
id="rect3977-39"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4171);fill-opacity:1;stroke:none" />
<rect
ry="0"
y="1027.3622"
@ -204,7 +249,7 @@
height="7.9999828"
width="2"
id="rect3979-7"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
style="fill:url(#linearGradient4173);fill-opacity:1;stroke:none" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4152"
x1="25"
y1="31.362183"
x2="25"
y2="45.36218"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="5.9470841"
inkscape:cy="-0.94340514"
inkscape:cx="-9.8744294"
inkscape:cy="-1.1201818"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -126,7 +145,7 @@
id="g5400-2">
<rect
ry="2"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-3"
width="13"
height="12.999997"

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-left-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-21.616809"
inkscape:cy="2.0293849"
inkscape:cx="-2.7030998"
inkscape:cy="8.9526136"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -60,7 +62,7 @@
inkscape:window-width="1366"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:zoom="5.6568543">
inkscape:zoom="22.627417">
<inkscape:grid
empspacing="2"
enabled="true"
@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="108.31551"
y1="748.98676"
x2="108.31551"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-100.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -143,27 +164,9 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
id="path6040"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect6046"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="749" />
<rect
height="1"
id="rect6050"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z "
transform="translate(100.0002,747)"
id="path6040" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-right-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="3.892693"
inkscape:cy="8.8200689"
inkscape:cx="-7.294807"
inkscape:cy="8.6950689"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="328.68296"
y1="748.97592"
x2="328.68296"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-321.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -143,29 +164,9 @@
style="display:inline"
transform="translate(-321.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
id="path8460"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect8464"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="749" />
<rect
height="1"
id="rect8468"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z "
transform="translate(321.0002,747)"
id="path8460" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-active.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="16"
y1="1020.3622"
x2="16"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,9 +45,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="5.6"
inkscape:cx="28.080846"
inkscape:cy="10.089671"
inkscape:zoom="22.4"
inkscape:cx="-1.7535755"
inkscape:cy="27.530692"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -58,7 +78,7 @@
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4160"
width="31"
height="31.000017"

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
@ -17,7 +19,42 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-close-active.svg">
<defs
id="defs5997" />
id="defs5997">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4157" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4160" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4162"
x1="9"
y1="1034.3622"
x2="9"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4159"
x1="48.998427"
y1="763.99977"
x2="48.998427"
y2="772"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +63,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-1.0255127"
inkscape:cy="10.941684"
inkscape:cx="4.1830863"
inkscape:cy="8.1637646"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -58,7 +95,7 @@
id="layer1"
transform="translate(0,-1034.3622)">
<circle
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:url(#linearGradient4162);fill-opacity:1;stroke:url(#selected_bg_color);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4166"
cx="9"
cy="1043.3622"
@ -97,7 +134,7 @@
inkscape:connector-curvature="0"
d="m 45,764 1,0 c 0.01037,-1.2e-4 0.02079,-4.6e-4 0.03125,0 0.254951,0.0112 0.50987,0.12858 0.6875,0.3125 L 49,766.59375 51.3125,764.3125 C 51.578125,764.082 51.759172,764.007 52,764 l 1,0 0,1 c 0,0.28647 -0.03434,0.55065 -0.25,0.75 l -2.28125,2.28125 2.25,2.25 C 52.906938,770.46942 52.999992,770.7347 53,771 l 0,1 -1,0 c -0.265301,-10e-6 -0.530586,-0.0931 -0.71875,-0.28125 L 49,769.4375 46.71875,771.71875 C 46.530586,771.90694 46.26529,772 46,772 l -1,0 0,-1 c -3e-6,-0.26529 0.09306,-0.53058 0.28125,-0.71875 l 2.28125,-2.25 L 45.28125,765.75 C 45.070508,765.55537 44.97809,765.28075 45,765 l 0,-1 z"
id="path10839-9"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4159);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-close-hover.svg">
<defs
id="defs5997" />
id="defs5997">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4148" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4150"
x1="9"
y1="1034.3622"
x2="9"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +46,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:cx="-1.0255127"
inkscape:cy="10.941684"
inkscape:cx="-12.326594"
inkscape:cy="10.815415"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -48,7 +68,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -58,7 +78,7 @@
id="layer1"
transform="translate(0,-1034.3622)">
<circle
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4150);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4166"
cx="9"
cy="1043.3622"

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,35 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message-hover.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="16"
y1="1020.3622"
x2="16"
y2="1052.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4155"
x1="2"
y1="1020.3622"
x2="2"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3333334,0,0,1.032258,-0.6666669,-33.431046)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -25,12 +55,12 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313708"
inkscape:cx="19.142243"
inkscape:cy="21.759802"
inkscape:zoom="7.9999996"
inkscape:cx="-2.9365108"
inkscape:cy="15.119182"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showgrid="true"
units="px"
inkscape:snap-bbox="true"
inkscape:bbox-paths="true"
@ -48,7 +78,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -58,7 +88,7 @@
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:#5294e2;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="display:inline;opacity:1;fill:#fcfdfd;fill-opacity:1;stroke:url(#linearGradient4140);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4160"
width="31"
height="31.000017"
@ -67,10 +97,16 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 3,1020.3622 1,0 0,32 -1,0 c -1.6620002,0 -3.0000002,-0.7025 -3.0000002,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3.0000002,-1.5751 z"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095236"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465002,0 -2.2500002,-0.6805 -2.2500002,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.2500002,-1.5259 z"
id="rect4162-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="32"
@ -17,7 +19,26 @@
inkscape:version="0.91 r13725"
sodipodi:docname="message.svg">
<defs
id="defs6623" />
id="defs6623">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4153" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4155"
x1="2"
y1="1020.3622"
x2="2"
y2="1052.3622"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(1.3333334,0,0,1.032258,-0.66666666,-33.431038)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +47,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1"
inkscape:cx="-0.89235979"
inkscape:cy="34.935138"
inkscape:cx="-3.6188723"
inkscape:cy="36.101629"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
@ -67,10 +88,16 @@
rx="1.5"
ry="1.5" />
<path
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:#2879db;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
style="display:inline;opacity:1;fill:url(#linearGradient4155);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
d="m 3,1020.3622 1,0 0,32 -1,0 c -1.662,0 -3,-0.7025 -3,-1.5751 l 0,-28.8498 c 0,-0.8726 1.338,-1.5751 3,-1.5751 z"
id="rect4162-5"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
<path
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.08095238"
d="m 2.75,1020.8622 0.75,0 0,31 -0.75,0 c -1.2465,0 -2.25,-0.6805 -2.25,-1.5259 l 0,-27.9482 c 0,-0.8454 1.0035,-1.5259 2.25,-1.5259 z"
id="rect4162-5-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sccssss" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,22 @@
sodipodi:docname="switch-on.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4181" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +109,42 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4183"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4185"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4187"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -99,10 +153,10 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="32.998318"
inkscape:cx="6.3160735"
inkscape:cy="9.1853829"
inkscape:current-layer="layer1"
inkscape:zoom="8.2495795"
inkscape:cx="1.2517535"
inkscape:cy="0.45938131"
inkscape:current-layer="switch-active-2"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -140,7 +194,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -175,7 +229,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8"
width="50"
height="20"
@ -184,7 +238,7 @@
ry="11"
rx="11" />
<circle
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4187);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0"
cx="41"
cy="1041.3622"
@ -204,7 +258,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4183);fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -213,7 +267,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0"
style="display:inline;opacity:1;fill:#ffffff;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4185);fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -370,17 +371,17 @@ StScrollBar {
// Shutdown Button
.modal-dialog-button:last-child {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: $destructive_color;
border-color: $destructive_color;
&:hover {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: lighten($destructive_color, 9%);
border-color: lighten($destructive_color, 9%);
}
&:active {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: darken($destructive_color, 5%);
border-color: darken($destructive_color, 5%);
}
@ -662,7 +663,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $selected_fg_color;
color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -709,6 +710,7 @@ StScrollBar {
.item-box {
padding: 8px;
border-radius: 2px;
border: 1px solid transparent;
&:outlined {
padding: 8px;
@ -743,7 +745,7 @@ StScrollBar {
color: $osd_fg_color;
&:highlighted {
color: $selected_fg_color;
color: $_shell_fg_color;
}
}
@ -821,6 +823,8 @@ StScrollBar {
// Top Bar
//
#panel {
$_panel_fg_color: $_shell_fg_color;
font-weight: bold;
height: 2.1em;
min-height: 27px;
@ -866,7 +870,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: $selected_fg_color !important;
color: $_panel_fg_color !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent;
@ -879,7 +883,7 @@ StScrollBar {
}
&:hover {
color: $selected_fg_color !important;
color: $_panel_fg_color !important;
background-color: transparentize(black, 0.83);
border-bottom-width: 1px;
border-color: transparent;
@ -1403,9 +1407,9 @@ StScrollBar {
.list-search-result-content { spacing: 12px; padding: 12px; }
.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; }
.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; }
.list-search-result-description { color: darken($selected_fg_color, 20%); }
.list-search-result-description { color: darken($_shell_fg_color, 20%); }
.search-provider-icon { padding: 15px; }
.search-provider-icon-more {
@ -1460,7 +1464,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: $selected_fg_color;
color: $_shell_fg_color;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px;
@ -1718,7 +1722,7 @@ StScrollBar {
}
%icon_tile {
color: $selected_fg_color;
color: $_shell_fg_color;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1741,6 +1745,7 @@ StScrollBar {
}
&:active > .overview-icon, &:checked > .overview-icon {
color: $selected_fg_color;
background-color: $selected_bg_color;
box-shadow: none;
}
@ -2420,7 +2425,7 @@ StEntry.chat-response {
padding-right: .3em;
&:hover {
color: $selected_fg_color;
color: $_shell_fg_color;
text-shadow: black 0px 2px 2px;
}
&:selected {

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="13.979167"
inkscape:cx="8.9568436"
inkscape:cy="-0.4854291"
inkscape:cx="-3.8479251"
inkscape:cy="-0.62849914"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="14"
y1="298"
x2="14"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none"
id="rect4270-9"
width="8"
height="2"

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="39.539055"
inkscape:cx="11.552125"
inkscape:cy="2.6434045"
inkscape:cx="13.094903"
inkscape:cy="2.5928216"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="11"
y1="298"
x2="11"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none"
id="rect4270-9"
width="4"
height="2"
@ -144,6 +164,6 @@
height="2"
width="4"
id="rect4239"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -29,9 +31,9 @@
borderopacity="1"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="27.958333"
inkscape:cx="8.1058637"
inkscape:cy="5.6243161"
inkscape:zoom="13.979167"
inkscape:cx="6.8007789"
inkscape:cy="11.461748"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4139" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4141"
x1="8"
y1="298"
x2="8"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4141);fill-opacity:1;stroke:none"
id="rect4270-9"
width="4"
height="2"
@ -144,9 +164,9 @@
height="2"
width="4"
id="rect4239"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
id="rect4140"
width="4"
height="2"

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="19.769527"
inkscape:cx="7.1711103"
inkscape:cy="3.7516472"
inkscape:cx="10.256667"
inkscape:cy="-0.39615057"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -74,7 +76,25 @@
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4140" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4142"
x1="5"
y1="298"
x2="5"
y2="300"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -132,7 +152,7 @@
id="layer1"
transform="translate(0,-296)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none"
id="rect4270-9"
width="4"
height="2"
@ -144,9 +164,9 @@
height="2"
width="4"
id="rect4202"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none"
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none"
id="rect4208"
width="4"
height="2"
@ -158,6 +178,6 @@
height="2"
width="4"
id="rect4214"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="9.0311108mm"
@ -17,7 +19,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="menu-hover.svg">
<defs
id="defs6929" />
id="defs6929">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4138" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4140"
x1="1185"
y1="108"
x2="1185"
y2="141"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
@ -26,8 +46,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="16.532799"
inkscape:cy="17.338845"
inkscape:cx="0.595299"
inkscape:cy="17.160274"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -71,14 +91,14 @@
<g
transform="matrix(0.0689655,0,0,1.0000001,71.275885,274.36218)"
id="g6908"
style="fill:#5294e2;fill-opacity:1">
style="fill:url(#linearGradient4140);fill-opacity:1">
<rect
y="108"
x="1011"
height="33"
width="348"
id="rect5271"
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
style="opacity:1;fill:url(#linearGradient4140);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -16,7 +18,42 @@
inkscape:version="0.91 r13725"
sodipodi:docname="more-results.svg">
<defs
id="defs12432" />
id="defs12432">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4147" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4149"
x1="149.99985"
y1="397.99106"
x2="149.99985"
y2="413.99105"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4152"
x1="149.99984"
y1="401.99107"
x2="149.99984"
y2="409.99107"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#7a7a7a"
@ -25,8 +62,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="6.0810901"
inkscape:cy="9.9882296"
inkscape:cx="7.9593425"
inkscape:cy="9.811453"
inkscape:document-units="px"
inkscape:current-layer="g14642-3-0"
showgrid="true"
@ -72,7 +109,7 @@
inkscape:label="zoom-in"
id="g14642-3-0">
<ellipse
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:url(#linearGradient4149);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="path4156"
cx="149.99985"
cy="405.99106"
@ -120,7 +157,7 @@
</g>
</g>
<path
style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
style="fill:url(#linearGradient4152);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
d="m 148.99984,401.99107 0,3 -3,0 0,2 3,0 0,3 2,0 0,-3 3,0 0,-2 -3,0 0,-3 z"
id="rect3757"
inkscape:connector-curvature="0"

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="18"
@ -16,7 +18,25 @@
inkscape:version="0.91 r13725"
sodipodi:docname="page-indicator-active.svg">
<defs
id="defs5268" />
id="defs5268">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4137" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4139"
x1="9"
y1="3"
x2="9"
y2="11"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#cacaca"
@ -25,8 +45,8 @@
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="16"
inkscape:cx="0.44498099"
inkscape:cy="7.5490324"
inkscape:cx="-10.742519"
inkscape:cy="7.4240324"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -58,7 +78,7 @@
inkscape:groupmode="layer"
transform="translate(0,2)">
<circle
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-opacity:0.70588235"
style="opacity:1;fill:url(#linearGradient4139);fill-opacity:1;stroke:none;stroke-opacity:0.70588235"
id="path4136"
cx="9"
cy="7"

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:export-ydpi="90.000000"
@ -30,8 +32,8 @@
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="22.627417"
inkscape:cx="3.5498385"
inkscape:cy="11.547553"
inkscape:cx="4.4779162"
inkscape:cy="11.459165"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -76,7 +78,25 @@
id="guide4135" />
</sodipodi:namedview>
<defs
id="defs3" />
id="defs3">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4140" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4142"
x1="6"
y1="287"
x2="6"
y2="289"
gradientUnits="userSpaceOnUse" />
</defs>
<metadata
id="metadata4">
<rdf:RDF>
@ -134,21 +154,21 @@
id="layer1"
transform="translate(0,-276)">
<rect
style="opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
style="opacity:1;fill:url(#linearGradient4142);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect4138"
width="2"
height="2"
x="5"
y="287" />
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="rect4138-6"
width="2"
height="2"
x="11"
y="287" />
<rect
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:url(#selected_bg_color);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;enable-background:new"
id="rect4138-9"
width="2"
height="2"

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,14 @@
sodipodi:docname="switch-off-selected.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4164" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +101,24 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4166"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4168"
x1="1046.0012"
y1="336.99982"
x2="1046.0012"
y2="343"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,9 +128,9 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.2495794"
inkscape:cx="-2.2858532"
inkscape:cy="2.3994423"
inkscape:current-layer="layer1"
inkscape:cx="34.261465"
inkscape:cy="7.0057377"
inkscape:current-layer="switch-selected"
showgrid="true"
inkscape:grid-bbox="true"
inkscape:document-units="px"
@ -183,7 +211,7 @@
ry="11"
rx="11" />
<circle
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4166);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-7-1"
cx="41"
cy="1041.3622"
@ -195,7 +223,7 @@
inkscape:connector-curvature="0"
d="m 1043.0028,337 0.75,0 c 0.01,-9e-5 0.016,-3.5e-4 0.023,0 0.1912,0.008 0.3824,0.0964 0.5156,0.23437 l 1.711,1.71094 1.7343,-1.71094 c 0.1993,-0.17287 0.335,-0.22912 0.5157,-0.23437 l 0.75,0 0,0.75 c 0,0.21485 -0.026,0.41298 -0.1875,0.5625 l -1.711,1.71093 1.6875,1.6875 c 0.1412,0.14113 0.211,0.34009 0.211,0.53907 l 0,0.75 -0.75,0 c -0.199,-10e-6 -0.398,-0.0698 -0.5391,-0.21094 l -1.7109,-1.71094 -1.711,1.71094 c -0.1411,0.14114 -0.3401,0.21094 -0.539,0.21094 l -0.75,0 0,-0.75 c 0,-0.19897 0.07,-0.39794 0.2109,-0.53907 l 1.7109,-1.6875 -1.7109,-1.71093 c -0.1581,-0.14598 -0.2274,-0.35194 -0.2109,-0.5625 l 0,-0.75 z"
id="path10839-9-8-2-2-5-7"
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
style="color:#bebebe;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:'Andale Mono';-inkscape-font-specification:'Andale Mono';text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;display:inline;overflow:visible;visibility:visible;opacity:0.6;fill:url(#linearGradient4168);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.78124988;marker:none;enable-background:new" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="50"
@ -17,6 +19,22 @@
sodipodi:docname="switch-on-selected.svg">
<defs
id="defs7541">
<linearGradient
id="selected_fg_color"
osb:paint="solid">
<stop
style="stop-color:#ffffff;stop-opacity:1;"
offset="0"
id="stop4171" />
</linearGradient>
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4166" />
</linearGradient>
<linearGradient
id="linearGradient4695-1-4-3-5-0-6">
<stop
@ -91,6 +109,42 @@
offset="1"
style="stop-color:#ffffff;stop-opacity:1;" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4168"
x1="980.04999"
y1="-456.09485"
x2="980.04999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4170"
x1="981.54999"
y1="-462.09485"
x2="981.54999"
y2="-454.09487"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4172"
x1="41"
y1="1032.3622"
x2="41"
y2="1050.3622"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#selected_fg_color"
id="linearGradient4173"
x1="26"
y1="1031.3622"
x2="26"
y2="1051.3622"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -100,8 +154,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.666667"
inkscape:cx="20.556458"
inkscape:cy="-1.6685358"
inkscape:cx="14.042172"
inkscape:cy="11.702892"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:grid-bbox="true"
@ -175,7 +229,7 @@
x="0"
y="1029.3622" />
<rect
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4173);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="rect2987-0-8-4"
width="50"
height="20"
@ -184,7 +238,7 @@
ry="11"
rx="11" />
<circle
style="fill:#5294e2;fill-opacity:1;fill-rule:nonzero;stroke:none"
style="fill:url(#linearGradient4172);fill-opacity:1;fill-rule:nonzero;stroke:none"
id="path3759-0-7"
cx="41"
cy="1041.3622"
@ -204,7 +258,7 @@
height="1.9999826"
width="5"
id="rect3977-39-2-1"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4168);fill-opacity:1;stroke:none" />
<rect
transform="matrix(0.70710678,0.70710678,-0.70710678,0.70710678,0,0)"
ry="0"
@ -213,7 +267,7 @@
height="7.9999828"
width="2"
id="rect3979-7-0-8"
style="display:inline;opacity:1;fill:#5294e2;fill-opacity:1;stroke:none" />
style="display:inline;opacity:1;fill:url(#linearGradient4170);fill-opacity:1;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4159" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4161"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-7.2080158"
inkscape:cy="7.7067432"
inkscape:cx="-8.8873943"
inkscape:cy="0.45889901"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -136,7 +155,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4159" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4161"
x1="25"
y1="31.362191"
x2="25"
y2="45.362191"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-7.3847925"
inkscape:cy="7.7067432"
inkscape:cx="-1.9931035"
inkscape:cy="7.5299665"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -136,7 +155,7 @@
height="13.99999"
width="13.999989"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#5294e2;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4161);fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="16"
@ -20,6 +22,14 @@
inkscape:export-ydpi="90">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4150" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
@ -39,6 +49,15 @@
offset="1"
id="stop3776-1" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4152"
x1="25"
y1="31.362183"
x2="25"
y2="45.36218"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
@ -48,8 +67,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.313709"
inkscape:cx="-7.2080158"
inkscape:cy="7.7067432"
inkscape:cx="5.2547407"
inkscape:cy="14.601034"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
@ -82,7 +101,7 @@
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
@ -126,7 +145,7 @@
id="g5400-2-47">
<rect
ry="2"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:#5294e2;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#2d323d;fill-opacity:1;stroke:url(#linearGradient4152);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-3-70"
width="13"
height="12.999997"

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-left-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="-21.616809"
inkscape:cy="2.0293849"
inkscape:cx="-2.7030998"
inkscape:cy="8.9526136"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -60,7 +62,7 @@
inkscape:window-width="1366"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:zoom="5.6568543">
inkscape:zoom="22.627417">
<inkscape:grid
empspacing="2"
enabled="true"
@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="108.31551"
y1="748.98676"
x2="108.31551"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-100.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -143,27 +164,9 @@
style="display:inline"
transform="translate(-100.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 110.875,749 a 1.0001,1.0001 0 0 0 -0.59375,0.28125 l -5,5 -0.6875,0.71875 0.6875,0.71875 5,5 a 1.016466,1.016466 0 1 0 1.4375,-1.4375 L 107.4375,755 l 4.28125,-4.28125 A 1.0001,1.0001 0 0 0 110.875,749 z"
id="path6040"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect6046"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="749" />
<rect
height="1"
id="rect6050"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
width="1"
x="111.0002"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 11.029297 1.9863281 A 1.0001 1.0001 0 0 0 10.875 2 A 1.0001 1.0001 0 0 0 10.28125 2.28125 L 5.28125 7.28125 L 4.59375 8 L 5.28125 8.71875 L 10.28125 13.71875 A 1.016466 1.016466 0 0 0 11.320312 13.964844 C 11.376215 13.986347 11.436343 14 11.5 14 C 11.777 14 12 13.777 12 13.5 C 12 13.436343 11.986347 13.376215 11.964844 13.320312 A 1.016466 1.016466 0 0 0 11.71875 12.28125 L 7.4375 8 L 11.71875 3.71875 A 1.0001 1.0001 0 0 0 11.972656 2.6347656 C 11.985073 2.5910427 12 2.5478091 12 2.5 C 12 2.223 11.777 2 11.5 2 C 11.441137 2 11.386348 2.0146851 11.333984 2.0332031 A 1.0001 1.0001 0 0 0 11.029297 1.9863281 z "
transform="translate(100.0002,747)"
id="path6040" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

@ -2,11 +2,13 @@
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
sodipodi:docname="calendar-arrow-right-hover.svg"
@ -33,8 +35,8 @@
bordercolor="#666666"
borderopacity="1"
inkscape:current-layer="layer12"
inkscape:cx="3.892693"
inkscape:cy="8.8200689"
inkscape:cx="-7.294807"
inkscape:cy="8.6950689"
gridtolerance="10"
inkscape:guide-bbox="true"
guidetolerance="10"
@ -91,7 +93,26 @@
<title
id="title9167">Gnome Symbolic Icon Theme</title>
<defs
id="defs7386" />
id="defs7386">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
offset="0"
id="stop4149" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#selected_bg_color"
id="linearGradient4151"
x1="328.68296"
y1="748.97592"
x2="328.68296"
y2="761.01651"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-321.0002,-747)" />
</defs>
<g
inkscape:groupmode="layer"
id="layer9"
@ -143,29 +164,9 @@
style="display:inline"
transform="translate(-321.0002,-747)">
<path
inkscape:connector-curvature="0"
d="m 325.78125,749 a 1.0001,1.0001 0 0 0 -0.5,1.71875 L 329.5625,755 l -4.28125,4.28125 a 1.016466,1.016466 0 1 0 1.4375,1.4375 l 5,-5 0.6875,-0.71875 -0.6875,-0.71875 -5,-5 A 1.0001,1.0001 0 0 0 325.78125,749 z"
id="path8460"
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:#5294e2;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans" />
<rect
height="1"
id="rect8464"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="749" />
<rect
height="1"
id="rect8468"
rx="0"
ry="1"
style="fill:#5294e2;fill-opacity:1;stroke:none"
transform="scale(-1,1)"
width="1"
x="-326.00021"
y="760" />
style="font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill:url(#linearGradient4151);fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans"
d="M 5.0019531 1.9765625 A 1.0001 1.0001 0 0 0 4.78125 2 A 1.0001 1.0001 0 0 0 4.6582031 2.03125 C 4.6079631 2.0143799 4.5560659 2 4.5 2 C 4.223 2 4 2.223 4 2.5 C 4 2.5456784 4.0140203 2.5869226 4.0253906 2.6289062 A 1.0001 1.0001 0 0 0 4.28125 3.71875 L 8.5625 8 L 4.28125 12.28125 A 1.016466 1.016466 0 0 0 4.0351562 13.320312 C 4.0136534 13.376215 4 13.436343 4 13.5 C 4 13.777 4.223 14 4.5 14 C 4.5636567 14 4.6237855 13.986347 4.6796875 13.964844 A 1.016466 1.016466 0 0 0 5.71875 13.71875 L 10.71875 8.71875 L 11.40625 8 L 10.71875 7.28125 L 5.71875 2.28125 A 1.0001 1.0001 0 0 0 5.0019531 1.9765625 z "
transform="translate(321.0002,747)"
id="path8460" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save