@eshanized continuously updating the repository!

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-11 01:14:53 +05:30
parent 56c9889f4f
commit b3463ebdb8
6 changed files with 345 additions and 375 deletions

View File

@@ -53,7 +53,7 @@ stage {
.message .message-header .unlock-dialog .message-close-button, .message .message-header .unlock-dialog .message-close-button,
.unlock-dialog .screenshot-ui-show-pointer-button, .screenshot-ui-show-pointer-button, .screenshot-ui-type-button, #LookingGlassDialog .notebook-tab, #LookingGlassDialog > #Toolbar .lg-toolbar-button, .icon-button, .login-dialog-button.cancel-button, .login-dialog-button.switch-user-button, .login-dialog-button.login-dialog-session-list-button, .message .message-header .message-expand-button, .unlock-dialog .screenshot-ui-show-pointer-button, .screenshot-ui-show-pointer-button, .screenshot-ui-type-button, #LookingGlassDialog .notebook-tab, #LookingGlassDialog > #Toolbar .lg-toolbar-button, .icon-button, .login-dialog-button.cancel-button, .login-dialog-button.switch-user-button, .login-dialog-button.login-dialog-session-list-button, .message .message-header .message-expand-button,
.message .message-header .message-close-button, .calendar .calendar-month-header .pager-button, .button { .message .message-header .message-close-button, .calendar .calendar-month-header .pager-button, .button {
border-radius: 8px; border-radius: 0px;
padding: 3px 24px; padding: 3px 24px;
font-weight: bold; font-weight: bold;
transition: border-width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: border-width 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@@ -196,7 +196,7 @@ stage {
.keyboard-brightness-level .button:checked, .quick-menu-toggle .quick-toggle-arrow:checked, .quick-toggle:checked, .calendar .calendar-day.calendar-today, .icon-button.default, .default.login-dialog-button.cancel-button, .default.login-dialog-button.switch-user-button, .default.login-dialog-button.login-dialog-session-list-button, .default.screenshot-ui-show-pointer-button, .message .message-header .default.message-expand-button, .keyboard-brightness-level .button:checked, .quick-menu-toggle .quick-toggle-arrow:checked, .quick-toggle:checked, .calendar .calendar-day.calendar-today, .icon-button.default, .default.login-dialog-button.cancel-button, .default.login-dialog-button.switch-user-button, .default.login-dialog-button.login-dialog-session-list-button, .default.screenshot-ui-show-pointer-button, .message .message-header .default.message-expand-button,
.message .message-header .default.message-close-button, .calendar .calendar-month-header .default.pager-button, .button.default { .message .message-header .default.message-close-button, .calendar .calendar-month-header .default.pager-button, .button.default {
color: #ffffff; color: #ffffff;
background-color: #5657f5; background-color: #754ffe;
} }
.keyboard-brightness-level .button:focus:checked, .quick-menu-toggle .quick-toggle-arrow:focus:checked, .quick-toggle:focus:checked, .calendar .calendar-day.calendar-today:focus, .icon-button.default:focus, .default.login-dialog-button.cancel-button:focus, .default.login-dialog-button.switch-user-button:focus, .default.login-dialog-button.login-dialog-session-list-button:focus, .default.screenshot-ui-show-pointer-button:focus, .message .message-header .default.message-expand-button:focus, .keyboard-brightness-level .button:focus:checked, .quick-menu-toggle .quick-toggle-arrow:focus:checked, .quick-toggle:focus:checked, .calendar .calendar-day.calendar-today:focus, .icon-button.default:focus, .default.login-dialog-button.cancel-button:focus, .default.login-dialog-button.switch-user-button:focus, .default.login-dialog-button.login-dialog-session-list-button:focus, .default.screenshot-ui-show-pointer-button:focus, .message .message-header .default.message-expand-button:focus,
@@ -208,7 +208,7 @@ stage {
box-shadow: inset 0 0 0 2px #9e9ff9 !important; box-shadow: inset 0 0 0 2px #9e9ff9 !important;
border: 2px solid #9e9ff9; border: 2px solid #9e9ff9;
box-shadow: none !important; box-shadow: none !important;
background-color: #5657f5; background-color: #754ffe;
} }
.keyboard-brightness-level .button:focus:hover:checked, .quick-menu-toggle .quick-toggle-arrow:focus:hover:checked, .quick-toggle:focus:hover:checked, .calendar .calendar-day.calendar-today:focus:hover, .icon-button.default:focus:hover, .default.login-dialog-button.cancel-button:focus:hover, .default.login-dialog-button.switch-user-button:focus:hover, .default.login-dialog-button.login-dialog-session-list-button:focus:hover, .default.screenshot-ui-show-pointer-button:focus:hover, .message .message-header .default.message-expand-button:focus:hover, .keyboard-brightness-level .button:focus:hover:checked, .quick-menu-toggle .quick-toggle-arrow:focus:hover:checked, .quick-toggle:focus:hover:checked, .calendar .calendar-day.calendar-today:focus:hover, .icon-button.default:focus:hover, .default.login-dialog-button.cancel-button:focus:hover, .default.login-dialog-button.switch-user-button:focus:hover, .default.login-dialog-button.login-dialog-session-list-button:focus:hover, .default.screenshot-ui-show-pointer-button:focus:hover, .message .message-header .default.message-expand-button:focus:hover,
@@ -365,9 +365,9 @@ stage {
} }
.unlock-dialog .login-dialog-prompt-entry, .login-dialog .login-dialog-prompt-entry, .app-folder-dialog .folder-name-container .folder-name-entry, .search-entry, .lg-dialog StEntry, StEntry { .unlock-dialog .login-dialog-prompt-entry, .login-dialog .login-dialog-prompt-entry, .app-folder-dialog .folder-name-container .folder-name-entry, .search-entry, .lg-dialog StEntry, StEntry {
border-radius: 8px; border-radius: 0px;
padding: 7px 7px; padding: 7px 7px;
selection-background-color: #5657f5; selection-background-color: #754ffe;
selected-color: #ffffff; selected-color: #ffffff;
} }
@@ -1081,7 +1081,7 @@ StEntry StLabel.hint-text {
-barlevel-background-color: rgba(255, 255, 255, 0.2); -barlevel-background-color: rgba(255, 255, 255, 0.2);
-barlevel-border-width: 2px; -barlevel-border-width: 2px;
-barlevel-border-color: transparent; -barlevel-border-color: transparent;
-barlevel-active-background-color: #5657f5; -barlevel-active-background-color: #754ffe;
-barlevel-active-border-color: transparent; -barlevel-active-border-color: transparent;
-barlevel-overdrive-color: #c01c28; -barlevel-overdrive-color: #c01c28;
-barlevel-overdrive-border-color: transparent; -barlevel-overdrive-border-color: transparent;
@@ -1901,7 +1901,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.candidate-box:selected { .candidate-box:selected {
background-color: #5657f5; background-color: #754ffe;
color: #ffffff; color: #ffffff;
} }
@@ -2107,7 +2107,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.audio-selection-device:active { .audio-selection-device:active {
background-color: #5657f5; background-color: #754ffe;
color: #ffffff; color: #ffffff;
} }
@@ -2182,7 +2182,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.osd-monitor-label { .osd-monitor-label {
background-color: #5657f5; background-color: #754ffe;
color: #ffffff; color: #ffffff;
border-radius: 16px; border-radius: 16px;
font-size: 3em; font-size: 3em;
@@ -2326,7 +2326,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.cycler-highlight { .cycler-highlight {
border: 5px solid #5657f5; border: 5px solid #754ffe;
} }
/* Workspace Switcher */ /* Workspace Switcher */
@@ -2508,13 +2508,13 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border { .screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-window-border {
border-color: #5657f5; border-color: #754ffe;
background-color: rgba(86, 87, 245, 0.2); background-color: rgba(86, 87, 245, 0.2);
} }
.screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check { .screenshot-ui-window-selector-window:checked .screenshot-ui-window-selector-check {
color: #ffffff; color: #ffffff;
background-color: #5657f5; background-color: #754ffe;
} }
.screenshot-ui-screen-selector { .screenshot-ui-screen-selector {
@@ -3100,7 +3100,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.quick-toggle-menu .header .icon.active { .quick-toggle-menu .header .icon.active {
background-color: #5657f5; background-color: #754ffe;
color: #ffffff; color: #ffffff;
} }
@@ -3908,7 +3908,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.workspace-thumbnail-indicator { .workspace-thumbnail-indicator {
border: 3px solid #5657f5; border: 3px solid #754ffe;
border-radius: 8px; border-radius: 8px;
} }
@@ -3924,12 +3924,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 60px; width: 60px;
height: 60px; height: 60px;
-pie-border-width: 3px; -pie-border-width: 3px;
-pie-border-color: #5657f5; -pie-border-color: #754ffe;
-pie-background-color: rgba(255, 255, 255, 0.3); -pie-background-color: rgba(255, 255, 255, 0.3);
} }
.magnifier-zoom-region { .magnifier-zoom-region {
border: 2px solid #5657f5; border: 2px solid #754ffe;
} }
.magnifier-zoom-region.full-screen { .magnifier-zoom-region.full-screen {
@@ -3938,7 +3938,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.select-area-rubberband { .select-area-rubberband {
background-color: rgba(86, 87, 245, 0.3); background-color: rgba(86, 87, 245, 0.3);
border: 1px solid #5657f5; border: 1px solid #754ffe;
} }
.user-icon { .user-icon {
@@ -3983,7 +3983,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Tiled window previews */ /* Tiled window previews */
.tile-preview { .tile-preview {
background-color: rgba(86, 87, 245, 0.5); background-color: rgba(86, 87, 245, 0.5);
border: 1px solid #5657f5; border: 1px solid #754ffe;
} }
/* On-screen Keyboard */ /* On-screen Keyboard */
@@ -4107,7 +4107,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.keyboard-key.default-key:latched { .keyboard-key.default-key:latched {
border-color: #6e6ff6; border-color: #6e6ff6;
background-color: #5657f5; background-color: #754ffe;
} }
.keyboard-key.enter-key { .keyboard-key.enter-key {
@@ -4230,7 +4230,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.emoji-panel .keyboard-key:latched { .emoji-panel .keyboard-key:latched {
border-color: #6e6ff6; border-color: #6e6ff6;
background-color: #5657f5; background-color: #754ffe;
} }
.word-suggestions { .word-suggestions {
@@ -4563,7 +4563,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.login-dialog-auth-list-item:focus, .login-dialog-auth-list-item:selected { .login-dialog-auth-list-item:focus, .login-dialog-auth-list-item:selected {
background-color: #5657f5; background-color: #754ffe;
color: #ffffff; color: #ffffff;
} }
@@ -4635,7 +4635,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
} }
.login-dialog-user-list-view .login-dialog-user-list .login-dialog-user-list-item:logged-in .user-icon { .login-dialog-user-list-view .login-dialog-user-list .login-dialog-user-list-item:logged-in .user-icon {
border-color: #5657f5; border-color: #754ffe;
} }
.login-dialog-user-list-view .login-dialog-user-list .login-dialog-user-list-item:logged-in .user-icon StIcon { .login-dialog-user-list-view .login-dialog-user-list .login-dialog-user-list-item:logged-in .user-icon StIcon {

View File

@@ -12,10 +12,10 @@
@keyframes header_ripple_effect { @keyframes header_ripple_effect {
from { from {
background-image: radial-gradient(circle farthest-corner at center, #5657f5 0%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, #754ffe 0%, transparent 0%);
} }
to { to {
background-image: radial-gradient(circle farthest-corner at center, #5657f5 100%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, #754ffe 100%, transparent 0%);
} }
} }
@@ -34,7 +34,7 @@
outline-color: transparent; outline-color: transparent;
outline-offset: -4px; outline-offset: -4px;
-gtk-outline-radius: 7px; -gtk-outline-radius: 7px;
-gtk-secondary-caret-color: #5657f5; -gtk-secondary-caret-color: #754ffe;
} }
*:focus { *:focus {
@@ -118,7 +118,7 @@ window.background.csd stack stack stack frame > list row.activatable:only-child,
} }
.gtkstyle-fallback:selected { .gtkstyle-fallback:selected {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -174,7 +174,7 @@ label.separator {
} }
label selection { label selection {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -268,7 +268,7 @@ notebook > stack:not(:only-child) spinbutton:not(.vertical), popover.background
popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), entry.flat { popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), entry.flat {
border-radius: 0; border-radius: 0;
transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); transition: all 100ms 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), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
@@ -278,7 +278,7 @@ popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), en
.budgie-popover spinbutton:focus:not(.vertical), window#whiskermenu-window entry:focus, editortweak entry.search:focus, layoutpane entry.search:focus, entry.preferences-search:focus, colorchooser .popover.osd spinbutton:focus:not(.vertical), messagedialog entry:focus, notebook > stack:not(:only-child) entry:focus:not(.search), .budgie-popover spinbutton:focus:not(.vertical), window#whiskermenu-window entry:focus, editortweak entry.search:focus, layoutpane entry.search:focus, entry.preferences-search:focus, colorchooser .popover.osd spinbutton:focus:not(.vertical), messagedialog entry:focus, notebook > stack:not(:only-child) entry:focus:not(.search),
notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), popover.background .linked entry:focus, popover.background entry:focus, notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), popover.background .linked entry:focus, popover.background entry:focus,
popover.background spinbutton:focus:not(.vertical), spinbutton.flat:focus:not(.vertical), entry.flat:focus { popover.background spinbutton:focus:not(.vertical), spinbutton.flat:focus:not(.vertical), entry.flat:focus {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
} }
@@ -435,7 +435,7 @@ spinbutton.warning:not(.vertical) image:disabled, entry.warning image:disabled {
spinbutton:not(.vertical) progress, entry progress { spinbutton:not(.vertical) progress, entry progress {
margin: 2px -6px; margin: 2px -6px;
border-bottom: 2px solid #5657f5; border-bottom: 2px solid #754ffe;
background-color: transparent; background-color: transparent;
} }
@@ -463,7 +463,7 @@ treeview entry {
margin: 2px; margin: 2px;
border-radius: 9999px; border-radius: 9999px;
box-shadow: none; box-shadow: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -667,7 +667,7 @@ button:disabled {
} }
button:checked { button:checked {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -1110,7 +1110,7 @@ combobox:drop(active) {
background-image: none; background-image: none;
font-weight: inherit; font-weight: inherit;
transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); transition: all 100ms 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), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
@@ -1121,7 +1121,7 @@ combobox:drop(active) {
} }
#login_window #user_combobox button:checked, .raven .raven-background button.combo:checked, .budgie-popover button.combo:checked, notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked { #login_window #user_combobox button:checked, .raven .raven-background button.combo:checked, .budgie-popover button.combo:checked, notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
#login_window #user_combobox button:disabled, .raven .raven-background button.combo:disabled, .budgie-popover button.combo:disabled, notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled { #login_window #user_combobox button:disabled, .raven .raven-background button.combo:disabled, .budgie-popover button.combo:disabled, notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled {
@@ -1224,13 +1224,13 @@ searchbar > revealer > box {
.path-bar button { .path-bar button {
padding-left: 6px; padding-left: 6px;
padding-right: 6px; padding-right: 6px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 7px; border-radius: 7px;
} }
.caja-pathbar button:checked, .caja-pathbar button:checked,
.path-bar button:checked { .path-bar button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
.caja-pathbar button:checked, .caja-pathbar button:checked,
@@ -1331,7 +1331,7 @@ treeview.view.expander:selected:disabled {
} }
treeview.view.progressbar { treeview.view.progressbar {
border-bottom: 4px solid #5657f5; border-bottom: 4px solid #754ffe;
box-shadow: none; box-shadow: none;
background-color: transparent; background-color: transparent;
} }
@@ -1381,11 +1381,11 @@ treeview.view header.button.dnd {
box-shadow: none; box-shadow: none;
background-color: #31313a; background-color: #31313a;
background-clip: border-box; background-clip: border-box;
color: #5657f5; color: #754ffe;
} }
treeview.view acceleditor > label { treeview.view acceleditor > label {
background-color: #5657f5; background-color: #754ffe;
} }
/********* /*********
@@ -1422,7 +1422,7 @@ menubar > menuitem:hover,
.menubar > menuitem:hover { .menubar > menuitem:hover {
transition: none; transition: none;
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 0 -3px #5657f5; box-shadow: inset 0 -3px #754ffe;
} }
menubar > menuitem:disabled, menubar > menuitem:disabled,
@@ -1615,7 +1615,7 @@ popover.background button.combo:hover, popover.background button:hover {
} }
popover.background button.combo:checked, popover.background button:checked, popover.background button.combo:active, popover.background button:active { popover.background button.combo:checked, popover.background button:checked, popover.background button.combo:active, popover.background button:active {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -1642,7 +1642,7 @@ popover.background spinbutton:not(.vertical) {
popover.background .linked entry:focus, popover.background entry:focus, popover.background .linked entry:focus, popover.background entry:focus,
popover.background spinbutton:focus:not(.vertical) { popover.background spinbutton:focus:not(.vertical) {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
} }
@@ -2008,7 +2008,7 @@ notebook > header.top > tabs > tab:hover {
} }
notebook > header.top > tabs > tab:checked { notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
} }
notebook > header.bottom { notebook > header.bottom {
@@ -2025,7 +2025,7 @@ notebook > header.bottom > tabs > tab:hover {
} }
notebook > header.bottom > tabs > tab:checked { notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
notebook > header.left { notebook > header.left {
@@ -2042,7 +2042,7 @@ notebook > header.left > tabs > tab:hover {
} }
notebook > header.left > tabs > tab:checked { notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
notebook > header.right { notebook > header.right {
@@ -2059,7 +2059,7 @@ notebook > header.right > tabs > tab:hover {
} }
notebook > header.right > tabs > tab:checked { notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
notebook > header.top > tabs > arrow { notebook > header.top > tabs > arrow {
@@ -2868,7 +2868,7 @@ headerbar button:not(.suggested-action):not(.destructive-action):disabled {
headerbar button:not(.suggested-action):not(.destructive-action):checked { headerbar button:not(.suggested-action):not(.destructive-action):checked {
border-image: none; border-image: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -2919,7 +2919,7 @@ headerbar.selection-mode {
transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1);
animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08);
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -2982,7 +2982,7 @@ headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.des
headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.suggested-action):not(.destructive-action), headerbar.windowhandle viewswitcher button:not(.suggested-action):not(.destructive-action) { headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.suggested-action):not(.destructive-action), headerbar.windowhandle viewswitcher button:not(.suggested-action):not(.destructive-action) {
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0;
} }
headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active,
@@ -2992,7 +2992,7 @@ headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.sugge
box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%);
background-size: 0% 0%; background-size: 0% 0%;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked,
@@ -3001,7 +3001,7 @@ headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.sugge
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
background-image: none; background-image: none;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked:backdrop, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active:backdrop, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked:backdrop, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active:backdrop,
@@ -3431,7 +3431,7 @@ levelbar block.low {
} }
levelbar block.high, levelbar block:not(.empty) { levelbar block.high, levelbar block:not(.empty) {
background-color: #5657f5; background-color: #754ffe;
} }
levelbar block.full { levelbar block.full {
@@ -3911,7 +3911,7 @@ stacksidebar row > label {
} }
.nautilus-window placessidebar row:selected button.sidebar-button:hover, .nautilus-window placessidebar row:selected button.sidebar-button:active { .nautilus-window placessidebar row:selected button.sidebar-button:hover, .nautilus-window placessidebar row:selected button.sidebar-button:active {
color: #5657f5; color: #754ffe;
} }
.nautilus-window placessidebar row:selected button.sidebar-button:disabled { .nautilus-window placessidebar row:selected button.sidebar-button:disabled {
@@ -3920,7 +3920,7 @@ stacksidebar row > label {
.nautilus-window placessidebar row:selected button.sidebar-button:checked { .nautilus-window placessidebar row:selected button.sidebar-button:checked {
background-color: rgba(86, 87, 245, 0.1); background-color: rgba(86, 87, 245, 0.1);
color: #5657f5; color: #754ffe;
} }
.nautilus-window placessidebar row:selected button.sidebar-button:checked:disabled { .nautilus-window placessidebar row:selected button.sidebar-button:checked:disabled {
@@ -3957,7 +3957,7 @@ placessidebar row > revealer {
placessidebar row:selected { placessidebar row:selected {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
color: #5657f5; color: #754ffe;
} }
placessidebar row:selected image.sidebar-icon, placessidebar row:selected label.sidebar-label { placessidebar row:selected image.sidebar-icon, placessidebar row:selected label.sidebar-label {
@@ -4391,7 +4391,7 @@ headerbar.default-decoration button.titlebutton.close:hover, headerbar.default-d
.budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected, .budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected,
.menuitem.button.flat:selected, spinbutton:not(.vertical) selection, row:selected, calendar:selected, filechooser stack.view scrolledwindow treeview.view selection, filechooser stack.view scrolledwindow treeview.view:selected { .menuitem.button.flat:selected, spinbutton:not(.vertical) selection, row:selected, calendar:selected, filechooser stack.view scrolledwindow treeview.view selection, filechooser stack.view scrolledwindow treeview.view:selected {
background-color: #5657f5; background-color: #754ffe;
} }
row:selected label, label:selected, .budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected, row:selected label, label:selected, .budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected,
@@ -4473,7 +4473,7 @@ stackswitcher > button {
border-radius: 7px; border-radius: 7px;
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0;
} }
stackswitcher > button:active { stackswitcher > button:active {
@@ -4482,7 +4482,7 @@ stackswitcher > button:active {
box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%);
background-size: 0% 0%; background-size: 0% 0%;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
stackswitcher > button:checked { stackswitcher > button:checked {
@@ -4490,7 +4490,7 @@ stackswitcher > button:checked {
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
background-image: none; background-image: none;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
stackswitcher > button:checked:backdrop, stackswitcher > button:active:backdrop { stackswitcher > button:checked:backdrop, stackswitcher > button:active:backdrop {
@@ -4535,12 +4535,12 @@ button.emoji-section:hover {
} }
button.emoji-section:active, button.emoji-section:checked { button.emoji-section:active, button.emoji-section:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-image: radial-gradient(circle farthest-corner at center, rgba(86, 87, 245, 0.7) 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, rgba(86, 87, 245, 0.7) 10%, transparent 0%);
} }
button.emoji-section:checked { button.emoji-section:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-color: transparent; background-color: transparent;
} }
@@ -4853,7 +4853,7 @@ button.emoji-section:last-child {
} }
.nautilus-window flowboxchild:selected > widget > .icon-item-background { .nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #5657f5; background-color: #754ffe;
} }
.nautilus-canvas-item { .nautilus-canvas-item {
@@ -4885,7 +4885,7 @@ button.emoji-section:last-child {
} }
.disk-space-display.used { .disk-space-display.used {
background-color: #5657f5; background-color: #754ffe;
} }
.disk-space-display.free { .disk-space-display.free {
@@ -5119,7 +5119,7 @@ layouttab {
border-style: none solid; border-style: none solid;
border-width: 1px; border-width: 1px;
border-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.08);
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-color: #31313a; background-color: #31313a;
} }
@@ -5272,7 +5272,7 @@ docktab {
outline-offset: -6px; outline-offset: -6px;
border-width: 1px; border-width: 1px;
border-color: transparent; border-color: transparent;
background-image: radial-gradient(circle farthest-corner at center, #5657f5 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, #754ffe 10%, transparent 0%);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 0% 0%; background-size: 0% 0%;
@@ -5287,7 +5287,7 @@ docktab:hover {
docktab:checked { docktab:checked {
transition: all 225ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); transition: all 225ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
background-size: 1000% 1000%; background-size: 1000% 1000%;
color: #FFFFFF; color: #FFFFFF;
@@ -5307,7 +5307,7 @@ dockoverlayedge.left-edge docktab:hover {
} }
dockoverlayedge.left-edge docktab:checked { dockoverlayedge.left-edge docktab:checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
dockoverlayedge.right-edge docktab:hover { dockoverlayedge.right-edge docktab:hover {
@@ -5315,7 +5315,7 @@ dockoverlayedge.right-edge docktab:hover {
} }
dockoverlayedge.right-edge docktab:checked { dockoverlayedge.right-edge docktab:checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
pillbox { pillbox {
@@ -5415,7 +5415,7 @@ ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):hover {
} }
ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) {
@@ -5427,7 +5427,7 @@ ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):hover {
} }
ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
ideeditorsidebar notebook header { ideeditorsidebar notebook header {
@@ -5528,7 +5528,7 @@ overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) {
} }
.side-panel .view:selected { .side-panel .view:selected {
background-image: image(#5657f5); background-image: image(#754ffe);
} }
.side-panel .view:selected:hover { .side-panel .view:selected:hover {
@@ -5627,21 +5627,21 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header {
background-image: image(#31313a); background-image: image(#31313a);
background-color: #31313a; background-color: #31313a;
color: #5657f5; color: #754ffe;
transition: none; transition: none;
animation: none; animation: none;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover {
background-color: rgba(255, 255, 255, 0.08); background-color: rgba(255, 255, 255, 0.08);
color: #5657f5; color: #754ffe;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked:focus { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked:focus {
@@ -5650,7 +5650,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label {
background-image: image(#5657f5); background-image: image(#754ffe);
color: #FFFFFF; color: #FFFFFF;
} }
@@ -5794,7 +5794,7 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
******************/ ******************/
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar { window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
background-color: #5657f5; background-color: #754ffe;
} }
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:checked, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:checked,
@@ -6139,7 +6139,7 @@ window.background.csd.unified.fullscreen > decoration-overlay {
.nemo-window .nemo-window-pane widget.entry { .nemo-window .nemo-window-pane widget.entry {
border-radius: 3px; border-radius: 3px;
padding: 3px 10px; padding: 3px 10px;
border: 2px solid #5657f5; border: 2px solid #754ffe;
background-color: rgba(86, 87, 245, 0.1); background-color: rgba(86, 87, 245, 0.1);
} }
@@ -6175,7 +6175,7 @@ window.background.csd.unified.fullscreen > decoration-overlay {
.nemo-window toolbar.primary-toolbar > toolitem > box > button:checked { .nemo-window toolbar.primary-toolbar > toolitem > box > button:checked {
border-image: none; border-image: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -6304,7 +6304,7 @@ widget > box.terminal-titlebar > button.flat.popup.toggle {
border: none; border: none;
border-radius: 0; border-radius: 0;
padding: 0 8px; padding: 0 8px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0;
} }
widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) {
@@ -6316,7 +6316,7 @@ widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) {
} }
widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -6379,7 +6379,7 @@ window.background:not(.csd) > widget > entry {
} }
window.background:not(.csd) > widget > entry:focus { window.background:not(.csd) > widget > entry:focus {
border-color: #5657f5; border-color: #754ffe;
} }
window.background:not(.csd) > widget > button > button { window.background:not(.csd) > widget > button > button {
@@ -6430,7 +6430,7 @@ window.background:not(.csd) > menu > menu menuitem {
window.background:not(.csd) > window:not(.csd) > menu menuitem:hover, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover,
window.background:not(.csd) > menu > menu menuitem:hover { window.background:not(.csd) > menu > menu menuitem:hover {
background-color: #5657f5; background-color: #754ffe;
} }
window.background:not(.csd) > window:not(.csd) > menu menuitem:hover, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover image, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover image,
@@ -6544,7 +6544,7 @@ window.background.chromium entry.chromium {
} }
window.background.chromium entry.chromium:focus { window.background.chromium entry.chromium:focus {
border-color: #5657f5; border-color: #754ffe;
} }
window.background.chromium tooltip.background, window.background.chromium tooltip.background.csd { window.background.chromium tooltip.background, window.background.chromium tooltip.background.csd {
@@ -6580,7 +6580,7 @@ window.background.chromium > menu > menuitem {
window.background.chromium > menu > menuitem:hover { window.background.chromium > menu > menuitem:hover {
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
window.background.chromium > menu > menuitem:disabled { window.background.chromium > menu > menuitem:disabled {
@@ -6788,7 +6788,7 @@ popover.background list.geary-folder-popover-list row.activatable.geary-folder-p
* Synapse * * Synapse *
***********/ ***********/
box.vertical > widget > widget:selected { box.vertical > widget > widget:selected {
background-color: #5657f5; background-color: #754ffe;
} }
/*********** /***********
@@ -6875,7 +6875,7 @@ XfdesktopIconView.view {
} }
XfdesktopIconView.view:active, XfdesktopIconView.view:checked { XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
background-color: #5657f5; background-color: #754ffe;
text-shadow: none; text-shadow: none;
} }
@@ -6896,7 +6896,7 @@ window#whiskermenu-window scrolledwindow > viewport button.radio:hover {
} }
window#whiskermenu-window scrolledwindow > viewport button.radio:checked { window#whiskermenu-window scrolledwindow > viewport button.radio:checked {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -6975,7 +6975,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32);
-UnityDecoration-inactive-shadow-radius: 6px; -UnityDecoration-inactive-shadow-radius: 6px;
-UnityDecoration-glow-size: 8px; -UnityDecoration-glow-size: 8px;
-UnityDecoration-glow-color: #5657f5; -UnityDecoration-glow-color: #754ffe;
-UnityDecoration-title-indent: 4px; -UnityDecoration-title-indent: 4px;
-UnityDecoration-title-fade: 32px; -UnityDecoration-title-fade: 32px;
-UnityDecoration-title-alignment: 0.0; -UnityDecoration-title-alignment: 0.0;
@@ -7039,7 +7039,7 @@ UnityPanelWidget:backdrop,
.menu IdoPlaybackMenuItem.menuitem:active { .menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: spin 1s linear infinite; animation: spin 1s linear infinite;
color: #5657f5; color: #754ffe;
} }
/************** /**************
@@ -7123,13 +7123,13 @@ MatePanelAppletFrameDBus {
.mate-panel-menu-bar #tasklist-button { .mate-panel-menu-bar #tasklist-button {
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
} }
.mate-panel-menu-bar #tasklist-button:checked { .mate-panel-menu-bar #tasklist-button:checked {
color: #FFFFFF; color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.12); background-color: rgba(255, 255, 255, 0.12);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { .mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) {
@@ -7168,7 +7168,7 @@ PanelApplet.wnck-applet .wnck-pager:active {
} }
PanelApplet.wnck-applet .wnck-pager:selected { PanelApplet.wnck-applet .wnck-pager:selected {
background-color: #5657f5; background-color: #754ffe;
} }
#clock-applet-button { #clock-applet-button {
@@ -7480,7 +7480,7 @@ box.vertical > stack > box.vertical .raven-background > viewport.frame list > ro
.budgie-popover button:checked { .budgie-popover button:checked {
color: white; color: white;
background-color: #5657f5; background-color: #754ffe;
} }
.budgie-popover .linked entry:first-child, .budgie-popover .linked entry:last-child { .budgie-popover .linked entry:first-child, .budgie-popover .linked entry:last-child {
@@ -7644,14 +7644,14 @@ window.budgie-popover:not(.csd) > frame.container > border {
border-radius: 0; border-radius: 0;
font-size: 120%; font-size: 120%;
transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); transition: all 100ms 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), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
} }
.budgie-menu entry.search:focus { .budgie-menu entry.search:focus {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
} }
@@ -7676,7 +7676,7 @@ window.budgie-popover:not(.csd) > frame.container > border {
} }
.budgie-menu button:checked:disabled { .budgie-menu button:checked:disabled {
background-color: #5657f5; background-color: #754ffe;
} }
.budgie-menu row { .budgie-menu row {
@@ -8180,12 +8180,12 @@ frame.raven-frame > border {
} }
.raven stackswitcher.linked > button { .raven stackswitcher.linked > button {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 0; border-radius: 0;
} }
.raven stackswitcher.linked > button:checked { .raven stackswitcher.linked > button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
background-color: transparent; background-color: transparent;
} }
@@ -8260,7 +8260,7 @@ frame.raven-frame > border {
.raven .raven-header.top + .raven-background { .raven .raven-header.top + .raven-background {
border-style: none; border-style: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -8296,7 +8296,7 @@ frame.raven-frame > border {
.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label {
@@ -8314,7 +8314,7 @@ calendar.raven-calendar {
calendar.raven-calendar:selected { calendar.raven-calendar:selected {
border-radius: 7px; border-radius: 7px;
background-color: #5657f5; background-color: #754ffe;
} }
.raven-mpris { .raven-mpris {
@@ -8639,7 +8639,7 @@ box.vertical > stack > box.vertical .raven-background > viewport.frame list > ro
} }
.budgie-panel box.titlebar > button.image-button.titlebutton.close:active image { .budgie-panel box.titlebar > button.image-button.titlebutton.close:active image {
background-image: image(#5657f5); background-image: image(#754ffe);
} }
.budgie-panel box.titlebar > button.image-button.titlebutton:disabled image { .budgie-panel box.titlebar > button.image-button.titlebutton:disabled image {
@@ -8740,7 +8740,7 @@ text widgets and the like base background color */
@define-color theme_base_color #31313a; @define-color theme_base_color #31313a;
/* /*
base background color of selections */ base background color of selections */
@define-color theme_selected_bg_color #5657f5; @define-color theme_selected_bg_color #754ffe;
/* /*
text/foreground color of selections */ text/foreground color of selections */
@define-color theme_selected_fg_color #FFFFFF; @define-color theme_selected_fg_color #FFFFFF;
@@ -8767,7 +8767,7 @@ text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #31313a; @define-color theme_unfocused_base_color #31313a;
/* /*
base background color of selections on backdrop windows */ base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #5657f5; @define-color theme_unfocused_selected_bg_color #754ffe;
/* /*
text/foreground color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #FFFFFF; @define-color theme_unfocused_selected_fg_color #FFFFFF;

View File

@@ -12,10 +12,10 @@
@keyframes header_ripple_effect { @keyframes header_ripple_effect {
from { from {
background-image: radial-gradient(circle farthest-corner at center, #5657f5 0%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, #754ffe 0%, transparent 0%);
} }
to { to {
background-image: radial-gradient(circle farthest-corner at center, #5657f5 100%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, #754ffe 100%, transparent 0%);
} }
} }
@@ -34,7 +34,7 @@
outline-color: transparent; outline-color: transparent;
outline-offset: -4px; outline-offset: -4px;
-gtk-outline-radius: 7px; -gtk-outline-radius: 7px;
-gtk-secondary-caret-color: #5657f5; -gtk-secondary-caret-color: #754ffe;
} }
*:focus { *:focus {
@@ -118,7 +118,7 @@ window.background.csd stack stack stack frame > list row.activatable:only-child,
} }
.gtkstyle-fallback:selected { .gtkstyle-fallback:selected {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -174,7 +174,7 @@ label.separator {
} }
label selection { label selection {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -268,7 +268,7 @@ notebook > stack:not(:only-child) spinbutton:not(.vertical), popover.background
popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), entry.flat { popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), entry.flat {
border-radius: 0; border-radius: 0;
transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); transition: all 100ms 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), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
@@ -278,7 +278,7 @@ popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), en
.budgie-popover spinbutton:focus:not(.vertical), window#whiskermenu-window entry:focus, editortweak entry.search:focus, layoutpane entry.search:focus, entry.preferences-search:focus, colorchooser .popover.osd spinbutton:focus:not(.vertical), messagedialog entry:focus, notebook > stack:not(:only-child) entry:focus:not(.search), .budgie-popover spinbutton:focus:not(.vertical), window#whiskermenu-window entry:focus, editortweak entry.search:focus, layoutpane entry.search:focus, entry.preferences-search:focus, colorchooser .popover.osd spinbutton:focus:not(.vertical), messagedialog entry:focus, notebook > stack:not(:only-child) entry:focus:not(.search),
notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), popover.background .linked entry:focus, popover.background entry:focus, notebook > stack:not(:only-child) spinbutton:focus:not(.vertical), popover.background .linked entry:focus, popover.background entry:focus,
popover.background spinbutton:focus:not(.vertical), spinbutton.flat:focus:not(.vertical), entry.flat:focus { popover.background spinbutton:focus:not(.vertical), spinbutton.flat:focus:not(.vertical), entry.flat:focus {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
} }
@@ -435,7 +435,7 @@ spinbutton.warning:not(.vertical) image:disabled, entry.warning image:disabled {
spinbutton:not(.vertical) progress, entry progress { spinbutton:not(.vertical) progress, entry progress {
margin: 2px -6px; margin: 2px -6px;
border-bottom: 2px solid #5657f5; border-bottom: 2px solid #754ffe;
background-color: transparent; background-color: transparent;
} }
@@ -463,7 +463,7 @@ treeview entry {
margin: 2px; margin: 2px;
border-radius: 9999px; border-radius: 9999px;
box-shadow: none; box-shadow: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -667,7 +667,7 @@ button:disabled {
} }
button:checked { button:checked {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -1110,7 +1110,7 @@ combobox:drop(active) {
background-image: none; background-image: none;
font-weight: inherit; font-weight: inherit;
transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); transition: all 100ms 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), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
@@ -1121,7 +1121,7 @@ combobox:drop(active) {
} }
#login_window #user_combobox button:checked, .raven .raven-background button.combo:checked, .budgie-popover button.combo:checked, notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked { #login_window #user_combobox button:checked, .raven .raven-background button.combo:checked, .budgie-popover button.combo:checked, notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
#login_window #user_combobox button:disabled, .raven .raven-background button.combo:disabled, .budgie-popover button.combo:disabled, notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled { #login_window #user_combobox button:disabled, .raven .raven-background button.combo:disabled, .budgie-popover button.combo:disabled, notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled {
@@ -1224,13 +1224,13 @@ searchbar > revealer > box {
.path-bar button { .path-bar button {
padding-left: 6px; padding-left: 6px;
padding-right: 6px; padding-right: 6px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 7px; border-radius: 7px;
} }
.caja-pathbar button:checked, .caja-pathbar button:checked,
.path-bar button:checked { .path-bar button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
.caja-pathbar button:checked, .caja-pathbar button:checked,
@@ -1331,7 +1331,7 @@ treeview.view.expander:selected:disabled {
} }
treeview.view.progressbar { treeview.view.progressbar {
border-bottom: 4px solid #5657f5; border-bottom: 4px solid #754ffe;
box-shadow: none; box-shadow: none;
background-color: transparent; background-color: transparent;
} }
@@ -1381,11 +1381,11 @@ treeview.view header.button.dnd {
box-shadow: none; box-shadow: none;
background-color: #31313a; background-color: #31313a;
background-clip: border-box; background-clip: border-box;
color: #5657f5; color: #754ffe;
} }
treeview.view acceleditor > label { treeview.view acceleditor > label {
background-color: #5657f5; background-color: #754ffe;
} }
/********* /*********
@@ -1422,7 +1422,7 @@ menubar > menuitem:hover,
.menubar > menuitem:hover { .menubar > menuitem:hover {
transition: none; transition: none;
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 0 -3px #5657f5; box-shadow: inset 0 -3px #754ffe;
} }
menubar > menuitem:disabled, menubar > menuitem:disabled,
@@ -1615,7 +1615,7 @@ popover.background button.combo:hover, popover.background button:hover {
} }
popover.background button.combo:checked, popover.background button:checked, popover.background button.combo:active, popover.background button:active { popover.background button.combo:checked, popover.background button:checked, popover.background button.combo:active, popover.background button:active {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -1642,7 +1642,7 @@ popover.background spinbutton:not(.vertical) {
popover.background .linked entry:focus, popover.background entry:focus, popover.background .linked entry:focus, popover.background entry:focus,
popover.background spinbutton:focus:not(.vertical) { popover.background spinbutton:focus:not(.vertical) {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
} }
@@ -2008,7 +2008,7 @@ notebook > header.top > tabs > tab:hover {
} }
notebook > header.top > tabs > tab:checked { notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
} }
notebook > header.bottom { notebook > header.bottom {
@@ -2025,7 +2025,7 @@ notebook > header.bottom > tabs > tab:hover {
} }
notebook > header.bottom > tabs > tab:checked { notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
notebook > header.left { notebook > header.left {
@@ -2042,7 +2042,7 @@ notebook > header.left > tabs > tab:hover {
} }
notebook > header.left > tabs > tab:checked { notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
notebook > header.right { notebook > header.right {
@@ -2059,7 +2059,7 @@ notebook > header.right > tabs > tab:hover {
} }
notebook > header.right > tabs > tab:checked { notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
notebook > header.top > tabs > arrow { notebook > header.top > tabs > arrow {
@@ -2868,7 +2868,7 @@ headerbar button:not(.suggested-action):not(.destructive-action):disabled {
headerbar button:not(.suggested-action):not(.destructive-action):checked { headerbar button:not(.suggested-action):not(.destructive-action):checked {
border-image: none; border-image: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -2919,7 +2919,7 @@ headerbar.selection-mode {
transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1);
animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08);
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -2982,7 +2982,7 @@ headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.des
headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.suggested-action):not(.destructive-action), headerbar.windowhandle viewswitcher button:not(.suggested-action):not(.destructive-action) { headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.suggested-action):not(.destructive-action), headerbar.windowhandle viewswitcher button:not(.suggested-action):not(.destructive-action) {
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0;
} }
headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active,
@@ -2992,7 +2992,7 @@ headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.sugge
box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%);
background-size: 0% 0%; background-size: 0% 0%;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked,
@@ -3001,7 +3001,7 @@ headerbar .linked:not(.vertical):not(.path-bar).stack-switcher button:not(.sugge
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
background-image: none; background-image: none;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked:backdrop, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active:backdrop, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):checked:backdrop, headerbar .linked:not(.vertical).path-bar button:not(.suggested-action):not(.destructive-action):active:backdrop,
@@ -3431,7 +3431,7 @@ levelbar block.low {
} }
levelbar block.high, levelbar block:not(.empty) { levelbar block.high, levelbar block:not(.empty) {
background-color: #5657f5; background-color: #754ffe;
} }
levelbar block.full { levelbar block.full {
@@ -3911,7 +3911,7 @@ stacksidebar row > label {
} }
.nautilus-window placessidebar row:selected button.sidebar-button:hover, .nautilus-window placessidebar row:selected button.sidebar-button:active { .nautilus-window placessidebar row:selected button.sidebar-button:hover, .nautilus-window placessidebar row:selected button.sidebar-button:active {
color: #5657f5; color: #754ffe;
} }
.nautilus-window placessidebar row:selected button.sidebar-button:disabled { .nautilus-window placessidebar row:selected button.sidebar-button:disabled {
@@ -3920,7 +3920,7 @@ stacksidebar row > label {
.nautilus-window placessidebar row:selected button.sidebar-button:checked { .nautilus-window placessidebar row:selected button.sidebar-button:checked {
background-color: rgba(86, 87, 245, 0.1); background-color: rgba(86, 87, 245, 0.1);
color: #5657f5; color: #754ffe;
} }
.nautilus-window placessidebar row:selected button.sidebar-button:checked:disabled { .nautilus-window placessidebar row:selected button.sidebar-button:checked:disabled {
@@ -3957,7 +3957,7 @@ placessidebar row > revealer {
placessidebar row:selected { placessidebar row:selected {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
color: #5657f5; color: #754ffe;
} }
placessidebar row:selected image.sidebar-icon, placessidebar row:selected label.sidebar-label { placessidebar row:selected image.sidebar-icon, placessidebar row:selected label.sidebar-label {
@@ -4391,7 +4391,7 @@ headerbar.default-decoration button.titlebutton.close:hover, headerbar.default-d
.budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected, .budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected,
.menuitem.button.flat:selected, spinbutton:not(.vertical) selection, row:selected, calendar:selected, filechooser stack.view scrolledwindow treeview.view selection, filechooser stack.view scrolledwindow treeview.view:selected { .menuitem.button.flat:selected, spinbutton:not(.vertical) selection, row:selected, calendar:selected, filechooser stack.view scrolledwindow treeview.view selection, filechooser stack.view scrolledwindow treeview.view:selected {
background-color: #5657f5; background-color: #754ffe;
} }
row:selected label, label:selected, .budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected, row:selected label, label:selected, .budgie-menu button:checked, text:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view selection, window#gnome-system-monitor.background.csd > box.vertical > stack > box.vertical > scrolledwindow treeview.view:selected, .view selection, .view:selected, iconview selection, iconview:selected, flowbox flowboxchild:selected, entry selection, modelbutton.flat:selected,
@@ -4473,7 +4473,7 @@ stackswitcher > button {
border-radius: 7px; border-radius: 7px;
padding-left: 8px; padding-left: 8px;
padding-right: 8px; padding-right: 8px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0;
} }
stackswitcher > button:active { stackswitcher > button:active {
@@ -4482,7 +4482,7 @@ stackswitcher > button:active {
box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1); box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.1);
background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, rgba(255, 255, 255, 0.1) 10%, transparent 0%);
background-size: 0% 0%; background-size: 0% 0%;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
stackswitcher > button:checked { stackswitcher > button:checked {
@@ -4490,7 +4490,7 @@ stackswitcher > button:checked {
background-color: transparent; background-color: transparent;
box-shadow: none; box-shadow: none;
background-image: none; background-image: none;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
stackswitcher > button:checked:backdrop, stackswitcher > button:active:backdrop { stackswitcher > button:checked:backdrop, stackswitcher > button:active:backdrop {
@@ -4535,12 +4535,12 @@ button.emoji-section:hover {
} }
button.emoji-section:active, button.emoji-section:checked { button.emoji-section:active, button.emoji-section:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-image: radial-gradient(circle farthest-corner at center, rgba(86, 87, 245, 0.7) 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, rgba(86, 87, 245, 0.7) 10%, transparent 0%);
} }
button.emoji-section:checked { button.emoji-section:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-color: transparent; background-color: transparent;
} }
@@ -4853,7 +4853,7 @@ button.emoji-section:last-child {
} }
.nautilus-window flowboxchild:selected > widget > .icon-item-background { .nautilus-window flowboxchild:selected > widget > .icon-item-background {
background-color: #5657f5; background-color: #754ffe;
} }
.nautilus-canvas-item { .nautilus-canvas-item {
@@ -4885,7 +4885,7 @@ button.emoji-section:last-child {
} }
.disk-space-display.used { .disk-space-display.used {
background-color: #5657f5; background-color: #754ffe;
} }
.disk-space-display.free { .disk-space-display.free {
@@ -5119,7 +5119,7 @@ layouttab {
border-style: none solid; border-style: none solid;
border-width: 1px; border-width: 1px;
border-color: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.08);
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-color: #31313a; background-color: #31313a;
} }
@@ -5272,7 +5272,7 @@ docktab {
outline-offset: -6px; outline-offset: -6px;
border-width: 1px; border-width: 1px;
border-color: transparent; border-color: transparent;
background-image: radial-gradient(circle farthest-corner at center, #5657f5 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, #754ffe 10%, transparent 0%);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 0% 0%; background-size: 0% 0%;
@@ -5287,7 +5287,7 @@ docktab:hover {
docktab:checked { docktab:checked {
transition: all 225ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1); transition: all 225ms cubic-bezier(0, 0, 0.2, 1), background-size 225ms cubic-bezier(0, 0, 0.2, 1), background-image 525ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%); background-image: radial-gradient(circle farthest-corner at center, transparent 10%, transparent 0%);
background-size: 1000% 1000%; background-size: 1000% 1000%;
color: #FFFFFF; color: #FFFFFF;
@@ -5307,7 +5307,7 @@ dockoverlayedge.left-edge docktab:hover {
} }
dockoverlayedge.left-edge docktab:checked { dockoverlayedge.left-edge docktab:checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
dockoverlayedge.right-edge docktab:hover { dockoverlayedge.right-edge docktab:hover {
@@ -5315,7 +5315,7 @@ dockoverlayedge.right-edge docktab:hover {
} }
dockoverlayedge.right-edge docktab:checked { dockoverlayedge.right-edge docktab:checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
pillbox { pillbox {
@@ -5415,7 +5415,7 @@ ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):hover {
} }
ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked { ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(ltr):checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) { ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl) {
@@ -5427,7 +5427,7 @@ ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):hover {
} }
ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked { ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):active, ideeditorutilities > dzldockpaned > box > stackswitcher button:dir(rtl):checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
ideeditorsidebar notebook header { ideeditorsidebar notebook header {
@@ -5528,7 +5528,7 @@ overlay grid.horizontal > revealer > scrolledwindow.frame:dir(rtl) {
} }
.side-panel .view:selected { .side-panel .view:selected {
background-image: image(#5657f5); background-image: image(#754ffe);
} }
.side-panel .view:selected:hover { .side-panel .view:selected:hover {
@@ -5627,21 +5627,21 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row.popover-activated-row {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header {
background-image: image(#31313a); background-image: image(#31313a);
background-color: #31313a; background-color: #31313a;
color: #5657f5; color: #754ffe;
transition: none; transition: none;
animation: none; animation: none;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:hover {
background-color: rgba(255, 255, 255, 0.08); background-color: rgba(255, 255, 255, 0.08);
color: #5657f5; color: #754ffe;
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked:focus { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:active:focus, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked, window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header:checked:focus {
@@ -5650,7 +5650,7 @@ window.background > box.vertical box.horizontal > box.vertical > scrolledwindow
} }
window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label { window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list row.event.activatable.compressed-row-header label.compressed-entries-label {
background-image: image(#5657f5); background-image: image(#754ffe);
color: #FFFFFF; color: #FFFFFF;
} }
@@ -5794,7 +5794,7 @@ stack > grid.vertical scrolledwindow.frame.emptyGrid {
******************/ ******************/
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar,
window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar { window.background.csd > headerbar.titlebar.selection-mode > leaflet > headerbar {
background-color: #5657f5; background-color: #754ffe;
} }
window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:checked, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:hover, window.background.csd > headerbar.titlebar.selection-mode > hdyleaflet > headerbar:checked,
@@ -6139,7 +6139,7 @@ window.background.csd.unified.fullscreen > decoration-overlay {
.nemo-window .nemo-window-pane widget.entry { .nemo-window .nemo-window-pane widget.entry {
border-radius: 3px; border-radius: 3px;
padding: 3px 10px; padding: 3px 10px;
border: 2px solid #5657f5; border: 2px solid #754ffe;
background-color: rgba(86, 87, 245, 0.1); background-color: rgba(86, 87, 245, 0.1);
} }
@@ -6175,7 +6175,7 @@ window.background.csd.unified.fullscreen > decoration-overlay {
.nemo-window toolbar.primary-toolbar > toolitem > box > button:checked { .nemo-window toolbar.primary-toolbar > toolitem > box > button:checked {
border-image: none; border-image: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -6304,7 +6304,7 @@ widget > box.terminal-titlebar > button.flat.popup.toggle {
border: none; border: none;
border-radius: 0; border-radius: 0;
padding: 0 8px; padding: 0 8px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0;
} }
widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) { widget > box.terminal-titlebar > button.flat.popup.toggle:dir(ltr) {
@@ -6316,7 +6316,7 @@ widget > box.terminal-titlebar > button.flat.popup.toggle:dir(rtl) {
} }
widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active { widget > box.terminal-titlebar > button.flat.popup.toggle:checked, widget > box.terminal-titlebar > button.flat.popup.toggle:active {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -6379,7 +6379,7 @@ window.background:not(.csd) > widget > entry {
} }
window.background:not(.csd) > widget > entry:focus { window.background:not(.csd) > widget > entry:focus {
border-color: #5657f5; border-color: #754ffe;
} }
window.background:not(.csd) > widget > button > button { window.background:not(.csd) > widget > button > button {
@@ -6430,7 +6430,7 @@ window.background:not(.csd) > menu > menu menuitem {
window.background:not(.csd) > window:not(.csd) > menu menuitem:hover, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover,
window.background:not(.csd) > menu > menu menuitem:hover { window.background:not(.csd) > menu > menu menuitem:hover {
background-color: #5657f5; background-color: #754ffe;
} }
window.background:not(.csd) > window:not(.csd) > menu menuitem:hover, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover image, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover, window.background:not(.csd) > window:not(.csd) > menu menuitem:hover image,
@@ -6544,7 +6544,7 @@ window.background.chromium entry.chromium {
} }
window.background.chromium entry.chromium:focus { window.background.chromium entry.chromium:focus {
border-color: #5657f5; border-color: #754ffe;
} }
window.background.chromium tooltip.background, window.background.chromium tooltip.background.csd { window.background.chromium tooltip.background, window.background.chromium tooltip.background.csd {
@@ -6580,7 +6580,7 @@ window.background.chromium > menu > menuitem {
window.background.chromium > menu > menuitem:hover { window.background.chromium > menu > menuitem:hover {
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
window.background.chromium > menu > menuitem:disabled { window.background.chromium > menu > menuitem:disabled {
@@ -6788,7 +6788,7 @@ popover.background list.geary-folder-popover-list row.activatable.geary-folder-p
* Synapse * * Synapse *
***********/ ***********/
box.vertical > widget > widget:selected { box.vertical > widget > widget:selected {
background-color: #5657f5; background-color: #754ffe;
} }
/*********** /***********
@@ -6875,7 +6875,7 @@ XfdesktopIconView.view {
} }
XfdesktopIconView.view:active, XfdesktopIconView.view:checked { XfdesktopIconView.view:active, XfdesktopIconView.view:checked {
background-color: #5657f5; background-color: #754ffe;
text-shadow: none; text-shadow: none;
} }
@@ -6896,7 +6896,7 @@ window#whiskermenu-window scrolledwindow > viewport button.radio:hover {
} }
window#whiskermenu-window scrolledwindow > viewport button.radio:checked { window#whiskermenu-window scrolledwindow > viewport button.radio:checked {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -6975,7 +6975,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32); -UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.32);
-UnityDecoration-inactive-shadow-radius: 6px; -UnityDecoration-inactive-shadow-radius: 6px;
-UnityDecoration-glow-size: 8px; -UnityDecoration-glow-size: 8px;
-UnityDecoration-glow-color: #5657f5; -UnityDecoration-glow-color: #754ffe;
-UnityDecoration-title-indent: 4px; -UnityDecoration-title-indent: 4px;
-UnityDecoration-title-fade: 32px; -UnityDecoration-title-fade: 32px;
-UnityDecoration-title-alignment: 0.0; -UnityDecoration-title-alignment: 0.0;
@@ -7039,7 +7039,7 @@ UnityPanelWidget:backdrop,
.menu IdoPlaybackMenuItem.menuitem:active { .menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); -gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: spin 1s linear infinite; animation: spin 1s linear infinite;
color: #5657f5; color: #754ffe;
} }
/************** /**************
@@ -7123,13 +7123,13 @@ MatePanelAppletFrameDBus {
.mate-panel-menu-bar #tasklist-button { .mate-panel-menu-bar #tasklist-button {
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
} }
.mate-panel-menu-bar #tasklist-button:checked { .mate-panel-menu-bar #tasklist-button:checked {
color: #FFFFFF; color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.12); background-color: rgba(255, 255, 255, 0.12);
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
.mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) { .mate-panel-menu-bar #tasklist-button image:dir(ltr), .mate-panel-menu-bar #tasklist-button label:dir(rtl) {
@@ -7168,7 +7168,7 @@ PanelApplet.wnck-applet .wnck-pager:active {
} }
PanelApplet.wnck-applet .wnck-pager:selected { PanelApplet.wnck-applet .wnck-pager:selected {
background-color: #5657f5; background-color: #754ffe;
} }
#clock-applet-button { #clock-applet-button {
@@ -7480,7 +7480,7 @@ box.vertical > stack > box.vertical .raven-background > viewport.frame list > ro
.budgie-popover button:checked { .budgie-popover button:checked {
color: white; color: white;
background-color: #5657f5; background-color: #754ffe;
} }
.budgie-popover .linked entry:first-child, .budgie-popover .linked entry:last-child { .budgie-popover .linked entry:first-child, .budgie-popover .linked entry:last-child {
@@ -7644,14 +7644,14 @@ window.budgie-popover:not(.csd) > frame.container > border {
border-radius: 0; border-radius: 0;
font-size: 120%; font-size: 120%;
transition: all 100ms cubic-bezier(0, 0, 0.2, 1), border-image 225ms cubic-bezier(0, 0, 0.2, 1); transition: all 100ms 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), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
background-color: transparent; background-color: transparent;
color: #FFFFFF; color: #FFFFFF;
} }
.budgie-menu entry.search:focus { .budgie-menu entry.search:focus {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2); box-shadow: inset 0 -1px rgba(255, 255, 255, 0.2);
} }
@@ -7676,7 +7676,7 @@ window.budgie-popover:not(.csd) > frame.container > border {
} }
.budgie-menu button:checked:disabled { .budgie-menu button:checked:disabled {
background-color: #5657f5; background-color: #754ffe;
} }
.budgie-menu row { .budgie-menu row {
@@ -8180,12 +8180,12 @@ frame.raven-frame > border {
} }
.raven stackswitcher.linked > button { .raven stackswitcher.linked > button {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 0; border-radius: 0;
} }
.raven stackswitcher.linked > button:checked { .raven stackswitcher.linked > button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
background-color: transparent; background-color: transparent;
} }
@@ -8260,7 +8260,7 @@ frame.raven-frame > border {
.raven .raven-header.top + .raven-background { .raven .raven-header.top + .raven-background {
border-style: none; border-style: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -8296,7 +8296,7 @@ frame.raven-frame > border {
.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked { .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
.raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label { .raven .audio-widget list.devices-list.sound-devices > row.activatable:selected label, .raven .audio-widget list.devices-list.sound-devices > row.activatable:checked label {
@@ -8314,7 +8314,7 @@ calendar.raven-calendar {
calendar.raven-calendar:selected { calendar.raven-calendar:selected {
border-radius: 7px; border-radius: 7px;
background-color: #5657f5; background-color: #754ffe;
} }
.raven-mpris { .raven-mpris {
@@ -8639,7 +8639,7 @@ box.vertical > stack > box.vertical .raven-background > viewport.frame list > ro
} }
.budgie-panel box.titlebar > button.image-button.titlebutton.close:active image { .budgie-panel box.titlebar > button.image-button.titlebutton.close:active image {
background-image: image(#5657f5); background-image: image(#754ffe);
} }
.budgie-panel box.titlebar > button.image-button.titlebutton:disabled image { .budgie-panel box.titlebar > button.image-button.titlebutton:disabled image {
@@ -8740,7 +8740,7 @@ text widgets and the like base background color */
@define-color theme_base_color #31313a; @define-color theme_base_color #31313a;
/* /*
base background color of selections */ base background color of selections */
@define-color theme_selected_bg_color #5657f5; @define-color theme_selected_bg_color #754ffe;
/* /*
text/foreground color of selections */ text/foreground color of selections */
@define-color theme_selected_fg_color #FFFFFF; @define-color theme_selected_fg_color #FFFFFF;
@@ -8767,7 +8767,7 @@ text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #31313a; @define-color theme_unfocused_base_color #31313a;
/* /*
base background color of selections on backdrop windows */ base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #5657f5; @define-color theme_unfocused_selected_bg_color #754ffe;
/* /*
text/foreground color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #FFFFFF; @define-color theme_unfocused_selected_fg_color #FFFFFF;

View File

@@ -12,17 +12,17 @@
@keyframes header_ripple_effect { @keyframes header_ripple_effect {
from { from {
background-image: radial-gradient(circle, #5657f5 0%, transparent 0%); background-image: radial-gradient(circle, #754ffe 0%, transparent 0%);
} }
to { to {
background-image: radial-gradient(circle, #5657f5 100%, transparent 0%); background-image: radial-gradient(circle, #754ffe 100%, transparent 0%);
} }
} }
* { * {
padding: 0; padding: 0;
background-clip: padding-box; background-clip: padding-box;
-gtk-secondary-caret-color: #5657f5; -gtk-secondary-caret-color: #754ffe;
} }
/*************** /***************
@@ -124,7 +124,7 @@ label.separator {
} }
label > selection { label > selection {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -277,7 +277,7 @@ popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), en
colorchooser .popover.osd spinbutton:focus-within:not(.vertical), window.dialog.message entry:focus-within, notebook > stack:not(:only-child) entry:focus-within:not(.search), colorchooser .popover.osd spinbutton:focus-within:not(.vertical), window.dialog.message entry:focus-within, notebook > stack:not(:only-child) entry:focus-within:not(.search),
notebook > stack:not(:only-child) spinbutton:focus-within:not(.vertical), popover.background entry:focus-within, notebook > stack:not(:only-child) spinbutton:focus-within:not(.vertical), popover.background entry:focus-within,
popover.background spinbutton:focus-within:not(.vertical), spinbutton.flat:focus-within:not(.vertical), entry.flat:focus-within { popover.background spinbutton:focus-within:not(.vertical), spinbutton.flat:focus-within:not(.vertical), entry.flat:focus-within {
box-shadow: inset 0 -1px transparent, inset 0 -2px #5657f5; box-shadow: inset 0 -1px transparent, inset 0 -2px #754ffe;
outline: none; outline: none;
} }
@@ -451,7 +451,7 @@ spinbutton:not(.vertical) progress > trough > progress, entry progress > trough
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-radius: 0; border-radius: 0;
border-bottom: 2px solid #5657f5; border-bottom: 2px solid #754ffe;
box-shadow: none; box-shadow: none;
} }
@@ -488,7 +488,7 @@ editablelabel > stack > text {
margin: 2px; margin: 2px;
border-radius: 9999px; border-radius: 9999px;
box-shadow: none; box-shadow: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -570,7 +570,7 @@ button:disabled {
button:checked { button:checked {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -1165,7 +1165,7 @@ notebook > stack:not(:only-child) button.combo:hover, popover.background button.
} }
notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked { notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked {
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
} }
notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled { notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled {
@@ -1301,13 +1301,13 @@ actionbar > revealer > box splitbutton {
pathbar > button { pathbar > button {
padding-left: 6px; padding-left: 6px;
padding-right: 6px; padding-right: 6px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 7px; border-radius: 7px;
} }
pathbar > button:checked { pathbar > button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
@@ -1419,7 +1419,7 @@ treeview.view.expander:selected:disabled {
columnview.view.progressbar, columnview.view.progressbar,
treeview.view.progressbar { treeview.view.progressbar {
border-bottom: 4px solid #5657f5; border-bottom: 4px solid #754ffe;
box-shadow: none; box-shadow: none;
background-color: transparent; background-color: transparent;
} }
@@ -1481,12 +1481,12 @@ treeview.view header.button.dnd {
box-shadow: none; box-shadow: none;
background-color: #31313a; background-color: #31313a;
background-clip: border-box; background-clip: border-box;
color: #5657f5; color: #754ffe;
} }
columnview.view acceleditor > label, columnview.view acceleditor > label,
treeview.view acceleditor > label { treeview.view acceleditor > label {
background-color: #5657f5; background-color: #754ffe;
} }
/********* /*********
@@ -1509,7 +1509,7 @@ menubar > item {
menubar > item:hover { menubar > item:hover {
transition: none; transition: none;
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 0 -3px #5657f5; box-shadow: inset 0 -3px #754ffe;
} }
menubar > item:disabled { menubar > item:disabled {
@@ -1760,7 +1760,7 @@ notebook > header.top > tabs > tab:hover {
} }
notebook > header.top > tabs > tab:checked { notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
} }
notebook > header.bottom { notebook > header.bottom {
@@ -1777,7 +1777,7 @@ notebook > header.bottom > tabs > tab:hover {
} }
notebook > header.bottom > tabs > tab:checked { notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
notebook > header.left { notebook > header.left {
@@ -1794,7 +1794,7 @@ notebook > header.left > tabs > tab:hover {
} }
notebook > header.left > tabs > tab:checked { notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
notebook > header.right { notebook > header.right {
@@ -1811,7 +1811,7 @@ notebook > header.right > tabs > tab:hover {
} }
notebook > header.right > tabs > tab:checked { notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
notebook > header.top > tabs > arrow { notebook > header.top > tabs > arrow {
@@ -2540,7 +2540,7 @@ headerbar stackswitcher.linked:not(.vertical) > button:checked {
border-radius: 0; border-radius: 0;
color: #FFFFFF; color: #FFFFFF;
background-color: transparent; background-color: transparent;
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-image: none; background-image: none;
} }
@@ -2623,7 +2623,7 @@ headerbar button:not(.suggested-action):not(.destructive-action):disabled {
headerbar button:not(.suggested-action):not(.destructive-action):checked { headerbar button:not(.suggested-action):not(.destructive-action):checked {
border-image: none; border-image: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -2725,7 +2725,7 @@ headerbar.selection-mode {
transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1);
animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08);
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -3160,7 +3160,7 @@ levelbar > trough > block.low {
} }
levelbar > trough > block.high, levelbar > trough > block:not(.empty) { levelbar > trough > block.high, levelbar > trough > block:not(.empty) {
background-color: #5657f5; background-color: #754ffe;
} }
levelbar > trough > block.full { levelbar > trough > block.full {
@@ -3412,12 +3412,12 @@ columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {
} }
columnview row:not(:selected) cell editablelabel.editing:focus-within { columnview row:not(:selected) cell editablelabel.editing:focus-within {
outline: 2px solid #5657f5; outline: 2px solid #754ffe;
} }
columnview row:not(:selected) cell editablelabel.editing text selection { columnview row:not(:selected) cell editablelabel.editing text selection {
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
.rich-list { .rich-list {
@@ -3562,7 +3562,7 @@ row.expander:not(:checked) image.expander-row-arrow:dir(rtl) {
} }
row.expander:checked image.expander-row-arrow:not(:disabled) { row.expander:checked image.expander-row-arrow:not(:disabled) {
color: #5657f5; color: #754ffe;
} }
.osd row.expander:checked image.expander-row-arrow:not(:disabled) { .osd row.expander:checked image.expander-row-arrow:not(:disabled) {
@@ -3938,7 +3938,7 @@ stacksidebar row > label {
.navigation-sidebar > row:selected:focus-visible:focus-within { .navigation-sidebar > row:selected:focus-visible:focus-within {
outline-width: 0; outline-width: 0;
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
.navigation-sidebar > row:selected:focus-visible:focus-within:hover { .navigation-sidebar > row:selected:focus-visible:focus-within:hover {
@@ -3960,7 +3960,7 @@ stacksidebar row > label {
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover,
.nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active, .nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active,
.nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active { .nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active {
color: #5657f5; color: #754ffe;
} }
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:disabled, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:disabled,
@@ -3971,7 +3971,7 @@ stacksidebar row > label {
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked,
.nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked { .nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked {
background-color: rgba(86, 87, 245, 0.1); background-color: rgba(86, 87, 245, 0.1);
color: #5657f5; color: #754ffe;
} }
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked:disabled, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked:disabled,
@@ -4005,7 +4005,7 @@ placessidebar .navigation-sidebar > row > revealer {
placessidebar .navigation-sidebar > row:selected { placessidebar .navigation-sidebar > row:selected {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
color: #5657f5; color: #754ffe;
} }
placessidebar .navigation-sidebar > row:selected image.sidebar-icon, placessidebar .navigation-sidebar > row:selected label.sidebar-label { placessidebar .navigation-sidebar > row:selected image.sidebar-icon, placessidebar .navigation-sidebar > row:selected label.sidebar-label {
@@ -4409,7 +4409,7 @@ headerbar windowcontrols > button:not(.suggested-action):not(.destructive-action
emoji-completion-row:focus, emoji-completion-row:focus,
emoji-completion-row:hover, .view selection, .view:selected, iconview selection, iconview:selected, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton > text > selection, spinbutton:not(.vertical) > text > selection, row:selected, calendar > grid > label.today:selected, calendar > grid > label.day-number:selected { emoji-completion-row:hover, .view selection, .view:selected, iconview selection, iconview:selected, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton > text > selection, spinbutton:not(.vertical) > text > selection, row:selected, calendar > grid > label.today:selected, calendar > grid > label.day-number:selected {
background-color: #5657f5; background-color: #754ffe;
} }
emoji-completion-row:focus, emoji-completion-row:focus,
@@ -4535,11 +4535,11 @@ button.emoji-section:hover {
} }
button.emoji-section:active { button.emoji-section:active {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
button.emoji-section:checked { button.emoji-section:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-color: transparent; background-color: transparent;
} }
@@ -4558,7 +4558,7 @@ popover.emoji-picker emoji {
} }
popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover {
background: #5657f5; background: #754ffe;
} }
emoji-completion-row > box { emoji-completion-row > box {
@@ -4878,7 +4878,7 @@ statusbar {
.installed-overlay-box { .installed-overlay-box {
font-size: smaller; font-size: smaller;
background-color: #5657f5; background-color: #754ffe;
border-radius: 0; border-radius: 0;
color: #FFFFFF; color: #FFFFFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
@@ -5094,7 +5094,7 @@ clamp.large .category-tile:not(.category-tile-iconless) {
} }
.install-progress { .install-progress {
background-image: linear-gradient(to top, #5657f5 2px, alpha(#5657f5, 0) 2px); background-image: linear-gradient(to top, #754ffe 2px, alpha(#754ffe, 0) 2px);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 bottom; background-position: 0 bottom;
background-size: 0; background-size: 0;
@@ -5208,7 +5208,7 @@ star-image {
} }
banner > revealer > widget { banner > revealer > widget {
background-color: #5657f5; background-color: #754ffe;
padding: 6px; padding: 6px;
} }
@@ -5507,7 +5507,7 @@ datechooser button, datechooser button.flat, datechooser button.toggle, datechoo
datechooser button.day.text-button:selected { datechooser button.day.text-button:selected {
box-shadow: none; box-shadow: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -5518,7 +5518,7 @@ label.primary-label, label.month-name, label.secondary-label {
} }
label.primary-label, label.month-name { label.primary-label, label.month-name {
color: #5657f5; color: #754ffe;
} }
label.secondary-label { label.secondary-label {
@@ -5530,7 +5530,7 @@ calendar-view {
} }
calendar-view:selected { calendar-view:selected {
color: #5657f5; color: #754ffe;
font-weight: bold; font-weight: bold;
} }
@@ -5543,7 +5543,7 @@ label.header {
calendar-view.current, calendar-view.current,
weekgrid.current { weekgrid.current {
background-color: alpha(#5657f5, 0.3); background-color: alpha(#754ffe, 0.3);
} }
popover.events { popover.events {
@@ -5680,7 +5680,7 @@ datechooser button.day dot, datechooser button.day.text-button dot {
} }
datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
font-weight: bold; font-weight: bold;
} }
@@ -5690,11 +5690,11 @@ datechooser button.day:selected dot, datechooser button.day.today:selected dot,
} }
datechooser button.day.today, datechooser button.day.text-button.today { datechooser button.day.today, datechooser button.day.text-button.today {
color: #5657f5; color: #754ffe;
} }
datechooser button.day.today dot, datechooser button.day.text-button.today dot { datechooser button.day.today dot, datechooser button.day.text-button.today dot {
background-color: #5657f5; background-color: #754ffe;
} }
datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop {
@@ -5748,7 +5748,7 @@ weekhourbar > label {
} }
weekgrid > widget.now-strip { weekgrid > widget.now-strip {
background-color: alpha(#5657f5, 0.8); background-color: alpha(#754ffe, 0.8);
margin: 0 0 0 1px; margin: 0 0 0 1px;
min-height: 3px; min-height: 3px;
} }
@@ -5756,7 +5756,7 @@ weekgrid > widget.now-strip {
weekgrid:selected, weekgrid.dnd, weekgrid:selected, weekgrid.dnd,
.week-header:selected, .week-header:selected,
.week-header.dnd { .week-header.dnd {
background-color: alpha(#5657f5, 0.25); background-color: alpha(#754ffe, 0.25);
} }
monthcell { monthcell {
@@ -5773,11 +5773,11 @@ monthcell:hover:not(.out-of-month):not(.today) {
} }
monthcell:selected { monthcell:selected {
background-color: alpha(#5657f5, 0.1); background-color: alpha(#754ffe, 0.1);
} }
monthcell:selected:hover { monthcell:selected:hover {
background-color: alpha(#5657f5, 0.2); background-color: alpha(#754ffe, 0.2);
} }
monthcell:selected label.day-label { monthcell:selected label.day-label {
@@ -5789,20 +5789,20 @@ monthcell:nth-child(7n + 1) {
} }
monthcell.today { monthcell.today {
background-color: alpha(#5657f5, 0.2); background-color: alpha(#754ffe, 0.2);
} }
monthcell.today:hover { monthcell.today:hover {
background-color: alpha(#5657f5, 0.3); background-color: alpha(#754ffe, 0.3);
color: #5657f5; color: #754ffe;
} }
monthcell.today:selected { monthcell.today:selected {
background-color: alpha(#5657f5, 0.25); background-color: alpha(#754ffe, 0.25);
} }
monthcell.today:selected:hover { monthcell.today:selected:hover {
background-color: alpha(#5657f5, 0.35); background-color: alpha(#754ffe, 0.35);
} }
monthcell label { monthcell label {
@@ -5977,7 +5977,7 @@ agenda-view list.background {
.running-stopwatch .seconds-label, .running-stopwatch .seconds-label,
.running-stopwatch .miliseconds-label { .running-stopwatch .miliseconds-label {
color: #5657f5; color: #754ffe;
} }
.stopped-stopwatch .miliseconds-label, .stopped-stopwatch .miliseconds-label,
@@ -6505,7 +6505,7 @@ preferencesgroup > box button.background-preview-button.toggle:active {
} }
preferencesgroup > box button.background-preview-button.toggle:checked { preferencesgroup > box button.background-preview-button.toggle:checked {
outline-color: #5657f5; outline-color: #754ffe;
} }
viewswitcher { viewswitcher {
@@ -6525,7 +6525,7 @@ viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator
} }
viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label { viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label {
color: #5657f5; color: #754ffe;
} }
viewswitcher.narrow button.toggle { viewswitcher.narrow button.toggle {
@@ -6544,7 +6544,7 @@ viewswitcher.narrow button.toggle:hover {
viewswitcher.narrow button.toggle:active { viewswitcher.narrow button.toggle:active {
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
@@ -6552,7 +6552,7 @@ viewswitcher.narrow button.toggle:checked {
border-radius: 0; border-radius: 0;
color: #FFFFFF; color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-image: none; background-image: none;
} }
@@ -6602,7 +6602,7 @@ viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not
viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):active { viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):active {
color: #FFFFFF; color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked { viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked {
@@ -6612,7 +6612,7 @@ viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not
viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked, viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked:hover { viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked, viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked:hover {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-image: none; background-image: none;
} }
@@ -6677,7 +6677,7 @@ indicatorbin > mask {
} }
indicatorbin.needs-attention > indicator { indicatorbin.needs-attention > indicator {
background-color: #5657f5; background-color: #754ffe;
} }
indicatorbin.needs-attention > indicator > label { indicatorbin.needs-attention > indicator > label {
@@ -6728,7 +6728,7 @@ tabbar tabbox > revealer > indicator {
min-width: 2px; min-width: 2px;
border-radius: 2px; border-radius: 2px;
margin: 3px 6px; margin: 3px 6px;
background: #5657f5; background: #754ffe;
} }
tabbar tab { tabbar tab {
@@ -6821,7 +6821,7 @@ tabbar tab indicator,
dnd tab indicator { dnd tab indicator {
min-height: 2px; min-height: 2px;
border-radius: 2px; border-radius: 2px;
background: alpha(#5657f5, 0.5); background: alpha(#754ffe, 0.5);
transform: translateY(4px); transform: translateY(4px);
} }
@@ -6848,12 +6848,12 @@ tabthumbnail .needs-attention:dir(rtl) {
} }
tabthumbnail .needs-attention > widget { tabthumbnail .needs-attention > widget {
background: #5657f5; background: #754ffe;
min-width: 12px; min-width: 12px;
min-height: 12px; min-height: 12px;
border-radius: 8px; border-radius: 8px;
margin: 3px; margin: 3px;
box-shadow: 0 1px 2px alpha(#5657f5, 0.4); box-shadow: 0 1px 2px alpha(#754ffe, 0.4);
} }
tabthumbnail .card { tabthumbnail .card {
@@ -6883,17 +6883,17 @@ tabthumbnail .tab-unpin-icon {
tabthumbnail button.circular { tabthumbnail button.circular {
margin: 6px; margin: 6px;
background-color: alpha(#5657f5, 0.15); background-color: alpha(#754ffe, 0.15);
min-width: 24px; min-width: 24px;
min-height: 24px; min-height: 24px;
} }
tabthumbnail button.circular:hover { tabthumbnail button.circular:hover {
background-color: alpha(#5657f5, 0.2); background-color: alpha(#754ffe, 0.2);
} }
tabthumbnail button.circular:active { tabthumbnail button.circular:active {
background-color: alpha(#5657f5, 0.25); background-color: alpha(#754ffe, 0.25);
} }
taboverview > .overview .new-tab-button { taboverview > .overview .new-tab-button {
@@ -7081,12 +7081,12 @@ toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom {
} }
.sidebar-pane banner > revealer > widget { .sidebar-pane banner > revealer > widget {
background-color: gtkmix(#5657f5, #3b3b43, 30%); background-color: gtkmix(#754ffe, #3b3b43, 30%);
color: #FFFFFF; color: #FFFFFF;
} }
.sidebar-pane banner > revealer > widget:backdrop { .sidebar-pane banner > revealer > widget:backdrop {
background-color: gtkmix(#5657f5, #3b3b43, 30%); background-color: gtkmix(#754ffe, #3b3b43, 30%);
} }
.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { .sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget {
@@ -7240,13 +7240,13 @@ toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom {
.content-pane .sidebar-pane banner > revealer > widget, .content-pane .sidebar-pane banner > revealer > widget,
.sidebar-pane .content-pane banner > revealer > widget { .sidebar-pane .content-pane banner > revealer > widget {
background-color: gtkmix(#5657f5, #31313a, 30%); background-color: gtkmix(#754ffe, #31313a, 30%);
color: #FFFFFF; color: #FFFFFF;
} }
.content-pane .sidebar-pane banner > revealer > widget:backdrop, .content-pane .sidebar-pane banner > revealer > widget:backdrop,
.sidebar-pane .content-pane banner > revealer > widget:backdrop { .sidebar-pane .content-pane banner > revealer > widget:backdrop {
background-color: gtkmix(#5657f5, #31313a, 30%); background-color: gtkmix(#754ffe, #31313a, 30%);
} }
.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget,
@@ -7310,7 +7310,7 @@ themeselector checkbutton.follow:checked, themeselector checkbutton.light:checke
panelthemeselector checkbutton.follow:checked, panelthemeselector checkbutton.follow:checked,
panelthemeselector checkbutton.light:checked, panelthemeselector checkbutton.light:checked,
panelthemeselector checkbutton.dark:checked { panelthemeselector checkbutton.dark:checked {
box-shadow: inset 0 0 0 2px #5657f5; box-shadow: inset 0 0 0 2px #754ffe;
} }
themeselector checkbutton.follow, themeselector checkbutton.follow,
@@ -7351,7 +7351,7 @@ panelthemeselector checkbutton.theme-selector radio:checked {
-gtk-icon-size: 20px; -gtk-icon-size: 20px;
-gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/check-symbolic.svg")), -gtk-recolor(url("assets/scalable/check-symbolic@2.svg"))); -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/check-symbolic.svg")), -gtk-recolor(url("assets/scalable/check-symbolic@2.svg")));
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
themeselector checkbutton.theme-selector radio:checked, themeselector checkbutton.theme-selector radio:checked:hover, themeselector checkbutton.theme-selector radio:checked:active, themeselector checkbutton.theme-selector radio:checked, themeselector checkbutton.theme-selector radio:checked:hover, themeselector checkbutton.theme-selector radio:checked:active,
@@ -7373,7 +7373,7 @@ themeswitcher .check {
margin: 0; margin: 0;
border-radius: 9999px; border-radius: 9999px;
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
themeswitcher .check, themeswitcher .check:hover, themeswitcher .check:active { themeswitcher .check, themeswitcher .check:hover, themeswitcher .check:active {
@@ -7391,7 +7391,7 @@ themeswitcher checkbutton {
} }
themeswitcher checkbutton:checked { themeswitcher checkbutton:checked {
box-shadow: inset 0 0 0 2px #5657f5; box-shadow: inset 0 0 0 2px #754ffe;
} }
themeswitcher checkbutton radio, themeswitcher checkbutton radio:hover, themeswitcher checkbutton radio:active, themeswitcher checkbutton radio:checked, themeswitcher checkbutton radio:checked:hover, themeswitcher checkbutton radio:checked:active { themeswitcher checkbutton radio, themeswitcher checkbutton radio:hover, themeswitcher checkbutton radio:active, themeswitcher checkbutton radio:checked, themeswitcher checkbutton radio:checked:hover, themeswitcher checkbutton radio:checked:active {
@@ -7435,7 +7435,7 @@ text widgets and the like base background color */
@define-color theme_base_color #31313a; @define-color theme_base_color #31313a;
/* /*
base background color of selections */ base background color of selections */
@define-color theme_selected_bg_color #5657f5; @define-color theme_selected_bg_color #754ffe;
/* /*
text/foreground color of selections */ text/foreground color of selections */
@define-color theme_selected_fg_color #FFFFFF; @define-color theme_selected_fg_color #FFFFFF;
@@ -7462,7 +7462,7 @@ text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #31313a; @define-color theme_unfocused_base_color #31313a;
/* /*
base background color of selections on backdrop windows */ base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #5657f5; @define-color theme_unfocused_selected_bg_color #754ffe;
/* /*
text/foreground color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #FFFFFF; @define-color theme_unfocused_selected_fg_color #FFFFFF;

View File

@@ -12,17 +12,17 @@
@keyframes header_ripple_effect { @keyframes header_ripple_effect {
from { from {
background-image: radial-gradient(circle, #5657f5 0%, transparent 0%); background-image: radial-gradient(circle, #754ffe 0%, transparent 0%);
} }
to { to {
background-image: radial-gradient(circle, #5657f5 100%, transparent 0%); background-image: radial-gradient(circle, #754ffe 100%, transparent 0%);
} }
} }
* { * {
padding: 0; padding: 0;
background-clip: padding-box; background-clip: padding-box;
-gtk-secondary-caret-color: #5657f5; -gtk-secondary-caret-color: #754ffe;
} }
/*************** /***************
@@ -124,7 +124,7 @@ label.separator {
} }
label > selection { label > selection {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -277,7 +277,7 @@ popover.background spinbutton:not(.vertical), spinbutton.flat:not(.vertical), en
colorchooser .popover.osd spinbutton:focus-within:not(.vertical), window.dialog.message entry:focus-within, notebook > stack:not(:only-child) entry:focus-within:not(.search), colorchooser .popover.osd spinbutton:focus-within:not(.vertical), window.dialog.message entry:focus-within, notebook > stack:not(:only-child) entry:focus-within:not(.search),
notebook > stack:not(:only-child) spinbutton:focus-within:not(.vertical), popover.background entry:focus-within, notebook > stack:not(:only-child) spinbutton:focus-within:not(.vertical), popover.background entry:focus-within,
popover.background spinbutton:focus-within:not(.vertical), spinbutton.flat:focus-within:not(.vertical), entry.flat:focus-within { popover.background spinbutton:focus-within:not(.vertical), spinbutton.flat:focus-within:not(.vertical), entry.flat:focus-within {
box-shadow: inset 0 -1px transparent, inset 0 -2px #5657f5; box-shadow: inset 0 -1px transparent, inset 0 -2px #754ffe;
outline: none; outline: none;
} }
@@ -451,7 +451,7 @@ spinbutton:not(.vertical) progress > trough > progress, entry progress > trough
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-radius: 0; border-radius: 0;
border-bottom: 2px solid #5657f5; border-bottom: 2px solid #754ffe;
box-shadow: none; box-shadow: none;
} }
@@ -488,7 +488,7 @@ editablelabel > stack > text {
margin: 2px; margin: 2px;
border-radius: 9999px; border-radius: 9999px;
box-shadow: none; box-shadow: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -570,7 +570,7 @@ button:disabled {
button:checked { button:checked {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -1165,7 +1165,7 @@ notebook > stack:not(:only-child) button.combo:hover, popover.background button.
} }
notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked { notebook > stack:not(:only-child) button.combo:checked, popover.background button.combo:checked {
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
} }
notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled { notebook > stack:not(:only-child) button.combo:disabled, popover.background button.combo:disabled {
@@ -1301,13 +1301,13 @@ actionbar > revealer > box splitbutton {
pathbar > button { pathbar > button {
padding-left: 6px; padding-left: 6px;
padding-right: 6px; padding-right: 6px;
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 0%, transparent 0%) 0 0 0/0 0 0px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 0%, transparent 0%) 0 0 0/0 0 0px;
border-radius: 7px; border-radius: 7px;
} }
pathbar > button:checked { pathbar > button:checked {
border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #5657f5 100%, transparent 0%) 0 0 2/0 0 2px; border-image: radial-gradient(circle closest-corner at center calc(100% - 1px), #754ffe 100%, transparent 0%) 0 0 2/0 0 2px;
} }
@@ -1419,7 +1419,7 @@ treeview.view.expander:selected:disabled {
columnview.view.progressbar, columnview.view.progressbar,
treeview.view.progressbar { treeview.view.progressbar {
border-bottom: 4px solid #5657f5; border-bottom: 4px solid #754ffe;
box-shadow: none; box-shadow: none;
background-color: transparent; background-color: transparent;
} }
@@ -1481,12 +1481,12 @@ treeview.view header.button.dnd {
box-shadow: none; box-shadow: none;
background-color: #31313a; background-color: #31313a;
background-clip: border-box; background-clip: border-box;
color: #5657f5; color: #754ffe;
} }
columnview.view acceleditor > label, columnview.view acceleditor > label,
treeview.view acceleditor > label { treeview.view acceleditor > label {
background-color: #5657f5; background-color: #754ffe;
} }
/********* /*********
@@ -1509,7 +1509,7 @@ menubar > item {
menubar > item:hover { menubar > item:hover {
transition: none; transition: none;
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 0 -3px #5657f5; box-shadow: inset 0 -3px #754ffe;
} }
menubar > item:disabled { menubar > item:disabled {
@@ -1760,7 +1760,7 @@ notebook > header.top > tabs > tab:hover {
} }
notebook > header.top > tabs > tab:checked { notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
} }
notebook > header.bottom { notebook > header.bottom {
@@ -1777,7 +1777,7 @@ notebook > header.bottom > tabs > tab:hover {
} }
notebook > header.bottom > tabs > tab:checked { notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
notebook > header.left { notebook > header.left {
@@ -1794,7 +1794,7 @@ notebook > header.left > tabs > tab:hover {
} }
notebook > header.left > tabs > tab:checked { notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #5657f5; box-shadow: inset -2px 0 #754ffe;
} }
notebook > header.right { notebook > header.right {
@@ -1811,7 +1811,7 @@ notebook > header.right > tabs > tab:hover {
} }
notebook > header.right > tabs > tab:checked { notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #5657f5; box-shadow: inset 2px 0 #754ffe;
} }
notebook > header.top > tabs > arrow { notebook > header.top > tabs > arrow {
@@ -2540,7 +2540,7 @@ headerbar stackswitcher.linked:not(.vertical) > button:checked {
border-radius: 0; border-radius: 0;
color: #FFFFFF; color: #FFFFFF;
background-color: transparent; background-color: transparent;
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-image: none; background-image: none;
} }
@@ -2623,7 +2623,7 @@ headerbar button:not(.suggested-action):not(.destructive-action):disabled {
headerbar button:not(.suggested-action):not(.destructive-action):checked { headerbar button:not(.suggested-action):not(.destructive-action):checked {
border-image: none; border-image: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
background-image: linear-gradient(to bottom, #6C6AF2, #4648FB); background-image: linear-gradient(to bottom, #6C6AF2, #4648FB);
background-size: auto auto; background-size: auto auto;
@@ -2725,7 +2725,7 @@ headerbar.selection-mode {
transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1); transition: background-color 0.00001s 225ms, color 225ms cubic-bezier(0, 0, 0.2, 1);
animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1); animation: header_ripple_effect 225ms cubic-bezier(0, 0, 0.2, 1);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08); box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 -1px rgba(255, 255, 255, 0.08);
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -3160,7 +3160,7 @@ levelbar > trough > block.low {
} }
levelbar > trough > block.high, levelbar > trough > block:not(.empty) { levelbar > trough > block.high, levelbar > trough > block:not(.empty) {
background-color: #5657f5; background-color: #754ffe;
} }
levelbar > trough > block.full { levelbar > trough > block.full {
@@ -3412,12 +3412,12 @@ columnview row:not(:selected) cell editablelabel:not(.editing):focus-within {
} }
columnview row:not(:selected) cell editablelabel.editing:focus-within { columnview row:not(:selected) cell editablelabel.editing:focus-within {
outline: 2px solid #5657f5; outline: 2px solid #754ffe;
} }
columnview row:not(:selected) cell editablelabel.editing text selection { columnview row:not(:selected) cell editablelabel.editing text selection {
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
.rich-list { .rich-list {
@@ -3562,7 +3562,7 @@ row.expander:not(:checked) image.expander-row-arrow:dir(rtl) {
} }
row.expander:checked image.expander-row-arrow:not(:disabled) { row.expander:checked image.expander-row-arrow:not(:disabled) {
color: #5657f5; color: #754ffe;
} }
.osd row.expander:checked image.expander-row-arrow:not(:disabled) { .osd row.expander:checked image.expander-row-arrow:not(:disabled) {
@@ -3938,7 +3938,7 @@ stacksidebar row > label {
.navigation-sidebar > row:selected:focus-visible:focus-within { .navigation-sidebar > row:selected:focus-visible:focus-within {
outline-width: 0; outline-width: 0;
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
.navigation-sidebar > row:selected:focus-visible:focus-within:hover { .navigation-sidebar > row:selected:focus-visible:focus-within:hover {
@@ -3960,7 +3960,7 @@ stacksidebar row > label {
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover,
.nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active, .nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:hover, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active,
.nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active { .nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:active {
color: #5657f5; color: #754ffe;
} }
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:disabled, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:disabled,
@@ -3971,7 +3971,7 @@ stacksidebar row > label {
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked,
.nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked { .nautilus-window.background.csd .sidebar-pane > toolbarview > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked {
background-color: rgba(86, 87, 245, 0.1); background-color: rgba(86, 87, 245, 0.1);
color: #5657f5; color: #754ffe;
} }
.nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked:disabled, .nautilus-window.background.csd flap.unfolded > placessidebar list.navigation-sidebar > row:selected button.sidebar-button:checked:disabled,
@@ -4005,7 +4005,7 @@ placessidebar .navigation-sidebar > row > revealer {
placessidebar .navigation-sidebar > row:selected { placessidebar .navigation-sidebar > row:selected {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
color: #5657f5; color: #754ffe;
} }
placessidebar .navigation-sidebar > row:selected image.sidebar-icon, placessidebar .navigation-sidebar > row:selected label.sidebar-label { placessidebar .navigation-sidebar > row:selected image.sidebar-icon, placessidebar .navigation-sidebar > row:selected label.sidebar-label {
@@ -4409,7 +4409,7 @@ headerbar windowcontrols > button:not(.suggested-action):not(.destructive-action
emoji-completion-row:focus, emoji-completion-row:focus,
emoji-completion-row:hover, .view selection, .view:selected, iconview selection, iconview:selected, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton > text > selection, spinbutton:not(.vertical) > text > selection, row:selected, calendar > grid > label.today:selected, calendar > grid > label.day-number:selected { emoji-completion-row:hover, .view selection, .view:selected, iconview selection, iconview:selected, flowbox > flowboxchild:selected, gridview > child:selected, entry > text > selection, spinbutton > text > selection, spinbutton:not(.vertical) > text > selection, row:selected, calendar > grid > label.today:selected, calendar > grid > label.day-number:selected {
background-color: #5657f5; background-color: #754ffe;
} }
emoji-completion-row:focus, emoji-completion-row:focus,
@@ -4535,11 +4535,11 @@ button.emoji-section:hover {
} }
button.emoji-section:active { button.emoji-section:active {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
button.emoji-section:checked { button.emoji-section:checked {
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-color: transparent; background-color: transparent;
} }
@@ -4558,7 +4558,7 @@ popover.emoji-picker emoji {
} }
popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover { popover.emoji-picker emoji:focus, popover.emoji-picker emoji:hover {
background: #5657f5; background: #754ffe;
} }
emoji-completion-row > box { emoji-completion-row > box {
@@ -4878,7 +4878,7 @@ statusbar {
.installed-overlay-box { .installed-overlay-box {
font-size: smaller; font-size: smaller;
background-color: #5657f5; background-color: #754ffe;
border-radius: 0; border-radius: 0;
color: #FFFFFF; color: #FFFFFF;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
@@ -5094,7 +5094,7 @@ clamp.large .category-tile:not(.category-tile-iconless) {
} }
.install-progress { .install-progress {
background-image: linear-gradient(to top, #5657f5 2px, alpha(#5657f5, 0) 2px); background-image: linear-gradient(to top, #754ffe 2px, alpha(#754ffe, 0) 2px);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 0 bottom; background-position: 0 bottom;
background-size: 0; background-size: 0;
@@ -5208,7 +5208,7 @@ star-image {
} }
banner > revealer > widget { banner > revealer > widget {
background-color: #5657f5; background-color: #754ffe;
padding: 6px; padding: 6px;
} }
@@ -5507,7 +5507,7 @@ datechooser button, datechooser button.flat, datechooser button.toggle, datechoo
datechooser button.day.text-button:selected { datechooser button.day.text-button:selected {
box-shadow: none; box-shadow: none;
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
} }
@@ -5518,7 +5518,7 @@ label.primary-label, label.month-name, label.secondary-label {
} }
label.primary-label, label.month-name { label.primary-label, label.month-name {
color: #5657f5; color: #754ffe;
} }
label.secondary-label { label.secondary-label {
@@ -5530,7 +5530,7 @@ calendar-view {
} }
calendar-view:selected { calendar-view:selected {
color: #5657f5; color: #754ffe;
font-weight: bold; font-weight: bold;
} }
@@ -5543,7 +5543,7 @@ label.header {
calendar-view.current, calendar-view.current,
weekgrid.current { weekgrid.current {
background-color: alpha(#5657f5, 0.3); background-color: alpha(#754ffe, 0.3);
} }
popover.events { popover.events {
@@ -5680,7 +5680,7 @@ datechooser button.day dot, datechooser button.day.text-button dot {
} }
datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected { datechooser button.day:selected, datechooser button.day.today:selected, datechooser button.day.text-button:selected, datechooser button.day.text-button.today:selected {
background-color: #5657f5; background-color: #754ffe;
color: #FFFFFF; color: #FFFFFF;
font-weight: bold; font-weight: bold;
} }
@@ -5690,11 +5690,11 @@ datechooser button.day:selected dot, datechooser button.day.today:selected dot,
} }
datechooser button.day.today, datechooser button.day.text-button.today { datechooser button.day.today, datechooser button.day.text-button.today {
color: #5657f5; color: #754ffe;
} }
datechooser button.day.today dot, datechooser button.day.text-button.today dot { datechooser button.day.today dot, datechooser button.day.text-button.today dot {
background-color: #5657f5; background-color: #754ffe;
} }
datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop { datechooser button.day.other-month:not(:hover), datechooser button.day.other-month:backdrop, datechooser button.day.text-button.other-month:not(:hover), datechooser button.day.text-button.other-month:backdrop {
@@ -5748,7 +5748,7 @@ weekhourbar > label {
} }
weekgrid > widget.now-strip { weekgrid > widget.now-strip {
background-color: alpha(#5657f5, 0.8); background-color: alpha(#754ffe, 0.8);
margin: 0 0 0 1px; margin: 0 0 0 1px;
min-height: 3px; min-height: 3px;
} }
@@ -5756,7 +5756,7 @@ weekgrid > widget.now-strip {
weekgrid:selected, weekgrid.dnd, weekgrid:selected, weekgrid.dnd,
.week-header:selected, .week-header:selected,
.week-header.dnd { .week-header.dnd {
background-color: alpha(#5657f5, 0.25); background-color: alpha(#754ffe, 0.25);
} }
monthcell { monthcell {
@@ -5773,11 +5773,11 @@ monthcell:hover:not(.out-of-month):not(.today) {
} }
monthcell:selected { monthcell:selected {
background-color: alpha(#5657f5, 0.1); background-color: alpha(#754ffe, 0.1);
} }
monthcell:selected:hover { monthcell:selected:hover {
background-color: alpha(#5657f5, 0.2); background-color: alpha(#754ffe, 0.2);
} }
monthcell:selected label.day-label { monthcell:selected label.day-label {
@@ -5789,20 +5789,20 @@ monthcell:nth-child(7n + 1) {
} }
monthcell.today { monthcell.today {
background-color: alpha(#5657f5, 0.2); background-color: alpha(#754ffe, 0.2);
} }
monthcell.today:hover { monthcell.today:hover {
background-color: alpha(#5657f5, 0.3); background-color: alpha(#754ffe, 0.3);
color: #5657f5; color: #754ffe;
} }
monthcell.today:selected { monthcell.today:selected {
background-color: alpha(#5657f5, 0.25); background-color: alpha(#754ffe, 0.25);
} }
monthcell.today:selected:hover { monthcell.today:selected:hover {
background-color: alpha(#5657f5, 0.35); background-color: alpha(#754ffe, 0.35);
} }
monthcell label { monthcell label {
@@ -5977,7 +5977,7 @@ agenda-view list.background {
.running-stopwatch .seconds-label, .running-stopwatch .seconds-label,
.running-stopwatch .miliseconds-label { .running-stopwatch .miliseconds-label {
color: #5657f5; color: #754ffe;
} }
.stopped-stopwatch .miliseconds-label, .stopped-stopwatch .miliseconds-label,
@@ -6505,7 +6505,7 @@ preferencesgroup > box button.background-preview-button.toggle:active {
} }
preferencesgroup > box button.background-preview-button.toggle:checked { preferencesgroup > box button.background-preview-button.toggle:checked {
outline-color: #5657f5; outline-color: #754ffe;
} }
viewswitcher { viewswitcher {
@@ -6525,7 +6525,7 @@ viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator
} }
viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label { viewswitcher.wide button.toggle:checked indicatorbin.needs-attention > indicator > label {
color: #5657f5; color: #754ffe;
} }
viewswitcher.narrow button.toggle { viewswitcher.narrow button.toggle {
@@ -6544,7 +6544,7 @@ viewswitcher.narrow button.toggle:hover {
viewswitcher.narrow button.toggle:active { viewswitcher.narrow button.toggle:active {
color: #FFFFFF; color: #FFFFFF;
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
@@ -6552,7 +6552,7 @@ viewswitcher.narrow button.toggle:checked {
border-radius: 0; border-radius: 0;
color: #FFFFFF; color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
box-shadow: inset 0 -2px #5657f5; box-shadow: inset 0 -2px #754ffe;
background-image: none; background-image: none;
} }
@@ -6602,7 +6602,7 @@ viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not
viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):active { viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):active {
color: #FFFFFF; color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
} }
viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked { viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked {
@@ -6612,7 +6612,7 @@ viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not
viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked, viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked:hover { viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked, viewswitcherbar actionbar > revealer > box viewswitcher.narrow button.toggle:not(.suggested-action):not(.destructive-action):checked:hover {
background-color: rgba(255, 255, 255, 0.06); background-color: rgba(255, 255, 255, 0.06);
box-shadow: inset 0 2px #5657f5; box-shadow: inset 0 2px #754ffe;
background-image: none; background-image: none;
} }
@@ -6677,7 +6677,7 @@ indicatorbin > mask {
} }
indicatorbin.needs-attention > indicator { indicatorbin.needs-attention > indicator {
background-color: #5657f5; background-color: #754ffe;
} }
indicatorbin.needs-attention > indicator > label { indicatorbin.needs-attention > indicator > label {
@@ -6728,7 +6728,7 @@ tabbar tabbox > revealer > indicator {
min-width: 2px; min-width: 2px;
border-radius: 2px; border-radius: 2px;
margin: 3px 6px; margin: 3px 6px;
background: #5657f5; background: #754ffe;
} }
tabbar tab { tabbar tab {
@@ -6821,7 +6821,7 @@ tabbar tab indicator,
dnd tab indicator { dnd tab indicator {
min-height: 2px; min-height: 2px;
border-radius: 2px; border-radius: 2px;
background: alpha(#5657f5, 0.5); background: alpha(#754ffe, 0.5);
transform: translateY(4px); transform: translateY(4px);
} }
@@ -6848,12 +6848,12 @@ tabthumbnail .needs-attention:dir(rtl) {
} }
tabthumbnail .needs-attention > widget { tabthumbnail .needs-attention > widget {
background: #5657f5; background: #754ffe;
min-width: 12px; min-width: 12px;
min-height: 12px; min-height: 12px;
border-radius: 8px; border-radius: 8px;
margin: 3px; margin: 3px;
box-shadow: 0 1px 2px alpha(#5657f5, 0.4); box-shadow: 0 1px 2px alpha(#754ffe, 0.4);
} }
tabthumbnail .card { tabthumbnail .card {
@@ -6883,17 +6883,17 @@ tabthumbnail .tab-unpin-icon {
tabthumbnail button.circular { tabthumbnail button.circular {
margin: 6px; margin: 6px;
background-color: alpha(#5657f5, 0.15); background-color: alpha(#754ffe, 0.15);
min-width: 24px; min-width: 24px;
min-height: 24px; min-height: 24px;
} }
tabthumbnail button.circular:hover { tabthumbnail button.circular:hover {
background-color: alpha(#5657f5, 0.2); background-color: alpha(#754ffe, 0.2);
} }
tabthumbnail button.circular:active { tabthumbnail button.circular:active {
background-color: alpha(#5657f5, 0.25); background-color: alpha(#754ffe, 0.25);
} }
taboverview > .overview .new-tab-button { taboverview > .overview .new-tab-button {
@@ -7081,12 +7081,12 @@ toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom {
} }
.sidebar-pane banner > revealer > widget { .sidebar-pane banner > revealer > widget {
background-color: gtkmix(#5657f5, #3b3b43, 30%); background-color: gtkmix(#754ffe, #3b3b43, 30%);
color: #FFFFFF; color: #FFFFFF;
} }
.sidebar-pane banner > revealer > widget:backdrop { .sidebar-pane banner > revealer > widget:backdrop {
background-color: gtkmix(#5657f5, #3b3b43, 30%); background-color: gtkmix(#754ffe, #3b3b43, 30%);
} }
.sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget { .sidebar-pane:dir(ltr), .sidebar-pane:dir(ltr) banner > revealer > widget, .sidebar-pane.end:dir(rtl), .sidebar-pane.end:dir(rtl) banner > revealer > widget {
@@ -7240,13 +7240,13 @@ toolbarview.undershoot-bottom scrolledwindow > undershoot.bottom {
.content-pane .sidebar-pane banner > revealer > widget, .content-pane .sidebar-pane banner > revealer > widget,
.sidebar-pane .content-pane banner > revealer > widget { .sidebar-pane .content-pane banner > revealer > widget {
background-color: gtkmix(#5657f5, #31313a, 30%); background-color: gtkmix(#754ffe, #31313a, 30%);
color: #FFFFFF; color: #FFFFFF;
} }
.content-pane .sidebar-pane banner > revealer > widget:backdrop, .content-pane .sidebar-pane banner > revealer > widget:backdrop,
.sidebar-pane .content-pane banner > revealer > widget:backdrop { .sidebar-pane .content-pane banner > revealer > widget:backdrop {
background-color: gtkmix(#5657f5, #31313a, 30%); background-color: gtkmix(#754ffe, #31313a, 30%);
} }
.content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget, .content-pane .sidebar-pane:dir(ltr), .content-pane .sidebar-pane:dir(ltr) banner > revealer > widget, .content-pane .sidebar-pane.end:dir(rtl), .content-pane .sidebar-pane.end:dir(rtl) banner > revealer > widget,
@@ -7310,7 +7310,7 @@ themeselector checkbutton.follow:checked, themeselector checkbutton.light:checke
panelthemeselector checkbutton.follow:checked, panelthemeselector checkbutton.follow:checked,
panelthemeselector checkbutton.light:checked, panelthemeselector checkbutton.light:checked,
panelthemeselector checkbutton.dark:checked { panelthemeselector checkbutton.dark:checked {
box-shadow: inset 0 0 0 2px #5657f5; box-shadow: inset 0 0 0 2px #754ffe;
} }
themeselector checkbutton.follow, themeselector checkbutton.follow,
@@ -7351,7 +7351,7 @@ panelthemeselector checkbutton.theme-selector radio:checked {
-gtk-icon-size: 20px; -gtk-icon-size: 20px;
-gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/check-symbolic.svg")), -gtk-recolor(url("assets/scalable/check-symbolic@2.svg"))); -gtk-icon-source: -gtk-scaled(-gtk-recolor(url("assets/scalable/check-symbolic.svg")), -gtk-recolor(url("assets/scalable/check-symbolic@2.svg")));
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
themeselector checkbutton.theme-selector radio:checked, themeselector checkbutton.theme-selector radio:checked:hover, themeselector checkbutton.theme-selector radio:checked:active, themeselector checkbutton.theme-selector radio:checked, themeselector checkbutton.theme-selector radio:checked:hover, themeselector checkbutton.theme-selector radio:checked:active,
@@ -7373,7 +7373,7 @@ themeswitcher .check {
margin: 0; margin: 0;
border-radius: 9999px; border-radius: 9999px;
color: #FFFFFF; color: #FFFFFF;
background-color: #5657f5; background-color: #754ffe;
} }
themeswitcher .check, themeswitcher .check:hover, themeswitcher .check:active { themeswitcher .check, themeswitcher .check:hover, themeswitcher .check:active {
@@ -7391,7 +7391,7 @@ themeswitcher checkbutton {
} }
themeswitcher checkbutton:checked { themeswitcher checkbutton:checked {
box-shadow: inset 0 0 0 2px #5657f5; box-shadow: inset 0 0 0 2px #754ffe;
} }
themeswitcher checkbutton radio, themeswitcher checkbutton radio:hover, themeswitcher checkbutton radio:active, themeswitcher checkbutton radio:checked, themeswitcher checkbutton radio:checked:hover, themeswitcher checkbutton radio:checked:active { themeswitcher checkbutton radio, themeswitcher checkbutton radio:hover, themeswitcher checkbutton radio:active, themeswitcher checkbutton radio:checked, themeswitcher checkbutton radio:checked:hover, themeswitcher checkbutton radio:checked:active {
@@ -7435,7 +7435,7 @@ text widgets and the like base background color */
@define-color theme_base_color #31313a; @define-color theme_base_color #31313a;
/* /*
base background color of selections */ base background color of selections */
@define-color theme_selected_bg_color #5657f5; @define-color theme_selected_bg_color #754ffe;
/* /*
text/foreground color of selections */ text/foreground color of selections */
@define-color theme_selected_fg_color #FFFFFF; @define-color theme_selected_fg_color #FFFFFF;
@@ -7462,7 +7462,7 @@ text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #31313a; @define-color theme_unfocused_base_color #31313a;
/* /*
base background color of selections on backdrop windows */ base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #5657f5; @define-color theme_unfocused_selected_bg_color #754ffe;
/* /*
text/foreground color of selections on backdrop windows */ text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #FFFFFF; @define-color theme_unfocused_selected_fg_color #FFFFFF;

32
push.sh
View File

@@ -1,35 +1,5 @@
#!/bin/bash #!/bin/bash
# Author : Eshanized <m.eshanized@gmail.com>
# Author URI : https://tonmoyinfrastructure.github.io/eshanized/
################################ NOTE ################################
#!!!!!!!!!!!!! Exexcute all the scripts at your own risk !!!!!!!!!!!!!
# I have written the push script for Arch Linux and other Arch Based #
# Linux Distribution. So this script will only work in ArchLinux and #
# Arch based Linux Distribution. You may customize it according to #
# your Distribution. #
######################################################################
# ---> First We will check for commitizen is installed or not
check_commitizen() {
if ! pacman -Qq commitizen-go &> /dev/null; then
echo "Commitizen is not installed. Please install it using 'yay -S commitizen-go'." >&2
exit 1
fi
}
# Function to stage, commit, and push changes
push_to_github() {
git add . git add .
git cz git commit -m "⏳ @eshanized continuously updating the repository!"
git push origin master git push origin master
}
# Main Function
main() {
check_commitizen
push_to_github
}
main