8 Commits

Author SHA1 Message Date
EliverLara
ced2c70500 First attemp 2018-12-30 01:17:21 -06:00
EliverLara
55a2fea8a1 Improve gnome-shell theme 2018-12-29 00:53:39 -06:00
EliverLara
b1b3573484 Update gtk3 assets 2018-12-22 00:53:58 -06:00
EliverLara
aa75f9df49 Fix hover state on gnome-shell checkboxes 2018-12-20 23:32:34 -06:00
EliverLara
49a55be058 Fix non gradient in selected path-bar item on gnome 3.28 2018-12-14 17:43:46 -06:00
EliverLara
d9225bf5f3 Update xfwm theme 2018-12-09 14:15:25 -06:00
EliverLara
6ad35417b9 Fix list text color on backdrop state 2018-12-05 16:11:15 -06:00
EliverLara
88217e9e0c Improve Budgie DE support 2018-11-29 16:28:48 -06:00
104 changed files with 3984 additions and 315 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

After

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 B

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 350 B

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 886 B

After

Width:  |  Height:  |  Size: 890 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 B

After

Width:  |  Height:  |  Size: 774 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 467 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 713 B

After

Width:  |  Height:  |  Size: 721 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 557 B

After

Width:  |  Height:  |  Size: 557 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 B

After

Width:  |  Height:  |  Size: 763 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 588 B

After

Width:  |  Height:  |  Size: 589 B

View File

