Improving Cyberpunk Pandora Materia glowing

This commit is contained in:
Eudaimon 2022-10-07 11:51:39 +02:00
parent f84a1d5457
commit 569bd8d95f
89 changed files with 1259 additions and 819 deletions

View file

@ -1,6 +1,6 @@
.notification-button, .modal-dialog-button {
color: #81f8ff;
background-color: #510083;
background-color: #284b56;
border-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: none;
@ -10,18 +10,18 @@
font-weight: 500;
min-height: 32px;
padding: 0 16px;
border-radius: 20px;
border-radius: 10px;
}
.notification-button:focus, .modal-dialog-button:focus {
color: #81f8ff;
background-color: #571e92;
background-color: #33606a;
text-shadow: none;
icon-shadow: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
.notification-button:hover, .modal-dialog-button:hover, .notification-button:checked, .modal-dialog-button:checked {
color: #81f8ff;
background-color: #571e92;
background-color: #33606a;
border-color: transparent;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
text-shadow: none;
@ -29,7 +29,7 @@
}
.notification-button:active, .modal-dialog-button:active {
color: #81f8ff;
background-color: #592897;
background-color: #366771;
border-color: transparent;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
text-shadow: none;
@ -47,7 +47,7 @@
.notification-icon-button, .keyboard-key, .sound-player StButton {
color: #81f8ff;
background-color: #510083;
background-color: #284b56;
border-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: none;
@ -56,18 +56,18 @@
min-height: 32px;
min-width: 32px;
padding: 6px;
border-radius: 20px;
border-radius: 10px;
}
.notification-icon-button:focus, .keyboard-key:focus, .sound-player StButton:focus {
color: #81f8ff;
background-color: #571e92;
background-color: #33606a;
text-shadow: none;
icon-shadow: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
.notification-icon-button:hover, .keyboard-key:hover, .sound-player StButton:hover, .notification-icon-button:checked, .keyboard-key:checked, .sound-player StButton:checked {
color: #81f8ff;
background-color: #571e92;
background-color: #33606a;
border-color: transparent;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
text-shadow: none;
@ -75,7 +75,7 @@
}
.notification-icon-button:active, .keyboard-key:active, .sound-player StButton:active {
color: #81f8ff;
background-color: #592897;
background-color: #366771;
border-color: transparent;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
text-shadow: none;
@ -119,7 +119,7 @@
width: 250px;
min-height: 32px;
padding: 0 8px;
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
color: #81f8ff;
caret-color: #81f8ff;
selection-background-color: rgba(0, 255, 34, 0.5);
@ -151,8 +151,8 @@
}
.menu, .popup-combo-menu {
background-color: #510083;
border-radius: 20px;
background-color: #284b56;
border-radius: 10px;
color: #81f8ff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
@ -211,9 +211,9 @@
#LookingGlassDialog, .switcher-list, .modal-dialog, .osd-window, .overview-empty-placeholder, .info-osd, .workspace-osd {
color: #81f8ff;
background-color: #510083;
background-color: #284b56;
border: none;
border-radius: 20px;
border-radius: 10px;
padding: 12px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
}
@ -276,10 +276,10 @@ StScrollView StScrollBar {
font-size: 9pt;
font-weight: 400;
padding: 6px 8px;
color: #ff5aee;
color: #ff3deb;
text-align: center;
border-radius: 20px;
background-color: rgba(39, 42, 71, 0.9);
border-radius: 10px;
background-color: rgba(45, 46, 106, 0.9);
}
.menu {
@ -376,13 +376,13 @@ StScrollView StScrollBar {
}
#panel {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
background-color: rgba(0, 0, 0, 0.9);
height: 2.5em;
width: 3.2em;
}
#panel:highlight {
background-color: rgba(255, 90, 238, 0.3);
background-color: rgba(255, 61, 235, 0.3);
}
.panel-dummy {
@ -595,10 +595,10 @@ StScrollView StScrollBar {
font-weight: 500;
-natural-hpadding: 4px;
-minimum-hpadding: 4px;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.panel-status-button:hover {
color: #ff5aee;
color: #ff3deb;
}
.system-status-icon {
@ -621,14 +621,14 @@ StScrollView StScrollBar {
font-size: 9pt;
font-weight: 400;
background-color: rgba(0, 0, 0, 0.01);
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
padding: 4px 6px;
text-align: center;
height: 1.5em;
-cinnamon-caption-spacing: 12px;
}
.window-caption#selected, .window-caption:focus {
color: #ff5aee;
color: #ff3deb;
box-shadow: 0 -3px 0 0 #00ff22 inset;
}
@ -637,14 +637,14 @@ StScrollView StScrollBar {
}
.workspace-thumbnails-background {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
background-color: rgba(255, 255, 255, 0.08);
border: none;
padding: 8px;
border-radius: 20px 0 0 20px;
border-radius: 10px 0 0 10px;
}
.workspace-thumbnails-background:rtl {
border-radius: 0 20px 20px 0;
border-radius: 0 10px 10px 0;
}
.workspace-thumbnails {
@ -727,7 +727,7 @@ StScrollView StScrollBar {
height: 24px;
margin: 2px;
padding: 6px 16px;
border-radius: 20px;
border-radius: 10px;
color: #81f8ff;
text-align: center;
}
@ -741,7 +741,7 @@ StScrollView StScrollBar {
height: 16px;
margin: 2px;
padding: 6px 16px;
border-radius: 20px;
border-radius: 10px;
color: #81f8ff;
text-align: center;
}
@ -774,7 +774,7 @@ StScrollView StScrollBar {
border-radius: 100px;
}
.calendar-day-base:hover, .calendar-day-base:focus {
background-color: rgba(255, 90, 238, 0.3);
background-color: rgba(255, 61, 235, 0.3);
}
.calendar-day-base:active {
color: #000;
@ -855,8 +855,8 @@ StScrollView StScrollBar {
}
#notification {
background-color: #510083;
border-radius: 20px;
background-color: #284b56;
border-radius: 10px;
border: 1px solid rgba(129, 248, 255, 0.2);
padding: 8px;
spacing-rows: 4px;
@ -916,7 +916,7 @@ StScrollView StScrollBar {
}
.switcher-list .item-box {
padding: 8px;
border-radius: 20px;
border-radius: 10px;
}
.switcher-list .item-box:selected {
background-color: rgba(129, 248, 255, 0.2);
@ -941,7 +941,7 @@ StScrollView StScrollBar {
background-gradient-direction: horizontal;
background-gradient-start: rgb(51, 51, 51);
background-gradient-end: rgba(51, 51, 51, 0);
border-radius: 20px;
border-radius: 10px;
border-radius-topright: 0;
border-radius-bottomright: 0;
width: 60px;
@ -951,7 +951,7 @@ StScrollView StScrollBar {
background-gradient-direction: horizontal;
background-gradient-start: rgba(51, 51, 51, 0);
background-gradient-end: rgb(51, 51, 51);
border-radius: 20px;
border-radius: 10px;
border-radius-topleft: 0;
border-radius-bottomleft: 0;
width: 60px;
@ -1004,7 +1004,7 @@ StScrollView StScrollBar {
}
.run-dialog {
border-radius: 20px;
border-radius: 10px;
padding: 16px 20px;
}
@ -1102,8 +1102,8 @@ StScrollView StScrollBar {
-arrow-base: 0;
-arrow-rise: 0;
-boxpointer-gap: 5px;
background-color: #510083;
border-radius: 20px;
background-color: #284b56;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
@ -1116,7 +1116,7 @@ StScrollView StScrollBar {
}
.menu-favorites-button:hover {
background-color: rgba(129, 248, 255, 0.2);
border-radius: 20px;
border-radius: 10px;
color: #81f8ff;
}
@ -1130,7 +1130,7 @@ StScrollView StScrollBar {
.menu-applications-outer-box {
padding: 8px;
border-radius: 20px;
border-radius: 10px;
}
.menu-application-button {
@ -1143,7 +1143,7 @@ StScrollView StScrollBar {
.menu-application-button-selected {
padding: 0.4em 4px;
background-color: rgba(129, 248, 255, 0.2);
border-radius: 20px;
border-radius: 10px;
color: #81f8ff;
}
.menu-application-button-selected:highlighted {
@ -1163,7 +1163,7 @@ StScrollView StScrollBar {
.menu-category-button-selected {
padding: 0.4em 4px;
background-color: rgba(129, 248, 255, 0.2);
border-radius: 20px;
border-radius: 10px;
color: #81f8ff;
}
.menu-selected-app-box {
@ -1214,8 +1214,8 @@ StScrollView StScrollBar {
padding: 3px 0;
}
.window-list-box:highlight {
background: rgba(255, 90, 238, 0.3);
color: #ff5aee;
background: rgba(255, 61, 235, 0.3);
color: #ff3deb;
}
.window-list-item-box {
@ -1223,14 +1223,14 @@ StScrollView StScrollBar {
transition-duration: 100ms;
}
.window-list-item-box:hover {
color: #ff5aee;
color: #ff3deb;
}
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
background-color: rgba(255, 90, 238, 0.3);
color: #ff5aee;
background-color: rgba(255, 61, 235, 0.3);
color: #ff3deb;
}
.window-list-item-box:active:hover, .window-list-item-box:checked:hover, .window-list-item-box:focus:hover {
color: #ff5aee;
color: #ff3deb;
}
.window-list-item-box .progress {
background-color: #d300c4;
@ -1241,13 +1241,13 @@ StScrollView StScrollBar {
}
.window-list-item-demands-attention {
background-color: #272a47;
color: rgba(255, 90, 238, 0.7);
background-color: #2d2e6a;
color: rgba(255, 61, 235, 0.7);
}
.window-list-preview {
background-color: #510083;
border-radius: 20px;
background-color: #284b56;
border-radius: 10px;
padding: 10px 15px;
spacing: 1em;
color: #81f8ff;
@ -1268,7 +1268,7 @@ StScrollView StScrollBar {
}
.grouped-window-list-badge {
border-radius: 9999px;
background-color: #070a27;
background-color: #0d0e4a;
}
.grouped-window-list-thumbnail-alert {
background: #f57800;
@ -1278,47 +1278,47 @@ StScrollView StScrollBar {
transition-duration: 100ms;
}
.grouped-window-list-item-box:hover {
color: #ff5aee;
color: #ff3deb;
}
.grouped-window-list-item-box:active, .grouped-window-list-item-box:checked {
background-color: rgba(255, 90, 238, 0.2);
background-color: rgba(255, 61, 235, 0.2);
}
.grouped-window-list-item-box:active:hover, .grouped-window-list-item-box:checked:hover {
color: #ff5aee;
color: #ff3deb;
}
.grouped-window-list-item-box:focus {
background-color: rgba(255, 90, 238, 0.3);
color: #ff5aee;
background-color: rgba(255, 61, 235, 0.3);
color: #ff3deb;
}
.grouped-window-list-item-box:focus:hover {
color: #ff5aee;
color: #ff3deb;
}
.grouped-window-list-item-box .progress {
background-color: #d300c4;
}
.grouped-window-list-item-demands-attention {
background-color: #272a47;
color: rgba(255, 90, 238, 0.7);
background-color: #2d2e6a;
color: rgba(255, 61, 235, 0.7);
}
.grouped-window-list-thumbnail-menu {
padding: 20px;
border: none;
border-radius: 20px;
color: rgba(255, 90, 238, 0.7);
border-radius: 10px;
color: rgba(255, 61, 235, 0.7);
background: none;
}
.grouped-window-list-thumbnail-menu .item-box {
padding: 8px;
spacing: 2px;
border-radius: 20px;
border-radius: 10px;
}
.grouped-window-list-thumbnail-menu .item-box:outlined {
border: 2px solid rgba(129, 248, 255, 0.2);
color: #ff5aee;
color: #ff3deb;
}
.grouped-window-list-thumbnail-menu .item-box:selected {
background: rgba(255, 90, 238, 0.2);
color: #ff5aee;
background: rgba(255, 61, 235, 0.2);
color: #ff3deb;
}
.grouped-window-list-thumbnail-menu .item-box > StBoxLayout:ltr {
margin: 1px 0 0 6px;
@ -1372,7 +1372,7 @@ StScrollView StScrollBar {
}
.sound-player-overlay {
background-color: #510083;
background-color: #284b56;
min-width: 300px;
padding: 12px 16px;
spacing: 0.5em;
@ -1380,26 +1380,26 @@ StScrollView StScrollBar {
}
.workspace-button {
background-color: #070a27;
background-color: #0d0e4a;
width: 2em;
height: 1em;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
margin: 2px;
}
.workspace-button:outlined {
background-color: rgba(255, 90, 238, 0.3);
color: #ff5aee;
background-color: rgba(255, 61, 235, 0.3);
color: #ff3deb;
}
.workspace-graph {
background-color: rgba(0, 0, 0, 0.9);
}
.workspace-graph .workspace {
background-color: #070a27;
background-color: #0d0e4a;
border: 1px solid rgba(129, 248, 255, 0.2);
}
.workspace-graph .workspace:active {
background-color: rgba(255, 90, 238, 0.3);
background-color: rgba(255, 61, 235, 0.3);
border: 1px solid rgba(129, 248, 255, 0.2);
}
.workspace-graph .workspace:active .windows {
@ -1433,7 +1433,7 @@ StScrollView StScrollBar {
.applet-separator-line, .applet-separator-line-vertical {
width: 2px;
background: rgba(255, 90, 238, 0.2);
background: rgba(255, 61, 235, 0.2);
}
.applet-spacer:highlight {
@ -1442,37 +1442,37 @@ StScrollView StScrollBar {
.applet-box {
background-color: rgba(0, 0, 0, 0.01);
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
transition-duration: 100ms;
}
.applet-box:checked {
color: #ff5aee;
color: #ff3deb;
}
.applet-box:checked .applet-label {
color: #ff5aee;
color: #ff3deb;
}
.applet-box:hover {
color: #ff5aee;
color: #ff3deb;
}
.applet-box:hover .applet-label {
color: #ff5aee;
color: #ff3deb;
}
.applet-box:highlight {
background: rgba(255, 90, 238, 0.3);
color: #ff5aee;
background: rgba(255, 61, 235, 0.3);
color: #ff3deb;
}
.applet-box:highlight .applet-label {
color: #ff5aee;
color: #ff3deb;
}
.applet-label {
font-size: 10.5pt;
font-weight: 500;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.applet-icon {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
padding: 0;
spacing: 0;
icon-size: 22px;
@ -1481,19 +1481,19 @@ StScrollView StScrollBar {
.desklet {
font-size: 9pt;
font-weight: 400;
color: #ff5aee;
color: #ff3deb;
border: none;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
padding: 12px;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 20px;
border-radius: 10px;
}
.desklet-with-borders {
font-size: 9pt;
font-weight: 400;
background-color: #510083;
border-radius: 20px;
background-color: #284b56;
border-radius: 10px;
}
.desklet-with-borders:highlight {
background-color: rgba(255, 255, 255, 0.05);
@ -1502,7 +1502,7 @@ StScrollView StScrollBar {
.desklet-with-borders-and-header {
font-size: 9pt;
font-weight: 400;
background-color: #510083;
background-color: #284b56;
border-radius-bottomleft: 2px;
border-radius-bottomright: 2px;
}
@ -1513,7 +1513,7 @@ StScrollView StScrollBar {
.desklet-header {
font-size: 15pt;
font-weight: 500;
background-color: #510083;
background-color: #284b56;
border-radius-topleft: 2px;
border-radius-topright: 2px;
}
@ -1522,8 +1522,8 @@ StScrollView StScrollBar {
}
.photoframe-box {
background-color: #510083;
border-radius: 20px;
background-color: #284b56;
border-radius: 10px;
}
.photoframe-box:highlight {
background-color: rgba(255, 255, 255, 0.05);
@ -1532,7 +1532,7 @@ StScrollView StScrollBar {
.desklet-drag-placeholder {
border: 2px solid #00ff22;
background-color: rgba(0, 0, 0, 0.3);
border-radius: 20px;
border-radius: 10px;
}
.launcher {
@ -1565,7 +1565,7 @@ StScrollView StScrollBar {
.about-scrollBox {
border: 1px solid rgba(129, 248, 255, 0.2);
border-radius: 20px;
border-radius: 10px;
}
.about-scrollBox-innerBox {
@ -1592,7 +1592,7 @@ StScrollView StScrollBar {
caret-color: #fff;
text-align: center;
height: 32px;
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
-cinnamon-caption-spacing: 12px;
}
.expo-workspaces-name-entry#selected {
@ -1659,7 +1659,7 @@ StScrollView StScrollBar {
}
.tile-hud:bottom {
border-bottom-width: 0;
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
}
.tile-hud:left {
border-left-width: 0;

View file

@ -23,7 +23,7 @@ stage {
.shell-link {
transition-duration: 100ms;
border-radius: 20px;
border-radius: 10px;
color: #00ff22;
}
.shell-link:hover {
@ -50,7 +50,7 @@ StEntry {
min-height: 32px;
padding: 0 8px;
border-width: 0;
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
color: #81f8ff;
selection-background-color: rgba(0, 255, 34, 0.5);
selected-color: #81f8ff;
@ -98,7 +98,7 @@ StEntry StLabel.hint-text {
min-width: 48px;
padding: 0 8px;
border: 0;
border-radius: 20px;
border-radius: 10px;
font-size: 10.5pt;
font-weight: 500;
color: #00ff22;
@ -151,7 +151,7 @@ StEntry StLabel.hint-text {
margin-right: 0;
}
.modal-dialog .modal-dialog-linked-button:first-child, .hotplug-notification-item:first-child, .notification-banner .notification-button:first-child, .modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child, .notification-banner .notification-button:last-child {
border-radius: 20px;
border-radius: 10px;
}
.modal-dialog .modal-dialog-linked-button:last-child, .hotplug-notification-item:last-child, .notification-banner .notification-button:last-child {
margin-right: 4px;
@ -287,9 +287,9 @@ StScrollBar StButton#hhandle:active {
.popup-menu-content, .candidate-popup-content {
margin: 8px;
padding: 8px 0;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
@ -452,7 +452,7 @@ StScrollBar StButton#hhandle:active {
.events-section-title {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
min-height: 12px;
padding: 8px;
color: rgba(129, 248, 255, 0.7) !important;
@ -482,7 +482,7 @@ StScrollBar StButton#hhandle:active {
.datemenu-today-button {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
margin: 0 8px;
min-height: 40px;
padding: 8px;
@ -519,7 +519,7 @@ StScrollBar StButton#hhandle:active {
.calendar {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
margin: 0 8px;
margin-bottom: 0;
padding: 0;
@ -548,7 +548,7 @@ StScrollBar StButton#hhandle:active {
min-height: 16px;
margin: 2px;
padding: 6px 8px;
border-radius: 20px;
border-radius: 10px;
color: inherit;
font-weight: bold;
text-align: center;
@ -641,7 +641,7 @@ StScrollBar StButton#hhandle:active {
.calendar .calendar-today {
border: 0;
box-shadow: inset 0 0 0 1px rgba(129, 248, 255, 0.7);
background-color: rgba(81, 0, 131, 0.01);
background-color: rgba(40, 75, 86, 0.01);
color: inherit;
font-weight: normal;
}
@ -690,7 +690,7 @@ StScrollBar StButton#hhandle:active {
.events-button {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
min-height: 40px;
padding: 8px;
}
@ -735,7 +735,7 @@ StScrollBar StButton#hhandle:active {
.world-clocks-button {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
min-height: 12px;
padding: 8px;
}
@ -794,7 +794,7 @@ StScrollBar StButton#hhandle:active {
.weather-button {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
min-height: 40px;
padding: 8px;
}
@ -885,7 +885,7 @@ StScrollBar StButton#hhandle:active {
.message {
margin: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
min-height: 56px;
}
.message, .message:focus, .message:hover, .message:active {
@ -1029,7 +1029,7 @@ StScrollBar StButton#hhandle:active {
icon-size: 16px !important;
padding: 8px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: rgba(129, 248, 255, 0.08);
color: rgba(129, 248, 255, 0.5) !important;
}
@ -1048,7 +1048,7 @@ StScrollBar StButton#hhandle:active {
transition-duration: 100ms;
min-height: 28px;
padding: 0 8px;
border-radius: 20px;
border-radius: 10px;
}
.candidate-box:hover {
background-color: rgba(129, 248, 255, 0.12);
@ -1083,11 +1083,11 @@ StScrollBar StButton#hhandle:active {
.candidate-page-button-previous {
border-right-width: 0;
border-radius: 20px;
border-radius: 10px;
}
.candidate-page-button-next {
border-radius: 20px;
border-radius: 10px;
}
.candidate-page-button-icon {
@ -1100,12 +1100,12 @@ StScrollBar StButton#hhandle:active {
width: 34em;
margin: 5px;
border: 0;
border-radius: 20px;
border-radius: 10px;
font-size: 1em;
}
.notification-banner, .notification-banner:focus, .notification-banner:hover, .notification-banner:active {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
.notification-banner .notification-actions {
@ -1186,9 +1186,9 @@ StScrollBar StButton#hhandle:active {
.modal-dialog {
border: 0;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
.modal-dialog .modal-dialog-content-box {
@ -1324,7 +1324,7 @@ StScrollBar StButton#hhandle:active {
.audio-selection-device {
transition-duration: 100ms;
border: 0;
border-radius: 20px;
border-radius: 10px;
}
.audio-selection-device:focus {
background-color: rgba(129, 248, 255, 0.12);
@ -1408,7 +1408,7 @@ StScrollBar StButton#hhandle:active {
padding: 12px;
spacing: 20px;
border-bottom: 0;
border-radius: 20px;
border-radius: 10px;
font-size: 1em;
}
.nm-dialog-item:focus {
@ -1447,9 +1447,9 @@ StScrollBar StButton#hhandle:active {
.osd-window {
padding: 12px;
border: none;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
text-align: center;
font-weight: bold;
@ -1477,9 +1477,9 @@ StScrollBar StButton#hhandle:active {
.resize-popup {
padding: 12px;
border: none;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
@ -1508,9 +1508,9 @@ StScrollBar StButton#hhandle:active {
.switcher-list {
padding: 12px;
border: none;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
.switcher-list .switcher-list-item-container {
@ -1520,7 +1520,7 @@ StScrollBar StButton#hhandle:active {
transition-duration: 100ms;
padding: 8px;
border: 0;
border-radius: 20px;
border-radius: 10px;
}
.switcher-list .item-box:outlined {
padding: 8px;
@ -1573,9 +1573,9 @@ StScrollBar StButton#hhandle:active {
.workspace-switcher-container {
padding: 12px;
border: none;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
@ -1590,7 +1590,7 @@ StScrollBar StButton#hhandle:active {
.ws-switcher-box {
height: 48px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: rgba(129, 248, 255, 0.2);
background-size: 0;
}
@ -1601,7 +1601,7 @@ StScrollBar StButton#hhandle:active {
.ws-switcher-active-right {
height: 48px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: #00ff22;
background-size: 0;
color: inherit;
@ -1614,30 +1614,30 @@ StScrollBar StButton#hhandle:active {
}
#overviewGroup {
background-color: #070a27;
color: #ff5aee;
background-color: #0d0e4a;
color: #ff3deb;
}
#overviewGroup StScrollBar StBin#trough {
background-color: rgba(255, 90, 238, 0.2);
background-color: rgba(255, 61, 235, 0.2);
}
#overviewGroup StScrollBar StButton#vhandle,
#overviewGroup StScrollBar StButton#hhandle {
background-color: rgba(255, 90, 238, 0.5);
background-color: rgba(255, 61, 235, 0.5);
}
#overviewGroup StScrollBar StButton#vhandle:hover,
#overviewGroup StScrollBar StButton#hhandle:hover {
background-color: rgba(255, 90, 238, 0.6);
background-color: rgba(255, 61, 235, 0.6);
}
#overviewGroup StScrollBar StButton#vhandle:active,
#overviewGroup StScrollBar StButton#hhandle:active {
background-color: rgba(255, 90, 238, 0.7);
background-color: rgba(255, 61, 235, 0.7);
}
/* Top Bar */
#panel {
transition-duration: 250ms;
height: 28px;
background-color: #070a27;
background-color: #0d0e4a;
font-weight: bold;
font-feature-settings: "tnum";
}
@ -1659,7 +1659,7 @@ StScrollBar StButton#hhandle:active {
transition-duration: 100ms;
border: 0;
border-radius: 0;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
text-shadow: none;
font-weight: bold;
}
@ -1675,7 +1675,7 @@ StScrollBar StButton#hhandle:active {
}
#panel .panel-button:hover {
box-shadow: none;
color: #ff5aee;
color: #ff3deb;
text-shadow: none;
}
#panel .panel-button:hover.clock-display {
@ -1690,17 +1690,17 @@ StScrollBar StButton#hhandle:active {
icon-shadow: none;
}
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
box-shadow: inset 0 -2px #ff5aee;
background-color: rgba(7, 10, 39, 0.01);
color: #ff5aee;
box-shadow: inset 0 -2px #ff3deb;
background-color: rgba(13, 14, 74, 0.01);
color: #ff3deb;
}
#panel .panel-button:active.clock-display, #panel .panel-button:overview.clock-display, #panel .panel-button:focus.clock-display, #panel .panel-button:checked.clock-display {
box-shadow: none;
background-color: transparent;
}
#panel .panel-button:active.clock-display .clock, #panel .panel-button:overview.clock-display .clock, #panel .panel-button:focus.clock-display .clock, #panel .panel-button:checked.clock-display .clock {
box-shadow: inset 0 -2px #ff5aee;
background-color: rgba(7, 10, 39, 0.01);
box-shadow: inset 0 -2px #ff3deb;
background-color: rgba(13, 14, 74, 0.01);
}
#panel .panel-button:active > .system-status-icon, #panel .panel-button:overview > .system-status-icon, #panel .panel-button:focus > .system-status-icon, #panel .panel-button:checked > .system-status-icon {
icon-shadow: none;
@ -1785,7 +1785,7 @@ StScrollBar StButton#hhandle:active {
.window-caption {
padding: 4px 8px;
border-radius: 20px;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
}
@ -1830,39 +1830,39 @@ StScrollBar StButton#hhandle:active {
.search-entry {
width: 304px;
padding: 0 8px;
border-radius: 20px 20px 0 0;
color: rgba(255, 90, 238, 0.5);
selection-background-color: rgba(255, 90, 238, 0.3);
selected-color: #ff5aee;
border-radius: 10px 10px 0 0;
color: rgba(255, 61, 235, 0.5);
selection-background-color: rgba(255, 61, 235, 0.3);
selected-color: #ff3deb;
transition-duration: 100ms;
background-color: rgba(255, 255, 255, 0.04);
border-color: transparent;
box-shadow: inset 0 -1px rgba(255, 90, 238, 0.3);
box-shadow: inset 0 -1px rgba(255, 61, 235, 0.3);
margin-top: 16px;
margin-bottom: 8px;
}
.search-entry:hover {
box-shadow: inset 0 -1px rgba(255, 90, 238, 0.3);
color: rgba(255, 90, 238, 0.5);
box-shadow: inset 0 -1px rgba(255, 61, 235, 0.3);
color: rgba(255, 61, 235, 0.5);
}
.search-entry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #ff5aee;
box-shadow: inset 0 -2px #ff3deb;
padding: 0 8px;
border: 0;
color: #ff5aee;
color: #ff3deb;
}
.search-entry StLabel.hint-text {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.search-entry .search-entry-icon {
icon-size: 16px;
padding: 0 4px;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.search-entry:hover .search-entry-icon,
.search-entry:focus .search-entry-icon {
color: #ff5aee;
color: #ff3deb;
}
/* App Grid */
@ -1882,7 +1882,7 @@ StScrollBar StButton#hhandle:active {
.grid-search-result .overview-icon {
padding: 6px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: transparent;
color: inherit;
text-align: center;
@ -1892,7 +1892,7 @@ StScrollBar StButton#hhandle:active {
.grid-search-result:focus .overview-icon {
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
@ -1903,7 +1903,7 @@ StScrollBar StButton#hhandle:active {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
@ -1911,7 +1911,7 @@ StScrollBar StButton#hhandle:active {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
box-shadow: none;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
color: inherit;
transition-duration: 200ms;
}
@ -1927,14 +1927,14 @@ StScrollBar StButton#hhandle:active {
/* App Folders */
.app-well-app.app-folder {
border-radius: 20px;
border-radius: 10px;
background-color: transparent;
}
.app-folder-dialog {
border: 0;
border-radius: 20px;
background-color: #510083;
border-radius: 10px;
background-color: #284b56;
color: #81f8ff;
padding: 12px 0;
}
@ -1993,8 +1993,8 @@ StScrollBar StButton#hhandle:active {
}
.app-well-app.app-folder > .overview-icon > StBoxLayout > StBin > StWidget {
border-radius: 20px;
background-color: rgba(255, 90, 238, 0.08);
border-radius: 10px;
background-color: rgba(255, 61, 235, 0.08);
}
.app-well-app-running-dot {
@ -2002,7 +2002,7 @@ StScrollBar StButton#hhandle:active {
width: 32px;
margin-bottom: 0;
border-radius: 0;
background-color: #ff5aee;
background-color: #ff3deb;
}
.rename-folder-popup .rename-folder-popup-item {
@ -2024,7 +2024,7 @@ StScrollBar StButton#hhandle:active {
width: 12px;
height: 12px;
border-radius: 12px;
background-color: #ff5aee;
background-color: #ff3deb;
}
.apps-scroll-view {
@ -2043,19 +2043,19 @@ StScrollBar StButton#hhandle:active {
width: 300px;
}
.page-navigation-hint.dnd {
background: rgba(255, 90, 238, 0.12);
background: rgba(255, 61, 235, 0.12);
}
.page-navigation-hint.next:ltr, .page-navigation-hint.previous:rtl {
background-gradient-start: rgba(255, 90, 238, 0.08);
background-gradient-end: rgba(255, 90, 238, 0.08);
background-gradient-start: rgba(255, 61, 235, 0.08);
background-gradient-end: rgba(255, 61, 235, 0.08);
background-gradient-direction: horizontal;
border-radius: 20px 0 0 20px;
border-radius: 10px 0 0 10px;
}
.page-navigation-hint.previous:ltr, .page-navigation-hint.next:rtl {
background-gradient-start: rgba(255, 90, 238, 0.08);
background-gradient-end: rgba(255, 90, 238, 0.08);
background-gradient-start: rgba(255, 61, 235, 0.08);
background-gradient-end: rgba(255, 61, 235, 0.08);
background-gradient-direction: horizontal;
border-radius: 0 20px 20px 0;
border-radius: 0 10px 10px 0;
}
.page-navigation-arrow {
@ -2080,7 +2080,7 @@ StScrollBar StButton#hhandle:active {
}
.search-section .search-section-separator {
height: 1px;
background-color: rgba(255, 90, 238, 0.2);
background-color: rgba(255, 61, 235, 0.2);
}
.search-section:last-child .search-section-separator {
height: 0;
@ -2101,7 +2101,7 @@ StScrollBar StButton#hhandle:active {
.search-statustext {
font-size: 48px;
font-weight: 400;
color: rgba(255, 90, 238, 0.5);
color: rgba(255, 61, 235, 0.5);
}
.grid-search-results {
@ -2111,7 +2111,7 @@ StScrollBar StButton#hhandle:active {
.search-provider-icon {
padding: 6px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: transparent;
color: inherit;
text-align: center;
@ -2120,7 +2120,7 @@ StScrollBar StButton#hhandle:active {
.search-provider-icon:focus {
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
@ -2128,13 +2128,13 @@ StScrollBar StButton#hhandle:active {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
.search-provider-icon:active, .search-provider-icon:checked {
box-shadow: none;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
color: inherit;
transition-duration: 200ms;
}
@ -2144,7 +2144,7 @@ StScrollBar StButton#hhandle:active {
.search-provider-icon .list-search-provider-content .list-search-provider-details {
width: 150px;
margin-top: 0;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.list-search-results {
@ -2154,7 +2154,7 @@ StScrollBar StButton#hhandle:active {
.list-search-result {
padding: 6px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: transparent;
color: inherit;
text-align: center;
@ -2163,7 +2163,7 @@ StScrollBar StButton#hhandle:active {
.list-search-result:focus {
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
@ -2171,13 +2171,13 @@ StScrollBar StButton#hhandle:active {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
.list-search-result:active, .list-search-result:checked {
box-shadow: none;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
color: inherit;
transition-duration: 200ms;
}
@ -2191,7 +2191,7 @@ StScrollBar StButton#hhandle:active {
font-weight: 400;
}
.list-search-result .list-search-result-description {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
/* Dash */
@ -2216,8 +2216,8 @@ StScrollBar StButton#hhandle:active {
.dash-background {
margin-bottom: 0;
padding: 6px 3px;
border-radius: 20px 20px 0 0;
background-color: rgba(255, 90, 238, 0.08);
border-radius: 10px 10px 0 0;
background-color: rgba(255, 61, 235, 0.08);
}
.dash-item-container .app-well-app,
@ -2228,27 +2228,27 @@ StScrollBar StButton#hhandle:active {
.dash-separator {
width: 1px;
margin: 6px 3px;
background-color: rgba(255, 90, 238, 0.3);
background-color: rgba(255, 61, 235, 0.3);
}
.dash-label {
padding: 7px 8px;
border: 0;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
text-align: center;
-y-offset: 8px;
}
.show-apps {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.show-apps .overview-icon {
padding: 6px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: transparent;
color: inherit;
text-align: center;
@ -2257,7 +2257,7 @@ StScrollBar StButton#hhandle:active {
.show-apps:focus .overview-icon {
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
@ -2265,18 +2265,18 @@ StScrollBar StButton#hhandle:active {
border: 0;
border-image: none;
background-image: none;
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
color: inherit;
transition-duration: 0ms;
}
.show-apps:active .overview-icon, .show-apps:checked .overview-icon {
box-shadow: none;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
color: inherit;
transition-duration: 200ms;
}
.show-apps:checked {
color: #ff5aee;
color: #ff3deb;
}
/* Workspace pager */
@ -2287,9 +2287,9 @@ StScrollBar StButton#hhandle:active {
.workspace-thumbnails .workspace-thumbnail {
transition-duration: 250ms;
border: 0;
background-color: rgba(255, 90, 238, 0.08);
color: #ff5aee;
border-radius: 20px;
background-color: rgba(255, 61, 235, 0.08);
color: #ff3deb;
border-radius: 10px;
}
.workspace-thumbnails .placeholder {
background-image: url("assets/dash-placeholder.svg");
@ -2298,7 +2298,7 @@ StScrollBar StButton#hhandle:active {
}
.workspace-thumbnail-indicator {
border: 0 solid #ff5aee;
border: 0 solid #ff3deb;
border-radius: 0;
padding: 6px;
border-bottom-width: 2px;
@ -2366,7 +2366,7 @@ StScrollBar StButton#hhandle:active {
/* Workspace animation */
.workspace-animation {
background-color: #070a27;
background-color: #0d0e4a;
}
.ripple-pointer-location {
@ -2436,11 +2436,11 @@ StScrollBar StButton#hhandle:active {
border: 0;
border-width: 0;
border-style: none;
border-radius: 20px;
border-radius: 10px;
}
.keyboard-key, .keyboard-key.default-key {
color: #81f8ff;
background-color: #510083;
background-color: #284b56;
border-color: transparent;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
text-shadow: none;
@ -2449,14 +2449,14 @@ StScrollBar StButton#hhandle:active {
}
.keyboard-key:focus, .keyboard-key.default-key:focus {
color: #81f8ff;
background-color: #571e92;
background-color: #33606a;
text-shadow: none;
icon-shadow: none;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
}
.keyboard-key:hover, .keyboard-key:checked, .keyboard-key.default-key:hover, .keyboard-key.default-key:checked {
color: #81f8ff;
background-color: #571e92;
background-color: #33606a;
border-color: transparent;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
text-shadow: none;
@ -2464,7 +2464,7 @@ StScrollBar StButton#hhandle:active {
}
.keyboard-key:active, .keyboard-key.default-key:active {
color: #81f8ff;
background-color: #592897;
background-color: #366771;
border-color: transparent;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
text-shadow: none;
@ -2518,13 +2518,13 @@ StScrollBar StButton#hhandle:active {
-arrow-border-radius: 0;
-arrow-background-color: transparent;
padding: 5px;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.44);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
.keyboard-subkeys .keyboard-key {
border-radius: 20px;
border-radius: 10px;
color: #00ff22;
background-color: transparent;
border-color: transparent;
@ -2611,9 +2611,9 @@ StScrollBar StButton#hhandle:active {
spacing: 0;
padding: 0;
border: 0;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
#LookingGlassDialog > #Toolbar {
@ -2621,7 +2621,7 @@ StScrollBar StButton#hhandle:active {
border: 0;
border-radius: 0;
box-shadow: inset 0 -1px rgba(129, 248, 255, 0.2);
background-color: rgba(81, 0, 131, 0.01);
background-color: rgba(40, 75, 86, 0.01);
}
#LookingGlassDialog .labels {
spacing: 0;
@ -2649,7 +2649,7 @@ StScrollBar StButton#hhandle:active {
#LookingGlassDialog .notebook-tab:selected {
border: 0;
box-shadow: inset 0 -2px #00ff22;
background-color: rgba(81, 0, 131, 0.01);
background-color: rgba(40, 75, 86, 0.01);
color: #81f8ff;
text-shadow: none;
}
@ -2713,9 +2713,9 @@ StScrollBar StButton#hhandle:active {
#LookingGlassPropertyInspector {
padding: 6px;
border: 0;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.5);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
@ -2735,34 +2735,34 @@ StScrollBar StButton#hhandle:active {
transition-duration: 100ms;
background-color: rgba(255, 255, 255, 0.04);
border-color: transparent;
box-shadow: inset 0 -1px rgba(255, 90, 238, 0.3);
color: #ff5aee;
selection-background-color: rgba(255, 90, 238, 0.3);
selected-color: #ff5aee;
box-shadow: inset 0 -1px rgba(255, 61, 235, 0.3);
color: #ff3deb;
selection-background-color: rgba(255, 61, 235, 0.3);
selected-color: #ff3deb;
}
.login-dialog StEntry:focus,
.unlock-dialog StEntry:focus {
border-color: transparent;
box-shadow: inset 0 -2px #ff5aee;
box-shadow: inset 0 -2px #ff3deb;
}
.login-dialog StEntry:insensitive,
.unlock-dialog StEntry:insensitive {
color: rgba(129, 248, 255, 0.5);
border-color: transparent;
box-shadow: inset 0 -1px rgba(255, 90, 238, 0.2);
color: rgba(255, 90, 238, 0.5);
box-shadow: inset 0 -1px rgba(255, 61, 235, 0.2);
color: rgba(255, 61, 235, 0.5);
}
.login-dialog StEntry StLabel.hint-text,
.unlock-dialog StEntry StLabel.hint-text {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.login-dialog StEntry StIcon.peek-password,
.unlock-dialog StEntry StIcon.peek-password {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.login-dialog StEntry StIcon.peek-password:hover,
.unlock-dialog StEntry StIcon.peek-password:hover {
color: #ff5aee;
color: #ff3deb;
}
.login-dialog .modal-dialog-button-box,
.unlock-dialog .modal-dialog-button-box {
@ -2855,8 +2855,8 @@ StScrollBar StButton#hhandle:active {
}
.login-dialog .modal-dialog-button:default:insensitive,
.unlock-dialog .modal-dialog-button:default:insensitive {
color: rgba(255, 90, 238, 0.5);
background-color: rgba(255, 90, 238, 0.08);
color: rgba(255, 61, 235, 0.5);
background-color: rgba(255, 61, 235, 0.08);
border-color: transparent;
box-shadow: 0 0 transparent;
text-shadow: none;
@ -2868,7 +2868,7 @@ StScrollBar StButton#hhandle:active {
}
.login-dialog-banner {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.login-dialog-button-box {
@ -2886,7 +2886,7 @@ StScrollBar StButton#hhandle:active {
}
.login-dialog-message-hint {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.login-dialog-user-selection-box {
@ -2898,20 +2898,20 @@ StScrollBar StButton#hhandle:active {
min-height: 32px;
padding: 0 8px;
margin-top: 1em;
border-radius: 20px;
color: rgba(255, 90, 238, 0.7);
border-radius: 10px;
color: rgba(255, 61, 235, 0.7);
font-size: 10.5pt;
font-weight: 500;
}
.login-dialog-not-listed-button:focus {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.login-dialog-not-listed-button:hover {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.login-dialog-not-listed-button:active {
transition-duration: 200ms;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
}
.login-dialog-user-list-view {
@ -2923,27 +2923,27 @@ StScrollBar StButton#hhandle:active {
width: 23em;
}
.login-dialog-user-list:expanded .login-dialog-user-list-item:selected {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #ff5aee;
border-right: 2px solid #ff3deb;
}
.login-dialog-user-list-item {
transition-duration: 100ms;
padding: 6px;
border-radius: 20px;
border-radius: 10px;
color: inherit;
}
.login-dialog-user-list-item:focus {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.login-dialog-user-list-item:hover {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.login-dialog-user-list-item:active {
transition-duration: 200ms;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
}
.login-dialog-user-list-item:ltr .user-widget {
padding-right: 1em;
@ -2954,11 +2954,11 @@ StScrollBar StButton#hhandle:active {
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
margin-top: 6px;
background-color: #ff5aee;
background-color: #ff3deb;
}
.login-dialog .user-icon StIcon {
background-color: rgba(255, 90, 238, 0.08);
background-color: rgba(255, 61, 235, 0.08);
}
.user-widget-label {
@ -2995,7 +2995,7 @@ StScrollBar StButton#hhandle:active {
}
.login-dialog-prompt-label {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
font-size: 1em;
padding-top: 1em;
}
@ -3010,23 +3010,23 @@ StScrollBar StButton#hhandle:active {
min-height: 0;
padding: 0;
border-radius: 16px;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.cancel-button:focus,
.switch-user-button:focus,
.login-dialog-session-list-button:focus {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.cancel-button:hover,
.switch-user-button:hover,
.login-dialog-session-list-button:hover {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.cancel-button:active,
.switch-user-button:active,
.login-dialog-session-list-button:active {
transition-duration: 200ms;
background-color: rgba(255, 90, 238, 0.16);
background-color: rgba(255, 61, 235, 0.16);
}
.cancel-button StIcon,
.switch-user-button StIcon,
@ -3075,7 +3075,7 @@ StScrollBar StButton#hhandle:active {
.unlock-dialog-notifications-container .unlock-dialog-notification-source {
padding: 8px;
border: 0;
border-radius: 20px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.04);
color: #fff;
}
@ -3098,8 +3098,8 @@ StScrollBar StButton#hhandle:active {
}
#lockDialogGroup {
background-color: #070a27;
color: #ff5aee;
background-color: #0d0e4a;
color: #ff3deb;
}
#unlockDialogNotifications StScrollBar StBin#trough {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 290 B

View file

@ -15,16 +15,16 @@
gtk-color-scheme = "base_color:#0f2959"
gtk-color-scheme = "text_color:#81f8ff"
# Foreground/background
gtk-color-scheme = "bg_color:#313559"
gtk-color-scheme = "bg_color:#2d2e6a"
gtk-color-scheme = "fg_color:#81f8ff"
# Selected foreground/background
gtk-color-scheme = "selected_bg_color:#00ff22"
gtk-color-scheme = "selected_fg_color:#000000"
# Titlebar foreground/background
gtk-color-scheme = "titlebar_bg_color:#272a47"
gtk-color-scheme = "titlebar_bg_color:#2d2e6a"
gtk-color-scheme = "titlebar_fg_color:#81f8ff"
# Menus
gtk-color-scheme = "menu_color:#510083"
gtk-color-scheme = "menu_color:#284b56"
# Tooltips foreground/background
gtk-color-scheme = "tooltip_bg_color:#616161"
gtk-color-scheme = "tooltip_fg_color:#81f8ff"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 B

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View file

@ -0,0 +1 @@
gtk.css

File diff suppressed because it is too large Load diff

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg4"
sodipodi:docname="checkbox-checked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-8.3389831"
inkscape:cy="8.9491525"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 16,0 H 2 C 0.89,0 0,0.9 0,2 v 14 c 0,1.1 0.89,2 2,2 h 14 c 1.11,0 2,-0.9 2,-2 V 2 C 18,0.9 17.11,0 16,0 Z M 7,14 2,9 3.41,7.59 7,11.17 14.59,3.58 16,5 Z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg4"
sodipodi:docname="checkbox-mixed-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-8.3389831"
inkscape:cy="8.9491525"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 16,0 H 2 C 0.9,0 0,0.9 0,2 v 14 c 0,1.1 0.9,2 2,2 h 14 c 1.1,0 2,-0.9 2,-2 V 2 C 18,0.9 17.1,0 16,0 Z M 14,10 H 4 V 8 h 10 z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg4"
sodipodi:docname="checkbox-unchecked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-8.3389831"
inkscape:cy="8.9491525"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 16,2 V 16 H 2 V 2 H 16 M 16,0 H 2 C 0.9,0 0,0.9 0,2 v 14 c 0,1.1 0.9,2 2,2 h 14 c 1.1,0 2,-0.9 2,-2 V 2 C 18,0.9 17.1,0 16,0 Z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
id="svg4"
sodipodi:docname="radio-checked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-7.3220339"
inkscape:cy="9.9661017"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="m 10,5 c -2.76,0 -5,2.24 -5,5 0,2.76 2.24,5 5,5 2.76,0 5,-2.24 5,-5 C 15,7.24 12.76,5 10,5 Z M 10,0 C 4.48,0 0,4.48 0,10 0,15.52 4.48,20 10,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 10,0 Z m 0,18 C 5.58,18 2,14.42 2,10 2,5.58 5.58,2 10,2 c 4.42,0 8,3.58 8,8 0,4.42 -3.58,8 -8,8 z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
id="svg185"
sodipodi:docname="radio-mixed-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs189" />
<sodipodi:namedview
id="namedview187"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-7.3220339"
inkscape:cy="9.9661017"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg185" />
<path
d="m 5,9 v 2 H 15 V 9 Z M 10,0 C 4.48,0 0,4.48 0,10 0,15.52 4.48,20 10,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 10,0 Z m 0,18 C 5.59,18 2,14.41 2,10 2,5.59 5.59,2 10,2 c 4.41,0 8,3.59 8,8 0,4.41 -3.59,8 -8,8 z"
id="path183" />
</svg>

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
id="svg310"
sodipodi:docname="radio-unchecked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs314" />
<sodipodi:namedview
id="namedview312"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-7.3220339"
inkscape:cy="9.9661017"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg310" />
<path
d="M 10,0 C 4.48,0 0,4.48 0,10 0,15.52 4.48,20 10,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 10,0 Z m 0,18 C 5.58,18 2,14.42 2,10 2,5.58 5.58,2 10,2 c 4.42,0 8,3.58 8,8 0,4.42 -3.58,8 -8,8 z"
id="path308" />
</svg>

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 518 B

After

Width:  |  Height:  |  Size: 523 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 519 B

After

Width:  |  Height:  |  Size: 527 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 B

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 348 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 484 B

After

Width:  |  Height:  |  Size: 493 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 B

After

Width:  |  Height:  |  Size: 273 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View file

@ -0,0 +1 @@
gtk.css

View file

@ -41,7 +41,7 @@ radio:active, row.activatable:active, listview > row:active, expander:active, ca
* Base States
*/
.background {
background-color: #313559;
background-color: #2d2e6a;
color: #81f8ff;
}
@ -85,7 +85,7 @@ textview > border {
}
iconview > .cell {
border-radius: 20px;
border-radius: 10px;
}
iconview > dndtarget:drop(active) {
box-shadow: inset 0 0 0 2px #00ff22;
@ -103,7 +103,7 @@ flowbox {
}
flowbox > flowboxchild {
padding: 4px;
border-radius: 20px;
border-radius: 10px;
}
flowbox > flowboxchild:drop(active), flowbox > flowboxchild:hover {
background-color: rgba(129, 248, 255, 0.08);
@ -134,7 +134,7 @@ gridview {
}
gridview > child {
padding: 4px;
border-radius: 20px;
border-radius: 10px;
}
gridview > child:drop(active), gridview > child:hover {
background-color: rgba(129, 248, 255, 0.08);
@ -161,7 +161,7 @@ gridview > child:selected:active {
coverflow > cover {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
@ -188,9 +188,9 @@ headerbar label:disabled, modelbutton label:disabled, tab label:disabled, button
color: inherit;
}
label.osd {
border-radius: 20px;
background-color: rgba(39, 42, 71, 0.9);
color: #ff5aee;
border-radius: 10px;
background-color: rgba(45, 46, 106, 0.9);
color: #ff3deb;
}
.dim-label {
@ -297,7 +297,7 @@ entry {
min-height: 32px;
padding: 0 8px;
border-spacing: 4px;
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #00ff22 0%, transparent 0%) 2/0 0 0px;
box-shadow: inset 0 -1px rgba(129, 248, 255, 0.3);
@ -431,11 +431,11 @@ entry > progress > trough > progress {
background-color: transparent;
}
spinbutton.vertical > text {
border-radius: 20px;
border-radius: 10px;
transition: all 75ms cubic-bezier(0, 0, 0.2, 1);
border-image: none;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
caret-color: #00ff22;
}
@ -555,21 +555,21 @@ button {
min-height: 24px;
min-width: 16px;
padding: 4px 8px;
border-radius: 20px;
background-color: #510083;
border-radius: 10px;
background-color: #284b56;
color: #81f8ff;
font-weight: 500;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background-color: #510083;
background-color: #284b56;
}
button:drop(active),
button:hover {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
background-color: #55148d;
background-color: #2f5964;
}
button:focus {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
background-color: #571e92;
background-color: #33606a;
}
button:active {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@ -583,16 +583,16 @@ button:disabled {
button:checked {
color: #00ff22;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
background-color: #442973;
background-color: #22684e;
}
button:checked:drop(active),
button:checked:hover {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
background-color: #3f3a6d;
background-color: #1f744a;
}
button:checked:focus {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
background-color: #3c4369;
background-color: #1e7a49;
}
button:checked:active {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
@ -617,7 +617,7 @@ button.text-button.image-button {
min-width: 32px;
padding-left: 16px;
padding-right: 16px;
border-radius: 20px;
border-radius: 10px;
}
button.text-button.image-button image:first-child {
margin-left: -4px;
@ -734,7 +734,7 @@ button.flat.text-button.image-button label:last-child {
infobar.info > revealer > box .linked:not(.vertical) > button:not(:only-child), infobar.question > revealer > box .linked:not(.vertical) > button:not(:only-child), filechooser #pathbarbox > stack > box.linked:not(.vertical) > button:not(:only-child), window.dialog.message .dialog-action-area.linked:not(.vertical) > button:not(:only-child), .app-notification .linked:not(.vertical) > button:not(:only-child), actionbar > revealer > box .linked:not(.vertical) > button:not(:only-child):not(.suggested-action):not(.destructive-action), popover.menu .linked:not(.vertical) > button.model:not(:only-child), .titlebar .linked:not(.vertical) > button:not(:only-child):not(.suggested-action):not(.destructive-action), .toolbar .linked:not(.vertical) > button:not(:only-child), infobar.info > revealer > box .linked.vertical > button:not(:only-child), infobar.question > revealer > box .linked.vertical > button:not(:only-child), filechooser #pathbarbox > stack > box.linked.vertical > button:not(:only-child), window.dialog.message .dialog-action-area.linked.vertical > button:not(:only-child), .app-notification .linked.vertical > button:not(:only-child), actionbar > revealer > box .linked.vertical > button:not(:only-child):not(.suggested-action):not(.destructive-action), popover.menu .linked.vertical > button.model:not(:only-child), .titlebar .linked.vertical > button:not(:only-child):not(.suggested-action):not(.destructive-action), .toolbar .linked.vertical > button:not(:only-child),
.linked:not(.vertical) > button.flat:not(:only-child),
.linked.vertical > button.flat:not(:only-child) {
border-radius: 20px;
border-radius: 10px;
}
infobar.info > revealer > box .linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button), infobar.question > revealer > box .linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button), filechooser #pathbarbox > stack > box.linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button), window.dialog.message .dialog-action-area.linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button), .app-notification .linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button), actionbar > revealer > box .linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button):not(.suggested-action):not(.destructive-action), popover.menu .linked:not(.vertical) > button.model:not(:only-child).image-button:not(.text-button), .titlebar .linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button):not(.suggested-action):not(.destructive-action), .toolbar .linked:not(.vertical) > button:not(:only-child).image-button:not(.text-button), infobar.info > revealer > box .linked.vertical > button:not(:only-child).image-button:not(.text-button), infobar.question > revealer > box .linked.vertical > button:not(:only-child).image-button:not(.text-button), filechooser #pathbarbox > stack > box.linked.vertical > button:not(:only-child).image-button:not(.text-button), window.dialog.message .dialog-action-area.linked.vertical > button:not(:only-child).image-button:not(.text-button), .app-notification .linked.vertical > button:not(:only-child).image-button:not(.text-button), actionbar > revealer > box .linked.vertical > button:not(:only-child).image-button:not(.text-button):not(.suggested-action):not(.destructive-action), popover.menu .linked.vertical > button.model:not(:only-child).image-button:not(.text-button), .titlebar .linked.vertical > button:not(:only-child).image-button:not(.text-button):not(.suggested-action):not(.destructive-action), .toolbar .linked.vertical > button:not(:only-child).image-button:not(.text-button),
.linked:not(.vertical) > button.flat:not(:only-child).image-button:not(.text-button),
@ -890,12 +890,12 @@ stackswitcher > button.needs-attention > image:dir(rtl) {
border-radius: 0;
}
.linked:not(.vertical) > button.radio:first-child {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.linked:not(.vertical) > button.radio:last-child {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.linked:not(.vertical) > button.radio:not(:first-child) {
margin-left: -4px;
@ -905,12 +905,12 @@ stackswitcher > button.needs-attention > image:dir(rtl) {
border-radius: 0;
}
.linked.vertical > button.radio:first-child {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.linked.vertical > button.radio:last-child {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.linked.vertical > button.radio:not(:first-child) {
margin-top: -4px;
@ -1040,10 +1040,10 @@ spinbutton.vertical button:focus:not(:hover):not(:active) {
box-shadow: inset 0 0 0 9999px transparent;
}
spinbutton.vertical button.up {
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
}
spinbutton.vertical button.down {
border-radius: 0 0 20px 20px;
border-radius: 0 0 10px 10px;
}
treeview spinbutton:not(.vertical) {
min-height: 0;
@ -1128,7 +1128,7 @@ dropdown > button.toggle,
button.combo:only-child {
padding-left: 8px;
padding-right: 8px;
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
font-weight: normal;
transition: all 75ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #00ff22 0%, transparent 0%) 2/0 0 0px;
@ -1208,9 +1208,9 @@ button.combo:only-child arrow:disabled {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
padding: 4px;
border-spacing: 4px;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.05);
background-color: #510083;
background-color: #284b56;
}
.app-notification:backdrop, .toolbar.osd:backdrop {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.05);
@ -1237,7 +1237,7 @@ windowcontrols {
border-spacing: 4px;
}
windowcontrols:not(:only-child):not(.empty) {
border-image: linear-gradient(to bottom, transparent 12px, rgba(255, 90, 238, 0.2) 12px, rgba(255, 90, 238, 0.2) calc(100% - 12px), transparent calc(100% - 12px)) 1;
border-image: linear-gradient(to bottom, transparent 12px, rgba(255, 61, 235, 0.2) 12px, rgba(255, 61, 235, 0.2) calc(100% - 12px), transparent calc(100% - 12px)) 1;
}
windowcontrols:not(:only-child):not(.empty).start:dir(ltr), windowcontrols:not(:only-child):not(.empty).end:dir(rtl) {
padding-right: 4px;
@ -1252,20 +1252,20 @@ windowcontrols:not(:only-child):not(.empty).start:dir(rtl), windowcontrols:not(:
*/
.titlebar {
transition: background-color 75ms cubic-bezier(0, 0, 0.2, 1), color 75ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.05);
background-color: #272a47;
color: #ff5aee;
background-color: #2d2e6a;
color: #ff3deb;
}
.titlebar:disabled {
color: rgba(255, 90, 238, 0.5);
color: rgba(255, 61, 235, 0.5);
}
.titlebar:backdrop {
background-color: #171a37;
color: rgba(255, 90, 238, 0.7);
background-color: #1d1e5a;
color: rgba(255, 61, 235, 0.7);
}
.titlebar:backdrop:disabled {
color: rgba(255, 90, 238, 0.3);
color: rgba(255, 61, 235, 0.3);
}
.titlebar box.start,
.titlebar box.end {
@ -1284,90 +1284,90 @@ windowcontrols:not(:only-child):not(.empty).start:dir(rtl), windowcontrols:not(:
.titlebar .subtitle,
.titlebar .dim-label {
transition: color 75ms cubic-bezier(0, 0, 0.2, 1);
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.titlebar .subtitle:backdrop,
.titlebar .dim-label:backdrop {
color: rgba(255, 90, 238, 0.5);
color: rgba(255, 61, 235, 0.5);
}
.titlebar headerbar + separator {
background-color: rgba(255, 90, 238, 0.2);
background-color: rgba(255, 61, 235, 0.2);
}
.titlebar entry {
box-shadow: inset 0 -1px rgba(255, 90, 238, 0.3);
background-color: rgba(255, 90, 238, 0.04);
color: #ff5aee;
box-shadow: inset 0 -1px rgba(255, 61, 235, 0.3);
background-color: rgba(255, 61, 235, 0.04);
color: #ff3deb;
}
.titlebar entry:disabled {
box-shadow: inset 0 -1px rgba(255, 90, 238, 0.2);
background-color: rgba(255, 90, 238, 0.04);
color: rgba(255, 90, 238, 0.5);
box-shadow: inset 0 -1px rgba(255, 61, 235, 0.2);
background-color: rgba(255, 61, 235, 0.04);
color: rgba(255, 61, 235, 0.5);
}
.titlebar entry image {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.titlebar entry image:hover, .titlebar entry image:active {
color: #ff5aee;
color: #ff3deb;
}
.titlebar entry image:disabled {
color: rgba(255, 90, 238, 0.5);
color: rgba(255, 61, 235, 0.5);
}
.titlebar .linked:not(.vertical) > entry:not(:only-child) {
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
}
.titlebar button:not(.suggested-action):not(.destructive-action) {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentcolor 0%, transparent 0%) 0 0 0/0 0 0px;
background-color: transparent;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.titlebar button:not(.suggested-action):not(.destructive-action):drop(active), .titlebar button:not(.suggested-action):not(.destructive-action):hover {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.titlebar button:not(.suggested-action):not(.destructive-action):focus {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.titlebar button:not(.suggested-action):not(.destructive-action):active {
background-image: radial-gradient(circle, rgba(255, 90, 238, 0.16) 10%, transparent 10%);
background-image: radial-gradient(circle, rgba(255, 61, 235, 0.16) 10%, transparent 10%);
}
.titlebar button:not(.suggested-action):not(.destructive-action):disabled {
color: rgba(255, 90, 238, 0.3);
color: rgba(255, 61, 235, 0.3);
}
.titlebar button:not(.suggested-action):not(.destructive-action):checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), currentcolor 100%, transparent 100%) 0 0 2/0 0 2px;
background-color: transparent;
color: #ff5aee;
color: #ff3deb;
}
.titlebar button:not(.suggested-action):not(.destructive-action):checked:drop(active), .titlebar button:not(.suggested-action):not(.destructive-action):checked:hover {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.titlebar button:not(.suggested-action):not(.destructive-action):checked:focus {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
.titlebar button:not(.suggested-action):not(.destructive-action):checked:active {
background-image: radial-gradient(circle, rgba(255, 90, 238, 0.16) 10%, transparent 10%);
background-image: radial-gradient(circle, rgba(255, 61, 235, 0.16) 10%, transparent 10%);
}
.titlebar button:not(.suggested-action):not(.destructive-action):checked:disabled {
background-color: transparent;
color: rgba(255, 90, 238, 0.5);
color: rgba(255, 61, 235, 0.5);
}
.titlebar button:not(.suggested-action):not(.destructive-action):backdrop {
color: rgba(255, 90, 238, 0.5);
color: rgba(255, 61, 235, 0.5);
}
.titlebar button:not(.suggested-action):not(.destructive-action):backdrop:disabled {
color: rgba(255, 90, 238, 0.3);
color: rgba(255, 61, 235, 0.3);
}
.titlebar button:not(.suggested-action):not(.destructive-action):backdrop:checked {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
.titlebar button:not(.suggested-action):not(.destructive-action):backdrop:checked:disabled {
color: rgba(255, 90, 238, 0.3);
color: rgba(255, 61, 235, 0.3);
}
.titlebar button.suggested-action:disabled,
.titlebar button.destructive-action:disabled {
background-color: rgba(255, 90, 238, 0.08);
color: rgba(255, 90, 238, 0.5);
background-color: rgba(255, 61, 235, 0.08);
color: rgba(255, 61, 235, 0.5);
}
.titlebar stackswitcher button:not(.suggested-action):not(.destructive-action).text-button {
min-width: 104px;
@ -1467,7 +1467,7 @@ headerbar > windowhandle > box button {
headerbar > windowhandle > box separator.titlebutton {
margin-top: 10px;
margin-bottom: 10px;
background-color: rgba(255, 90, 238, 0.2);
background-color: rgba(255, 61, 235, 0.2);
}
headerbar > windowhandle > box switch {
margin-top: 8px;
@ -1489,7 +1489,7 @@ pathbar.linked:not(.vertical) > button {
padding-left: 4px;
padding-right: 4px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #00ff22 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 20px;
border-radius: 10px;
}
pathbar.linked:not(.vertical) > button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #00ff22 100%, transparent 100%) 0 0 2/0 0 2px;
@ -1665,12 +1665,12 @@ treeview.view acceleditor > label {
* Menus
*/
menubar {
background-color: #272a47;
color: #ff5aee;
background-color: #2d2e6a;
color: #ff3deb;
}
menubar:backdrop {
background-color: #171a37;
color: rgba(255, 90, 238, 0.7);
background-color: #1d1e5a;
color: rgba(255, 61, 235, 0.7);
}
.csd menubar {
transition: all 75ms cubic-bezier(0, 0, 0.2, 1);
@ -1678,24 +1678,24 @@ menubar:backdrop {
menubar > item {
min-height: 20px;
padding: 4px 8px;
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
menubar > item:hover {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
menubar > item:focus:not(:hover) {
background-color: rgba(255, 90, 238, 0.12);
background-color: rgba(255, 61, 235, 0.12);
}
menubar > item:active {
background-image: radial-gradient(circle, rgba(255, 90, 238, 0.16) 10%, transparent 10%);
background-image: radial-gradient(circle, rgba(255, 61, 235, 0.16) 10%, transparent 10%);
}
menubar > item:selected:not(:focus) {
transition: none;
background-color: rgba(255, 90, 238, 0.16);
color: #ff5aee;
background-color: rgba(255, 61, 235, 0.16);
color: #ff3deb;
}
menubar > item:disabled {
color: rgba(255, 90, 238, 0.3);
color: rgba(255, 61, 235, 0.3);
}
popover.menu > contents {
@ -1783,7 +1783,7 @@ popover > arrow,
popover > contents {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
popover > arrow:backdrop,
@ -1799,7 +1799,7 @@ popover > arrow {
popover > contents {
padding: 8px;
border-radius: 20px;
border-radius: 10px;
}
popover > contents > list,
popover > contents .view,
@ -2013,7 +2013,7 @@ scrollbar.overlay-indicator:not(.dragging):not(.hovering).vertical > range > tro
min-height: 24px;
}
scrollbar.overlay-indicator.dragging, scrollbar.overlay-indicator.hovering {
background-color: #510083;
background-color: #284b56;
}
/**
@ -2046,7 +2046,7 @@ switch > slider {
margin: -3px -2px;
border-radius: 9999px;
box-shadow: 0 0 0 10px transparent, 0 0 0 -10px rgba(129, 248, 255, 0.16), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
background-color: #510083;
background-color: #284b56;
}
switch:hover > slider {
box-shadow: 0 0 0 10px rgba(129, 248, 255, 0.12), 0 0 0 -10px rgba(129, 248, 255, 0.16), 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
@ -2183,7 +2183,7 @@ radio:checked:not(:indeterminate):disabled {
popover.menu modelbutton check {
min-height: 16px;
min-width: 16px;
border-radius: 20px;
border-radius: 10px;
-gtk-icon-source: -gtk-recolor(url("icons/small-checkbox-unchecked-symbolic.svg"));
}
popover.menu modelbutton check:checked {
@ -2271,7 +2271,7 @@ scale > trough > highlight {
background-image: image(#00ff22);
}
scale > trough > highlight:disabled {
background-color: #313559;
background-color: #2d2e6a;
background-image: image(rgba(129, 248, 255, 0.3));
}
scale > trough > fill {
@ -2492,7 +2492,7 @@ levelbar > trough > block.empty {
* Print dialog
*/
window.dialog.print paper {
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
background-color: #0f2959;
color: #81f8ff;
@ -2506,7 +2506,7 @@ window.dialog.print .dialog-action-box {
*/
frame,
.frame {
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
background-color: #0f2959;
color: #81f8ff;
@ -2525,7 +2525,7 @@ actionbar > revealer > box {
border-top: 1px solid rgba(129, 248, 255, 0.2);
}
actionbar > revealer > box .linked:not(.vertical) > entry:not(:only-child) {
border-radius: 20px 20px 0 0;
border-radius: 10px 10px 0 0;
}
overshoot.top {
@ -2762,7 +2762,7 @@ expander-widget > box > title:active > expander {
* Calendar
*/
calendar {
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
background-color: #0f2959;
color: #81f8ff;
@ -2850,8 +2850,8 @@ calendar > grid > label.day-number:selected:active {
*/
window.dialog.message.csd.background {
min-width: 280px;
border-radius: 20px;
background-color: #510083;
border-radius: 10px;
background-color: #284b56;
}
window.dialog.message > .titlebar {
min-height: 24px;
@ -2958,7 +2958,7 @@ stacksidebar.sidebar list.separators:not(.horizontal) > row:not(:first-child) {
stacksidebar.sidebar row {
min-height: 32px;
padding: 0 2px;
border-radius: 20px;
border-radius: 10px;
color: rgba(129, 248, 255, 0.7);
font-weight: 500;
}
@ -3004,7 +3004,7 @@ placessidebar.sidebar row {
min-height: 32px;
margin: 0 4px;
padding: 0;
border-radius: 20px;
border-radius: 10px;
color: rgba(129, 248, 255, 0.7);
font-weight: 500;
}
@ -3195,20 +3195,20 @@ infobar.error > revealer > box link {
tooltip {
min-height: 24px;
padding: 4px 8px;
border-radius: 20px;
border-radius: 10px;
}
tooltip.background {
background-color: rgba(39, 42, 71, 0.9);
color: #ff5aee;
background-color: rgba(45, 46, 106, 0.9);
color: #ff3deb;
}
tooltip:not(.csd) {
background-color: rgba(39, 42, 71, 0.9);
background-color: rgba(45, 46, 106, 0.9);
}
tooltip > box {
border-spacing: 6px;
}
tooltip .dim-label {
color: rgba(255, 90, 238, 0.7);
color: rgba(255, 61, 235, 0.7);
}
/**
@ -3225,20 +3225,20 @@ colorswatch:disabled {
opacity: 0.5;
}
colorswatch.top {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
colorswatch.bottom {
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
colorswatch.left, colorswatch:first-child:not(.top) {
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
colorswatch.right, colorswatch:last-child:not(.bottom) {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
colorswatch.dark {
color: #fff;
@ -3247,18 +3247,18 @@ colorswatch.light {
color: #000;
}
colorswatch#add-color-button {
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
}
colorswatch#editor-color-sample {
border-radius: 20px;
border-radius: 10px;
}
colorchooser .popover.osd {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.05);
background-color: #510083;
background-color: #284b56;
}
colorchooser .popover.osd:backdrop {
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.05);
@ -3272,8 +3272,8 @@ colorchooser .popover.osd:backdrop {
*/
window.csd {
transition: box-shadow 75ms cubic-bezier(0, 0, 0.2, 1);
border-radius: 20px 20px 0 0;
border-radius: 20px;
border-radius: 10px 10px 0 0;
border-radius: 10px;
box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 16px 24px 2px transparent, 0 6px 30px 5px transparent;
}
window.csd:backdrop {
@ -3288,10 +3288,10 @@ window.solid-csd {
border-radius: 0;
box-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.05);
background-color: #272a47;
background-color: #2d2e6a;
}
window.solid-csd:backdrop {
background-color: #171a37;
background-color: #1d1e5a;
}
window.maximized, window.fullscreen, window.tiled, window.tiled-top, window.tiled-left, window.tiled-right, window.tiled-bottom {
border-radius: 0;
@ -3339,9 +3339,9 @@ shortcut > .keycap {
min-height: 28px;
padding-left: 8px;
padding-right: 8px;
border-radius: 20px;
border-radius: 10px;
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
background-color: #510083;
background-color: #284b56;
color: #81f8ff;
font-size: smaller;
}
@ -3371,7 +3371,7 @@ popover.emoji-picker > contents {
popover.emoji-picker > contents emoji {
min-width: 3em;
min-height: 3em;
border-radius: 20px;
border-radius: 10px;
}
popover.emoji-picker > contents emoji:drop(active), popover.emoji-picker > contents emoji:hover {
background-color: rgba(129, 248, 255, 0.12);
@ -3433,7 +3433,7 @@ popover.emoji-completion > contents emoji-completion-row > box {
border-spacing: 8px;
}
popover.emoji-completion > contents emoji {
border-radius: 20px;
border-radius: 10px;
}
popover.emoji-completion > contents emoji:drop(active), popover.emoji-completion > contents emoji:hover {
background-color: rgba(129, 248, 255, 0.12);
@ -3470,7 +3470,7 @@ text color for entries, views and content in general */
@define-color theme_text_color #81f8ff;
/*
widget base background color */
@define-color theme_bg_color #313559;
@define-color theme_bg_color #2d2e6a;
/*
text widgets and the like base background color */
@define-color theme_base_color #0f2959;
@ -3482,7 +3482,7 @@ text/foreground color of selections */
@define-color theme_selected_fg_color #000;
/*
base background color of insensitive widgets */
@define-color insensitive_bg_color #313559;
@define-color insensitive_bg_color #2d2e6a;
/*
text foreground color of insensitive widgets */
@define-color insensitive_fg_color rgba(129, 248, 255, 0.5);
@ -3497,7 +3497,7 @@ text color for entries, views and content in general on backdrop windows */
@define-color theme_unfocused_text_color #81f8ff;
/*
widget base background color on backdrop windows */
@define-color theme_unfocused_bg_color #313559;
@define-color theme_unfocused_bg_color #2d2e6a;
/*
text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #0f2959;
@ -3524,16 +3524,16 @@ these are pretty self explicative */
/*
these colors are exported for the window manager and shouldn't be used in applications,
read if you used those and something break with a version upgrade you're on your own... */
@define-color wm_title #ff5aee;
@define-color wm_unfocused_title rgba(255, 90, 238, 0.7);
@define-color wm_title #ff3deb;
@define-color wm_unfocused_title rgba(255, 61, 235, 0.7);
@define-color wm_highlight rgba(255, 255, 255, 0.05);
@define-color wm_bg #272a47;
@define-color wm_unfocused_bg #171a37;
@define-color xfwm4_title #ff5aee;
@define-color xfwm4_unfocused_title #b947b7;
@define-color wm_bg #2d2e6a;
@define-color wm_unfocused_bg #1d1e5a;
@define-color xfwm4_title #ff3deb;
@define-color xfwm4_unfocused_title #bb34c0;
/* content view background such as thumbnails view in Photos or Boxes */
@define-color content_view_bg #313559;
@define-color content_view_bg #2d2e6a;
/* Very contrasty background for text views (@theme_text_color foreground) */
@define-color text_view_bg #313559;
@define-color text_view_bg #2d2e6a;
/* placeholder for entries */
@define-color placeholder_text_color #5fbacd;

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg4"
sodipodi:docname="checkbox-checked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-8.3389831"
inkscape:cy="8.9491525"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 16,0 H 2 C 0.89,0 0,0.9 0,2 v 14 c 0,1.1 0.89,2 2,2 h 14 c 1.11,0 2,-0.9 2,-2 V 2 C 18,0.9 17.11,0 16,0 Z M 7,14 2,9 3.41,7.59 7,11.17 14.59,3.58 16,5 Z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 237 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10H7v-2h10v2z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg4"
sodipodi:docname="checkbox-mixed-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-8.3389831"
inkscape:cy="8.9491525"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 16,0 H 2 C 0.9,0 0,0.9 0,2 v 14 c 0,1.1 0.9,2 2,2 h 14 c 1.1,0 2,-0.9 2,-2 V 2 C 18,0.9 17.1,0 16,0 Z M 14,10 H 4 V 8 h 10 z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="18"
height="18"
viewBox="0 0 18 18"
version="1.1"
id="svg4"
sodipodi:docname="checkbox-unchecked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-8.3389831"
inkscape:cy="8.9491525"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="M 16,2 V 16 H 2 V 2 H 16 M 16,0 H 2 C 0.9,0 0,0.9 0,2 v 14 c 0,1.1 0.9,2 2,2 h 14 c 1.1,0 2,-0.9 2,-2 V 2 C 18,0.9 17.1,0 16,0 Z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 196 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
id="svg4"
sodipodi:docname="radio-checked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs8" />
<sodipodi:namedview
id="namedview6"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-7.3220339"
inkscape:cy="9.9661017"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg4" />
<path
d="m 10,5 c -2.76,0 -5,2.24 -5,5 0,2.76 2.24,5 5,5 2.76,0 5,-2.24 5,-5 C 15,7.24 12.76,5 10,5 Z M 10,0 C 4.48,0 0,4.48 0,10 0,15.52 4.48,20 10,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 10,0 Z m 0,18 C 5.58,18 2,14.42 2,10 2,5.58 5.58,2 10,2 c 4.42,0 8,3.58 8,8 0,4.42 -3.58,8 -8,8 z"
id="path2" />
</svg>

Before

Width:  |  Height:  |  Size: 287 B

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M7 11v2h10v-2H7zm5-9C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
id="svg185"
sodipodi:docname="radio-mixed-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs189" />
<sodipodi:namedview
id="namedview187"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-7.3220339"
inkscape:cy="9.9661017"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg185" />
<path
d="m 5,9 v 2 H 15 V 9 Z M 10,0 C 4.48,0 0,4.48 0,10 0,15.52 4.48,20 10,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 10,0 Z m 0,18 C 5.59,18 2,14.41 2,10 2,5.59 5.59,2 10,2 c 4.41,0 8,3.59 8,8 0,4.41 -3.59,8 -8,8 z"
id="path183" />
</svg>

Before

Width:  |  Height:  |  Size: 245 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -1,3 +1,38 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"/>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="20"
height="20"
viewBox="0 0 20 20"
version="1.1"
id="svg310"
sodipodi:docname="radio-unchecked-symbolic.svg"
inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs314" />
<sodipodi:namedview
id="namedview312"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
showgrid="false"
inkscape:zoom="9.8333333"
inkscape:cx="-7.3220339"
inkscape:cy="9.9661017"
inkscape:window-width="1870"
inkscape:window-height="1020"
inkscape:window-x="50"
inkscape:window-y="28"
inkscape:window-maximized="1"
inkscape:current-layer="svg310" />
<path
d="M 10,0 C 4.48,0 0,4.48 0,10 0,15.52 4.48,20 10,20 15.52,20 20,15.52 20,10 20,4.48 15.52,0 10,0 Z m 0,18 C 5.58,18 2,14.42 2,10 2,5.58 5.58,2 10,2 c 4.42,0 8,3.58 8,8 0,4.42 -3.58,8 -8,8 z"
id="path308" />
</svg>

Before

Width:  |  Height:  |  Size: 230 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -10,11 +10,11 @@
<!-- meaningful constants -->
<constant name="C_titlebar_focused" value="#272a47"/>
<constant name="C_titlebar_focused" value="#2d2e6a"/>
<constant name="C_titlebar_unfocused" value="#0f2959"/>
<constant name="C_highlight_focused" value="blend/#272a47/#81f8ff/0.05"/>
<constant name="C_highlight_focused" value="blend/#2d2e6a/#81f8ff/0.05"/>
<constant name="C_highlight_unfocused" value="blend/#0f2959/#81f8ff/0.05"/>
<constant name="C_title_focused" value="blend/#272a47/#81f8ff/0.87"/>
<constant name="C_title_focused" value="blend/#2d2e6a/#81f8ff/0.87"/>
<constant name="C_title_unfocused" value="blend/#0f2959/#81f8ff/0.6"/>
<!-- geometries -->

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="2" viewBox="0 0 2 2">
<rect width="2" height="2" fill="#272a47"/>
<rect width="2" height="2" fill="#2d2e6a"/>
</svg>

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="2" viewBox="0 0 2 2">
<rect width="2" height="2" fill="#272a47"/>
<rect width="2" height="2" fill="#2d2e6a"/>
</svg>

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="2" viewBox="0 0 2 2">
<rect width="2" height="2" fill="#272a47"/>
<rect width="2" height="2" fill="#2d2e6a"/>
</svg>

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 470 B

After

Width:  |  Height:  |  Size: 470 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 472 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 474 B

After

Width:  |  Height:  |  Size: 474 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 375 B

After

Width:  |  Height:  |  Size: 375 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 377 B

After

Width:  |  Height:  |  Size: 377 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 379 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="2" viewBox="0 0 2 2">
<rect width="2" height="2" fill="#272a47"/>
<rect width="2" height="2" fill="#2d2e6a"/>
</svg>

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 387 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 387 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 389 B

After

Width:  |  Height:  |  Size: 389 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 380 B

After

Width:  |  Height:  |  Size: 380 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 382 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 384 B

After

Width:  |  Height:  |  Size: 384 B

View file

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="2" viewBox="0 0 2 2">
<rect width="2" height="2" fill="#272a47"/>
<rect width="2" height="2" fill="#2d2e6a"/>
</svg>

Before

Width:  |  Height:  |  Size: 133 B

After

Width:  |  Height:  |  Size: 133 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 412 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 412 B

After

Width:  |  Height:  |  Size: 412 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 414 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 416 B

After

Width:  |  Height:  |  Size: 416 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 493 B

After

Width:  |  Height:  |  Size: 493 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 495 B

After

Width:  |  Height:  |  Size: 495 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 497 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity="0"/>

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 558 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 560 B

After

Width:  |  Height:  |  Size: 560 B

View file

@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#272a47"/>
<rect width="32" height="32" fill="#2d2e6a"/>
<rect width="32" height="1" fill="#81f8ff" fill-opacity=".05"/>
<g fill="#81f8ff">
<circle cx="16" cy="16" r="12" opacity=".08"/>

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 562 B

View file

@ -3,10 +3,10 @@
# or
# /usr/share/xfwm4/defaults
active_text_color=#ff5aee
active_text_shadow_color=#ff5aee
inactive_text_color=#6dc7d5
inactive_text_shadow_color=#6dc7d5
active_text_color=#ff3deb
active_text_shadow_color=#ff3deb
inactive_text_color=#6cc5d9
inactive_text_shadow_color=#6cc5d9
title_shadow_active=false
title_shadow_inactive=false
full_width_title=true

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="2" height="32" viewBox="0 0 2 32">
<rect width="2" height="32" fill="#272a47"/>
<rect width="2" height="32" fill="#2d2e6a"/>
<rect width="2" height="1" fill="#81f8ff" fill-opacity=".05"/>
</svg>

Before

Width:  |  Height:  |  Size: 201 B

After

Width:  |  Height:  |  Size: 201 B