Cinnamon: Update accent color

This commit is contained in:
EliverLara
2020-09-23 13:34:53 -05:00
parent 5e4802be86
commit c3a245dafe
6 changed files with 443 additions and 443 deletions

View File

@@ -19,7 +19,7 @@ $blue: #7cb7ff;
$cyan: #00c1e4;
$selected_fg_color: #f7f7f7;
$selected_bg_color: #f7b922;
$selected_bg_color: #0072ff;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: darken(#1d2021, 3%);

View File

@@ -39,7 +39,7 @@ stage {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
background-color: #25262d;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
@@ -55,7 +55,7 @@ stage {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
background-color: #25262d;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
@@ -64,9 +64,9 @@ stage {
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px #f7b922; }
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px #0072ff; }
.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
@@ -91,12 +91,12 @@ stage {
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: rgba(72, 72, 85, 0.5); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #f7b922; }
color: #0072ff; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
border: 1px solid #f7b922;
background-color: #f7b922; }
border: 1px solid #0072ff;
background-color: #0072ff; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #3b3e42;
@@ -107,7 +107,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #f7b922;
selection-background-color: #0072ff;
selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
@@ -120,7 +120,7 @@ stage {
.popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #98abb2;
background-color: #202127;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(32, 33, 39, 0.05); }
.menu #notification StEntry:insensitive,
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
@@ -137,7 +137,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #f7b922;
selection-background-color: #0072ff;
selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
@@ -147,8 +147,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -178,7 +178,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #393f43; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #f7b922; }
background-color: #0072ff; }
.separator {
-gradient-height: 1px;
@@ -192,7 +192,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #161819;
-slider-border-color: rgba(0, 0, 0, 0);
-slider-active-background-color: #f7b922;
-slider-active-background-color: #0072ff;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0;
-slider-handle-radius: 4px;
@@ -327,7 +327,7 @@ StScrollBar {
.popup-menu .popup-menu-item:active,
.popup-combo-menu .popup-menu-item:active {
color: #f7f7f7;
background-color: rgba(247, 185, 34, 0.7); }
background-color: rgba(0, 114, 255, 0.7); }
.menu .popup-menu-item:insensitive,
.popup-menu .popup-menu-item:insensitive,
.popup-combo-menu .popup-menu-item:insensitive {
@@ -473,9 +473,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #f7b922;
background-color: #0072ff;
color: #f7f7f7;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
spacing: 25px; }
.expo-workspaces-name-entry,
@@ -491,20 +491,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #f7b922;
background-color: #f7b922;
border: 1px solid #0072ff;
background-color: #0072ff;
color: #f7f7f7;
font-style: italic;
transition-duration: 300;
selection-background-color: #f7f7f7;
selected-color: #f7b922; }
selected-color: #0072ff; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #f7b922;
border: 4px solid #0072ff;
background-color: black;
border-radius: 2px; }
@@ -677,7 +677,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #f7f7f7;
background-color: #f7b922;
background-color: #0072ff;
border-width: 0; }
.calendar-other-month-day {
@@ -754,11 +754,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #f7b922; }
border: 1px solid #0072ff; }
.switcher-list .item-box:selected {
color: #f7f7f7;
background-color: #f7b922;
border: 0px solid #f7b922; }
background-color: #0072ff;
border: 0px solid #0072ff; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -845,15 +845,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #f7f7f7;
selection-background-color: #f7b922;
selection-background-color: #0072ff;
color: #BAC3CF;
background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -948,8 +948,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
border: 1px solid #f7b922;
background-color: #f7b922; }
border: 1px solid #0072ff;
background-color: #0072ff; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #3b3e42;
@@ -1083,9 +1083,9 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #f7b922; }
color: #0072ff; }
.osd-window .level-bar {
background-color: #f7b922; }
background-color: #0072ff; }
.window-list-box {
spacing: 0; }
@@ -1098,7 +1098,7 @@ StScrollBar {
.window-list-box.vertical {
padding: 6px 0 0 0; }
.window-list-box:highlight {
background-color: #f7b922; }
background-color: #0072ff; }
.window-list-item-box {
border: 0 none transparent;
@@ -1111,13 +1111,13 @@ StScrollBar {
.window-list-item-box:hover {
color: #f7f7f7; }
.panel-top .window-list-item-box:hover {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .window-list-item-box:hover {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .window-list-item-box:hover {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .window-list-item-box:hover {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover {
color: #f7f7f7; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover {
@@ -1147,21 +1147,21 @@ StScrollBar {
padding: 0 0 0 4px; }
.window-list-item-box:progress,
.window-list-item-box .progress {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922; }
background-gradient-start: #0072ff;
background-gradient-end: #0072ff; }
.window-list-item-demands-attention {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922;
background-gradient-start: #0072ff;
background-gradient-end: #0072ff;
color: #f7f7f7; }
.panel-top .window-list-item-demands-attention {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .window-list-item-demands-attention {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .window-list-item-demands-attention {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .window-list-item-demands-attention {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.window-list-preview {
padding: 12px;
@@ -1195,30 +1195,30 @@ StScrollBar {
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
box-shadow: inset -2px 0 #4a4a58; }
.panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.grouped-window-list-item-box:progress,
.grouped-window-list-item-box .progress {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922; }
background-gradient-start: #0072ff;
background-gradient-end: #0072ff; }
.grouped-window-list-item-demands-attention {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922;
background-gradient-start: #0072ff;
background-gradient-end: #0072ff;
color: #f7f7f7; }
.panel-top .grouped-window-list-item-demands-attention {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .grouped-window-list-item-demands-attention {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .grouped-window-list-item-demands-attention {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .grouped-window-list-item-demands-attention {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.sound-button {
width: 22px;
@@ -1306,9 +1306,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px #f7b922; }
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px #0072ff; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@@ -1318,7 +1318,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #040405;
-slider-border-color: rgba(0, 0, 0, 0);
-slider-active-background-color: #f7b922;
-slider-active-background-color: #0072ff;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@@ -1340,9 +1340,9 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #f7b922; }
color: #0072ff; }
.workspace-button:hover {
color: rgba(247, 185, 34, 0.5); }
color: rgba(0, 114, 255, 0.5); }
/* Controls the style when using the "Visual representation" option */
.workspace-graph {
@@ -1355,7 +1355,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #f7b922;
border: 1px solid #0072ff;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@@ -1383,7 +1383,7 @@ StScrollBar {
.panel-launcher:hover,
.launcher:hover {
background-gradient-direction: none;
border: 0px solid #f7b922; }
border: 0px solid #0072ff; }
.panel-bottom .panel-launcher:hover, .panel-bottom
.launcher:hover {
border-bottom-width: 1px; }
@@ -1421,7 +1421,7 @@ StScrollBar {
padding: 3px 0; }
.applet-box:hover {
color: #f7f7f7;
background-color: #f7b922; }
background-color: #0072ff; }
.applet-box:highlight {
background-image: none;
border-image: none;
@@ -1482,8 +1482,8 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #f7b922;
background-color: rgba(247, 185, 34, 0.3); }
border: 2px solid #0072ff;
background-color: rgba(0, 114, 255, 0.3); }
.photoframe-box {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
@@ -1506,8 +1506,8 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(247, 185, 34, 0.3);
border: 1px solid #f7b922; }
background-color: rgba(0, 114, 255, 0.3);
border: 1px solid #0072ff; }
.xkcd-box {
padding: 6px;

View File

@@ -39,7 +39,7 @@ stage {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
background-color: #25262d;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:hover, .menu #notification .notification-icon-button:hover,
.popup-menu #notification .notification-button:hover,
@@ -55,7 +55,7 @@ stage {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #98abb2;
background-color: #25262d;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(37, 38, 45, 0.05); }
.menu #notification .notification-button:active, .menu #notification .notification-icon-button:active,
.popup-menu #notification .notification-button:active,
@@ -64,9 +64,9 @@ stage {
.popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px #f7b922; }
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px #0072ff; }
.menu #notification .notification-button:insensitive, .menu #notification .notification-icon-button:insensitive,
.popup-menu #notification .notification-button:insensitive,
.popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
@@ -91,12 +91,12 @@ stage {
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: rgba(72, 72, 85, 0.5); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #f7b922; }
color: #0072ff; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
border: 1px solid #f7b922;
background-color: #f7b922; }
border: 1px solid #0072ff;
background-color: #0072ff; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #3b3e42;
@@ -107,7 +107,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #f7b922;
selection-background-color: #0072ff;
selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
@@ -120,7 +120,7 @@ stage {
.popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #98abb2;
background-color: #202127;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(32, 33, 39, 0.05); }
.menu #notification StEntry:insensitive,
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
@@ -137,7 +137,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #f7b922;
selection-background-color: #0072ff;
selected-color: #f7f7f7;
transition-duration: 300ms;
border-radius: 3px;
@@ -147,8 +147,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@@ -178,7 +178,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #393f43; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #f7b922; }
background-color: #0072ff; }
.separator {
-gradient-height: 1px;
@@ -192,7 +192,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #161819;
-slider-border-color: rgba(0, 0, 0, 0);
-slider-active-background-color: #f7b922;
-slider-active-background-color: #0072ff;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0;
-slider-handle-radius: 4px;
@@ -327,7 +327,7 @@ StScrollBar {
.popup-menu .popup-menu-item:active,
.popup-combo-menu .popup-menu-item:active {
color: #f7f7f7;
background-color: rgba(247, 185, 34, 0.7); }
background-color: rgba(0, 114, 255, 0.7); }
.menu .popup-menu-item:insensitive,
.popup-menu .popup-menu-item:insensitive,
.popup-combo-menu .popup-menu-item:insensitive {
@@ -473,9 +473,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #f7b922;
background-color: #0072ff;
color: #f7f7f7;
border: 1px solid #f7b922;
border: 1px solid #0072ff;
spacing: 25px; }
.expo-workspaces-name-entry,
@@ -491,20 +491,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #f7b922;
background-color: #f7b922;
border: 1px solid #0072ff;
background-color: #0072ff;
color: #f7f7f7;
font-style: italic;
transition-duration: 300;
selection-background-color: #f7f7f7;
selected-color: #f7b922; }
selected-color: #0072ff; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #f7b922;
border: 4px solid #0072ff;
background-color: black;
border-radius: 2px; }
@@ -677,7 +677,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #f7f7f7;
background-color: #f7b922;
background-color: #0072ff;
border-width: 0; }
.calendar-other-month-day {
@@ -754,11 +754,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #f7b922; }
border: 1px solid #0072ff; }
.switcher-list .item-box:selected {
color: #f7f7f7;
background-color: #f7b922;
border: 0px solid #f7b922; }
background-color: #0072ff;
border: 0px solid #0072ff; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@@ -845,15 +845,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #f7f7f7;
selection-background-color: #f7b922;
selection-background-color: #0072ff;
color: #BAC3CF;
background-color: rgba(56, 56, 66, 0.4);
border: 1px solid rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@@ -948,8 +948,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
border: 1px solid #f7b922;
background-color: #f7b922; }
border: 1px solid #0072ff;
background-color: #0072ff; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #3b3e42;
@@ -1083,9 +1083,9 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #f7b922; }
color: #0072ff; }
.osd-window .level-bar {
background-color: #f7b922; }
background-color: #0072ff; }
.window-list-box {
spacing: 0; }
@@ -1098,7 +1098,7 @@ StScrollBar {
.window-list-box.vertical {
padding: 6px 0 0 0; }
.window-list-box:highlight {
background-color: #f7b922; }
background-color: #0072ff; }
.window-list-item-box {
border: 0 none transparent;
@@ -1111,13 +1111,13 @@ StScrollBar {
.window-list-item-box:hover {
color: #f7f7f7; }
.panel-top .window-list-item-box:hover {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .window-list-item-box:hover {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .window-list-item-box:hover {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .window-list-item-box:hover {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.window-list-item-box:active, .window-list-item-box:active:hover, .window-list-item-box:checked, .window-list-item-box:checked:hover, .window-list-item-box:focus, .window-list-item-box:focus:hover {
color: #f7f7f7; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:active:hover, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:checked:hover, .panel-top .window-list-item-box:focus, .panel-top .window-list-item-box:focus:hover {
@@ -1147,21 +1147,21 @@ StScrollBar {
padding: 0 0 0 4px; }
.window-list-item-box:progress,
.window-list-item-box .progress {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922; }
background-gradient-start: #0072ff;
background-gradient-end: #0072ff; }
.window-list-item-demands-attention {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922;
background-gradient-start: #0072ff;
background-gradient-end: #0072ff;
color: #f7f7f7; }
.panel-top .window-list-item-demands-attention {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .window-list-item-demands-attention {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .window-list-item-demands-attention {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .window-list-item-demands-attention {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.window-list-preview {
padding: 12px;
@@ -1195,30 +1195,30 @@ StScrollBar {
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
box-shadow: inset -2px 0 #4a4a58; }
.panel-top .grouped-window-list-item-box:hover, .panel-top .grouped-window-list-item-box:active:hover, .panel-top .grouped-window-list-item-box:focus, .panel-top .grouped-window-list-item-box:active:focus, .panel-top .grouped-window-list-item-box:focus:hover, .panel-top .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .grouped-window-list-item-box:hover, .panel-bottom .grouped-window-list-item-box:active:hover, .panel-bottom .grouped-window-list-item-box:focus, .panel-bottom .grouped-window-list-item-box:active:focus, .panel-bottom .grouped-window-list-item-box:focus:hover, .panel-bottom .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .grouped-window-list-item-box:hover, .panel-left .grouped-window-list-item-box:active:hover, .panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:active:focus, .panel-left .grouped-window-list-item-box:focus:hover, .panel-left .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .grouped-window-list-item-box:hover, .panel-right .grouped-window-list-item-box:active:hover, .panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:active:focus, .panel-right .grouped-window-list-item-box:focus:hover, .panel-right .grouped-window-list-item-box:active:focus:hover {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.grouped-window-list-item-box:progress,
.grouped-window-list-item-box .progress {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922; }
background-gradient-start: #0072ff;
background-gradient-end: #0072ff; }
.grouped-window-list-item-demands-attention {
background-gradient-start: #f7b922;
background-gradient-end: #f7b922;
background-gradient-start: #0072ff;
background-gradient-end: #0072ff;
color: #f7f7f7; }
.panel-top .grouped-window-list-item-demands-attention {
box-shadow: inset 0 2px #f7b922; }
box-shadow: inset 0 2px #0072ff; }
.panel-bottom .grouped-window-list-item-demands-attention {
box-shadow: inset 0 -2px #f7b922; }
box-shadow: inset 0 -2px #0072ff; }
.panel-left .grouped-window-list-item-demands-attention {
box-shadow: inset 2px 0 #f7b922; }
box-shadow: inset 2px 0 #0072ff; }
.panel-right .grouped-window-list-item-demands-attention {
box-shadow: inset -2px 0 #f7b922; }
box-shadow: inset -2px 0 #0072ff; }
.sound-button {
width: 22px;
@@ -1306,9 +1306,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(32, 33, 39, 0);
color: #f7f7f7;
background-color: #f7b922;
border: 1px solid #f7b922;
box-shadow: inset 0 2px 4px #f7b922; }
background-color: #0072ff;
border: 1px solid #0072ff;
box-shadow: inset 0 2px 4px #0072ff; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@@ -1318,7 +1318,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #040405;
-slider-border-color: rgba(0, 0, 0, 0);
-slider-active-background-color: #f7b922;
-slider-active-background-color: #0072ff;
-slider-active-border-color: rgba(0, 0, 0, 0);
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@@ -1340,9 +1340,9 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #f7b922; }
color: #0072ff; }
.workspace-button:hover {
color: rgba(247, 185, 34, 0.5); }
color: rgba(0, 114, 255, 0.5); }
/* Controls the style when using the "Visual representation" option */
.workspace-graph {
@@ -1355,7 +1355,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #f7b922;
border: 1px solid #0072ff;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@@ -1383,7 +1383,7 @@ StScrollBar {
.panel-launcher:hover,
.launcher:hover {
background-gradient-direction: none;
border: 0px solid #f7b922; }
border: 0px solid #0072ff; }
.panel-bottom .panel-launcher:hover, .panel-bottom
.launcher:hover {
border-bottom-width: 1px; }
@@ -1421,7 +1421,7 @@ StScrollBar {
padding: 3px 0; }
.applet-box:hover {
color: #f7f7f7;
background-color: #f7b922; }
background-color: #0072ff; }
.applet-box:highlight {
background-image: none;
border-image: none;
@@ -1482,8 +1482,8 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #f7b922;
background-color: rgba(247, 185, 34, 0.3); }
border: 2px solid #0072ff;
background-color: rgba(0, 114, 255, 0.3); }
.photoframe-box {
border-image: url("common-assets/misc/bg.svg") 9 9 9 9;
@@ -1506,8 +1506,8 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(247, 185, 34, 0.3);
border: 1px solid #f7b922; }
background-color: rgba(0, 114, 255, 0.3);
border: 1px solid #0072ff; }
.xkcd-box {
padding: 6px;

View File

@@ -8,79 +8,79 @@
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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="checkbox-checked-focused.svg"
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
sodipodi:docname="checkbox-checked-focused.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
version="1.1"
id="svg2"
height="16"
width="16">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
osb:paint="solid"
id="selected_bg_color">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
id="stop4159"
offset="0"
id="stop4159" />
style="stop-color:#5294e2;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
style="stop-color:#0f0f0f;stop-opacity:1;"
id="stop3770-6"
offset="0"
id="stop3770-6" />
<stop
id="stop3778-2"
offset="0.078125"
style="stop-color:#171717;stop-opacity:1;" />
style="stop-color:#0f0f0f;stop-opacity:1;" />
<stop
style="stop-color:#171717;stop-opacity:1;"
offset="0.97355771"
id="stop3774-0" />
offset="0.078125"
id="stop3778-2" />
<stop
style="stop-color:#1b1b1b;stop-opacity:1;"
id="stop3774-0"
offset="0.97355771"
style="stop-color:#171717;stop-opacity:1;" />
<stop
id="stop3776-1"
offset="1"
id="stop3776-1" />
style="stop-color:#1b1b1b;stop-opacity:1;" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="4.7301113"
inkscape:cx="-30.177817"
inkscape:cy="0.18346861"
inkscape:document-units="px"
inkscape:current-layer="g5400-6-68"
showgrid="true"
inkscape:snap-bbox="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:document-rotation="0"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:document-rotation="0">
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="714"
inkscape:window-width="1366"
showborder="true"
inkscape:showpageshadow="false"
inkscape:guide-bbox="true"
showguides="true"
inkscape:snap-bbox="true"
showgrid="true"
inkscape:current-layer="g5400-6-68"
inkscape:document-units="px"
inkscape:cy="0.18346861"
inkscape:cx="-30.177817"
inkscape:zoom="4.5132811"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base">
<inkscape:grid
type="xygrid"
id="grid2985"
empspacing="5"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true"
snapvisiblegridlinesonly="true" />
visible="true"
empspacing="5"
id="grid2985"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata7">
@@ -95,106 +95,106 @@
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
transform="translate(0,-1036.3622)"
id="layer1"
transform="translate(0,-1036.3622)">
inkscape:groupmode="layer"
inkscape:label="Ebene 1">
<g
transform="translate(-36,1036)"
style="display:inline;opacity:1"
inkscape:label="#g10758"
id="checkbox-checked-dark"
inkscape:label="#g10758">
style="display:inline;opacity:1"
transform="translate(-36,1036)">
<g
inkscape:label="#g22047"
id="checkbox-unchecked-5-59"
transform="translate(19)"
style="display:inline"
transform="translate(19)">
id="checkbox-unchecked-5-59"
inkscape:label="#g22047">
<g
id="sdsd-7-54"
inkscape:label="#g21853">
inkscape:label="#g21853"
id="sdsd-7-54">
<g
transform="translate(0,-30)"
id="scdsdcd-5-8"
inkscape:label="#g14325"
id="scdsdcd-5-8">
transform="translate(0,-30)">
<g
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
style="display:inline"
id="g15812-6-6-1-5-4"
style="display:inline">
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
<g
style="display:inline"
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
id="g5489-2-9-6-8-8-53-5"
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
style="display:inline">
<g
id="g5428-8-1-4-0-0-4-2" />
</g>
</g>
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="rect13523-7-11"
width="16"
height="16"
y="30.362183"
x="17"
y="30.362183" />
height="16"
width="16"
id="rect13523-7-11"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
<g
id="g5400-6-68">
<rect
rx="1.9999943"
y="31.362196"
x="18.000006"
height="13.99999"
width="13.999989"
ry="1.9999917"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0072ff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f7b922;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
width="13.999989"
height="13.99999"
x="18.000006"
y="31.362196"
rx="1.9999943" />
</g>
</g>
</g>
</g>
<g
inkscape:label="Ebene 1"
id="checkbox-checked-dark-7-37"
style="display:inline"
transform="translate(36,-1036)"
style="display:inline">
id="checkbox-checked-dark-7-37"
inkscape:label="Ebene 1">
<g
id="g3981-6-4-97"
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1"
transform="rotate(45,-3.2604448,1033.6624)"
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
id="g3981-6-4-97" />
<g
id="g4049-2-5"
transform="rotate(45,7.4999938,1026.3622)">
transform="rotate(45,7.4999938,1026.3622)"
id="g4049-2-5">
<g
id="g4056-7-6"
transform="translate(12.374375,11.531233)">
transform="translate(12.374375,11.531233)"
id="g4056-7-6">
<g
id="g3981-0-8"
style="fill:#3b3c3e;fill-opacity:1"
transform="translate(-3,-4.9999826)"
style="fill:#3b3c3e;fill-opacity:1">
id="g3981-0-8">
<rect
ry="0.66666085"
rx="0.66666085"
y="1033.3622"
x="8"
height="1.9999826"
width="5"
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3977-39-90"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
width="5"
height="1.9999826"
x="8"
y="1033.3622"
rx="0.66666085"
ry="0.66666085" />
<rect
ry="0"
y="1027.3622"
x="11"
height="7.9999828"
width="2"
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3979-7-60"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
width="2"
height="7.9999828"
x="11"
y="1027.3622"
ry="0" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"
id="rect4047-81-5"
width="3"
height="1"
x="5"
transform="translate(0,1036.3622)"
y="-8"
transform="translate(0,1036.3622)" />
x="5"
height="1"
width="3"
id="rect4047-81-5"
style="fill:#eeeeee;fill-opacity:0;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -8,79 +8,79 @@
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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="checkbox-checked.svg"
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
sodipodi:docname="checkbox-checked.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
version="1.1"
id="svg2"
height="16"
width="16">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
osb:paint="solid"
id="selected_bg_color">
<stop
style="stop-color:#5230e2;stop-opacity:1;"
id="stop4159"
offset="0"
id="stop4159" />
style="stop-color:#5230e2;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
style="stop-color:#0f0f0f;stop-opacity:1;"
id="stop3770-6"
offset="0"
id="stop3770-6" />
<stop
id="stop3778-2"
offset="0.078125"
style="stop-color:#171717;stop-opacity:1;" />
style="stop-color:#0f0f0f;stop-opacity:1;" />
<stop
style="stop-color:#171717;stop-opacity:1;"
offset="0.97355771"
id="stop3774-0" />
offset="0.078125"
id="stop3778-2" />
<stop
style="stop-color:#1b1b1b;stop-opacity:1;"
id="stop3774-0"
offset="0.97355771"
style="stop-color:#171717;stop-opacity:1;" />
<stop
id="stop3776-1"
offset="1"
id="stop3776-1" />
style="stop-color:#1b1b1b;stop-opacity:1;" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="6.6893874"
inkscape:cx="-23.283526"
inkscape:cy="7.5299665"
inkscape:document-units="px"
inkscape:current-layer="g5400-6-68"
showgrid="true"
inkscape:snap-bbox="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:document-rotation="0"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:document-rotation="0">
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="714"
inkscape:window-width="1366"
showborder="true"
inkscape:showpageshadow="false"
inkscape:guide-bbox="true"
showguides="true"
inkscape:snap-bbox="true"
showgrid="true"
inkscape:current-layer="g5400-6-68"
inkscape:document-units="px"
inkscape:cy="7.5299665"
inkscape:cx="-23.283526"
inkscape:zoom="6.3827432"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base">
<inkscape:grid
type="xygrid"
id="grid2985"
empspacing="5"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true"
snapvisiblegridlinesonly="true" />
visible="true"
empspacing="5"
id="grid2985"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata7">
@@ -95,106 +95,106 @@
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
transform="translate(0,-1036.3622)"
id="layer1"
transform="translate(0,-1036.3622)">
inkscape:groupmode="layer"
inkscape:label="Ebene 1">
<g
transform="translate(-36,1036)"
style="display:inline;opacity:1"
inkscape:label="#g10758"
id="checkbox-checked-dark"
inkscape:label="#g10758">
style="display:inline;opacity:1"
transform="translate(-36,1036)">
<g
inkscape:label="#g22047"
id="checkbox-unchecked-5-59"
transform="translate(19)"
style="display:inline"
transform="translate(19)">
id="checkbox-unchecked-5-59"
inkscape:label="#g22047">
<g
id="sdsd-7-54"
inkscape:label="#g21853">
inkscape:label="#g21853"
id="sdsd-7-54">
<g
transform="translate(0,-30)"
id="scdsdcd-5-8"
inkscape:label="#g14325"
id="scdsdcd-5-8">
transform="translate(0,-30)">
<g
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
style="display:inline"
id="g15812-6-6-1-5-4"
style="display:inline">
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
<g
style="display:inline"
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
id="g5489-2-9-6-8-8-53-5"
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
style="display:inline">
<g
id="g5428-8-1-4-0-0-4-2" />
</g>
</g>
<rect
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="rect13523-7-11"
width="16"
height="16"
y="30.362183"
x="17"
y="30.362183" />
height="16"
width="16"
id="rect13523-7-11"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
<g
id="g5400-6-68">
<rect
rx="1.9999943"
y="31.362196"
x="18.000006"
height="13.99999"
width="13.999989"
ry="1.9999917"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#0072ff;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-7-4"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#f7b922;fill-opacity:1;stroke:#000000;stroke-width:0;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="1.9999917" />
width="13.999989"
height="13.99999"
x="18.000006"
y="31.362196"
rx="1.9999943" />
</g>
</g>
</g>
</g>
<g
inkscape:label="Ebene 1"
id="checkbox-checked-dark-7-37"
style="display:inline"
transform="translate(36,-1036)"
style="display:inline">
id="checkbox-checked-dark-7-37"
inkscape:label="Ebene 1">
<g
id="g3981-6-4-97"
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1"
transform="rotate(45,-3.2604448,1033.6624)"
style="opacity:0.85;fill:#1a1a1a;fill-opacity:1" />
id="g3981-6-4-97" />
<g
id="g4049-2-5"
transform="rotate(45,7.4999938,1026.3622)">
transform="rotate(45,7.4999938,1026.3622)"
id="g4049-2-5">
<g
id="g4056-7-6"
transform="translate(12.374375,11.531233)">
transform="translate(12.374375,11.531233)"
id="g4056-7-6">
<g
id="g3981-0-8"
style="fill:#3b3c3e;fill-opacity:1"
transform="translate(-3,-4.9999826)"
style="fill:#3b3c3e;fill-opacity:1">
id="g3981-0-8">
<rect
ry="0.66666085"
rx="0.66666085"
y="1033.3622"
x="8"
height="1.9999826"
width="5"
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3977-39-90"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
width="5"
height="1.9999826"
x="8"
y="1033.3622"
rx="0.66666085"
ry="0.66666085" />
<rect
ry="0"
y="1027.3622"
x="11"
height="7.9999828"
width="2"
style="fill:#ffffff;fill-opacity:1;stroke:none"
id="rect3979-7-60"
style="fill:#ffffff;fill-opacity:1;stroke:none" />
width="2"
height="7.9999828"
x="11"
y="1027.3622"
ry="0" />
</g>
<rect
style="fill:#eeeeee;fill-opacity:0;stroke:none"
id="rect4047-81-5"
width="3"
height="1"
x="5"
transform="translate(0,1036.3622)"
y="-8"
transform="translate(0,1036.3622)" />
x="5"
height="1"
width="3"
id="rect4047-81-5"
style="fill:#eeeeee;fill-opacity:0;stroke:none" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -8,79 +8,79 @@
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="16"
height="16"
id="svg2"
version="1.1"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
sodipodi:docname="checkbox-unchecked-focused.svg"
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
inkscape:export-ydpi="90"
inkscape:export-xdpi="90"
inkscape:export-ydpi="90">
inkscape:export-filename="/home/steffen/.local/share/themes/neu2/gtk-3.0/assets/dark/checkbox-unchecked.png"
sodipodi:docname="checkbox-unchecked-focused.svg"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
version="1.1"
id="svg2"
height="16"
width="16">
<defs
id="defs4">
<linearGradient
id="selected_bg_color"
osb:paint="solid">
osb:paint="solid"
id="selected_bg_color">
<stop
style="stop-color:#5294e2;stop-opacity:1;"
id="stop4150"
offset="0"
id="stop4150" />
style="stop-color:#5294e2;stop-opacity:1;" />
</linearGradient>
<linearGradient
id="linearGradient3768-6">
<stop
style="stop-color:#0f0f0f;stop-opacity:1;"
id="stop3770-6"
offset="0"
id="stop3770-6" />
<stop
id="stop3778-2"
offset="0.078125"
style="stop-color:#171717;stop-opacity:1;" />
style="stop-color:#0f0f0f;stop-opacity:1;" />
<stop
style="stop-color:#171717;stop-opacity:1;"
offset="0.97355771"
id="stop3774-0" />
offset="0.078125"
id="stop3778-2" />
<stop
style="stop-color:#1b1b1b;stop-opacity:1;"
id="stop3774-0"
offset="0.97355771"
style="stop-color:#171717;stop-opacity:1;" />
<stop
id="stop3776-1"
offset="1"
id="stop3776-1" />
style="stop-color:#1b1b1b;stop-opacity:1;" />
</linearGradient>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="26.365674"
inkscape:cx="0.1158876"
inkscape:cy="2.1620001"
inkscape:document-units="px"
inkscape:current-layer="g5400-2-47"
showgrid="true"
inkscape:snap-bbox="true"
showguides="true"
inkscape:guide-bbox="true"
inkscape:showpageshadow="false"
showborder="true"
inkscape:window-width="1366"
inkscape:window-height="714"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:bbox-paths="true"
inkscape:bbox-nodes="true"
inkscape:document-rotation="0"
inkscape:snap-bbox-edge-midpoints="true"
inkscape:document-rotation="0">
inkscape:bbox-nodes="true"
inkscape:bbox-paths="true"
inkscape:window-maximized="1"
inkscape:window-y="0"
inkscape:window-x="0"
inkscape:window-height="714"
inkscape:window-width="1366"
showborder="true"
inkscape:showpageshadow="false"
inkscape:guide-bbox="true"
showguides="true"
inkscape:snap-bbox="true"
showgrid="true"
inkscape:current-layer="g5400-2-47"
inkscape:document-units="px"
inkscape:cy="2.1620001"
inkscape:cx="0.1158876"
inkscape:zoom="25.157061"
inkscape:pageshadow="2"
inkscape:pageopacity="0.0"
borderopacity="1.0"
bordercolor="#666666"
pagecolor="#ffffff"
id="base">
<inkscape:grid
type="xygrid"
id="grid2985"
empspacing="5"
visible="true"
snapvisiblegridlinesonly="true"
enabled="true"
snapvisiblegridlinesonly="true" />
visible="true"
empspacing="5"
id="grid2985"
type="xygrid" />
</sodipodi:namedview>
<metadata
id="metadata7">
@@ -95,52 +95,52 @@
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
transform="translate(0,-1036.3622)"
id="layer1"
transform="translate(0,-1036.3622)">
inkscape:groupmode="layer"
inkscape:label="Ebene 1">
<g
transform="translate(-17,1036)"
style="display:inline;opacity:1"
inkscape:label="#g22047"
id="checkbox-unchecked-dark"
inkscape:label="#g22047">
style="display:inline;opacity:1"
transform="translate(-17,1036)">
<g
inkscape:label="#g21853"
id="sdsd-0-1">
id="sdsd-0-1"
inkscape:label="#g21853">
<g
id="scdsdcd-0-4"
transform="translate(0,-30)"
inkscape:label="#g14325"
transform="translate(0,-30)">
id="scdsdcd-0-4">
<g
style="display:inline"
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)"
id="g15812-6-6-1-4-4"
transform="matrix(0.92951982,0,0,0.92914368,-156.75069,-212.9618)">
style="display:inline">
<g
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)"
style="display:inline"
id="g5489-2-9-6-8-8-9-7"
style="display:inline">
transform="matrix(0.5089163,0,0,0.51739823,161.7932,197.56426)">
<g
id="g5428-8-1-4-0-0-65-8" />
</g>
</g>
<rect
y="30.362183"
x="17"
height="16"
width="16"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate"
id="rect13523-4-0"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:none;stroke-width:2;marker:none;enable-background:accumulate" />
width="16"
height="16"
x="17"
y="30.362183" />
<g
id="g5400-2-47">
<rect
ry="2"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.2;stroke:#f7b922;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
id="rect5147-9-1-5-7-6-3-70"
width="13"
height="12.999997"
x="18.5"
rx="2"
y="31.862183"
rx="2" />
x="18.5"
height="12.999997"
width="13"
id="rect5147-9-1-5-7-6-3-70"
style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:0.2;stroke:#0072ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
ry="2" />
</g>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB