This commit is contained in:
vinceliuice 2018-03-04 18:30:08 +08:00
parent d44f8cbe3c
commit e01e8a5b22
56 changed files with 388 additions and 388 deletions

View File

@ -150,7 +150,7 @@ StEntry {
border-radius: 0;
border-width: 0;
color: rgba(255, 255, 255, 0.9);
selection-background-color: #0062FF;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
font-size: 11.25pt;
font-weight: 400;
@ -161,8 +161,8 @@ StEntry {
}
StEntry:focus {
border: 1px solid #4d91ff;
box-shadow: 0 0 0 2px #4d91ff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
StEntry:insensitive {
@ -315,17 +315,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* links */
.shell-link {
border-radius: 8px;
color: #0062FF;
color: #0046DB;
}
.shell-link:hover {
color: #0062FF;
background-color: rgba(0, 98, 255, 0.15);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.15);
}
.shell-link:active {
color: #0062FF;
background-color: rgba(0, 98, 255, 0.3);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.3);
}
/* Modal Dialogs */
@ -659,7 +659,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #0062FF;
background-color: #0046DB;
}
.audio-selection-device-box {
@ -745,7 +745,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
font-weight: normal;
@ -760,12 +760,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked.selected {
background-color: rgba(29, 116, 255, 0.9775);
background-color: rgba(29, 91, 223, 0.9775);
color: rgba(255, 255, 255, 0.85);
}
.popup-menu .popup-menu-item:checked:active {
background-color: rgba(61, 136, 255, 0.955);
background-color: rgba(61, 115, 228, 0.955);
color: rgba(255, 255, 255, 0.85) !important;
}
@ -914,12 +914,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.osd-window .level {
height: 8px;
border-radius: 0;
background-color: rgba(0, 98, 255, 0.3);
background-color: rgba(0, 70, 219, 0.3);
color: rgba(255, 255, 255, 0.9);
}
.osd-window .level-bar {
background-color: #0062FF;
background-color: #0046DB;
border-radius: 0;
}
@ -964,7 +964,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-list .item-box:selected {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -1000,7 +1000,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Window Cycler */
.cycler-highlight {
border: 4px solid #0062FF;
border: 4px solid #0046DB;
}
/* Workspace Switcher */
@ -1018,7 +1018,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
background-size: 32px;
border-radius: 8px;
@ -1136,7 +1136,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px rgba(0, 0, 0, 0.45);
box-shadow: none;
@ -1419,7 +1419,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.calendar-day-base:selected {
color: rgba(255, 255, 255, 0.85);
background-color: #0062FF;
background-color: #0046DB;
border-color: transparent;
}
@ -1459,7 +1459,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-with-events {
color: #0062FF;
color: #0046DB;
font-weight: normal;
text-decoration: underline;
background-image: none;
@ -1753,7 +1753,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.nm-dialog-item:selected {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2045,7 +2045,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 5px;
height: 5px;
border-radius: 3px;
background-color: #0062FF;
background-color: #0046DB;
margin-bottom: 0;
}
@ -2142,7 +2142,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.workspace-thumbnail-indicator {
border: 0 solid #0062FF;
border: 0 solid #0046DB;
border-width: 2px;
padding: 6px;
border-radius: 2px;
@ -2168,7 +2168,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* NOTIFICATIONS & MESSAGE TRAY */
.url-highlighter {
link-color: #0062FF;
link-color: #0046DB;
}
.notification-banner {
@ -2244,9 +2244,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 1.6em;
-shell-counter-overlap-x: 3px;
-shell-counter-overlap-y: 3px;
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
border: 2px solid #0062FF;
border: 2px solid #0046DB;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em;
}
@ -2359,7 +2359,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Eeeky things */
.magnifier-zoom-region {
border: 2px solid #0062FF;
border: 2px solid #0046DB;
}
.magnifier-zoom-region.full-screen {
@ -2474,7 +2474,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.candidate-box:selected {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2543,8 +2543,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.login-dialog StEntry:focus {
border: 1px solid #4d91ff;
box-shadow: 0 0 0 2px #4d91ff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
.login-dialog StEntry:insensitive {
@ -2928,16 +2928,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.lg-dialog StEntry {
selection-background-color: #0062FF;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
}
.lg-dialog .shell-link {
color: #0062FF;
color: #0046DB;
}
.lg-dialog .shell-link:hover {
color: #0062FF;
color: #0046DB;
}
.lg-completions-text {
@ -3240,7 +3240,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* GPaste */
.popup-menu .search-entry {
color: rgba(255, 255, 255, 0.9);
selection-background-color: #0062FF;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
background-color: #212121;
border-radius: 5px;
@ -3249,8 +3249,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .search-entry:focus {
border: 1px solid #4d91ff;
box-shadow: 0 0 0 2px #4d91ff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
color: rgba(255, 255, 255, 0.9);
}

View File

@ -150,7 +150,7 @@ StEntry {
border-radius: 0;
border-width: 0;
color: rgba(255, 255, 255, 0.9);
selection-background-color: #0062FF;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
font-size: 11.25pt;
font-weight: 400;
@ -161,8 +161,8 @@ StEntry {
}
StEntry:focus {
border: 1px solid #4d91ff;
box-shadow: 0 0 0 2px #4d91ff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
StEntry:insensitive {
@ -315,17 +315,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* links */
.shell-link {
border-radius: 8px;
color: #0062FF;
color: #0046DB;
}
.shell-link:hover {
color: #0062FF;
background-color: rgba(0, 98, 255, 0.15);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.15);
}
.shell-link:active {
color: #0062FF;
background-color: rgba(0, 98, 255, 0.3);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.3);
}
/* Modal Dialogs */
@ -659,7 +659,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #0062FF;
background-color: #0046DB;
}
.audio-selection-device-box {
@ -745,7 +745,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
font-weight: normal;
@ -760,12 +760,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked.selected {
background-color: rgba(29, 116, 255, 0.9775);
background-color: rgba(29, 91, 223, 0.9775);
color: rgba(255, 255, 255, 0.85);
}
.popup-menu .popup-menu-item:checked:active {
background-color: rgba(61, 136, 255, 0.955);
background-color: rgba(61, 115, 228, 0.955);
color: rgba(255, 255, 255, 0.85) !important;
}
@ -914,12 +914,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.osd-window .level {
height: 8px;
border-radius: 0;
background-color: rgba(0, 98, 255, 0.3);
background-color: rgba(0, 70, 219, 0.3);
color: rgba(255, 255, 255, 0.9);
}
.osd-window .level-bar {
background-color: #0062FF;
background-color: #0046DB;
border-radius: 0;
}
@ -964,7 +964,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-list .item-box:selected {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -1000,7 +1000,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Window Cycler */
.cycler-highlight {
border: 4px solid #0062FF;
border: 4px solid #0046DB;
}
/* Workspace Switcher */
@ -1018,7 +1018,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
background-size: 32px;
border-radius: 8px;
@ -1136,7 +1136,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px rgba(0, 0, 0, 0.45);
box-shadow: none;
@ -1419,7 +1419,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.calendar-day-base:selected {
color: rgba(255, 255, 255, 0.85);
background-color: #0062FF;
background-color: #0046DB;
border-color: transparent;
}
@ -1459,7 +1459,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-with-events {
color: #0062FF;
color: #0046DB;
font-weight: normal;
text-decoration: underline;
background-image: none;
@ -1753,7 +1753,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.nm-dialog-item:selected {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2045,7 +2045,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 5px;
height: 5px;
border-radius: 3px;
background-color: #0062FF;
background-color: #0046DB;
margin-bottom: 0;
}
@ -2142,7 +2142,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.workspace-thumbnail-indicator {
border: 0 solid #0062FF;
border: 0 solid #0046DB;
border-width: 2px;
padding: 6px;
border-radius: 2px;
@ -2168,7 +2168,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* NOTIFICATIONS & MESSAGE TRAY */
.url-highlighter {
link-color: #0062FF;
link-color: #0046DB;
}
.notification-banner {
@ -2244,9 +2244,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 1.6em;
-shell-counter-overlap-x: 3px;
-shell-counter-overlap-y: 3px;
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
border: 2px solid #0062FF;
border: 2px solid #0046DB;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em;
}
@ -2359,7 +2359,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Eeeky things */
.magnifier-zoom-region {
border: 2px solid #0062FF;
border: 2px solid #0046DB;
}
.magnifier-zoom-region.full-screen {
@ -2474,7 +2474,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.candidate-box:selected {
background-color: #0062FF;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2543,8 +2543,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.login-dialog StEntry:focus {
border: 1px solid #4d91ff;
box-shadow: 0 0 0 2px #4d91ff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
.login-dialog StEntry:insensitive {
@ -2928,16 +2928,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.lg-dialog StEntry {
selection-background-color: #0062FF;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
}
.lg-dialog .shell-link {
color: #0062FF;
color: #0046DB;
}
.lg-dialog .shell-link:hover {
color: #0062FF;
color: #0046DB;
}
.lg-completions-text {
@ -3240,7 +3240,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* GPaste */
.popup-menu .search-entry {
color: rgba(255, 255, 255, 0.9);
selection-background-color: #0062FF;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
background-color: #212121;
border-radius: 5px;
@ -3249,8 +3249,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .search-entry:focus {
border: 1px solid #4d91ff;
box-shadow: 0 0 0 2px #4d91ff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
color: rgba(255, 255, 255, 0.9);
}

View File

@ -150,7 +150,7 @@ StEntry {
border-radius: 0;
border-width: 0;
color: rgba(0, 0, 0, 0.87);
selection-background-color: #0e6bff;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
font-size: 11.25pt;
font-weight: 400;
@ -161,8 +161,8 @@ StEntry {
}
StEntry:focus {
border: 1px solid #5b9aff;
box-shadow: 0 0 0 2px #5b9aff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
StEntry:insensitive {
@ -315,17 +315,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* links */
.shell-link {
border-radius: 8px;
color: #0e6bff;
color: #0046DB;
}
.shell-link:hover {
color: #0e6bff;
background-color: rgba(14, 107, 255, 0.15);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.15);
}
.shell-link:active {
color: #0e6bff;
background-color: rgba(14, 107, 255, 0.3);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.3);
}
/* Modal Dialogs */
@ -659,7 +659,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #0e6bff;
background-color: #0046DB;
}
.audio-selection-device-box {
@ -745,7 +745,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
font-weight: normal;
@ -760,12 +760,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked.selected {
background-color: rgba(42, 124, 255, 0.9775);
background-color: rgba(29, 91, 223, 0.9775);
color: rgba(255, 255, 255, 0.85);
}
.popup-menu .popup-menu-item:checked:active {
background-color: rgba(72, 143, 255, 0.955);
background-color: rgba(61, 115, 228, 0.955);
color: rgba(255, 255, 255, 0.85) !important;
}
@ -914,12 +914,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.osd-window .level {
height: 8px;
border-radius: 0;
background-color: rgba(14, 107, 255, 0.3);
background-color: rgba(0, 70, 219, 0.3);
color: rgba(0, 0, 0, 0.87);
}
.osd-window .level-bar {
background-color: #0e6bff;
background-color: #0046DB;
border-radius: 0;
}
@ -964,7 +964,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-list .item-box:selected {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -1000,7 +1000,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Window Cycler */
.cycler-highlight {
border: 4px solid #0e6bff;
border: 4px solid #0046DB;
}
/* Workspace Switcher */
@ -1018,7 +1018,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
background-size: 32px;
border-radius: 8px;
@ -1136,7 +1136,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px rgba(0, 0, 0, 0.45);
box-shadow: none;
@ -1419,7 +1419,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.calendar-day-base:selected {
color: rgba(255, 255, 255, 0.85);
background-color: #0e6bff;
background-color: #0046DB;
border-color: transparent;
}
@ -1459,7 +1459,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-with-events {
color: #0e6bff;
color: #0046DB;
font-weight: normal;
text-decoration: underline;
background-image: none;
@ -1753,7 +1753,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.nm-dialog-item:selected {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2045,7 +2045,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 5px;
height: 5px;
border-radius: 3px;
background-color: #0e6bff;
background-color: #0046DB;
margin-bottom: 0;
}
@ -2142,7 +2142,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.workspace-thumbnail-indicator {
border: 0 solid #0e6bff;
border: 0 solid #0046DB;
border-width: 2px;
padding: 6px;
border-radius: 2px;
@ -2168,7 +2168,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* NOTIFICATIONS & MESSAGE TRAY */
.url-highlighter {
link-color: #0e6bff;
link-color: #0046DB;
}
.notification-banner {
@ -2244,9 +2244,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 1.6em;
-shell-counter-overlap-x: 3px;
-shell-counter-overlap-y: 3px;
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
border: 2px solid #0e6bff;
border: 2px solid #0046DB;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em;
}
@ -2359,7 +2359,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Eeeky things */
.magnifier-zoom-region {
border: 2px solid #0e6bff;
border: 2px solid #0046DB;
}
.magnifier-zoom-region.full-screen {
@ -2474,7 +2474,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.candidate-box:selected {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2543,8 +2543,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.login-dialog StEntry:focus {
border: 1px solid #5b9aff;
box-shadow: 0 0 0 2px #5b9aff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
.login-dialog StEntry:insensitive {
@ -2928,16 +2928,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.lg-dialog StEntry {
selection-background-color: #0e6bff;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
}
.lg-dialog .shell-link {
color: #0e6bff;
color: #0046DB;
}
.lg-dialog .shell-link:hover {
color: #0e6bff;
color: #0046DB;
}
.lg-completions-text {
@ -3240,7 +3240,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* GPaste */
.popup-menu .search-entry {
color: rgba(0, 0, 0, 0.87);
selection-background-color: #0e6bff;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
background-color: #fafafa;
border-radius: 5px;
@ -3249,8 +3249,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .search-entry:focus {
border: 1px solid #5b9aff;
box-shadow: 0 0 0 2px #5b9aff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
color: rgba(0, 0, 0, 0.87);
}

View File

@ -150,7 +150,7 @@ StEntry {
border-radius: 0;
border-width: 0;
color: rgba(0, 0, 0, 0.87);
selection-background-color: #0e6bff;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
font-size: 11.25pt;
font-weight: 400;
@ -161,8 +161,8 @@ StEntry {
}
StEntry:focus {
border: 1px solid #5b9aff;
box-shadow: 0 0 0 2px #5b9aff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
StEntry:insensitive {
@ -315,17 +315,17 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* links */
.shell-link {
border-radius: 8px;
color: #0e6bff;
color: #0046DB;
}
.shell-link:hover {
color: #0e6bff;
background-color: rgba(14, 107, 255, 0.15);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.15);
}
.shell-link:active {
color: #0e6bff;
background-color: rgba(14, 107, 255, 0.3);
color: #0046DB;
background-color: rgba(0, 70, 219, 0.3);
}
/* Modal Dialogs */
@ -659,7 +659,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #0e6bff;
background-color: #0046DB;
}
.audio-selection-device-box {
@ -745,7 +745,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.15);
font-weight: normal;
@ -760,12 +760,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .popup-menu-item:checked.selected {
background-color: rgba(42, 124, 255, 0.9775);
background-color: rgba(29, 91, 223, 0.9775);
color: rgba(255, 255, 255, 0.85);
}
.popup-menu .popup-menu-item:checked:active {
background-color: rgba(72, 143, 255, 0.955);
background-color: rgba(61, 115, 228, 0.955);
color: rgba(255, 255, 255, 0.85) !important;
}
@ -914,12 +914,12 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.osd-window .level {
height: 8px;
border-radius: 0;
background-color: rgba(14, 107, 255, 0.3);
background-color: rgba(0, 70, 219, 0.3);
color: rgba(0, 0, 0, 0.87);
}
.osd-window .level-bar {
background-color: #0e6bff;
background-color: #0046DB;
border-radius: 0;
}
@ -964,7 +964,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.switcher-list .item-box:selected {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -1000,7 +1000,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Window Cycler */
.cycler-highlight {
border: 4px solid #0e6bff;
border: 4px solid #0046DB;
}
/* Workspace Switcher */
@ -1018,7 +1018,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
background-size: 32px;
border-radius: 8px;
@ -1136,7 +1136,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
text-shadow: 0 1px rgba(0, 0, 0, 0.45);
box-shadow: none;
@ -1419,7 +1419,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
.calendar-day-base:selected {
color: rgba(255, 255, 255, 0.85);
background-color: #0e6bff;
background-color: #0046DB;
border-color: transparent;
}
@ -1459,7 +1459,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.calendar-day-with-events {
color: #0e6bff;
color: #0046DB;
font-weight: normal;
text-decoration: underline;
background-image: none;
@ -1753,7 +1753,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.nm-dialog-item:selected {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2045,7 +2045,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 5px;
height: 5px;
border-radius: 3px;
background-color: #0e6bff;
background-color: #0046DB;
margin-bottom: 0;
}
@ -2142,7 +2142,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.workspace-thumbnail-indicator {
border: 0 solid #0e6bff;
border: 0 solid #0046DB;
border-width: 2px;
padding: 6px;
border-radius: 2px;
@ -2168,7 +2168,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* NOTIFICATIONS & MESSAGE TRAY */
.url-highlighter {
link-color: #0e6bff;
link-color: #0046DB;
}
.notification-banner {
@ -2244,9 +2244,9 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
width: 1.6em;
-shell-counter-overlap-x: 3px;
-shell-counter-overlap-y: 3px;
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
border: 2px solid #0e6bff;
border: 2px solid #0046DB;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
border-radius: 0.9em;
}
@ -2359,7 +2359,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* Eeeky things */
.magnifier-zoom-region {
border: 2px solid #0e6bff;
border: 2px solid #0046DB;
}
.magnifier-zoom-region.full-screen {
@ -2474,7 +2474,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.candidate-box:selected {
background-color: #0e6bff;
background-color: #0046DB;
color: rgba(255, 255, 255, 0.85);
}
@ -2543,8 +2543,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.login-dialog StEntry:focus {
border: 1px solid #5b9aff;
box-shadow: 0 0 0 2px #5b9aff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
}
.login-dialog StEntry:insensitive {
@ -2928,16 +2928,16 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.lg-dialog StEntry {
selection-background-color: #0e6bff;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
}
.lg-dialog .shell-link {
color: #0e6bff;
color: #0046DB;
}
.lg-dialog .shell-link:hover {
color: #0e6bff;
color: #0046DB;
}
.lg-completions-text {
@ -3240,7 +3240,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
/* GPaste */
.popup-menu .search-entry {
color: rgba(0, 0, 0, 0.87);
selection-background-color: #0e6bff;
selection-background-color: #0046DB;
selected-color: rgba(255, 255, 255, 0.85);
background-color: #fafafa;
border-radius: 5px;
@ -3249,8 +3249,8 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
}
.popup-menu .search-entry:focus {
border: 1px solid #5b9aff;
box-shadow: 0 0 0 2px #5b9aff;
border: 1px solid #296dff;
box-shadow: 0 0 0 2px #296dff;
color: rgba(0, 0, 0, 0.87);
}

View File

@ -47,7 +47,7 @@ $inverse_bg_color: rgba($inverse_fg_color, 0.13);
// Misc colors
$primary_color: if($variant == 'light', #0e6bff, #0062FF);
$primary_color: if($variant == 'light', #0046DB, #0046DB);
$alt_primary_color: if($variant == 'light', #0e6bff, #0062FF);
$accent_color: if($variant == 'light', #0e6bff, #0062FF);

View File

@ -51,7 +51,7 @@
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#0e6bff;stop-opacity:1;"
style="stop-color:#0046DB;stop-opacity:1;"
offset="0"
id="stop5012" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 246 KiB

After

Width:  |  Height:  |  Size: 246 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 362 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 296 B

After

Width:  |  Height:  |  Size: 296 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 B

After

Width:  |  Height:  |  Size: 315 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 B

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 B

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 B

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 354 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 357 B

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 390 B

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

View File

@ -111,7 +111,7 @@
id="selected_bg_color"
osb:paint="solid">
<stop
style="stop-color:#0e6bff;stop-opacity:1;"
style="stop-color:#0046DB;stop-opacity:1;"
offset="0"
id="stop5012" />
</linearGradient>

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

After

Width:  |  Height:  |  Size: 360 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 330 B

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 364 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 266 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B

After

Width:  |  Height:  |  Size: 381 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

After

Width:  |  Height:  |  Size: 257 B

View File

@ -694,7 +694,7 @@ style "menu" {
style "menu_item"
{
xthickness = 4
ythickness = 1
ythickness = 2
# HACK: Gtk doesn't actually read this value
# while rendering the menu items, but Libreoffice

View File

@ -45,7 +45,7 @@ style "menubar-borderless" {
style "menubar_item" {
xthickness = 2
ythickness = 2
ythickness = 4
fg[PRELIGHT] = @selected_fg_color

View File

@ -75,7 +75,7 @@
}
.gtkstyle-fallback:selected {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -112,8 +112,8 @@ textview border {
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {
border: 1px solid #004ecc;
background-color: rgba(0, 78, 204, 0.2);
border: 1px solid #0036a8;
background-color: rgba(0, 54, 168, 0.2);
}
flowbox flowboxchild {
@ -132,7 +132,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.dim-label, label.separator, popover label.separator,
@ -154,7 +154,7 @@ assistant .sidebar label {
}
assistant .sidebar label.highlight {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -326,7 +326,7 @@ entry:drop(active):focus, entry:drop(active) {
.osd entry:focus {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
.osd entry:disabled {
@ -335,7 +335,7 @@ entry:drop(active):focus, entry:drop(active) {
}
.osd entry selection:focus, .osd entry selection {
color: #0062FF;
color: #0046DB;
background-color: #ffffff;
}
@ -343,7 +343,7 @@ entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #0062FF;
border-color: #0046DB;
border-style: solid;
background-image: none;
background-color: transparent;
@ -365,14 +365,14 @@ treeview entry.flat, treeview .raven .raven-background spinbutton:not(.vertical)
}
treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:not(.vertical), .raven .raven-background treeview spinbutton:focus:not(.vertical), treeview entry:focus {
border-color: #0062FF;
border-color: #0046DB;
}
.entry-tag {
margin: 8px;
border-radius: 3px;
box-shadow: none;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border: none;
}
@ -407,10 +407,10 @@ treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:no
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#0062FF), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#0046DB), to(transparent));
}
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0062FF), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0046DB), to(transparent));
}
}
@ -516,8 +516,8 @@ button:disabled label, button:disabled {
}
button:disabled:active, button:disabled:checked {
border-color: rgba(0, 98, 255, 0.75);
background-color: rgba(0, 98, 255, 0.75);
border-color: rgba(0, 70, 219, 0.75);
background-color: rgba(0, 70, 219, 0.75);
box-shadow: none;
opacity: 0.6;
}
@ -581,13 +581,13 @@ button.osd.image-button {
}
button.osd:hover {
color: #0062FF;
color: #0046DB;
}
button.osd:active, button.osd:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
button.osd:disabled {
@ -612,7 +612,7 @@ button.osd:disabled {
background-clip: padding-box;
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
.osd button:disabled {
@ -645,7 +645,7 @@ button.osd:disabled {
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.budgie-menu-launcher:active, .osd .budgie-panel #tasklist-button:active, .budgie-panel .osd #tasklist-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked, .osd button.budgie-menu-launcher:checked, .osd .budgie-panel #tasklist-button:checked, .budgie-panel .osd #tasklist-button:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@ -788,7 +788,7 @@ button.destructive-action:disabled label, button.destructive-action:disabled {
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0062FF), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0046DB), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px;
@ -1153,7 +1153,7 @@ modelbutton.flat arrow.right {
}
*:selected *:link:visited, *:selected button:visited:link, *:selected button:visited {
color: #99c0ff;
color: #99b5f1;
}
*:link:hover, button:hover:link, button:hover:visited {
@ -1161,7 +1161,7 @@ modelbutton.flat arrow.right {
}
*:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
color: #e6efff;
color: #e6edfb;
}
*:link:active, button:active:link, button:active:visited {
@ -1169,14 +1169,14 @@ modelbutton.flat arrow.right {
}
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #cce0ff;
color: #ccdaf8;
}
infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
color: #cce0ff;
color: #ccdaf8;
}
button:link > label, button:visited > label {
@ -1280,7 +1280,7 @@ combobox arrow {
border-radius: 0 5px 5px 0;
color: #ffffff;
border: 1px solid #686868;
background-color: #0062FF;
background-color: #0046DB;
background-image: linear-gradient(180deg, #686868 0%, #686868 100%);
}
@ -1631,7 +1631,7 @@ headerbar entry:focus, .nemo-window .primary-toolbar entry:focus {
}
headerbar entry:focus image, .nemo-window .primary-toolbar entry:focus image {
color: #0062FF;
color: #0046DB;
}
headerbar entry:disabled, .nemo-window .primary-toolbar entry:disabled {
@ -1640,12 +1640,12 @@ headerbar entry:disabled, .nemo-window .primary-toolbar entry:disabled {
}
headerbar entry selection:focus, .nemo-window .primary-toolbar entry selection:focus {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
headerbar entry progress, .nemo-window .primary-toolbar entry progress {
border-color: #0062FF;
border-color: #0046DB;
background-image: none;
background-color: transparent;
}
@ -2143,12 +2143,12 @@ treeview.view {
}
treeview.view acceleditor > label {
background-color: #0062FF;
background-color: #0046DB;
}
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #80b1ff;
border-left-color: #80a3ed;
border-top-color: rgba(222, 222, 222, 0.1);
}
@ -2157,7 +2157,7 @@ treeview.view:disabled {
}
treeview.view:disabled:selected {
color: #66a1ff;
color: #6690e9;
}
treeview.view.separator {
@ -2168,7 +2168,7 @@ treeview.view.separator {
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: #6fa0ef;
border-color: #6f92dd;
}
treeview.view:drop(active).after {
@ -2193,7 +2193,7 @@ treeview.view.expander:hover {
}
treeview.view.expander:selected {
color: #b3d0ff;
color: #b3c8f4;
}
treeview.view.expander:selected:hover {
@ -2207,11 +2207,11 @@ treeview.view.expander:checked {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 5px;
background-color: #0062FF;
background-color: #0046DB;
}
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #0062FF;
color: #0046DB;
box-shadow: none;
background-color: #ffffff;
}
@ -2244,7 +2244,7 @@ treeview.view header button {
}
treeview.view header button:hover {
color: #0062FF;
color: #0046DB;
}
treeview.view header button:active {
@ -2277,7 +2277,7 @@ treeview.view header.button.dnd:active {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 0;
border-style: none;
}
@ -2306,7 +2306,7 @@ menubar > menuitem,
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
}
@ -2357,9 +2357,9 @@ menu menuitem:hover,
.menu menuitem:hover {
transition: none;
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
border-bottom: 1px solid #004ecc;
border-bottom: 1px solid #0036a8;
}
menu menuitem:hover arrow,
@ -2439,7 +2439,7 @@ menu > arrow.top,
menu > arrow.bottom,
.menu > arrow.bottom {
margin: 0 0 -16px 0;
margin: 0 0 -18px 0;
border-radius: 0 0 6px 6px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
@ -3245,7 +3245,7 @@ scale trough:disabled {
}
.osd scale trough highlight {
background-color: #0062FF;
background-color: #0046DB;
}
menuitem:hover scale trough,
@ -3263,7 +3263,7 @@ infobar scale trough highlight {
menuitem:hover scale trough highlight:disabled,
row:selected scale trough highlight:disabled,
infobar scale trough highlight:disabled {
background-color: #8cb8ff;
background-color: #8cacef;
}
menuitem:hover scale trough:disabled,
@ -3274,16 +3274,16 @@ infobar scale trough:disabled {
scale highlight {
border-radius: 5px;
background-color: #0062FF;
background-color: #0046DB;
}
scale highlight:disabled {
background-color: rgba(0, 98, 255, 0.55);
background-color: rgba(0, 70, 219, 0.55);
}
scale fill {
border-radius: 5px;
background-color: rgba(0, 98, 255, 0.5);
background-color: rgba(0, 70, 219, 0.5);
}
scale fill:disabled {
@ -3328,22 +3328,22 @@ infobar scale slider {
menuitem:hover scale slider:hover,
row:selected scale slider:hover,
infobar scale slider:hover {
background-color: #d9e7ff;
border-color: #d9e7ff;
background-color: #d9e3fa;
border-color: #d9e3fa;
}
menuitem:hover scale slider:active,
row:selected scale slider:active,
infobar scale slider:active {
background-color: #80b1ff;
border-color: #80b1ff;
background-color: #80a3ed;
border-color: #80a3ed;
}
menuitem:hover scale slider:disabled,
row:selected scale slider:disabled,
infobar scale slider:disabled {
background-color: #8cb8ff;
border-color: #8cb8ff;
background-color: #8cacef;
border-color: #8cacef;
}
.osd scale slider {
@ -3753,7 +3753,7 @@ progressbar.osd trough {
}
progressbar progress {
background-color: #0062FF;
background-color: #0046DB;
border: none;
border-radius: 5px;
box-shadow: none;
@ -3801,8 +3801,8 @@ levelbar.vertical.discrete block {
}
levelbar block:not(.empty) {
border: 1px solid #0062FF;
background-color: #0062FF;
border: 1px solid #0046DB;
background-color: #0046DB;
border-radius: 5px;
}
@ -3812,8 +3812,8 @@ levelbar block.low {
}
levelbar block.high {
border-color: #0062FF;
background-color: #0062FF;
border-color: #0046DB;
background-color: #0046DB;
}
levelbar block.full {
@ -3855,7 +3855,7 @@ scrolledwindow viewport.frame {
}
scrolledwindow overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center top;
@ -3865,7 +3865,7 @@ scrolledwindow overshoot.top {
}
scrolledwindow overshoot.bottom {
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center bottom;
@ -3875,7 +3875,7 @@ scrolledwindow overshoot.bottom {
}
scrolledwindow overshoot.left {
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: left center;
@ -3885,7 +3885,7 @@ scrolledwindow overshoot.left {
}
scrolledwindow overshoot.right {
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: right center;
@ -3988,7 +3988,7 @@ row.activatable:selected:active, .budgie-menu button:selected:active {
}
row.activatable:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, row.activatable:selected:hover, .budgie-menu button:selected:hover {
background-color: #0058e6;
background-color: #003fc5;
}
.app-notification {
@ -4251,7 +4251,7 @@ placessidebar row.sidebar-placeholder-row {
}
placessidebar row.sidebar-new-bookmark-row {
color: #0062FF;
color: #0046DB;
}
placessidebar row:drop(active):not(:disabled) {
@ -4295,7 +4295,7 @@ paned > separator {
}
paned > separator:selected {
background-image: linear-gradient(to bottom, #0062FF, #0062FF);
background-image: linear-gradient(to bottom, #0046DB, #0046DB);
}
paned > separator.wide {
@ -4348,13 +4348,13 @@ infobar {
}
infobar.info, infobar.question, infobar.warning, infobar.error {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
caret-color: currentColor;
}
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
color: #0062FF;
color: #0046DB;
background-color: #ffffff;
}
@ -4401,7 +4401,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but
}
headerbar.selection-mode button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, headerbar.selection-mode button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #0062FF;
color: #0046DB;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4);
}
@ -4846,7 +4846,7 @@ textview text:selected:focus, .view text selection:focus, iconview text selectio
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus,
#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .budgie-menu button:checked {
background-color: #0062FF;
background-color: #0046DB;
}
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
@ -4863,7 +4863,7 @@ textview text:disabled:selected, iconview text:disabled:selected:focus,
textview text:disabled:selected:focus, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected,
#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled, .budgie-menu button:disabled:checked {
color: #80b1ff;
color: #80a3ed;
}
/*********
@ -4955,7 +4955,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .budgie-notification .nautilus-canvas-item.notification-body:selected:focus, .budgie-switcher .nautilus-canvas-item.notification-body:selected:focus,
.nautilus-list-dim-label:selected,
.nautilus-list-dim-label:selected:focus {
color: #cce0ff;
color: #ccdaf8;
}
.nautilus-window searchbar {
@ -4992,8 +4992,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
}
.disk-space-display.used {
background-color: rgba(0, 98, 255, 0.8);
border-color: rgba(0, 78, 204, 0.8);
background-color: rgba(0, 70, 219, 0.8);
border-color: rgba(0, 54, 168, 0.8);
}
.disk-space-display.free {
@ -5039,12 +5039,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.nautilus-window .floating-bar {
padding: 1px;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border-radius: 3px 0 4px 0;
}
@ -5115,7 +5115,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
color: rgba(225, 219, 219, 0.8);
background-color: #1e1e1e;
box-shadow: inset 0 -2px #3381ff;
box-shadow: inset 0 -2px #0f5cff;
}
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@ -5149,7 +5149,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.open-document-selector-name-label {
@ -5284,7 +5284,7 @@ workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.t
}
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #0062FF;
border-top-color: #0046DB;
}
layouttab {
@ -5302,7 +5302,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 3px;
}
@ -5470,27 +5470,27 @@ 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 .budgie-menu button.event.compressed-row.popover-activated-row, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row.popover-activated-row {
background-image: image(#0062FF);
background-image: image(#0046DB);
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 .budgie-menu button.event.compressed-row-header, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header {
background-image: image(#242424);
color: #0062FF;
color: #0046DB;
}
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 .budgie-menu button.event.compressed-row-header:hover, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:hover {
background-image: image(#22272f);
background-image: image(#22262d);
}
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 .budgie-menu button.event.compressed-row-header:active, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.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 .budgie-menu button.event.compressed-row-header:active:focus, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:active:focus {
background-image: image(#202a3a);
color: #0062FF;
background-image: image(#202736);
color: #0046DB;
animation: none;
}
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 .budgie-menu button.event.compressed-row-header label.compressed-entries-label, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header label.compressed-entries-label {
background-image: image(#0062FF);
background-image: image(#0046DB);
color: #ffffff;
transition-duration: 0s;
}
@ -5505,7 +5505,7 @@ button.documents-load-more {
}
.documents-icon-bg {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border-radius: 2px;
}
@ -5517,12 +5517,12 @@ button.documents-load-more {
button.documents-favorite:active,
button.documents-favorite:active:hover {
color: #66a1ff;
color: #427eff;
}
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #0062FF;
background: #0046DB;
border-radius: 3px;
border-width: 0;
margin: 2px;
@ -5531,12 +5531,12 @@ button.documents-favorite:active:hover {
.documents-entry-tag:hover, .photos-entry-tag:hover {
color: #ffffff;
background: #146fff;
background: #004def;
}
.documents-entry-tag:active, .photos-entry-tag:active {
color: #ffffff;
background: #005aeb;
background: #003fc7;
}
.documents-entry-tag.button, .button.photos-entry-tag {
@ -5619,8 +5619,8 @@ dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) {
#gf-candidate-popup levelbar block.low,
#gf-candidate-popup levelbar block.high,
#gf-candidate-popup levelbar block.full {
background-color: #0062FF;
border-color: #0062FF;
background-color: #0046DB;
border-color: #0046DB;
}
#gf-bubble levelbar block.empty,
@ -5644,7 +5644,7 @@ dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) {
#gf-input-source:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 2px;
}
@ -5654,7 +5654,7 @@ gf-candidate-box label {
gf-candidate-box:hover, gf-candidate-box:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 2px;
}
@ -5956,7 +5956,7 @@ MsdOsdWindow.background.osd {
}
MsdOsdWindow.background.osd .progressbar {
background-color: #0062FF;
background-color: #0046DB;
border: none;
border-color: red;
border-radius: 5px;
@ -6008,8 +6008,8 @@ panel-toplevel.background .wnck-pager:hover {
.mate-panel-menu-bar .wnck-pager:selected,
panel-toplevel.background .wnck-pager:selected {
color: #66a1ff;
background-color: #0062FF;
color: #427eff;
background-color: #0046DB;
}
.mate-panel-menu-bar na-tray-applet,
@ -6039,7 +6039,7 @@ panel-toplevel.background na-tray-applet {
#tasklist-button:checked {
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #0062FF;
box-shadow: inset 0 -2px #0046DB;
}
.mate-panel-menu-bar button:not(#tasklist-button),
@ -6061,7 +6061,7 @@ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.pane
panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked, .xfce4-panel.panel button.budgie-menu-launcher:checked, .xfce4-panel.panel .budgie-panel #tasklist-button:checked, .budgie-panel .xfce4-panel.panel #tasklist-button:checked {
color: #ffffff;
border: none;
background-color: #0062FF;
background-color: #0046DB;
}
.mate-panel-menu-bar button:active:not(#tasklist-button) label,
@ -6122,7 +6122,7 @@ panel-toplevel.background button:checked:not(#tasklist-button) image, .xfce4-pan
}
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #0062FF;
color: #0046DB;
}
.gala-notification {
@ -6490,7 +6490,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #0062FF;
-UnityDecoration-glow-color: #0046DB;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0;
@ -6533,7 +6533,7 @@ UnityPanelWidget:backdrop,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #0062FF, #0062FF);
background-image: linear-gradient(to bottom, #0046DB, #0046DB);
border-bottom: none;
}
@ -6636,8 +6636,8 @@ UnityPanelWidget:backdrop,
}
.overlay-bar {
background-color: #0062FF;
border-color: #0062FF;
background-color: #0046DB;
border-color: #0046DB;
border-radius: 2px;
padding: 3px 6px;
margin: 3px;
@ -6714,7 +6714,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.source-list scrollbar,
@ -6731,7 +6731,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -6743,7 +6743,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #0062FF;
color: #0046DB;
}
.source-list.category-expander {
@ -6937,7 +6937,7 @@ GtkListBox .h4 {
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
#buttonbox_frame button:disabled {
@ -7118,7 +7118,7 @@ filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #0062FF;
color: #0046DB;
}
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
@ -7171,7 +7171,7 @@ filechooser.maximized placessidebar.sidebar,
}
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -7249,7 +7249,7 @@ filechooser actionbar label, filechooser actionbar combobox {
.gedit-document-panel row:active {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.gedit-document-panel row:active button {
@ -7258,7 +7258,7 @@ filechooser actionbar label, filechooser actionbar combobox {
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.gedit-document-panel row:hover:not(:selected) button:active {
@ -7280,7 +7280,7 @@ filechooser actionbar button {
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
filechooser actionbar button:disabled {
@ -7302,7 +7302,7 @@ filechooser actionbar entry image, filechooser actionbar entry image:hover {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
filechooser actionbar entry:disabled {
@ -7351,13 +7351,13 @@ filechooser placessidebar.sidebar scrollbar trough,
@define-color theme_text_color #dedede;
@define-color theme_bg_color #333333;
@define-color theme_base_color #242424;
@define-color theme_selected_bg_color #0062FF;
@define-color theme_selected_bg_color #0046DB;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #dedede;
@define-color text_color #dedede;
@define-color bg_color #333333;
@define-color base_color #242424;
@define-color selected_bg_color #0062FF;
@define-color selected_bg_color #0046DB;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #383838;
@define-color insensitive_fg_color alpha(#dedede, 0.5);
@ -7637,7 +7637,7 @@ filechooser placessidebar.sidebar scrollbar trough,
}
.budgie-menu button:checked:disabled {
background-color: #0062FF;
background-color: #0046DB;
}
.budgie-menu row {
@ -7758,7 +7758,7 @@ popover.background.places-menu row {
.budgie-panel menubar > menuitem:hover,
.budgie-panel .menubar > menuitem:hover {
background-color: #0062FF;
background-color: #0046DB;
}
.budgie-panel menubar > menuitem:disabled,
@ -7965,7 +7965,7 @@ frame.raven-frame > border {
.raven .raven-header.top + .raven-background {
border-style: none;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -7993,7 +7993,7 @@ calendar.raven-calendar {
calendar.raven-calendar:selected {
border-radius: 3px;
background-color: #0062FF;
background-color: #0046DB;
}
.raven-mpris {

View File

@ -75,7 +75,7 @@
}
.gtkstyle-fallback:selected {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -112,8 +112,8 @@ textview border {
rubberband, flowbox rubberband, treeview.view rubberband, .content-view rubberband,
.rubberband {
border: 1px solid #004ecc;
background-color: rgba(0, 78, 204, 0.2);
border: 1px solid #0036a8;
background-color: rgba(0, 54, 168, 0.2);
}
flowbox flowboxchild {
@ -132,7 +132,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.dim-label, label.separator, popover label.separator,
@ -154,7 +154,7 @@ assistant .sidebar label {
}
assistant .sidebar label.highlight {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -326,7 +326,7 @@ entry:drop(active):focus, entry:drop(active) {
.osd entry:focus {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
.osd entry:disabled {
@ -335,7 +335,7 @@ entry:drop(active):focus, entry:drop(active) {
}
.osd entry selection:focus, .osd entry selection {
color: #0062FF;
color: #0046DB;
background-color: #ffffff;
}
@ -343,7 +343,7 @@ entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #0062FF;
border-color: #0046DB;
border-style: solid;
background-image: none;
background-color: transparent;
@ -365,14 +365,14 @@ treeview entry.flat, treeview .raven .raven-background spinbutton:not(.vertical)
}
treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:not(.vertical), .raven .raven-background treeview spinbutton:focus:not(.vertical), treeview entry:focus {
border-color: #0062FF;
border-color: #0046DB;
}
.entry-tag {
margin: 8px;
border-radius: 3px;
box-shadow: none;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border: none;
}
@ -407,10 +407,10 @@ treeview entry.flat:focus, treeview .raven .raven-background spinbutton:focus:no
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#0062FF), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#0046DB), to(transparent));
}
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0062FF), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0046DB), to(transparent));
}
}
@ -516,8 +516,8 @@ button:disabled label, button:disabled {
}
button:disabled:active, button:disabled:checked {
border-color: rgba(0, 98, 255, 0.75);
background-color: rgba(0, 98, 255, 0.75);
border-color: rgba(0, 70, 219, 0.75);
background-color: rgba(0, 70, 219, 0.75);
box-shadow: none;
opacity: 0.6;
}
@ -581,13 +581,13 @@ button.osd.image-button {
}
button.osd:hover {
color: #0062FF;
color: #0046DB;
}
button.osd:active, button.osd:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
button.osd:disabled {
@ -612,7 +612,7 @@ button.osd:disabled {
background-clip: padding-box;
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
.osd button:disabled {
@ -645,7 +645,7 @@ button.osd:disabled {
.osd button.flat:active, .osd button.sidebar-button:active, .osd button.budgie-menu-launcher:active, .osd .budgie-panel #tasklist-button:active, .budgie-panel .osd #tasklist-button:active, .osd button.flat:checked, .osd button.sidebar-button:checked, .osd button.budgie-menu-launcher:checked, .osd .budgie-panel #tasklist-button:checked, .budgie-panel .osd #tasklist-button:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
@ -788,7 +788,7 @@ button.destructive-action:disabled label, button.destructive-action:disabled {
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > image, button stacksidebar row.needs-attention > label, stacksidebar button row.needs-attention > label {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0062FF), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#0046DB), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px;
@ -1153,7 +1153,7 @@ modelbutton.flat arrow.right {
}
*:selected *:link:visited, *:selected button:visited:link, *:selected button:visited {
color: #99c0ff;
color: #99b5f1;
}
*:link:hover, button:hover:link, button:hover:visited {
@ -1161,7 +1161,7 @@ modelbutton.flat arrow.right {
}
*:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited {
color: #e6efff;
color: #e6edfb;
}
*:link:active, button:active:link, button:active:visited {
@ -1169,14 +1169,14 @@ modelbutton.flat arrow.right {
}
*:selected *:link:active, *:selected button:active:link, *:selected button:active:visited {
color: #cce0ff;
color: #ccdaf8;
}
infobar.info *:link, infobar.info button:link, infobar.info button:visited, infobar.question *:link, infobar.question button:link, infobar.question button:visited, infobar.warning *:link, infobar.warning button:link, infobar.warning button:visited, infobar.error *:link, infobar.error button:link, infobar.error button:visited, *:link:selected, button:selected:link, button:selected:visited, headerbar.selection-mode .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
*:selected *:link,
*:selected button:link,
*:selected button:visited {
color: #cce0ff;
color: #ccdaf8;
}
button:link > label, button:visited > label {
@ -1280,7 +1280,7 @@ combobox arrow {
border-radius: 0 5px 5px 0;
color: #ffffff;
border: 1px solid #686868;
background-color: #0062FF;
background-color: #0046DB;
background-image: linear-gradient(180deg, #686868 0%, #686868 100%);
}
@ -1631,7 +1631,7 @@ headerbar entry:focus, .nemo-window .primary-toolbar entry:focus {
}
headerbar entry:focus image, .nemo-window .primary-toolbar entry:focus image {
color: #0062FF;
color: #0046DB;
}
headerbar entry:disabled, .nemo-window .primary-toolbar entry:disabled {
@ -1640,12 +1640,12 @@ headerbar entry:disabled, .nemo-window .primary-toolbar entry:disabled {
}
headerbar entry selection:focus, .nemo-window .primary-toolbar entry selection:focus {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
headerbar entry progress, .nemo-window .primary-toolbar entry progress {
border-color: #0062FF;
border-color: #0046DB;
background-image: none;
background-color: transparent;
}
@ -2143,12 +2143,12 @@ treeview.view {
}
treeview.view acceleditor > label {
background-color: #0062FF;
background-color: #0046DB;
}
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #80b1ff;
border-left-color: #80a3ed;
border-top-color: rgba(222, 222, 222, 0.1);
}
@ -2157,7 +2157,7 @@ treeview.view:disabled {
}
treeview.view:disabled:selected {
color: #66a1ff;
color: #6690e9;
}
treeview.view.separator {
@ -2168,7 +2168,7 @@ treeview.view.separator {
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: #6fa0ef;
border-color: #6f92dd;
}
treeview.view:drop(active).after {
@ -2193,7 +2193,7 @@ treeview.view.expander:hover {
}
treeview.view.expander:selected {
color: #b3d0ff;
color: #b3c8f4;
}
treeview.view.expander:selected:hover {
@ -2207,11 +2207,11 @@ treeview.view.expander:checked {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 5px;
background-color: #0062FF;
background-color: #0046DB;
}
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #0062FF;
color: #0046DB;
box-shadow: none;
background-color: #ffffff;
}
@ -2244,7 +2244,7 @@ treeview.view header button {
}
treeview.view header button:hover {
color: #0062FF;
color: #0046DB;
}
treeview.view header button:active {
@ -2277,7 +2277,7 @@ treeview.view header.button.dnd:active {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 0;
border-style: none;
}
@ -2306,7 +2306,7 @@ menubar > menuitem,
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
}
@ -2357,9 +2357,9 @@ menu menuitem:hover,
.menu menuitem:hover {
transition: none;
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
text-shadow: 0 -1px rgba(255, 255, 255, 0.04), -1px 0px rgba(32, 32, 32, 0.05), 1px 0px rgba(32, 32, 32, 0.05), 0px 1px rgba(32, 32, 32, 0.3), 0px 2px rgba(32, 32, 32, 0.05);
border-bottom: 1px solid #004ecc;
border-bottom: 1px solid #0036a8;
}
menu menuitem:hover arrow,
@ -2439,7 +2439,7 @@ menu > arrow.top,
menu > arrow.bottom,
.menu > arrow.bottom {
margin: 0 0 -16px 0;
margin: 0 0 -18px 0;
border-radius: 0 0 6px 6px;
border-top: 1px solid rgba(255, 255, 255, 0.12);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
@ -3245,7 +3245,7 @@ scale trough:disabled {
}
.osd scale trough highlight {
background-color: #0062FF;
background-color: #0046DB;
}
menuitem:hover scale trough,
@ -3263,7 +3263,7 @@ infobar scale trough highlight {
menuitem:hover scale trough highlight:disabled,
row:selected scale trough highlight:disabled,
infobar scale trough highlight:disabled {
background-color: #8cb8ff;
background-color: #8cacef;
}
menuitem:hover scale trough:disabled,
@ -3274,16 +3274,16 @@ infobar scale trough:disabled {
scale highlight {
border-radius: 5px;
background-color: #0062FF;
background-color: #0046DB;
}
scale highlight:disabled {
background-color: rgba(0, 98, 255, 0.55);
background-color: rgba(0, 70, 219, 0.55);
}
scale fill {
border-radius: 5px;
background-color: rgba(0, 98, 255, 0.5);
background-color: rgba(0, 70, 219, 0.5);
}
scale fill:disabled {
@ -3328,22 +3328,22 @@ infobar scale slider {
menuitem:hover scale slider:hover,
row:selected scale slider:hover,
infobar scale slider:hover {
background-color: #d9e7ff;
border-color: #d9e7ff;
background-color: #d9e3fa;
border-color: #d9e3fa;
}
menuitem:hover scale slider:active,
row:selected scale slider:active,
infobar scale slider:active {
background-color: #80b1ff;
border-color: #80b1ff;
background-color: #80a3ed;
border-color: #80a3ed;
}
menuitem:hover scale slider:disabled,
row:selected scale slider:disabled,
infobar scale slider:disabled {
background-color: #8cb8ff;
border-color: #8cb8ff;
background-color: #8cacef;
border-color: #8cacef;
}
.osd scale slider {
@ -3753,7 +3753,7 @@ progressbar.osd trough {
}
progressbar progress {
background-color: #0062FF;
background-color: #0046DB;
border: none;
border-radius: 5px;
box-shadow: none;
@ -3801,8 +3801,8 @@ levelbar.vertical.discrete block {
}
levelbar block:not(.empty) {
border: 1px solid #0062FF;
background-color: #0062FF;
border: 1px solid #0046DB;
background-color: #0046DB;
border-radius: 5px;
}
@ -3812,8 +3812,8 @@ levelbar block.low {
}
levelbar block.high {
border-color: #0062FF;
background-color: #0062FF;
border-color: #0046DB;
background-color: #0046DB;
}
levelbar block.full {
@ -3855,7 +3855,7 @@ scrolledwindow viewport.frame {
}
scrolledwindow overshoot.top {
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, center top, 0, center top, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center top;
@ -3865,7 +3865,7 @@ scrolledwindow overshoot.top {
}
scrolledwindow overshoot.bottom {
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, center bottom, 0, center bottom, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: center bottom;
@ -3875,7 +3875,7 @@ scrolledwindow overshoot.bottom {
}
scrolledwindow overshoot.left {
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, left center, 0, left center, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: left center;
@ -3885,7 +3885,7 @@ scrolledwindow overshoot.left {
}
scrolledwindow overshoot.right {
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(0, 98, 255, 0.2)), to(rgba(0, 98, 255, 0)));
background-image: -gtk-gradient(radial, right center, 0, right center, 0.6, from(rgba(0, 70, 219, 0.2)), to(rgba(0, 70, 219, 0)));
background-size: 60% 100%;
background-repeat: no-repeat;
background-position: right center;
@ -3988,7 +3988,7 @@ row.activatable:selected:active, .budgie-menu button:selected:active {
}
row.activatable:selected.has-open-popup, .budgie-menu button:selected.has-open-popup, row.activatable:selected:hover, .budgie-menu button:selected:hover {
background-color: #0058e6;
background-color: #003fc5;
}
.app-notification {
@ -4251,7 +4251,7 @@ placessidebar row.sidebar-placeholder-row {
}
placessidebar row.sidebar-new-bookmark-row {
color: #0062FF;
color: #0046DB;
}
placessidebar row:drop(active):not(:disabled) {
@ -4295,7 +4295,7 @@ paned > separator {
}
paned > separator:selected {
background-image: linear-gradient(to bottom, #0062FF, #0062FF);
background-image: linear-gradient(to bottom, #0046DB, #0046DB);
}
paned > separator.wide {
@ -4348,13 +4348,13 @@ infobar {
}
infobar.info, infobar.question, infobar.warning, infobar.error {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
caret-color: currentColor;
}
infobar.info selection, infobar.question selection, infobar.warning selection, infobar.error selection {
color: #0062FF;
color: #0046DB;
background-color: #ffffff;
}
@ -4401,7 +4401,7 @@ row:selected button:disabled, infobar.info button:disabled, infobar.question but
}
headerbar.selection-mode button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, headerbar.selection-mode button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, row:selected button:disabled:active, infobar.info button:disabled:active, infobar.question button:disabled:active, infobar.warning button:disabled:active, infobar.error button:disabled:active, .nautilus-window .floating-bar button:disabled:active, headerbar.selection-mode button:disabled:checked, .nemo-window .selection-mode.primary-toolbar button:disabled:checked, headerbar.selection-mode button:disabled:active, .nemo-window .selection-mode.primary-toolbar button:disabled:active, row:selected button:disabled:checked, infobar.info button:disabled:checked, infobar.question button:disabled:checked, infobar.warning button:disabled:checked, infobar.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #0062FF;
color: #0046DB;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4);
}
@ -4846,7 +4846,7 @@ textview text:selected:focus, .view text selection:focus, iconview text selectio
textview text selection:focus,
textview text selection, flowbox flowboxchild:selected, entry selection:focus, entry selection, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:selected:focus,
#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection, .budgie-menu button:checked {
background-color: #0062FF;
background-color: #0046DB;
}
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
@ -4863,7 +4863,7 @@ textview text:disabled:selected, iconview text:disabled:selected:focus,
textview text:disabled:selected:focus, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, #MozillaGtkWidget.background > widget > scrolledwindow > textview text:disabled:selected,
#MozillaGtkWidget.background > widget > scrolledwindow > textview text selection:disabled, .budgie-menu button:disabled:checked {
color: #80b1ff;
color: #80a3ed;
}
/*********
@ -4955,7 +4955,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .budgie-notification .nautilus-canvas-item.notification-body:selected, .budgie-switcher .nautilus-canvas-item.notification-body:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .budgie-notification .nautilus-canvas-item.notification-body:selected:focus, .budgie-switcher .nautilus-canvas-item.notification-body:selected:focus,
.nautilus-list-dim-label:selected,
.nautilus-list-dim-label:selected:focus {
color: #cce0ff;
color: #ccdaf8;
}
.nautilus-window searchbar {
@ -4992,8 +4992,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
}
.disk-space-display.used {
background-color: rgba(0, 98, 255, 0.8);
border-color: rgba(0, 78, 204, 0.8);
background-color: rgba(0, 70, 219, 0.8);
border-color: rgba(0, 54, 168, 0.8);
}
.disk-space-display.free {
@ -5039,12 +5039,12 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.conflict-row.activatable:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.nautilus-window .floating-bar {
padding: 1px;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border-radius: 3px 0 4px 0;
}
@ -5115,7 +5115,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
animation: header_ripple_effect 0.3s cubic-bezier(0, 0, 0.2, 1);
color: rgba(225, 219, 219, 0.8);
background-color: rgba(30, 30, 30, 0.98);
box-shadow: inset 0 -2px #3381ff;
box-shadow: inset 0 -2px #0f5cff;
}
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
@ -5149,7 +5149,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.open-document-selector-name-label {
@ -5284,7 +5284,7 @@ workbench.csd > stack.titlebar:not(headerbar) headerbar, workbench.csd > stack.t
}
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #0062FF;
border-top-color: #0046DB;
}
layouttab {
@ -5302,7 +5302,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 3px;
}
@ -5470,27 +5470,27 @@ 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 .budgie-menu button.event.compressed-row.popover-activated-row, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row.popover-activated-row {
background-image: image(#0062FF);
background-image: image(#0046DB);
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 .budgie-menu button.event.compressed-row-header, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header {
background-image: image(#242424);
color: #0062FF;
color: #0046DB;
}
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 .budgie-menu button.event.compressed-row-header:hover, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:hover {
background-image: image(#22272f);
background-image: image(#22262d);
}
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 .budgie-menu button.event.compressed-row-header:active, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.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 .budgie-menu button.event.compressed-row-header:active:focus, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header:active:focus {
background-image: image(#202a3a);
color: #0062FF;
background-image: image(#202736);
color: #0046DB;
animation: none;
}
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 .budgie-menu button.event.compressed-row-header label.compressed-entries-label, .budgie-menu window.background > box.vertical box.horizontal > box.vertical > scrolledwindow > viewport.frame > list button.event.compressed-row-header label.compressed-entries-label {
background-image: image(#0062FF);
background-image: image(#0046DB);
color: #ffffff;
transition-duration: 0s;
}
@ -5505,7 +5505,7 @@ button.documents-load-more {
}
.documents-icon-bg {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border-radius: 2px;
}
@ -5517,12 +5517,12 @@ button.documents-load-more {
button.documents-favorite:active,
button.documents-favorite:active:hover {
color: #66a1ff;
color: #427eff;
}
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #0062FF;
background: #0046DB;
border-radius: 3px;
border-width: 0;
margin: 2px;
@ -5531,12 +5531,12 @@ button.documents-favorite:active:hover {
.documents-entry-tag:hover, .photos-entry-tag:hover {
color: #ffffff;
background: #146fff;
background: #004def;
}
.documents-entry-tag:active, .photos-entry-tag:active {
color: #ffffff;
background: #005aeb;
background: #003fc7;
}
.documents-entry-tag.button, .button.photos-entry-tag {
@ -5619,8 +5619,8 @@ dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) {
#gf-candidate-popup levelbar block.low,
#gf-candidate-popup levelbar block.high,
#gf-candidate-popup levelbar block.full {
background-color: #0062FF;
border-color: #0062FF;
background-color: #0046DB;
border-color: #0046DB;
}
#gf-bubble levelbar block.empty,
@ -5644,7 +5644,7 @@ dialog.background.csd > headerbar.titlebar > label:not(.title):not(.subtitle) {
#gf-input-source:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 2px;
}
@ -5654,7 +5654,7 @@ gf-candidate-box label {
gf-candidate-box:hover, gf-candidate-box:selected {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
border-radius: 2px;
}
@ -5956,7 +5956,7 @@ MsdOsdWindow.background.osd {
}
MsdOsdWindow.background.osd .progressbar {
background-color: #0062FF;
background-color: #0046DB;
border: none;
border-color: red;
border-radius: 5px;
@ -6008,8 +6008,8 @@ panel-toplevel.background .wnck-pager:hover {
.mate-panel-menu-bar .wnck-pager:selected,
panel-toplevel.background .wnck-pager:selected {
color: #66a1ff;
background-color: #0062FF;
color: #427eff;
background-color: #0046DB;
}
.mate-panel-menu-bar na-tray-applet,
@ -6039,7 +6039,7 @@ panel-toplevel.background na-tray-applet {
#tasklist-button:checked {
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #0062FF;
box-shadow: inset 0 -2px #0046DB;
}
.mate-panel-menu-bar button:not(#tasklist-button),
@ -6061,7 +6061,7 @@ panel-toplevel.background button:active:not(#tasklist-button), .xfce4-panel.pane
panel-toplevel.background button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked, .xfce4-panel.panel button.budgie-menu-launcher:checked, .xfce4-panel.panel .budgie-panel #tasklist-button:checked, .budgie-panel .xfce4-panel.panel #tasklist-button:checked {
color: #ffffff;
border: none;
background-color: #0062FF;
background-color: #0046DB;
}
.mate-panel-menu-bar button:active:not(#tasklist-button) label,
@ -6122,7 +6122,7 @@ panel-toplevel.background button:checked:not(#tasklist-button) image, .xfce4-pan
}
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #0062FF;
color: #0046DB;
}
.gala-notification {
@ -6490,7 +6490,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #0062FF;
-UnityDecoration-glow-color: #0046DB;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0;
@ -6533,7 +6533,7 @@ UnityPanelWidget:backdrop,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #0062FF, #0062FF);
background-image: linear-gradient(to bottom, #0046DB, #0046DB);
border-bottom: none;
}
@ -6636,8 +6636,8 @@ UnityPanelWidget:backdrop,
}
.overlay-bar {
background-color: #0062FF;
border-color: #0062FF;
background-color: #0046DB;
border-color: #0046DB;
border-radius: 2px;
padding: 3px 6px;
margin: 3px;
@ -6714,7 +6714,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.source-list scrollbar,
@ -6731,7 +6731,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -6743,7 +6743,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #0062FF;
color: #0046DB;
}
.source-list.category-expander {
@ -6937,7 +6937,7 @@ GtkListBox .h4 {
#buttonbox_frame button:active, #buttonbox_frame button:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
#buttonbox_frame button:disabled {
@ -7118,7 +7118,7 @@ filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #0062FF;
color: #0046DB;
}
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
@ -7171,7 +7171,7 @@ filechooser.maximized placessidebar.sidebar,
}
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -7249,7 +7249,7 @@ filechooser actionbar label, filechooser actionbar combobox {
.gedit-document-panel row:active {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.gedit-document-panel row:active button {
@ -7258,7 +7258,7 @@ filechooser actionbar label, filechooser actionbar combobox {
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #0062FF;
background-color: #0046DB;
}
.gedit-document-panel row:hover:not(:selected) button:active {
@ -7280,7 +7280,7 @@ filechooser actionbar button {
filechooser actionbar button:active, filechooser actionbar button:checked {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
filechooser actionbar button:disabled {
@ -7302,7 +7302,7 @@ filechooser actionbar entry image, filechooser actionbar entry image:hover {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.12);
background-color: #0062FF;
background-color: #0046DB;
}
filechooser actionbar entry:disabled {
@ -7351,13 +7351,13 @@ filechooser placessidebar.sidebar scrollbar trough,
@define-color theme_text_color #dedede;
@define-color theme_bg_color #333333;
@define-color theme_base_color #242424;
@define-color theme_selected_bg_color #0062FF;
@define-color theme_selected_bg_color #0046DB;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #dedede;
@define-color text_color #dedede;
@define-color bg_color #333333;
@define-color base_color #242424;
@define-color selected_bg_color #0062FF;
@define-color selected_bg_color #0046DB;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #383838;
@define-color insensitive_fg_color alpha(#dedede, 0.5);
@ -7637,7 +7637,7 @@ filechooser placessidebar.sidebar scrollbar trough,
}
.budgie-menu button:checked:disabled {
background-color: #0062FF;
background-color: #0046DB;
}
.budgie-menu row {
@ -7758,7 +7758,7 @@ popover.background.places-menu row {
.budgie-panel menubar > menuitem:hover,
.budgie-panel .menubar > menuitem:hover {
background-color: #0062FF;
background-color: #0046DB;
}
.budgie-panel menubar > menuitem:disabled,
@ -7965,7 +7965,7 @@ frame.raven-frame > border {
.raven .raven-header.top + .raven-background {
border-style: none;
background-color: #0062FF;
background-color: #0046DB;
color: #ffffff;
}
@ -7993,7 +7993,7 @@ calendar.raven-calendar {
calendar.raven-calendar:selected {
border-radius: 3px;
background-color: #0062FF;
background-color: #0046DB;
}
.raven-mpris {

View File

@ -2441,7 +2441,7 @@ menu > arrow.top,
menu > arrow.bottom,
.menu > arrow.bottom {
margin: 0 0 -16px 0;
margin: 0 0 -18px 0;
border-radius: 0 0 6px 6px;
border-top: 1px solid rgba(0, 0, 0, 0.11);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");

View File

@ -2441,7 +2441,7 @@ menu > arrow.top,
menu > arrow.bottom,
.menu > arrow.bottom {
margin: 0 0 -16px 0;
margin: 0 0 -18px 0;
border-radius: 0 0 6px 6px;
border-top: 1px solid rgba(0, 0, 0, 0.11);
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");

View File

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #f5f5f5, #333333);
$fg_color: if($variant =='light', #242424, #dedede);
$selected_fg_color: #ffffff;
$selected_bg_color: if($variant == 'light', #0046DB, #0062FF);
$selected_bg_color: if($variant == 'light', #0046DB, #0046DB);
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', rgba(black, 0.11), rgba(white, 0.12));
$highlight: if($variant =='light', rgba(white, 0.75), transparent);