@@ -144,7 +144,7 @@ StScrollBar {
height: 22px;
background-image: url("assets/checkbox-off.svg");
}
&:focus StBin { background-image: url("assets/checkbox-off-focused.svg"); }
&:focus, &:hover StBin { background-image: url("assets/checkbox-off-focused.svg"); }
&:checked StBin { background-image: url("assets/checkbox.svg"); }
&:focus:checked StBin { background-image: url("assets/checkbox-focused.svg"); }
}
@@ -988,7 +988,8 @@ StScrollBar {
&:active,&:selected {
color: $selected_fg_color;
background-color: $selected_bg_color;
border-color: transparent; //avoid jumparound due to today
@include gradient();
border-color: black; //avoid jumparound due to today
}
&.calendar-day-heading { //day of week heading
color: darken($fg_color, 10%);
@@ -1078,7 +1079,7 @@ StScrollBar {
&:hover,&:focus {
background-color: darken($bg_color, 1%);
//@include gradient();
box-shadow: 3px 0px 0px 0px $selected_bg_color inset;
box-shadow: 2px 0px 0px 0px $g2 inset;
}
border-radius: 1px;
background: transparent;
@@ -1389,6 +1390,7 @@ StScrollBar {
color: $topbar_color;
background-color: $topbar_bg_color;
text-align: center;
border: 1px solid $borders_color;
-x-offset: 8px;
}

View File

@@ -169,7 +169,7 @@ StScrollBar {
height: 22px;
background-image: url("assets/checkbox-off.svg"); }
.check-box:focus StBin {
.check-box:focus, .check-box:hover StBin {
background-image: url("assets/checkbox-off-focused.svg"); }
.check-box:checked StBin {
@@ -906,7 +906,10 @@ StScrollBar {
.calendar-day-base:active, .calendar-day-base:selected {
color: #f7f7f7;
background-color: #c50ed2;
border-color: transparent; }
background-gradient-start: #c50ed2;
background-gradient-end: #8500f7;
background-gradient-direction: horizontal;
border-color: black; }
.calendar-day-base.calendar-day-heading {
color: #7b939c;
margin-top: 1em;
@@ -994,7 +997,7 @@ StScrollBar {
background: transparent; }
.message:hover, .message:focus {
background-color: #161925;
box-shadow: 3px 0px 0px 0px #c50ed2 inset; }
box-shadow: 2px 0px 0px 0px #8500f7 inset; }
.message-icon-bin {
padding: 10px 3px 10px 10px; }
@@ -1282,6 +1285,7 @@ StScrollBar {
color: white;
background-color: rgba(22, 25, 37, 0.65);
text-align: center;
border: 1px solid #12151e;
-x-offset: 8px; }
/* App Vault/Grid */
@@ -1986,4 +1990,4 @@ StScrollBar {
background: transparent; }
.openweather-current-databox-captions, .openweather-forecast-day {
color: #00e8b7; }
color: #c50ed2; }

View File

@@ -92,3 +92,6 @@ read if you used those and something break with a version upgrade you're on your
@define-color content_view_bg #{"" + $base_color};
//Budgie desktop
@define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color};
@define-color budgie_tasklist_indicator_color_active #{"" +$selected_bg_color};

View File

@@ -259,6 +259,13 @@
border:none;
}
@else if $t==active-header {
border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7);
box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02);
color: rgb(255, 250, 250);
}
@else if $t==backdrop-header {
//
// backdrop button headerbar look

View File

@@ -1,7 +1,7 @@
/*********
* Budgie *
*********/
$_borders_color: darken($headerbar_color, 10%);
$alert_color: $red;
$button_bg: transparent;
$entry_border: transparent;
@@ -9,12 +9,13 @@ $mpris_overlay_fg: $fg_color;
$mpris_overlay_bg: transparentize(if($variant=='light',$base_color, darken($bg_color, 10%)), 0.1);
$mpris_overlay_border: $top_highlight;
$panel_bg: transparentize( darken($headerbar_color,10%),0.05);
$panel_border: transparentize(darken($headerbar_color, 7%), 0.08);
$panel_color: $headerbar_fg_color;
$panel_border: transparentize($_borders_color, 0.08);
$panel_shadow: transparentize(black, 0.7);
$raven_bg: transparentize($bg_color, 0.08);
$raven_expander_border: transparentize($borders_color, 0.05);
$raven_border: transparentize($bg_color, 0.08);
$raven_expander_bg: transparentize($bg_color, 0.8);
$raven_bg: transparentize($headerbar_color, 0.08);
$raven_expander_border: transparentize($_borders_color, 0.05);
$raven_border: transparentize($_borders_color, 0.08);
$raven_expander_bg: transparentize(lighten($panel_bg, 3%), 0.5);
$raven_background_bg: transparent;
$raven_background_border: transparent;
@@ -69,10 +70,10 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
.budgie-popover.background {
border-radius: 2px;
padding: 0;
background: if( $variant == 'light', linear-gradient(to bottom, $base_color 20%, $bg_color), linear-gradient(to bottom, lighten($bg_color, 12%), darken($bg_color, 2%)));
background: if($variant == 'light', linear-gradient(to bottom, #EAEAEA, rgb(187, 184, 184)) , mix($base_color, darken($headerbar_color, 8%), 30%));
background-clip: border-box;
box-shadow: 0 2px 3px 1px transparentize(black, 0.65);
border: 1px solid #{"@borders"};
border: 1px solid $_borders_color;
list,
row {
&:hover { background: none; }
@@ -82,6 +83,15 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
margin: 0 -1px -1px; // remove gap
padding: 2px 0 0;
}
button {
color: $panel_color;
border: none;
background: transparent;
// @include button(normal-header);
&:hover {
color: $selected_bg_color;
}
}
}
.budgie-popover > .container {
@@ -90,6 +100,7 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
// Budgie Menu
.budgie-menu {
color: $panel_color;
.container { padding: 0; }
button:hover { -gtk-icon-effect: none; }
@@ -98,11 +109,11 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
border: none;
background: none;
padding: 5px 2px;
border-bottom: 1px solid #{"@borders"};
border-bottom: 1px solid $_borders_color;
border-radius: 0;
font-size: 120%;
box-shadow: none;
color:$panel_color;
image {
&:dir(ltr) { padding-left: 8px; padding-right: 12px; }
&:dir(rtl) { padding-left: 12px; padding-right: 8px; }
@@ -112,10 +123,9 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
.categories {
border-width: 0;
margin-left: 3px;
background-color: transparent;
&:dir(ltr) { border-right: 1px solid #{"@borders"}; }
&:dir(rtl) { border-left: 1px solid #{"@borders"}; }
background: transparent;
&:dir(ltr) { border-right: 1px solid $_borders_color; }
&:dir(rtl) { border-left: 1px solid $_borders_color; }
}
.category-button {
@@ -130,17 +140,20 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
&:checked {
color: $selected_fg_color;
background: $suggested_bg_color;
&:hover {
color: transparentize($selected_fg_color, 0.1);
}
}
&:checked:disabled {
opacity: 0.5;
label { color: transparentize($selected_fg_color, 0.3); }
}
}
scrollbar {
background-color: transparent;
border-color: transparent;
border-color: $_borders_color;
}
button:not(.category-button) {
@@ -148,12 +161,18 @@ $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left));
padding-bottom: 5px;
border-radius: 0;
box-shadow: none;
background:yellow;
}
button{
border: none;
background: transparent;
}
undershoot, overshoot { background: none; }
list {
color: transparentize($panel_color, 0.3);
}
}
// Menu Button
@@ -194,7 +213,7 @@ button.budgie-menu-launcher {
.indicator-item {
box-shadow: $depth;
background-color: $cyan;
background-color: $selected_bg_color;
transition-duration: 0.2s;
&:dir(ltr) { // mask avatar's background
@@ -364,6 +383,14 @@ button.raven-trigger {
border-top-width: 0;
border-bottom-width: 0;
border-radius: 0;
&.flat {
background: transparent;
border: 1px solid $panel_bg;
&:hover, &:active, &:checked {
background: transparent;
color: $selected_bg_color;
}
}
}
popover list,
@@ -504,7 +531,7 @@ button.raven-trigger {
}
min-height: 32px;
color: $fg_color;
color: $panel_color;
border: solid $raven_expander_border;
border-width: 1px 0;
background-color: $raven_expander_bg;
@@ -542,51 +569,44 @@ button.raven-trigger {
&.bottom { border-bottom-style: none; }
button {
background-image: if( $variant == 'light',
linear-gradient(to bottom, $base_color, $bg_color),
linear-gradient(to bottom, lighten($base_color, 12%), darken($bg_color, 2%))
);
border: 1px solid $borders_color;
color: $fg_color;
@include button(normal-header);
border-radius: 0;
//border: none;
box-shadow: none;
margin-top: -4px;
margin-bottom: -4px;
min-height: 24px;
&:hover {
@include button(hover-header);
border-radius: 0;
background-color: transparent;
color: $selected_bg_color;
}
&:active,
&:checked {
color: $selected_bg_color;
border-radius: 0;
background: mix($bg_color, $base_color, 20%);
}
&:disabled {
color: $insensitive_fg_color;
}
&.text-button.radio {
margin: 5px 0px;
min-height: 20px;
padding: 3px;
&:active,
&:checked {
@include button(active-header);
}
}
}
}
list {
color: $panel_color;
background-color: transparent;
&:selected { background-color: transparentize($selected_bg_color,0.1); }
row,
row.activatable {
background-color: transparent;
&:hover { background-color: transparentize(lighten($panel_bg, 15%), 0.7);}
&:selected { background-color: transparentize($selected_bg_color,0.1); }
}
}
.raven-background {
color: $fg_color;
color: $panel_color;
background-color: transparent;
border-color: transparent;
@@ -605,7 +625,7 @@ button.raven-trigger {
min-height: 32px;
margin-bottom: 3px;
background: linear-gradient(to right, #8f94fb, #4e54c8);
background: $purple;
color: $selected_fg_color;
box-shadow: $depth;
@@ -613,30 +633,28 @@ button.raven-trigger {
font-size: 100%;
&:hover {
transition: 170ms ease all;
background: transparentize($darkpurple,0.15);
background: transparentize($purple,0.15);
color: $selected_fg_color;
}
&:active {
transition: 170ms ease all;
background: $darkpurple;
background: $purple;
color: $selected_fg_color;
}
&:first-child {
background: $suggested_bg_color;
&:hover {
background: transparentize($cyan,0);
background: transparentize($selected_bg_color, 0.15);
}
&:active {
background: $cyan;
background: $selected_bg_color;
}
}
&:last-child {
background: $destructive_bg_color;
&:hover {
background: transparentize($red,0);
background: transparentize($red, 0.15);
}
&:active {
background: $red;
@@ -651,7 +669,7 @@ button.raven-trigger {
// Calendar
calendar.raven-calendar {
padding: 6px;
color: $fg_color;
color: $panel_color;
background: transparent;
border-color: transparent;
@@ -666,7 +684,7 @@ calendar.raven-calendar {
&:backdrop { background-color: transparent; }
&.header {
color: $fg_color;
color: $panel_color;
border: none;
border-radius: 0;
background-color: transparent;
@@ -717,14 +735,14 @@ calendar.raven-calendar {
background: none;
border-radius: 1px;
button {
background-color: $cyan;
background-color: $selected_bg_color;
color: $selected_fg_color;
border: none;
&:hover {
background-color: darken($cyan, 5%);
background-color: darken($selected_bg_color, 5%);
border: none;
}
&:active, &:checked { background-color: darken($cyan, 5%); }
&:active, &:checked { background-color: darken($selected_bg_color, 5%); }
}
}
@@ -815,8 +833,9 @@ calendar.raven-calendar {
margin-bottom: 0;
min-height: 32px;
border-bottom: none;
border-color:$_borders_color;
border-radius: 0;
color: $headerbar_fg_color;
color: #fff;
background-color: transparent;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.20);
@@ -830,7 +849,7 @@ calendar.raven-calendar {
}
}
@each $b_type, $b_color in (suggested-action, $cyan),
@each $b_type, $b_color in (suggested-action, $selected_bg_color),
(destructive-action, $destructive_color) {
&.#{$b_type} {
background-color: transparentize($b_color, 0.1);

View File

@@ -90,7 +90,7 @@
}
}
.linked {
.linked:not(.path-bar) {
button {
&:active, &:checked, &:active:backdrop, &:checked:backdrop {
background: transparent;

View File

@@ -56,6 +56,8 @@ read if you used those and something break with a version upgrade you're on your
@define-color wm_button_active_color_b shade(#161925, 0.89);
@define-color wm_button_active_color_c shade(#161925, 0.9);
@define-color content_view_bg #181b28;
@define-color budgie_tasklist_indicator_color #c50ed2;
@define-color budgie_tasklist_indicator_color_active #c50ed2;
/*****************
* Drawing mixins *
*****************/
@@ -3992,14 +3994,14 @@ treeview ~ scrollbar.vertical {
.sidebar row label {
color: #98abb2; }
.sidebar row:selected {
color: #fff; }
color: #fefefe; }
.sidebar row:selected:backdrop {
color: rgba(197, 14, 210, 0.6);
background: transparent; }
color: rgba(254, 254, 254, 0.5);
background: rgba(197, 14, 210, 0.6); }
.sidebar row:selected:backdrop label {
color: #fff; }
color: #fefefe; }
.sidebar row:selected label {
color: #fff; }
color: #fefefe; }
.sidebar.source-list {
background: #181b28;
padding: 4px 0px; }
@@ -4043,6 +4045,8 @@ placessidebar.sidebar {
padding-left: 14px;
padding-right: 12px;
color: #9ecfa2; }
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon:first-child {
background: #171e27; }
placessidebar.sidebar row.sidebar-row:hover {
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: rgba(0, 0, 0, 0.76);
@@ -4065,9 +4069,13 @@ placessidebar.sidebar {
color: rgba(0, 0, 0, 0.54);
background-color: transparent;
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
placessidebar.sidebar row.sidebar-row:selected:backdrop .sidebar-icon:first-child {
background: #c50ed2; }
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
color: inherit; }
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon:first-child {
background: #c50ed2; }
placessidebar list {
background-color: transparent; }
@@ -4693,10 +4701,10 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
.budgie-popover.background {
border-radius: 2px;
padding: 0;
background: linear-gradient(to bottom, #2d334b, #12151f);
background: #0c0e14;
background-clip: border-box;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35);
border: 1px solid @borders; }
border: 1px solid #030305; }
.budgie-popover list:hover,
.budgie-popover row:hover,
.budgie-popover.background list:hover,
@@ -4706,40 +4714,47 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
.budgie-popover.background > frame.container {
margin: 0 -1px -1px;
padding: 2px 0 0; }
.budgie-popover button,
.budgie-popover.background button {
color: #C3C7D1;
border: none;
background: transparent; }
.budgie-popover button:hover,
.budgie-popover.background button:hover {
color: #c50ed2; }
.budgie-popover > .container {
padding: 2px; }
.budgie-menu {
color: #C3C7D1; }
.budgie-menu .container {
padding: 0; }
.budgie-menu button:hover {
-gtk-icon-effect: none; }
.budgie-menu entry.search {
border: none;
background: none;
padding: 5px 2px;
border-bottom: 1px solid @borders;
border-bottom: 1px solid #030305;
border-radius: 0;
font-size: 120%;
box-shadow: none; }
box-shadow: none;
color: #C3C7D1; }
.budgie-menu entry.search image:dir(ltr) {
padding-left: 8px;
padding-right: 12px; }
.budgie-menu entry.search image:dir(rtl) {
padding-left: 12px;
padding-right: 8px; }
.budgie-menu .categories {
border-width: 0;
margin-left: 3px;
background-color: transparent; }
background: transparent; }
.budgie-menu .categories:dir(ltr) {
border-right: 1px solid @borders; }
border-right: 1px solid #030305; }
.budgie-menu .categories:dir(rtl) {
border-left: 1px solid @borders; }
border-left: 1px solid #030305; }
.budgie-menu .category-button {
padding: 7px;
border-radius: 2px 0 0 2px; }
@@ -4751,26 +4766,28 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
.budgie-menu .category-button:checked {
color: #fefefe;
background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); }
.budgie-menu .category-button:checked:hover {
color: rgba(254, 254, 254, 0.9); }
.budgie-menu .category-button:checked:disabled {
opacity: 0.5; }
.budgie-menu .category-button:checked:disabled label {
color: rgba(254, 254, 254, 0.7); }
.budgie-menu scrollbar {
background-color: transparent;
border-color: transparent; }
border-color: #030305; }
.budgie-menu button:not(.category-button) {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 0;
box-shadow: none; }
box-shadow: none;
background: yellow; }
.budgie-menu button {
border: none; }
border: none;
background: transparent; }
.budgie-menu undershoot, .budgie-menu overshoot {
background: none; }
.budgie-menu list {
color: rgba(195, 199, 209, 0.7); }
button.budgie-menu-launcher {
padding: 0 2px;
@@ -4802,7 +4819,7 @@ button.budgie-menu-launcher {
.user-menu > box.vertical row.activatable:first-child .indicator-item,
.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
background-color: #00c1e4;
background-color: #c50ed2;
transition-duration: 0.2s; }
.user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr),
.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) {
@@ -4873,7 +4890,7 @@ button.raven-trigger {
.places-menu .places-section-header {
padding: 0px;
border-bottom: 1px solid rgba(12, 14, 21, 0.75);
border-bottom: 1px solid rgba(3, 3, 5, 0.95);
box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); }
.places-menu .places-section-header > button {
@@ -4884,11 +4901,11 @@ button.raven-trigger {
.places-menu .places-list {
background: rgba(195, 199, 209, 0.04);
border-bottom: 1px solid rgba(12, 14, 21, 0.75); }
border-bottom: 1px solid rgba(3, 3, 5, 0.95); }
.places-menu .unlock-area {
border-top: 1px solid rgba(12, 14, 21, 0.65);
border-bottom: 1px solid rgba(12, 14, 21, 0.65); }
border-top: 1px solid rgba(3, 3, 5, 0.85);
border-bottom: 1px solid rgba(3, 3, 5, 0.85); }
.places-menu .unlock-area entry {
border-radius: 0;
@@ -4897,7 +4914,7 @@ button.raven-trigger {
.places-menu .unlock-area button {
border-radius: 0;
border: 0;
border-left: 1px solid rgba(12, 14, 21, 0.65); }
border-left: 1px solid rgba(3, 3, 5, 0.85); }
.places-menu .alternative-label {
font-size: 15px;
@@ -4940,6 +4957,12 @@ button.raven-trigger {
border-top-width: 0;
border-bottom-width: 0;
border-radius: 0; }
.budgie-panel button.flat {
background: transparent;
border: 1px solid rgba(3, 3, 5, 0.95); }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #c50ed2; }
.budgie-panel popover list,
.budgie-panel popover row {
padding: 0;
@@ -5072,56 +5095,56 @@ button.raven-trigger {
border-right: 2px solid #c50ed2; }
.top .budgie-panel {
border-bottom: 1px solid rgba(9, 10, 15, 0.92); }
border-bottom: 1px solid rgba(3, 3, 5, 0.92); }
.top .raven-frame {
padding: 0;
background: none; }
.top .raven-frame border {
border: none;
border-bottom: 1px solid rgba(22, 25, 37, 0.92); }
border-bottom: 1px solid rgba(3, 3, 5, 0.92); }
.top .shadow-block {
background-color: transparent;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); }
.bottom .budgie-panel {
border-top: 1px solid rgba(9, 10, 15, 0.92); }
border-top: 1px solid rgba(3, 3, 5, 0.92); }
.bottom .raven-frame {
padding: 0;
background: none; }
.bottom .raven-frame border {
border: none;
border-top: 1px solid rgba(22, 25, 37, 0.92); }
border-top: 1px solid rgba(3, 3, 5, 0.92); }
.bottom .shadow-block {
background-color: transparent;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); }
.left .budgie-panel {
border-right: 1px solid rgba(9, 10, 15, 0.92); }
border-right: 1px solid rgba(3, 3, 5, 0.92); }
.left .raven-frame {
padding: 0;
background: none; }
.left .raven-frame border {
border: none;
border-right: 1px solid rgba(22, 25, 37, 0.92); }
border-right: 1px solid rgba(3, 3, 5, 0.92); }
.left .shadow-block {
background-color: transparent;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); }
.right .budgie-panel {
border-left: 1px solid rgba(9, 10, 15, 0.92); }
border-left: 1px solid rgba(3, 3, 5, 0.92); }
.right .raven-frame {
padding: 0;
background: none; }
.right .raven-frame border {
border: none;
border-left: 1px solid rgba(22, 25, 37, 0.92); }
border-left: 1px solid rgba(3, 3, 5, 0.92); }
.right .shadow-block {
background-color: transparent;
@@ -5135,9 +5158,9 @@ button.raven-trigger {
.raven .raven-header {
min-height: 32px;
color: #C3C7D1;
border: solid rgba(12, 14, 21, 0.75);
border: solid rgba(3, 3, 5, 0.95);
border-width: 1px 0;
background-color: rgba(22, 25, 37, 0.2); }
background-color: rgba(9, 10, 15, 0.45); }
.raven .raven-header * {
padding-top: 0;
padding-bottom: 0; }
@@ -5166,31 +5189,40 @@ button.raven-trigger {
.raven .raven-header.bottom {
border-bottom-style: none; }
.raven .raven-header button {
background-image: linear-gradient(to bottom, #2f354f, #12151f);
border: 1px solid rgba(12, 14, 21, 0.8);
color: #C3C7D1;
border-radius: 0;
color: #8b8b8b;
text-shadow: none;
box-shadow: none;
margin-top: -4px;
margin-bottom: -4px;
min-height: 24px; }
background: transparent;
border: none;
border-radius: 0; }
.raven .raven-header button:hover {
border-radius: 0;
background-color: transparent;
color: #c50ed2; }
.raven .raven-header button:active, .raven .raven-header button:checked {
color: #c50ed2;
border-radius: 0;
background: #181b28; }
text-shadow: none;
border: none;
border-radius: 0; }
.raven .raven-header button:disabled {
color: #6d707b; }
.raven .raven-header button.text-button.radio {
margin: 5px 0px;
min-height: 20px;
padding: 3px; }
.raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked {
border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7);
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
color: snow; }
.raven list {
color: #C3C7D1;
background-color: transparent; }
.raven list:selected {
background-color: rgba(197, 14, 210, 0.9); }
.raven list row,
.raven list row.activatable {
background-color: transparent; }
.raven list row:hover,
.raven list row.activatable:hover {
background-color: rgba(32, 36, 53, 0.25); }
.raven list row:selected,
.raven list row.activatable:selected {
background-color: rgba(197, 14, 210, 0.9); }
@@ -5209,29 +5241,27 @@ button.raven-trigger {
min-width: 32px;
min-height: 32px;
margin-bottom: 3px;
background: linear-gradient(to right, #8f94fb, #4e54c8);
background: #c74ded;
color: #fefefe;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
border: none;
font-size: 100%; }
.raven .powerstrip button.image-button:hover {
transition: 170ms ease all;
background: rgba(123, 123, 189, 0.85);
background: rgba(199, 77, 237, 0.85);
color: #fefefe; }
.raven .powerstrip button.image-button:active {
transition: 170ms ease all;
background: #7b7bbd;
background: #c74ded;
color: #fefefe; }
.raven .powerstrip button.image-button:first-child {
background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); }
.raven .powerstrip button.image-button:first-child:hover {
background: #00c1e4; }
background: rgba(197, 14, 210, 0.85); }
.raven .powerstrip button.image-button:first-child:active {
background: #00c1e4; }
background: #c50ed2; }
.raven .powerstrip button.image-button:last-child {
background: linear-gradient(to right, #FF416C, #FF4B2B); }
.raven .powerstrip button.image-button:last-child:hover {
background: #ed254e; }
background: rgba(237, 37, 78, 0.85); }
.raven .powerstrip button.image-button:last-child:active {
background: #ed254e; }
.raven .option-subtitle {
@@ -5289,14 +5319,14 @@ calendar.raven-calendar {
background: none;
border-radius: 1px; }
.budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button {
background-color: #00c1e4;
background-color: #c50ed2;
color: #fefefe;
border: none; }
.budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover {
background-color: #00abcb;
background-color: #af0cba;
border: none; }
.budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked {
background-color: #00abcb; }
background-color: #af0cba; }
.budgie-notification.background, .background.budgie-osd, .background.budgie-switcher {
border-radius: 1px; }
@@ -5360,8 +5390,9 @@ calendar.raven-calendar {
margin-bottom: 0;
min-height: 32px;
border-bottom: none;
border-color: #030305;
border-radius: 0;
color: #C3C7D1;
color: #fff;
background-color: transparent;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); }
.budgie-session-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label {
@@ -5377,11 +5408,11 @@ calendar.raven-calendar {
.budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label {
color: rgba(255, 255, 255, 0.5); }
.budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action {
background-color: rgba(0, 193, 228, 0.9); }
background-color: rgba(197, 14, 210, 0.9); }
.budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover {
background-color: rgba(0, 215, 254, 0.9); }
background-color: rgba(219, 16, 234, 0.9); }
.budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked {
background-color: rgba(0, 215, 254, 0.9); }
background-color: rgba(219, 16, 234, 0.9); }
.budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action {
background-color: rgba(206, 17, 56, 0.9); }
.budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover {
@@ -5512,7 +5543,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
color: #f0f0f0; }
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
.nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop {
background: transparent;
color: #c50ed2;
box-shadow: none;

View File

@@ -56,6 +56,8 @@ read if you used those and something break with a version upgrade you're on your
@define-color wm_button_active_color_b shade(#161925, 0.89);
@define-color wm_button_active_color_c shade(#161925, 0.9);
@define-color content_view_bg #181b28;
@define-color budgie_tasklist_indicator_color #c50ed2;
@define-color budgie_tasklist_indicator_color_active #c50ed2;
/*****************
* Drawing mixins *
*****************/
@@ -3992,14 +3994,14 @@ treeview ~ scrollbar.vertical {
.sidebar row label {
color: #98abb2; }
.sidebar row:selected {
color: #fff; }
color: #fefefe; }
.sidebar row:selected:backdrop {
color: rgba(197, 14, 210, 0.6);
background: transparent; }
color: rgba(254, 254, 254, 0.5);
background: rgba(197, 14, 210, 0.6); }
.sidebar row:selected:backdrop label {
color: #fff; }
color: #fefefe; }
.sidebar row:selected label {
color: #fff; }
color: #fefefe; }
.sidebar.source-list {
background: #181b28;
padding: 4px 0px; }
@@ -4043,6 +4045,8 @@ placessidebar.sidebar {
padding-left: 14px;
padding-right: 12px;
color: #9ecfa2; }
placessidebar.sidebar row.sidebar-row.sidebar-row .sidebar-icon:first-child {
background: #171e27; }
placessidebar.sidebar row.sidebar-row:hover {
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
color: rgba(0, 0, 0, 0.76);
@@ -4065,9 +4069,13 @@ placessidebar.sidebar {
color: rgba(0, 0, 0, 0.54);
background-color: transparent;
background-image: linear-gradient(to right, #c50ed2 40px, rgba(65, 67, 75, 0) 36px, rgba(65, 67, 75, 0) 97%); }
placessidebar.sidebar row.sidebar-row:selected:backdrop .sidebar-icon:first-child {
background: #c50ed2; }
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon {
-gtk-icon-shadow: 0 1px rgba(255, 255, 255, 0.8);
color: inherit; }
placessidebar.sidebar row.sidebar-row:selected .sidebar-icon:first-child {
background: #c50ed2; }
placessidebar list {
background-color: transparent; }
@@ -4693,10 +4701,10 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
.budgie-popover.background {
border-radius: 2px;
padding: 0;
background: linear-gradient(to bottom, #2d334b, #12151f);
background: #0c0e14;
background-clip: border-box;
box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.35);
border: 1px solid @borders; }
border: 1px solid #030305; }
.budgie-popover list:hover,
.budgie-popover row:hover,
.budgie-popover.background list:hover,
@@ -4706,40 +4714,47 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
.budgie-popover.background > frame.container {
margin: 0 -1px -1px;
padding: 2px 0 0; }
.budgie-popover button,
.budgie-popover.background button {
color: #C3C7D1;
border: none;
background: transparent; }
.budgie-popover button:hover,
.budgie-popover.background button:hover {
color: #c50ed2; }
.budgie-popover > .container {
padding: 2px; }
.budgie-menu {
color: #C3C7D1; }
.budgie-menu .container {
padding: 0; }
.budgie-menu button:hover {
-gtk-icon-effect: none; }
.budgie-menu entry.search {
border: none;
background: none;
padding: 5px 2px;
border-bottom: 1px solid @borders;
border-bottom: 1px solid #030305;
border-radius: 0;
font-size: 120%;
box-shadow: none; }
box-shadow: none;
color: #C3C7D1; }
.budgie-menu entry.search image:dir(ltr) {
padding-left: 8px;
padding-right: 12px; }
.budgie-menu entry.search image:dir(rtl) {
padding-left: 12px;
padding-right: 8px; }
.budgie-menu .categories {
border-width: 0;
margin-left: 3px;
background-color: transparent; }
background: transparent; }
.budgie-menu .categories:dir(ltr) {
border-right: 1px solid @borders; }
border-right: 1px solid #030305; }
.budgie-menu .categories:dir(rtl) {
border-left: 1px solid @borders; }
border-left: 1px solid #030305; }
.budgie-menu .category-button {
padding: 7px;
border-radius: 2px 0 0 2px; }
@@ -4751,26 +4766,28 @@ entry selection, row:selected, treeview.view:selected:focus, treeview.view:selec
.budgie-menu .category-button:checked {
color: #fefefe;
background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); }
.budgie-menu .category-button:checked:hover {
color: rgba(254, 254, 254, 0.9); }
.budgie-menu .category-button:checked:disabled {
opacity: 0.5; }
.budgie-menu .category-button:checked:disabled label {
color: rgba(254, 254, 254, 0.7); }
.budgie-menu scrollbar {
background-color: transparent;
border-color: transparent; }
border-color: #030305; }
.budgie-menu button:not(.category-button) {
padding-top: 5px;
padding-bottom: 5px;
border-radius: 0;
box-shadow: none; }
box-shadow: none;
background: yellow; }
.budgie-menu button {
border: none; }
border: none;
background: transparent; }
.budgie-menu undershoot, .budgie-menu overshoot {
background: none; }
.budgie-menu list {
color: rgba(195, 199, 209, 0.7); }
button.budgie-menu-launcher {
padding: 0 2px;
@@ -4802,7 +4819,7 @@ button.budgie-menu-launcher {
.user-menu > box.vertical row.activatable:first-child .indicator-item,
.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
background-color: #00c1e4;
background-color: #c50ed2;
transition-duration: 0.2s; }
.user-menu > box.vertical row.activatable:first-child .indicator-item:dir(ltr),
.user-menu > frame.container > box.vertical row.activatable:first-child .indicator-item:dir(ltr) {
@@ -4873,7 +4890,7 @@ button.raven-trigger {
.places-menu .places-section-header {
padding: 0px;
border-bottom: 1px solid rgba(12, 14, 21, 0.75);
border-bottom: 1px solid rgba(3, 3, 5, 0.95);
box-shadow: 0px 1px 1px alpha(@theme_fg_color, 0.03); }
.places-menu .places-section-header > button {
@@ -4884,11 +4901,11 @@ button.raven-trigger {
.places-menu .places-list {
background: rgba(195, 199, 209, 0.04);
border-bottom: 1px solid rgba(12, 14, 21, 0.75); }
border-bottom: 1px solid rgba(3, 3, 5, 0.95); }
.places-menu .unlock-area {
border-top: 1px solid rgba(12, 14, 21, 0.65);
border-bottom: 1px solid rgba(12, 14, 21, 0.65); }
border-top: 1px solid rgba(3, 3, 5, 0.85);
border-bottom: 1px solid rgba(3, 3, 5, 0.85); }
.places-menu .unlock-area entry {
border-radius: 0;
@@ -4897,7 +4914,7 @@ button.raven-trigger {
.places-menu .unlock-area button {
border-radius: 0;
border: 0;
border-left: 1px solid rgba(12, 14, 21, 0.65); }
border-left: 1px solid rgba(3, 3, 5, 0.85); }
.places-menu .alternative-label {
font-size: 15px;
@@ -4940,6 +4957,12 @@ button.raven-trigger {
border-top-width: 0;
border-bottom-width: 0;
border-radius: 0; }
.budgie-panel button.flat {
background: transparent;
border: 1px solid rgba(3, 3, 5, 0.95); }
.budgie-panel button.flat:hover, .budgie-panel button.flat:active, .budgie-panel button.flat:checked {
background: transparent;
color: #c50ed2; }
.budgie-panel popover list,
.budgie-panel popover row {
padding: 0;
@@ -5072,56 +5095,56 @@ button.raven-trigger {
border-right: 2px solid #c50ed2; }
.top .budgie-panel {
border-bottom: 1px solid rgba(9, 10, 15, 0.92); }
border-bottom: 1px solid rgba(3, 3, 5, 0.92); }
.top .raven-frame {
padding: 0;
background: none; }
.top .raven-frame border {
border: none;
border-bottom: 1px solid rgba(22, 25, 37, 0.92); }
border-bottom: 1px solid rgba(3, 3, 5, 0.92); }
.top .shadow-block {
background-color: transparent;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent); }
.bottom .budgie-panel {
border-top: 1px solid rgba(9, 10, 15, 0.92); }
border-top: 1px solid rgba(3, 3, 5, 0.92); }
.bottom .raven-frame {
padding: 0;
background: none; }
.bottom .raven-frame border {
border: none;
border-top: 1px solid rgba(22, 25, 37, 0.92); }
border-top: 1px solid rgba(3, 3, 5, 0.92); }
.bottom .shadow-block {
background-color: transparent;
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); }
.left .budgie-panel {
border-right: 1px solid rgba(9, 10, 15, 0.92); }
border-right: 1px solid rgba(3, 3, 5, 0.92); }
.left .raven-frame {
padding: 0;
background: none; }
.left .raven-frame border {
border: none;
border-right: 1px solid rgba(22, 25, 37, 0.92); }
border-right: 1px solid rgba(3, 3, 5, 0.92); }
.left .shadow-block {
background-color: transparent;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); }
.right .budgie-panel {
border-left: 1px solid rgba(9, 10, 15, 0.92); }
border-left: 1px solid rgba(3, 3, 5, 0.92); }
.right .raven-frame {
padding: 0;
background: none; }
.right .raven-frame border {
border: none;
border-left: 1px solid rgba(22, 25, 37, 0.92); }
border-left: 1px solid rgba(3, 3, 5, 0.92); }
.right .shadow-block {
background-color: transparent;
@@ -5135,9 +5158,9 @@ button.raven-trigger {
.raven .raven-header {
min-height: 32px;
color: #C3C7D1;
border: solid rgba(12, 14, 21, 0.75);
border: solid rgba(3, 3, 5, 0.95);
border-width: 1px 0;
background-color: rgba(22, 25, 37, 0.2); }
background-color: rgba(9, 10, 15, 0.45); }
.raven .raven-header * {
padding-top: 0;
padding-bottom: 0; }
@@ -5166,31 +5189,40 @@ button.raven-trigger {
.raven .raven-header.bottom {
border-bottom-style: none; }
.raven .raven-header button {
background-image: linear-gradient(to bottom, #2f354f, #12151f);
border: 1px solid rgba(12, 14, 21, 0.8);
color: #C3C7D1;
border-radius: 0;
color: #8b8b8b;
text-shadow: none;
box-shadow: none;
margin-top: -4px;
margin-bottom: -4px;
min-height: 24px; }
background: transparent;
border: none;
border-radius: 0; }
.raven .raven-header button:hover {
border-radius: 0;
background-color: transparent;
color: #c50ed2; }
.raven .raven-header button:active, .raven .raven-header button:checked {
color: #c50ed2;
border-radius: 0;
background: #181b28; }
text-shadow: none;
border: none;
border-radius: 0; }
.raven .raven-header button:disabled {
color: #6d707b; }
.raven .raven-header button.text-button.radio {
margin: 5px 0px;
min-height: 20px;
padding: 3px; }
.raven .raven-header button.text-button.radio:active, .raven .raven-header button.text-button.radio:checked {
border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7);
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
color: snow; }
.raven list {
color: #C3C7D1;
background-color: transparent; }
.raven list:selected {
background-color: rgba(197, 14, 210, 0.9); }
.raven list row,
.raven list row.activatable {
background-color: transparent; }
.raven list row:hover,
.raven list row.activatable:hover {
background-color: rgba(32, 36, 53, 0.25); }
.raven list row:selected,
.raven list row.activatable:selected {
background-color: rgba(197, 14, 210, 0.9); }
@@ -5209,29 +5241,27 @@ button.raven-trigger {
min-width: 32px;
min-height: 32px;
margin-bottom: 3px;
background: linear-gradient(to right, #8f94fb, #4e54c8);
background: #c74ded;
color: #fefefe;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
border: none;
font-size: 100%; }
.raven .powerstrip button.image-button:hover {
transition: 170ms ease all;
background: rgba(123, 123, 189, 0.85);
background: rgba(199, 77, 237, 0.85);
color: #fefefe; }
.raven .powerstrip button.image-button:active {
transition: 170ms ease all;
background: #7b7bbd;
background: #c74ded;
color: #fefefe; }
.raven .powerstrip button.image-button:first-child {
background: linear-gradient(to right, #654ea3 0%, #eaafc8 100%); }
.raven .powerstrip button.image-button:first-child:hover {
background: #00c1e4; }
background: rgba(197, 14, 210, 0.85); }
.raven .powerstrip button.image-button:first-child:active {
background: #00c1e4; }
background: #c50ed2; }
.raven .powerstrip button.image-button:last-child {
background: linear-gradient(to right, #FF416C, #FF4B2B); }
.raven .powerstrip button.image-button:last-child:hover {
background: #ed254e; }
background: rgba(237, 37, 78, 0.85); }
.raven .powerstrip button.image-button:last-child:active {
background: #ed254e; }
.raven .option-subtitle {
@@ -5289,14 +5319,14 @@ calendar.raven-calendar {
background: none;
border-radius: 1px; }
.budgie-notification-window button, .budgie-osd-window button, .budgie-switcher-window button {
background-color: #00c1e4;
background-color: #c50ed2;
color: #fefefe;
border: none; }
.budgie-notification-window button:hover, .budgie-osd-window button:hover, .budgie-switcher-window button:hover {
background-color: #00abcb;
background-color: #af0cba;
border: none; }
.budgie-notification-window button:active, .budgie-osd-window button:active, .budgie-switcher-window button:active, .budgie-notification-window button:checked, .budgie-osd-window button:checked, .budgie-switcher-window button:checked {
background-color: #00abcb; }
background-color: #af0cba; }
.budgie-notification.background, .background.budgie-osd, .background.budgie-switcher {
border-radius: 1px; }
@@ -5360,8 +5390,9 @@ calendar.raven-calendar {
margin-bottom: 0;
min-height: 32px;
border-bottom: none;
border-color: #030305;
border-radius: 0;
color: #C3C7D1;
color: #fff;
background-color: transparent;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), inset 0 1px 2px rgba(0, 0, 0, 0.2); }
.budgie-session-dialog .linked.horizontal > button label, .budgie-polkit-dialog .linked.horizontal > button label, .budgie-run-dialog .linked.horizontal > button label {
@@ -5377,11 +5408,11 @@ calendar.raven-calendar {
.budgie-session-dialog .linked.horizontal > button:hover:backdrop label, .budgie-polkit-dialog .linked.horizontal > button:hover:backdrop label, .budgie-run-dialog .linked.horizontal > button:hover:backdrop label {
color: rgba(255, 255, 255, 0.5); }
.budgie-session-dialog .linked.horizontal > button.suggested-action, .budgie-polkit-dialog .linked.horizontal > button.suggested-action, .budgie-run-dialog .linked.horizontal > button.suggested-action {
background-color: rgba(0, 193, 228, 0.9); }
background-color: rgba(197, 14, 210, 0.9); }
.budgie-session-dialog .linked.horizontal > button.suggested-action:hover, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:hover, .budgie-run-dialog .linked.horizontal > button.suggested-action:hover {
background-color: rgba(0, 215, 254, 0.9); }
background-color: rgba(219, 16, 234, 0.9); }
.budgie-session-dialog .linked.horizontal > button.suggested-action:active, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:active, .budgie-run-dialog .linked.horizontal > button.suggested-action:active, .budgie-session-dialog .linked.horizontal > button.suggested-action:checked, .budgie-polkit-dialog .linked.horizontal > button.suggested-action:checked, .budgie-run-dialog .linked.horizontal > button.suggested-action:checked {
background-color: rgba(0, 215, 254, 0.9); }
background-color: rgba(219, 16, 234, 0.9); }
.budgie-session-dialog .linked.horizontal > button.destructive-action, .budgie-polkit-dialog .linked.horizontal > button.destructive-action, .budgie-run-dialog .linked.horizontal > button.destructive-action {
background-color: rgba(206, 17, 56, 0.9); }
.budgie-session-dialog .linked.horizontal > button.destructive-action:hover, .budgie-polkit-dialog .linked.horizontal > button.destructive-action:hover, .budgie-run-dialog .linked.horizontal > button.destructive-action:hover {
@@ -5512,7 +5543,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
color: #f0f0f0; }
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
.nautilus-window .titlebar .linked:not(.path-bar) button:active, .nautilus-window .titlebar .linked:not(.path-bar) button:checked, .nautilus-window .titlebar .linked:not(.path-bar) button:active:backdrop, .nautilus-window .titlebar .linked:not(.path-bar) button:checked:backdrop {
background: transparent;
color: #c50ed2;
box-shadow: none;

View File

@@ -38,20 +38,20 @@
color: #98abb2;
}
&:selected{
color: #fff;
color: $selected_fg_color;
// border-left: 4px solid $selected_bg_color;
&:backdrop{
color: $backdrop_selected_bg_color;
background: transparent;
color: $backdrop_selected_fg_color;
background: $backdrop_selected_bg_color;
label{
color: #fff;
color: $selected_fg_color;
}
}
&:hover{
// background-color: transparentize($selected_bg_color, 0.8);
}
label{
color: #fff;
color: $selected_fg_color;
}
}
}
@@ -136,6 +136,9 @@ placessidebar{
padding-left: 14px;
padding-right: 12px;
color: #9ecfa2;
&:first-child {
background: #171e27;
}
}
}
&:hover{
@@ -169,11 +172,19 @@ placessidebar{
background-color: transparent;
background-image:linear-gradient(to right, $selected_bg_color 40px,
rgba(65,67,75,0) 36px, rgba(65,67,75,0)97%);
.sidebar-icon {
&:first-child {
background: $selected_bg_color;
}
}
}
.sidebar-icon {
-gtk-icon-shadow: 0 1px transparentize(#fff, 0.2);
color: inherit;
&:first-child {
background: $selected_bg_color;
}
}
}

View File

@@ -1989,7 +1989,7 @@
height="16"
width="16"
id="rect4603"
style="display:inline;fill:#40424c;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" />
style="display:inline;fill:#303651;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" />
<rect
style="display:inline;fill:#000000;fill-opacity:0.2;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
id="rect4611"
@@ -2076,7 +2076,7 @@
inkscape:connector-curvature="0" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:1;fill:#40424c;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#303651;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
d="m 178,233.99998 a 8,8 0 0 0 -8,8 8,8 0 0 0 8,8 8,8 0 0 0 8,-8 8,8 0 0 0 -8,-8 z"
id="path4716" />
<path
@@ -2145,7 +2145,7 @@
height="16"
width="16"
id="rect4569"
style="display:inline;fill:#40424c;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" />
style="display:inline;fill:#303651;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new" />
<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-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:0.2;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter4588-3);color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
d="m 32.48783,180.48983 a 1.0001,1.0001 0 0 0 -0.75586,0.36915 l -4.29883,5.16015 -2.22656,-2.22656 a 1.0001,1.0001 0 1 0 -1.41406,1.41406 l 2.88476,2.88477 a 1.0001,1.0001 0 0 0 0.88477,0.41601 1.0001,1.0001 0 0 0 0.81054,-0.49219 l 4.89454,-5.875 a 1.0001,1.0001 0 0 0 -0.7793,-1.65039 z"
@@ -2247,7 +2247,7 @@
d="m 31.98828,207.9902 a 1.0001,1.0001 0 0 0 -0.75586,0.36915 l -4.29882,5.16015 -2.22657,-2.22656 a 1.0001,1.0001 0 1 0 -1.41406,1.41406 l 2.88477,2.88477 a 1.0001,1.0001 0 0 0 0.88476,0.41601 1.0001,1.0001 0 0 0 0.81055,-0.49219 l 4.89453,-5.875 a 1.0001,1.0001 0 0 0 -0.7793,-1.65039 z"
style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
<rect
style="display:inline;fill:#40424c;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;fill:#303651;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
id="rect4677"
width="16"
height="16"
@@ -2266,7 +2266,7 @@
d="m 84,240.99998 h 8 v 2 h -8 z"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:new" />
<rect
style="display:inline;fill:#40424c;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;fill:#303651;fill-opacity:1;stroke:none;stroke-width:1.70000005;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
id="rect4690"
width="16"
height="16"
@@ -2317,7 +2317,7 @@
<path
id="path4794"
d="m 178,175.99998 a 8,8 0 0 0 -8,8 8,8 0 0 0 8,8 8,8 0 0 0 8,-8 8,8 0 0 0 -8,-8 z"
style="display:inline;opacity:1;fill:#40424c;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#303651;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
inkscape:connector-curvature="0" />
<path
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.2;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;filter:url(#filter4711-7);enable-background:new"
@@ -2374,25 +2374,25 @@
inkscape:connector-curvature="0"
id="path4550-3"
d="m 52.576271,176.76834 c -1.001581,0 -1.807911,0.80633 -1.807911,1.80791 v 10.84746 c 0,1.00158 0.80633,1.80791 1.807911,1.80791 h 10.847458 c 1.001582,0 1.807909,-0.80633 1.807909,-1.80791 v -10.84746 c 0,-1.00158 -0.806327,-1.80791 -1.807909,-1.80791 z"
style="display:inline;fill:#40424c;fill-opacity:0.1882353;stroke:#40424c;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;fill:#303651;fill-opacity:0.1882353;stroke:#303651;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
sodipodi:nodetypes="sssssssss" />
<path
inkscape:connector-curvature="0"
id="path4550-3-6"
d="m 52.576271,204.76834 c -1.001581,0 -1.807911,0.80633 -1.807911,1.80791 v 10.84746 c 0,1.00158 0.80633,1.80791 1.807911,1.80791 h 10.847458 c 1.001582,0 1.807909,-0.80633 1.807909,-1.80791 v -10.84746 c 0,-1.00158 -0.806327,-1.80791 -1.807909,-1.80791 z"
style="display:inline;fill:#40424c;fill-opacity:0;stroke:#40424c;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;fill:#303651;fill-opacity:0;stroke:#303651;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
sodipodi:nodetypes="sssssssss" />
<path
inkscape:connector-curvature="0"
id="path4550-3-6-7"
d="m 52.576271,234.76834 c -1.001581,0 -1.807911,0.80633 -1.807911,1.80791 v 10.84746 c 0,1.00158 0.80633,1.80791 1.807911,1.80791 h 10.847458 c 1.001582,0 1.807909,-0.80633 1.807909,-1.80791 v -10.84746 c 0,-1.00158 -0.806327,-1.80791 -1.807909,-1.80791 z"
style="display:inline;fill:#40424c;fill-opacity:0.1882353;stroke:#40424c;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;fill:#303651;fill-opacity:0.1882353;stroke:#303651;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
sodipodi:nodetypes="sssssssss" />
<path
inkscape:connector-curvature="0"
id="path4550-3-6-5"
d="m 52.576271,264.76834 c -1.001581,0 -1.807911,0.80633 -1.807911,1.80791 v 10.84746 c 0,1.00158 0.80633,1.80791 1.807911,1.80791 h 10.847458 c 1.001582,0 1.807909,-0.80633 1.807909,-1.80791 v -10.84746 c 0,-1.00158 -0.806327,-1.80791 -1.807909,-1.80791 z"
style="display:inline;fill:#44475d;fill-opacity:0;stroke:#40424c;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;fill:#44475d;fill-opacity:0;stroke:#303651;stroke-width:1.53672326;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
sodipodi:nodetypes="sssssssss" />
<path
inkscape:connector-curvature="0"
@@ -2409,35 +2409,35 @@
<path
id="path4876-7"
d="m 148,176.99998 c -3.92736,0 -7.11111,3.18375 -7.11111,7.11111 0,3.92736 3.18375,7.11111 7.11111,7.11111 3.92736,0 7.11111,-3.18375 7.11111,-7.11111 0,-3.92736 -3.18375,-7.11111 -7.11111,-7.11111 z"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.18823529;stroke:#40424c;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.18823529;stroke:#303651;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
id="path4876-7-5"
d="m 148,204.99998 c -3.92736,0 -7.11111,3.18375 -7.11111,7.11111 0,3.92736 3.18375,7.11111 7.11111,7.11111 3.92736,0 7.11111,-3.18375 7.11111,-7.11111 0,-3.92736 -3.18375,-7.11111 -7.11111,-7.11111 z"
style="display:inline;opacity:1;fill:#44475d;fill-opacity:0;stroke:#40424c;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#44475d;fill-opacity:0;stroke:#303651;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
id="path4876-7-5-3"
d="m 148,234.88887 c -3.92736,0 -7.11111,3.18375 -7.11111,7.11111 0,3.92736 3.18375,7.11111 7.11111,7.11111 3.92736,0 7.11111,-3.18375 7.11111,-7.11111 0,-3.92736 -3.18375,-7.11111 -7.11111,-7.11111 z"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.2;stroke:#40424c;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.2;stroke:#303651;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
id="path4876-7-5-3-5"
d="m 148,264.88887 c -3.92736,0 -7.11111,3.18375 -7.11111,7.11111 0,3.92736 3.18375,7.11111 7.11111,7.11111 3.92736,0 7.11111,-3.18375 7.11111,-7.11111 0,-3.92736 -3.18375,-7.11111 -7.11111,-7.11111 z"
style="display:inline;opacity:1;fill:#44475d;fill-opacity:0;stroke:#40424c;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#44475d;fill-opacity:0;stroke:#303651;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
inkscape:connector-curvature="0"
sodipodi:nodetypes="sssss" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.2;stroke:#40424c;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
style="display:inline;opacity:1;fill:#000000;fill-opacity:0.2;stroke:#303651;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;enable-background:new"
d="m 118,176.99998 a 7.1111111,7.1111111 0 0 0 -7.11111,7.11111 A 7.1111111,7.1111111 0 0 0 118,191.2222 7.1111111,7.1111111 0 0 0 125.11111,184.11109 7.1111111,7.1111111 0 0 0 118,176.99998 Z"
id="path4866-9-2" />
<path
inkscape:connector-curvature="0"
style="display:inline;opacity:1;fill:#40424c;fill-opacity:1;stroke:#000000;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.2;enable-background:new"
style="display:inline;opacity:1;fill:#303651;fill-opacity:1;stroke:#000000;stroke-width:1.77777779;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.2;enable-background:new"
d="M 118,235.11109 A 7.1111111,7.1111111 0 0 0 110.88889,242.2222 7.1111111,7.1111111 0 0 0 118,249.33331 7.1111111,7.1111111 0 0 0 125.11111,242.2222 7.1111111,7.1111111 0 0 0 118,235.11109 Z"
id="path4866-9-2-7" />
<path

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 146 KiB

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="close-active.svg">
<defs
id="defs4144">
<linearGradient
gradientTransform="matrix(0.01220888,0,0,-0.01220884,7.1780168,1044.6517)"
inkscape:collect="always"
xlink:href="#linearGradient847"
id="linearGradient849"
x1="5.6857157"
y1="515.151"
x2="865.45459"
y2="540.10333"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient847">
<stop
style="stop-color:#ff416c;stop-opacity:1"
offset="0"
id="stop843" />
<stop
style="stop-color:#ff4b2b;stop-opacity:1"
offset="1"
id="stop845" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="12.629635"
inkscape:cx="8.0871216"
inkscape:cy="15.290785"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="713"
inkscape:window-x="0"
inkscape:window-y="25"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<inkscape:grid
type="xygrid"
id="grid4690" />
<sodipodi:guide
position="14,46.000001"
orientation="1,0"
id="guide817"
inkscape:locked="false" />
<sodipodi:guide
position="-6,16"
orientation="0,1"
id="guide819"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1038.0586"
cy="13.017858"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4139"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4094"
style="fill:url(#linearGradient849);fill-opacity:1;fill-rule:evenodd;stroke:#e70340;stroke-width:0.49486586;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 14.00006,1045.1148 c 3.729277,0 6.752507,-3.0233 6.752507,-6.7526 0,-3.7293 -3.02323,-6.7525 -6.752507,-6.7525 -3.729389,0 -6.7526271,3.0232 -6.7526271,6.7525 0,3.7293 3.0232381,6.7526 6.7526271,6.7526"
inkscape:connector-curvature="0"
inkscape:export-xdpi="96"
inkscape:export-ydpi="96" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="maximize-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.7349101"
inkscape:cx="4.4198086"
inkscape:cy="14.547723"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1038.0586"
cy="13.017858"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4139"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4199"
style="fill:#252528;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01637698"
d="m 13.999995,1045.3622 c 3.865996,0 7.000005,-3.134 7.000005,-7.0001 0,-3.8659 -3.134009,-6.9999 -7.000005,-6.9999 -3.865977,0 -6.999995,3.134 -6.999995,6.9999 0,3.8661 3.134018,7.0001 6.999995,7.0001"
inkscape:connector-curvature="0"
inkscape:export-xdpi="124.22228"
inkscape:export-ydpi="124.22228" />
<path
id="path4201"
style="fill:#252528;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01637698"
d="m 13.999995,1044.7668 c 3.537178,0 6.40467,-2.8674 6.40467,-6.4047 0,-3.5371 -2.867492,-6.4045 -6.40467,-6.4045 -3.53716,0 -6.404667,2.8674 -6.404667,6.4045 0,3.5373 2.867507,6.4047 6.404667,6.4047"
inkscape:connector-curvature="0"
inkscape:export-xdpi="124.22228"
inkscape:export-ydpi="124.22228" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="close-prelight.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.0623161"
inkscape:cx="11.588311"
inkscape:cy="15.789292"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="m 0,1020.3622 v 32 h 28 v -32 z"
id="rect4741"
inkscape:connector-curvature="0" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4142"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4094"
style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000062,1045.3622 c 3.865928,0 6.999937,-3.134 6.999937,-7 0,-3.866 -3.134009,-7 -6.999937,-7 -3.866043,0 -7.000062,3.134 -7.000062,7 0,3.866 3.134019,7 7.000062,7"
inkscape:connector-curvature="0" />
<g
id="g4144"
transform="matrix(0.01351731,0,0,-0.01351731,6.9333283,1045.4124)">
<path
inkscape:connector-curvature="0"
d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946"
style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4096" />
<path
inkscape:connector-curvature="0"
id="path4098"
d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z"
style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,93 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="close-prelight.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.0623161"
inkscape:cx="11.588311"
inkscape:cy="15.789292"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="m 0,1020.3622 v 32 h 28 v -32 z"
id="rect4741"
inkscape:connector-curvature="0" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4142"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4094"
style="fill:#d52735;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000062,1045.3622 c 3.865928,0 6.999937,-3.134 6.999937,-7 0,-3.866 -3.134009,-7 -6.999937,-7 -3.866043,0 -7.000062,3.134 -7.000062,7 0,3.866 3.134019,7 7.000062,7"
inkscape:connector-curvature="0" />
<g
id="g4144"
transform="matrix(0.01351731,0,0,-0.01351731,6.9333283,1045.4124)">
<path
inkscape:connector-curvature="0"
d="m 522.79173,40.6992 c 265.56911,0 480.85987,215.29542 480.85987,480.86946 0,265.57526 -215.29076,480.86604 -480.85987,480.86604 -265.57896,0 -480.86983,-215.29078 -480.86983,-480.86604 0,-265.57404 215.29087,-480.86946 480.86983,-480.86946"
style="fill:#f25056;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4096" />
<path
inkscape:connector-curvature="0"
id="path4098"
d="m 306.28404,782.14979 c -11.06764,0 -22.15209,-4.31529 -30.55026,-12.71345 l -0.75901,-0.75902 c -16.79758,-16.79634 -16.79758,-44.30417 0,-61.10052 L 460.93287,521.6187 274.97477,335.47086 c -16.79266,-16.79145 -16.79266,-44.11445 0,-60.91075 l 0.75901,-0.94881 c 16.79142,-16.7963 44.30418,-16.7963 61.10051,0 L 522.7924,459.56941 708.7505,273.6113 c 16.79265,-16.7963 44.30417,-16.7963 61.10052,0 l 0.75901,0.94881 c 16.79142,16.79144 16.79142,44.1193 0,60.91075 l -185.9581,186.14784 185.9581,185.9581 c 16.79142,16.79635 16.79635,44.3091 0,61.10052 l -0.75901,0.75902 c -16.80126,16.79142 -44.30787,16.79142 -61.10052,0 L 522.7924,583.47823 336.83429,769.43634 c -8.39817,8.39816 -19.48262,12.71345 -30.55025,12.71345 z"
style="fill:#9f1d2b;fill-opacity:1;fill-rule:evenodd;stroke:none" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,143 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="hide-active.svg">
<defs
id="defs4144">
<linearGradient
gradientTransform="matrix(0.01265625,0,0,-0.01265625,6.9297536,1044.8551)"
inkscape:collect="always"
xlink:href="#linearGradient824"
id="linearGradient826"
x1="45.056507"
y1="513.01526"
x2="875.71759"
y2="547.94849"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient824">
<stop
style="stop-color:#f7f206;stop-opacity:1"
offset="0"
id="stop820" />
<stop
style="stop-color:#ffbb24;stop-opacity:1"
offset="1"
id="stop822" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.5330083"
inkscape:cx="12.59038"
inkscape:cy="11.682639"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1"
showguides="true"
inkscape:guide-bbox="true">
<inkscape:grid
type="xygrid"
id="grid4690" />
<sodipodi:guide
position="14,36.000001"
orientation="1,0"
id="guide818"
inkscape:locked="false" />
<sodipodi:guide
position="-12,14"
orientation="0,1"
id="guide820"
inkscape:locked="false" />
<sodipodi:guide
position="12,6.0000002"
orientation="0,1"
id="guide822"
inkscape:locked="false" />
<sodipodi:guide
position="6,20.000001"
orientation="1,0"
id="guide824"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.56771088;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="27.999966"
x="0"
y="1024.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4417"
style="fill:#e5c206;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 13.999996,1045.3622 c 3.866011,0 7.000035,-3.134 7.000035,-7 0,-3.866 -3.134024,-7 -7.000035,-7 -3.865995,0 -7.0000267,3.134 -7.0000267,7 0,3.866 3.1340317,7 7.0000267,7"
inkscape:connector-curvature="0"
inkscape:export-xdpi="95.99958"
inkscape:export-ydpi="95.99958" />
<path
id="path4419"
style="fill:url(#linearGradient826);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000033,1044.8622 c 3.589845,0 6.499967,-2.9101 6.499967,-6.5 0,-3.5899 -2.910122,-6.5 -6.499967,-6.5 -3.589829,0 -6.500033,2.9101 -6.500033,6.5 0,3.5899 2.910204,6.5 6.500033,6.5"
inkscape:connector-curvature="0"
inkscape:export-xdpi="95.99958"
inkscape:export-ydpi="95.99958" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="maximize-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.7349101"
inkscape:cx="4.4198086"
inkscape:cy="14.547723"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1038.0586"
cy="13.017858"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4139"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4199"
style="fill:#252528;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01637698"
d="m 13.999995,1045.3622 c 3.865996,0 7.000005,-3.134 7.000005,-7.0001 0,-3.8659 -3.134009,-6.9999 -7.000005,-6.9999 -3.865977,0 -6.999995,3.134 -6.999995,6.9999 0,3.8661 3.134018,7.0001 6.999995,7.0001"
inkscape:connector-curvature="0"
inkscape:export-xdpi="124.22228"
inkscape:export-ydpi="124.22228" />
<path
id="path4201"
style="fill:#252528;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01637698"
d="m 13.999995,1044.7668 c 3.537178,0 6.40467,-2.8674 6.40467,-6.4047 0,-3.5371 -2.867492,-6.4045 -6.40467,-6.4045 -3.53716,0 -6.404667,2.8674 -6.404667,6.4045 0,3.5373 2.867507,6.4047 6.404667,6.4047"
inkscape:connector-curvature="0"
inkscape:export-xdpi="124.22228"
inkscape:export-ydpi="124.22228" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="hide-prelight.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="18.589366"
inkscape:cx="6.0440012"
inkscape:cy="13.168002"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<g
transform="matrix(0.1265625,0,0,-0.1265625,6.8773709,1044.8806)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<path
inkscape:connector-curvature="0"
d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436"
style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4417" />
<g
id="g4152"
transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)">
<path
id="path4419"
style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151"
inkscape:connector-curvature="0" />
<path
id="path4421"
style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 23.994703,60.30905 h 64.576819 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 v -0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 H 23.994703 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 v 0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="hide-prelight.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="18.589366"
inkscape:cx="6.0440012"
inkscape:cy="13.168002"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<g
transform="matrix(0.1265625,0,0,-0.1265625,6.8773709,1044.8806)"
inkscape:label="ink_ext_XXXXXX"
id="g4285">
<path
inkscape:connector-curvature="0"
d="m 56.277533,-3.8051186 c 30.546127,0 55.308677,24.7625166 55.308677,55.3086436 0,30.54561 -24.76255,55.308165 -55.308677,55.308165 -30.545998,0 -55.30861206,-24.762555 -55.30861206,-55.308165 0,-30.546127 24.76261406,-55.3086436 55.30861206,-55.3086436"
style="fill:#da9e10;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4417" />
<g
id="g4152"
transform="matrix(1.0148899,0,0,1.0148899,-0.8432698,-5.0312058)">
<path
id="path4419"
style="fill:#fac536;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 56.283048,5.1005059 c 27.94807,0 50.604272,22.6563571 50.604272,50.6048151 0,27.947941 -22.656202,50.604269 -50.604272,50.604269 -27.947941,0 -50.6047894,-22.656328 -50.6047894,-50.604269 0,-27.948458 22.6568484,-50.6048151 50.6047894,-50.6048151"
inkscape:connector-curvature="0" />
<path
id="path4421"
style="fill:#975914;fill-opacity:1;fill-rule:evenodd;stroke:none"
d="m 23.994703,60.30905 h 64.576819 c 2.499455,0 4.544076,-2.044103 4.544076,-4.544076 v -0.119823 c 0,-2.499973 -2.044621,-4.544077 -4.544076,-4.544077 H 23.994703 c -2.499585,0 -4.544076,2.044104 -4.544076,4.544077 v 0.119823 c 0,2.499973 2.044491,4.544076 4.544076,4.544076"
inkscape:connector-curvature="0" />
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="maximize-active.svg">
<defs
id="defs4144">
<linearGradient
gradientTransform="matrix(0.01265625,0,0,-0.01265625,6.877371,1044.8806)"
inkscape:collect="always"
xlink:href="#linearGradient822"
id="linearGradient824"
x1="49.195396"
y1="515.03284"
x2="1067.241"
y2="516.8501"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient822">
<stop
style="stop-color:#d300dc;stop-opacity:1"
offset="0"
id="stop818" />
<stop
style="stop-color:#8700ff;stop-opacity:1"
offset="1"
id="stop820" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.5330086"
inkscape:cx="-6.3095793"
inkscape:cy="8.9334855"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4289"
style="fill:#b800d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000063,1045.3622 c 3.865928,0 6.999938,-3.134 6.999938,-7 0,-3.866 -3.13401,-7 -6.999938,-7 -3.866043,0 -7.000063,3.134 -7.000063,7 0,3.866 3.13402,7 7.000063,7"
inkscape:connector-curvature="0" />
<path
id="path4291"
style="fill:url(#linearGradient824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000035,1044.8622 c 3.589829,0 6.499965,-2.9102 6.499965,-6.5 0,-3.5899 -2.910136,-6.5 -6.499965,-6.5 -3.589895,0 -6.500035,2.9101 -6.500035,6.5 0,3.5898 2.91014,6.5 6.500035,6.5"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="maximize-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="9.7349101"
inkscape:cx="4.4198086"
inkscape:cy="14.547723"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1038.0586"
cy="13.017858"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4139"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4199"
style="fill:#252528;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01637698"
d="m 13.999995,1045.3622 c 3.865996,0 7.000005,-3.134 7.000005,-7.0001 0,-3.8659 -3.134009,-6.9999 -7.000005,-6.9999 -3.865977,0 -6.999995,3.134 -6.999995,6.9999 0,3.8661 3.134018,7.0001 6.999995,7.0001"
inkscape:connector-curvature="0"
inkscape:export-xdpi="124.22228"
inkscape:export-ydpi="124.22228" />
<path
id="path4201"
style="fill:#252528;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01637698"
d="m 13.999995,1044.7668 c 3.537178,0 6.40467,-2.8674 6.40467,-6.4047 0,-3.5371 -2.867492,-6.4045 -6.40467,-6.4045 -3.53716,0 -6.404667,2.8674 -6.404667,6.4045 0,3.5373 2.867507,6.4047 6.404667,6.4047"
inkscape:connector-curvature="0"
inkscape:export-xdpi="124.22228"
inkscape:export-ydpi="124.22228" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="maximize-prelight.svg">
<defs
id="defs4144">
<linearGradient
gradientTransform="matrix(0.01265625,0,0,-0.01265625,6.8773711,1044.8806)"
inkscape:collect="always"
xlink:href="#linearGradient822"
id="linearGradient824"
x1="49.195396"
y1="515.03284"
x2="1067.241"
y2="516.8501"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient822">
<stop
style="stop-color:#d300dc;stop-opacity:1"
offset="0"
id="stop818" />
<stop
style="stop-color:#8700ff;stop-opacity:1"
offset="1"
id="stop820" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="12.816051"
inkscape:cx="26.059211"
inkscape:cy="10.355071"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4289"
style="fill:#b800d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000063,1045.3622 c 3.865928,0 6.999937,-3.134 6.999937,-7 0,-3.866 -3.134009,-7 -6.999937,-7 -3.866043,0 -7.000063,3.134 -7.000063,7 0,3.866 3.13402,7 7.000063,7"
inkscape:connector-curvature="0" />
<path
id="path4291"
style="fill:url(#linearGradient824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000035,1044.8622 c 3.589829,0 6.499964,-2.9102 6.499964,-6.5 0,-3.5899 -2.910135,-6.5 -6.499964,-6.5 -3.589895,0 -6.5000347,2.9101 -6.5000347,6.5 0,3.5898 2.9101397,6.5 6.5000347,6.5"
inkscape:connector-curvature="0" />
<g
id="g4147"
transform="matrix(0.01662081,0,0,-0.01662081,6.7124966,1045.3768)"
style="fill:#432f52;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 317.36351,650.00117 h 267.199 c 35.579,0 64.692,-29.113 64.692,-64.695 v -267.196 z m 232.324,-436.211 h -268.253 c -35.583,0 -64.692,29.109 -64.692,64.691 v 268.254 l 332.945,-332.945"
style="fill:#432f52;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="28"
height="28"
viewBox="0 0 28 28.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="maximize-prelight.svg">
<defs
id="defs4144">
<linearGradient
gradientTransform="matrix(0.01265625,0,0,-0.01265625,6.8773711,1044.8806)"
inkscape:collect="always"
xlink:href="#linearGradient822"
id="linearGradient824"
x1="49.195396"
y1="515.03284"
x2="1067.241"
y2="516.8501"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
id="linearGradient822">
<stop
style="stop-color:#d300dc;stop-opacity:1"
offset="0"
id="stop818" />
<stop
style="stop-color:#8700ff;stop-opacity:1"
offset="1"
id="stop820" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="12.816051"
inkscape:cx="26.059211"
inkscape:cy="10.355071"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1024.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
id="path4289"
style="fill:#b800d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000063,1045.3622 c 3.865928,0 6.999937,-3.134 6.999937,-7 0,-3.866 -3.134009,-7 -6.999937,-7 -3.866043,0 -7.000063,3.134 -7.000063,7 0,3.866 3.13402,7 7.000063,7"
inkscape:connector-curvature="0" />
<path
id="path4291"
style="fill:url(#linearGradient824);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.01265625"
d="m 14.000035,1044.8622 c 3.589829,0 6.499964,-2.9102 6.499964,-6.5 0,-3.5899 -2.910135,-6.5 -6.499964,-6.5 -3.589895,0 -6.5000347,2.9101 -6.5000347,6.5 0,3.5898 2.9101397,6.5 6.5000347,6.5"
inkscape:connector-curvature="0" />
<g
id="g4147"
transform="matrix(0.01662081,0,0,-0.01662081,6.7124966,1045.3768)"
style="fill:#432f52;fill-opacity:1">
<path
inkscape:connector-curvature="0"
d="m 317.36351,650.00117 h 267.199 c 35.579,0 64.692,-29.113 64.692,-64.695 v -267.196 z m 232.324,-436.211 h -268.253 c -35.583,0 -64.692,29.109 -64.692,64.691 v 268.254 l 332.945,-332.945"
style="fill:#432f52;fill-opacity:1;fill-rule:evenodd;stroke:none"
id="path4293" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="26"
height="16"
viewBox="0 0 26 16"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="menu-active.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="8.4919105"
inkscape:cx="-0.4759243"
inkscape:cy="16.555351"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="713"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1036.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.87040114;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="26"
height="15.999983"
x="0"
y="1036.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="rotate(90)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07000002;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<g
id="g4154"
style="fill:#eceff1;fill-opacity:0.00651466"
transform="translate(-1,8.0000174)">
<rect
y="1032.3622"
x="10"
height="2"
width="8"
id="rect4138"
style="opacity:1;fill:#eceff1;fill-opacity:0.00651466;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.09693879" />
<rect
y="1035.3622"
x="10"
height="2"
width="8"
id="rect4138-3"
style="opacity:1;fill:#eceff1;fill-opacity:0.00651466;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.09693879" />
<rect
y="1038.3622"
x="10"
height="2"
width="8"
id="rect4138-3-8"
style="opacity:1;fill:#eceff1;fill-opacity:0.00651466;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:0.09693879" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="shade-active.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="6.4659994"
inkscape:cy="16.733922"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
inkscape:connector-curvature="0"
d="m 18,1038.3622 -4,-4 -4,4 z"
id="path6400"
sodipodi:nodetypes="cccc"
style="display:inline;fill:#eceff1;fill-opacity:0.75;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="shade-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="21.673282"
inkscape:cx="10.618578"
inkscape:cy="13.042741"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="656"
inkscape:window-x="0"
inkscape:window-y="31"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
inkscape:connector-curvature="0"
d="m 18,1038.3622 -4,-4 -4,4 z"
id="path6400"
sodipodi:nodetypes="cccc"
style="display:inline;fill:#787878;fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="shade-prelight.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="90.799199"
inkscape:cx="8.373154"
inkscape:cy="11.730789"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
inkscape:connector-curvature="0"
d="m 18,1038.3622 -4,-4 -4,4 z"
id="path6400"
sodipodi:nodetypes="cccc"
style="display:inline;fill:#c50ed2;fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="shade-pressed.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="90.799199"
inkscape:cx="8.373154"
inkscape:cy="11.730789"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<path
inkscape:connector-curvature="0"
d="m 18,1038.3622 -4,-4 -4,4 z"
id="path6400"
sodipodi:nodetypes="cccc"
style="display:inline;fill:#c50ed2;fill-opacity:1;stroke:none" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="stick-active.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="-2.3732863"
inkscape:cy="17.091064"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<circle
style="opacity:1;fill:#eceff1;fill-opacity:0.75;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="path4377"
cx="14"
cy="1036.3622"
r="3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="stick-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="-2.3732863"
inkscape:cy="17.091064"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#eceff1;fill-opacity:0.1;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="13"
r="12"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#ffffff;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<circle
style="opacity:1;fill:#eceff1;fill-opacity:0.40000001;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="path4377"
cx="14"
cy="1036.3622"
r="3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="stick-prelight.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="35.369192"
inkscape:cx="9.7446898"
inkscape:cy="13.221312"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#c50ed2;fill-opacity:0.10196079;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="-14"
r="12"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<circle
style="opacity:1;fill:#c50ed2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="path4377"
cx="14"
cy="1036.3622"
r="3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="stick-pressed.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="35.369192"
inkscape:cx="9.2852505"
inkscape:cy="18.416511"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="22"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<circle
style="fill:#c50ed2;fill-opacity:0.10196079;stroke:none;stroke-width:0.5;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path2994"
cx="1036.3622"
cy="-14"
r="12"
transform="matrix(0,1,-1,0,0,0)" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
<circle
style="opacity:1;fill:#c50ed2;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="path4377"
cx="14"
cy="1036.3622"
r="3" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-1-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-1-active.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-1-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-inactive.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="28"
height="32"
viewBox="0 0 28 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="title-2-active-shaded.svg">
<defs
id="defs4144" />
<sodipodi:namedview
id="base"
pagecolor="#101013"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="11.2"
inkscape:cx="3.8320708"
inkscape:cy="16.912493"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<rect
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4741"
width="28"
height="32"
x="0"
y="1020.3622" />
<rect
style="opacity:1;fill:#101013;fill-opacity:0.07;fill-rule:evenodd;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
id="rect4959"
width="28"
height="1"
x="0"
y="1020.3622" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="4"
height="32"
viewBox="0 0 4 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="top-left-active-shaded.svg">
<defs
id="defs4144">
<linearGradient
inkscape:collect="always"
id="linearGradient4179">
<stop
style="stop-color:#101013;stop-opacity:1;"
offset="0"
id="stop4181" />
<stop
style="stop-color:#101013;stop-opacity:0;"
offset="1"
id="stop4183" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4179"
id="linearGradient4185"
x1="1.0161546"
y1="1021.3851"
x2="1.0401785"
y2="1021.8762"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#b2b2b2"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="44.8"
inkscape:cx="-2.7689522"
inkscape:cy="28.187874"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 23 L 0 30 L 0 32 L 2 32 L 4 32 L 4 30 L 4 23 L 4 0 C 3.5738695 0.024 2.5580357 0 2 0 z "
transform="translate(0,1020.3622)"
id="rect4140" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4185);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:0.09693877"
d="m 0.39505547,1021.9802 c 0,0 0.47832722,-0.689 0.82591533,-0.9021 C 1.450709,1020.9373 2,1020.8622 2,1020.8622 l 2,0"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cacc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="4"
height="32"
viewBox="0 0 4 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="top-left-active.svg">
<defs
id="defs4144">
<linearGradient
inkscape:collect="always"
id="linearGradient4179">
<stop
style="stop-color:#101013;stop-opacity:1;"
offset="0"
id="stop4181" />
<stop
style="stop-color:#101013;stop-opacity:0;"
offset="1"
id="stop4183" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4179"
id="linearGradient4185"
x1="1.0161546"
y1="1021.3851"
x2="1.0401785"
y2="1021.8762"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#b2b2b2"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="44.8"
inkscape:cx="-2.7689522"
inkscape:cy="28.187874"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 23 L 0 30 L 0 32 L 2 32 L 4 32 L 4 30 L 4 23 L 4 0 C 3.5738695 0.024 2.5580357 0 2 0 z "
transform="translate(0,1020.3622)"
id="rect4140" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4185);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:0.09693877"
d="m 0.39505547,1021.9802 c 0,0 0.47832722,-0.689 0.82591533,-0.9021 C 1.450709,1020.9373 2,1020.8622 2,1020.8622 l 2,0"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cacc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,97 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="4"
height="32"
viewBox="0 0 4 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="top-left-inactive.svg">
<defs
id="defs4144">
<linearGradient
inkscape:collect="always"
id="linearGradient4179">
<stop
style="stop-color:#101013;stop-opacity:1;"
offset="0"
id="stop4181" />
<stop
style="stop-color:#101013;stop-opacity:0;"
offset="1"
id="stop4183" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4179"
id="linearGradient4185"
x1="1.0161546"
y1="1021.3851"
x2="1.0401785"
y2="1021.8762"
gradientUnits="userSpaceOnUse" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#b2b2b2"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="44.8"
inkscape:cx="-2.7689522"
inkscape:cy="28.187874"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="M 2 0 C 0.892 0 0 0.892 0 2 L 0 23 L 0 30 L 0 32 L 2 32 L 4 32 L 4 30 L 4 23 L 4 0 C 3.5738695 0.024 2.5580357 0 2 0 z "
transform="translate(0,1020.3622)"
id="rect4140" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4185);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:0.09693877"
d="m 0.39505547,1021.9802 c 0,0 0.47832722,-0.689 0.82591533,-0.9021 C 1.450709,1020.9373 2,1020.8622 2,1020.8622 l 2,0"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cacc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="4"
height="32"
viewBox="0 0 4 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="top-right-active-shaded.svg">
<defs
id="defs4144">
<linearGradient
inkscape:collect="always"
id="linearGradient4179">
<stop
style="stop-color:#101013;stop-opacity:1;"
offset="0"
id="stop4181" />
<stop
style="stop-color:#101013;stop-opacity:0;"
offset="1"
id="stop4183" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4179"
id="linearGradient4185"
x1="1.0161546"
y1="1021.3851"
x2="1.0401785"
y2="1021.8762"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,4,0)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#b2b2b2"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="44.8"
inkscape:cx="-2.7689522"
inkscape:cy="29.080732"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="m 2,1020.3622 c 1.108,0 2,0.892 2,2 l 0,21 0,7 0,2 -2,0 -2,0 0,-2 0,-7 0,-23 c 0.4261305,0.024 1.4419643,0 2,0 z"
id="rect4140"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4185);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:0.09693879"
d="m 3.6049445,1021.9802 c 0,0 -0.4783272,-0.689 -0.8259153,-0.9021 C 2.549291,1020.9373 2,1020.8622 2,1020.8622 l -2,0"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cacc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="4"
height="32"
viewBox="0 0 4 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="top-right-active.svg">
<defs
id="defs4144">
<linearGradient
inkscape:collect="always"
id="linearGradient4179">
<stop
style="stop-color:#101013;stop-opacity:1;"
offset="0"
id="stop4181" />
<stop
style="stop-color:#101013;stop-opacity:0;"
offset="1"
id="stop4183" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4179"
id="linearGradient4185"
x1="1.0161546"
y1="1021.3851"
x2="1.0401785"
y2="1021.8762"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,4,0)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#b2b2b2"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="44.8"
inkscape:cx="-2.7689522"
inkscape:cy="29.080732"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="m 2,1020.3622 c 1.108,0 2,0.892 2,2 l 0,21 0,7 0,2 -2,0 -2,0 0,-2 0,-7 0,-23 c 0.4261305,0.024 1.4419643,0 2,0 z"
id="rect4140"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4185);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:0.09693879"
d="m 3.6049445,1021.9802 c 0,0 -0.4783272,-0.689 -0.8259153,-0.9021 C 2.549291,1020.9373 2,1020.8622 2,1020.8622 l -2,0"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cacc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,98 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns: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="4"
height="32"
viewBox="0 0 4 32.000001"
id="svg4142"
version="1.1"
inkscape:version="0.91 r13725"
sodipodi:docname="top-right-inactive.svg">
<defs
id="defs4144">
<linearGradient
inkscape:collect="always"
id="linearGradient4179">
<stop
style="stop-color:#101013;stop-opacity:1;"
offset="0"
id="stop4181" />
<stop
style="stop-color:#101013;stop-opacity:0;"
offset="1"
id="stop4183" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient4179"
id="linearGradient4185"
x1="1.0161546"
y1="1021.3851"
x2="1.0401785"
y2="1021.8762"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(-1,0,0,1,4,0)" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#b2b2b2"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:zoom="44.8"
inkscape:cx="-2.7689522"
inkscape:cy="29.080732"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
units="px"
inkscape:window-width="1280"
inkscape:window-height="740"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:snap-global="false">
<inkscape:grid
type="xygrid"
id="grid4690" />
</sodipodi:namedview>
<metadata
id="metadata4147">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-1020.3622)">
<path
style="opacity:1;fill:#101013;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.74499989;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:478.43673706;stroke-opacity:1"
d="m 2,1020.3622 c 1.108,0 2,0.892 2,2 l 0,21 0,7 0,2 -2,0 -2,0 0,-2 0,-7 0,-23 c 0.4261305,0.024 1.4419643,0 2,0 z"
id="rect4140"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:url(#linearGradient4185);stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:0;stroke-dasharray:none;stroke-opacity:0.09693879"
d="m 3.6049445,1021.9802 c 0,0 -0.4783272,-0.689 -0.8259153,-0.9021 C 2.549291,1020.9373 2,1020.8622 2,1020.8622 l -2,0"
id="path4153"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cacc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

BIN
xfwm4/close-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

BIN
xfwm4/close-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
xfwm4/close-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

BIN
xfwm4/close-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

BIN
xfwm4/hide-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 776 B

BIN
xfwm4/hide-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
xfwm4/hide-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

BIN
xfwm4/hide-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 527 B

BIN
xfwm4/maximize-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

BIN
xfwm4/maximize-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

BIN
xfwm4/maximize-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

BIN
xfwm4/maximize-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 794 B

BIN
xfwm4/menu-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 B

4
xfwm4/render_assets.fish Normal file
View File

@@ -0,0 +1,4 @@
for i in assets/*;
set -l file_name (basename $i .svg)
convert -background none $i ./$file_name'.png'
;end

BIN
xfwm4/shade-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

BIN
xfwm4/shade-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

BIN
xfwm4/shade-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

BIN
xfwm4/shade-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 364 B

BIN
xfwm4/stick-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

BIN
xfwm4/stick-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

BIN
xfwm4/stick-prelight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

BIN
xfwm4/stick-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 549 B

26
xfwm4/themerc Normal file
View File

@@ -0,0 +1,26 @@
#button_layout=O|HMC
button_offset=2
button_spacing=2
full_width_title=true
title_horizontal_offset=0
title_vertical_offset_active=1
title_vertical_offset_inactive=1
title_shadow_active=false
title_shadow_inactive=false
active_text_color=#929ba8
active_text_shadow_color=#929ba8
inactive_text_color=#778085
inactive_text_shadow_color=#778085
shadow_delta_height=2
shadow_delta_width=0
shadow_delta_x=0
shadow_delta_y=-4
shadow_opacity=46
show_frame_shadow=true
show_popup_shadow=true
show_app_icon=true

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-1-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-1-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-2-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-2-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-3-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-3-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-4-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-4-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-5-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

BIN
xfwm4/title-5-inactive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

BIN
xfwm4/top-left-active.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

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