don't use selected_fg_color in weird places

pull/645/head
Horst3180 8 years ago
parent 9c4b802528
commit 06b0911009

@ -22,7 +22,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -34,14 +34,14 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: rgba(211, 218, 227, 0.45);
@ -64,12 +64,12 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #5294E2; }
color: #5294e2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -79,7 +79,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -90,7 +90,7 @@ stage {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -106,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -116,8 +116,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -147,7 +147,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.separator {
-gradient-height: 1px;
@ -161,7 +161,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 4px;
@ -359,7 +359,7 @@ StScrollBar {
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom {
color: #ffffff;
color: white;
font-size: 1em;
padding: 0px; }
@ -401,9 +401,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
spacing: 25px; }
.expo-workspaces-name-entry,
@ -419,20 +419,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #5294E2;
border: 4px solid #5294e2;
background-color: black;
border-radius: 2px; }
@ -605,7 +605,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-other-month-day {
@ -672,11 +672,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 0px solid #5294E2; }
background-color: #5294e2;
border: 0px solid #5294e2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@ -691,7 +691,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
color: #ffffff; }
color: white; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@ -763,15 +763,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@ -866,8 +866,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -978,7 +978,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: #ffffff;
color: white;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@ -989,7 +989,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -1001,7 +1001,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.window-list-box {
spacing: 6px;
@ -1024,9 +1024,9 @@ StScrollBar {
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
color: #ffffff; }
color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
color: #ffffff; }
color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
@ -1122,9 +1122,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@ -1134,7 +1134,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #2d303b;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@ -1156,7 +1156,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #5294E2; }
color: #5294e2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@ -1171,7 +1171,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@ -1195,7 +1195,7 @@ StScrollBar {
transition-duration: 200; }
.panel-launcher:hover {
background-gradient-direction: none;
border: 0px solid #5294E2; }
border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover {
@ -1216,22 +1216,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
color: #ffffff;
color: white;
text-shadow: none;
transition-duration: 100; }
.applet-box:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.applet-label {
font-weight: bold;
color: #ffffff; }
color: white; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
color: #ffffff;
color: white;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@ -1272,7 +1272,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #5294E2;
border: 2px solid #5294e2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@ -1297,7 +1297,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.xkcd-box {
padding: 6px;

@ -22,7 +22,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu #notification .notification-button:hover, .popup-menu #notification .notification-icon-button:hover, .menu-favorites-button:hover, .menu-application-button-selected, .menu-category-button-selected, .sound-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -34,14 +34,14 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu #notification .notification-button:active, .popup-menu #notification .notification-icon-button:active, .sound-button:active, .popup-menu #notification .notification-button:active:focus, .popup-menu #notification .notification-icon-button:active:focus, .sound-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.popup-menu #notification .notification-button:insensitive, .popup-menu #notification .notification-icon-button:insensitive, .sound-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: rgba(92, 97, 108, 0.55);
@ -64,12 +64,12 @@ stage {
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: rgba(119, 127, 151, 0.45); }
.notification-button:focus, .notification-icon-button:focus, .modal-dialog-button-box .modal-dialog-button:focus {
color: #5294E2; }
color: #5294e2; }
.notification-button:active, .notification-icon-button:active, .modal-dialog-button-box .modal-dialog-button:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.notification-button:insensitive, .notification-icon-button:insensitive, .modal-dialog-button-box .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -79,7 +79,7 @@ stage {
.popup-menu #notification StEntry, #menu-search-entry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -90,7 +90,7 @@ stage {
.popup-menu #notification StEntry:focus, #menu-search-entry:focus, .popup-menu #notification StEntry:hover, #menu-search-entry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
.popup-menu #notification StEntry:insensitive, #menu-search-entry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -106,7 +106,7 @@ stage {
padding: 7px;
caret-size: 1px;
caret-color: #BAC3CF;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -116,8 +116,8 @@ stage {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -147,7 +147,7 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.separator {
-gradient-height: 1px;
@ -161,7 +161,7 @@ StScrollBar {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 4px;
@ -359,7 +359,7 @@ StScrollBar {
background-gradient-end: rgba(0, 255, 0, 0.2); }
.panel-top, .panel-bottom {
color: #ffffff;
color: white;
font-size: 1em;
padding: 0px; }
@ -401,9 +401,9 @@ StScrollBar {
padding: 5px 8px;
-cinnamon-caption-spacing: 4px; }
.window-caption#selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
spacing: 25px; }
.expo-workspaces-name-entry,
@ -419,20 +419,20 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.expo-workspaces-name-entry:focus,
.expo-workspaces-name-entry#selected:focus {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
color: #ffffff;
font-style: italic;
transition-duration: 300;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.expo-workspace-thumbnail-frame {
border: 4px solid rgba(255, 255, 255, 0);
background-color: rgba(255, 255, 255, 0);
border-radius: 2px; }
.expo-workspace-thumbnail-frame#active {
border: 4px solid #5294E2;
border: 4px solid #5294e2;
background-color: black;
border-radius: 2px; }
@ -605,7 +605,7 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-other-month-day {
@ -672,11 +672,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 0px solid #5294E2; }
background-color: #5294e2;
border: 0px solid #5294e2; }
.switcher-list .thumbnail {
width: 256px; }
.switcher-list .thumbnail-box {
@ -691,7 +691,7 @@ StScrollBar {
color: #BAC3CF; }
.switcher-arrow:highlighted {
border-color: transparent;
color: #ffffff; }
color: white; }
.thumbnail-scroll-gradient-left {
background-color: transparent;
@ -763,15 +763,15 @@ StScrollBar {
border-radius: 3px;
caret-color: #BAC3CF;
selected-color: #ffffff;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog-entry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.run-dialog .modal-dialog-button-box {
border: none;
@ -866,8 +866,8 @@ StScrollBar {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -978,7 +978,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: #ffffff;
color: white;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9; }
.osd-window {
@ -989,7 +989,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -1001,7 +1001,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.window-list-box {
spacing: 6px;
@ -1024,9 +1024,9 @@ StScrollBar {
transition-duration: 100;
color: rgba(255, 255, 255, 0.6); }
.window-list-item-box:hover {
color: #ffffff; }
color: white; }
.window-list-item-box:active, .window-list-item-box:checked, .window-list-item-box:focus {
color: #ffffff; }
color: white; }
.panel-bottom .window-list-item-box:active, .panel-bottom .window-list-item-box:checked, .panel-bottom .window-list-item-box:focus {
border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
.panel-top .window-list-item-box:active, .panel-top .window-list-item-box:checked, .panel-top .window-list-item-box:focus {
@ -1122,9 +1122,9 @@ StScrollBar {
.sound-player-overlay StButton:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
box-shadow: inset 0 2px 4px #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px #5294e2; }
.sound-player-overlay StBoxLayout {
padding-top: 2px; }
.sound-player .slider {
@ -1134,7 +1134,7 @@ StScrollBar {
-slider-height: 0.5em;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0px;
-slider-handle-radius: 0px; }
@ -1156,7 +1156,7 @@ StScrollBar {
padding-top: 4px;
transition-duration: 300; }
.workspace-button:outlined, .workspace-button:outlined:hover {
color: #5294E2; }
color: #5294e2; }
.workspace-button:hover {
color: rgba(82, 148, 226, 0.5); }
@ -1171,7 +1171,7 @@ StScrollBar {
background-color: rgba(0, 0, 0, 0.2); }
.workspace-graph .workspace:active {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-gradient-direction: none; }
.workspace-graph .workspace .windows {
@ -1195,7 +1195,7 @@ StScrollBar {
transition-duration: 200; }
.panel-launcher:hover {
background-gradient-direction: none;
border: 0px solid #5294E2; }
border: 0px solid #5294e2; }
.panel-bottom .panel-launcher:hover {
border-bottom-width: 1px; }
.panel-top .panel-launcher:hover {
@ -1216,22 +1216,22 @@ StScrollBar {
.applet-box {
padding-left: 3px;
padding-right: 3px;
color: #ffffff;
color: white;
text-shadow: none;
transition-duration: 100; }
.applet-box:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.applet-label {
font-weight: bold;
color: #ffffff; }
color: white; }
.applet-label:hover, .applet-box:hover > .applet-label {
color: #ffffff;
text-shadow: none; }
.applet-icon {
color: #ffffff;
color: white;
icon-size: 22px; }
.applet-icon:hover, .applet-box:hover > .applet-icon {
color: #ffffff;
@ -1272,7 +1272,7 @@ StScrollBar {
padding: 12px;
padding-bottom: 6px; }
.desklet-drag-placeholder {
border: 2px solid #5294E2;
border: 2px solid #5294e2;
background-color: rgba(82, 148, 226, 0.3); }
.photoframe-box {
@ -1297,7 +1297,7 @@ StScrollBar {
.tile-preview, .tile-preview.snap,
.tile-hud, .tile-hud.snap {
background-color: rgba(82, 148, 226, 0.3);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.xkcd-box {
padding: 6px;

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -8,6 +8,7 @@ $font-family: Futura Bk bt, sans, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -397,9 +398,10 @@ StScrollBar {
}
.panel {
$_panel_fg_color: $_shell_fg_color;
&-top, &-bottom {
color: $selected_fg_color;
color: $_panel_fg_color;
font-size: 1em;
padding: 0px;
}
@ -833,7 +835,7 @@ StScrollBar {
&:highlighted {
border-color: rgba(0,0,0,0);
color: $selected_fg_color;
color: $_shell_fg_color;
}
}
@ -1186,7 +1188,7 @@ StScrollBar {
font-weight: bold;
spacing: 1em;
padding: 16px;
color: $selected_fg_color;
color: $_shell_fg_color;
border-image: url("common-assets/misc/osd.svg") 9 9 9 9;
}
@ -1199,7 +1201,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $selected_fg_color;
color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -1241,14 +1243,14 @@ StScrollBar {
padding-left: 8px;
padding-right: 8px;
transition-duration: 100;
color: transparentize($selected_fg_color, 0.4);
color: transparentize($_shell_fg_color, 0.4);
&:hover {color: $selected_fg_color;}
&:hover {color: $_shell_fg_color;}
&:active,
&:checked,
&:focus {
color: $selected_fg_color;
color: $_shell_fg_color;
.panel-bottom & { border-image: url("common-assets/panel/window-list-active-bottom.svg") 3 3 1 3; }
@ -1485,7 +1487,7 @@ StScrollBar {
&-box {
padding-left: 3px;
padding-right: 3px;
color: $selected_fg_color;
color: $_shell_fg_color;
text-shadow: none;
transition-duration: 100;
@ -1497,7 +1499,7 @@ StScrollBar {
&-label {
font-weight: bold;
color: $selected_fg_color;
color: $_shell_fg_color;
&:hover, .applet-box:hover > & {
color: $selected_fg_color;
@ -1506,7 +1508,7 @@ StScrollBar {
}
&-icon {
color: $selected_fg_color;
color: $_shell_fg_color;
icon-size: 22px;
&:hover, .applet-box:hover > & {

@ -54,7 +54,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -66,13 +66,13 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(68, 74, 88, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -112,15 +112,15 @@ stage {
.hotplug-notification-item:focus,
.hotplug-resident-eject-button:focus,
.modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus {
color: #5294E2; }
color: #5294e2; }
.candidate-page-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.candidate-page-button:insensitive,
.hotplug-notification-item:insensitive,
.hotplug-resident-eject-button:insensitive,
@ -134,7 +134,7 @@ StEntry {
font-size: 1em;
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -146,7 +146,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
StEntry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -180,13 +180,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -327,15 +327,15 @@ StScrollBar {
color: #e3e7ed;
font-size: 8pt; }
.end-session-dialog .modal-dialog-button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .modal-dialog-button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .modal-dialog-button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239;
border-color: #ee3239; }
@ -535,7 +535,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -547,7 +547,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -575,11 +575,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -593,7 +593,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -616,10 +616,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -635,7 +635,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -675,7 +675,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: #ffffff !important;
color: white !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -685,14 +685,14 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff !important;
color: white !important;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent;
text-shadow: 0 0 transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff !important;
background: #5294E2, url("common-assets/misc/null.svg");
background: #5294e2, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px !important;
@ -723,7 +723,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -779,11 +779,11 @@ StScrollBar {
padding: 13px;
color: #D3DAE3 !important;
background-color: transparent !important;
border: 1px solid #5294E2 !important; }
border: 1px solid #5294e2 !important; }
.system-menu-action:active {
color: #ffffff !important;
background-color: #5294E2 !important;
border: 1px solid #5294E2 !important; }
background-color: #5294e2 !important;
border: 1px solid #5294e2 !important; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -893,11 +893,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff !important;
background: #5294E2, url("common-assets/misc/null.svg") !important;
background: #5294e2, url("common-assets/misc/null.svg") !important;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1018,7 +1018,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1074,9 +1074,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1108,7 +1108,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1156,7 +1156,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1269,12 +1269,12 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-gradient-direction: none !important;
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon {
background-gradient-direction: none !important;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1302,8 +1302,8 @@ StScrollBar {
background-color: rgba(119, 127, 151, 0.45); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1330,7 +1330,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1362,7 +1362,7 @@ StScrollBar {
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1377,11 +1377,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1493,7 +1494,7 @@ StScrollBar {
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;
@ -1538,8 +1539,8 @@ StScrollBar {
.summary-source-button:selected .summary-source {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.url-highlighter {
link-color: #a9caf1; }
@ -1598,8 +1599,8 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.secondary-icon {
@ -1631,13 +1632,13 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
StEntry.chat-response:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1693,7 +1694,7 @@ StEntry.chat-response {
border-left: none; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1730,8 +1731,8 @@ StEntry.chat-response {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #5d626e;
@ -1764,7 +1765,7 @@ StEntry.chat-response {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1822,8 +1823,8 @@ StEntry.chat-response {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -1870,10 +1871,10 @@ StEntry.chat-response {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1884,7 +1885,7 @@ StEntry.chat-response {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -2019,11 +2020,11 @@ StEntry.chat-response {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -2032,7 +2033,7 @@ StEntry.chat-response {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -2040,8 +2041,8 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog .shell-link {

@ -54,7 +54,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu .modal-dialog-button:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -66,13 +66,13 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(251, 251, 252, 0.05); }
.popup-menu .modal-dialog-button:active, .popup-menu .modal-dialog-button:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.popup-menu .modal-dialog-button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -112,15 +112,15 @@ stage {
.hotplug-notification-item:focus,
.hotplug-resident-eject-button:focus,
.modal-dialog-button:focus, .modal-dialog-button-box .button:focus, .notification-button:focus, .notification-icon-button:focus, .hotplug-resident-mount:focus {
color: #5294E2; }
color: #5294e2; }
.candidate-page-button:active,
.hotplug-notification-item:active,
.hotplug-resident-eject-button:active,
.modal-dialog-button:active, .modal-dialog-button-box .button:active, .notification-button:active, .notification-icon-button:active, .hotplug-resident-mount:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.candidate-page-button:insensitive,
.hotplug-notification-item:insensitive,
.hotplug-resident-eject-button:insensitive,
@ -134,7 +134,7 @@ StEntry {
font-size: 1em;
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -146,7 +146,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
StEntry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -180,13 +180,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -327,15 +327,15 @@ StScrollBar {
color: #686d7a;
font-size: 8pt; }
.end-session-dialog .modal-dialog-button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .modal-dialog-button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .modal-dialog-button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239;
border-color: #ee3239; }
@ -535,7 +535,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -547,7 +547,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -575,11 +575,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -593,7 +593,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -616,10 +616,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -635,7 +635,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -675,7 +675,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: #ffffff !important;
color: white !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -685,14 +685,14 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff !important;
color: white !important;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent;
text-shadow: 0 0 transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff !important;
background: #5294E2, url("common-assets/misc/null.svg");
background: #5294e2, url("common-assets/misc/null.svg");
border-image: none;
box-shadow: none;
border-bottom-width: 1px !important;
@ -723,7 +723,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -779,11 +779,11 @@ StScrollBar {
padding: 13px;
color: #5c616c !important;
background-color: transparent !important;
border: 1px solid #5294E2 !important; }
border: 1px solid #5294e2 !important; }
.system-menu-action:active {
color: #ffffff !important;
background-color: #5294E2 !important;
border: 1px solid #5294E2 !important; }
background-color: #5294e2 !important;
border: 1px solid #5294e2 !important; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -893,11 +893,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff !important;
background: #5294E2, url("common-assets/misc/null.svg") !important;
background: #5294e2, url("common-assets/misc/null.svg") !important;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1018,7 +1018,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1074,9 +1074,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1108,7 +1108,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1156,7 +1156,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1269,12 +1269,12 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-gradient-direction: none !important;
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon, .show-apps:active .show-apps-icon, .show-apps:checked .overview-icon, .show-apps:checked .show-apps-icon {
background-gradient-direction: none !important;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1302,8 +1302,8 @@ StScrollBar {
background-color: rgba(119, 127, 151, 0.45); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1330,7 +1330,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1362,7 +1362,7 @@ StScrollBar {
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1377,11 +1377,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1493,7 +1494,7 @@ StScrollBar {
padding-bottom: 12px; }
.summary-boxpointer #summary-right-click-menu .popup-menu-item:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.summary-boxpointer-stack-scrollview {
max-height: 18em;
padding-top: 8px;
@ -1538,8 +1539,8 @@ StScrollBar {
.summary-source-button:selected .summary-source {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.url-highlighter {
link-color: #2679db; }
@ -1598,8 +1599,8 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.notification StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.secondary-icon {
@ -1631,13 +1632,13 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
StEntry.chat-response:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1693,7 +1694,7 @@ StEntry.chat-response {
border-left: none; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1730,8 +1731,8 @@ StEntry.chat-response {
.keyboard-key:active, .keyboard-key:checked {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid #5294E2;
background-color: #5294E2; }
border: 1px solid #5294e2;
background-color: #5294e2; }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5d626e;
@ -1764,7 +1765,7 @@ StEntry.chat-response {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1822,8 +1823,8 @@ StEntry.chat-response {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1870,10 +1871,10 @@ StEntry.chat-response {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1884,7 +1885,7 @@ StEntry.chat-response {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -2019,11 +2020,11 @@ StEntry.chat-response {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -2032,7 +2033,7 @@ StEntry.chat-response {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -2040,8 +2041,8 @@ StEntry.chat-response {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog .shell-link {

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -370,17 +371,17 @@ StScrollBar {
// Shutdown Button
.modal-dialog-button:last-child {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: $destructive_color;
border-color: $destructive_color;
&:hover {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: lighten($destructive_color, 9%);
border-color: lighten($destructive_color, 9%);
}
&:active {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: darken($destructive_color, 5%);
border-color: darken($destructive_color, 5%);
}
@ -662,7 +663,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $selected_fg_color;
color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -743,7 +744,7 @@ StScrollBar {
color: $osd_fg_color;
&:highlighted {
color: $selected_fg_color;
color: $_shell_fg_color;
}
}
@ -821,6 +822,8 @@ StScrollBar {
// Top Bar
//
#panel {
$_panel_fg_color: $_shell_fg_color;
font-weight: bold;
height: 2.1em;
min-height: 27px;
@ -866,7 +869,7 @@ StScrollBar {
-natural-hpadding: 10px !important;
-minimum-hpadding: 6px !important;
font-weight: bold;
color: $selected_fg_color !important;
color: $_panel_fg_color !important;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent;
@ -879,7 +882,7 @@ StScrollBar {
}
&:hover {
color: $selected_fg_color !important;
color: $_panel_fg_color !important;
background-color: transparentize(black, 0.83);
border-bottom-width: 1px;
border-color: transparent;
@ -1403,9 +1406,9 @@ StScrollBar {
.list-search-result-content { spacing: 12px; padding: 12px; }
.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; }
.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; }
.list-search-result-description { color: darken($selected_fg_color, 20%); }
.list-search-result-description { color: darken($_shell_fg_color, 20%); }
.search-provider-icon { padding: 15px; }
.search-provider-icon-more {
@ -1460,7 +1463,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: $selected_fg_color;
color: $_shell_fg_color;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px;
@ -1718,7 +1721,7 @@ StScrollBar {
}
%icon_tile {
color: $selected_fg_color;
color: $_shell_fg_color;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1741,6 +1744,7 @@ StScrollBar {
}
&:active > .overview-icon, &:checked > .overview-icon {
color: $selected_fg_color;
background-color: $selected_bg_color;
box-shadow: none;
}
@ -2420,7 +2424,7 @@ StEntry.chat-response {
padding-right: .3em;
&:hover {
color: $selected_fg_color;
color: $_shell_fg_color;
text-shadow: black 0px 2px 2px;
}
&:selected {

@ -39,7 +39,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
.button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -51,12 +51,12 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
.button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid #2b2e39;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive {
@ -79,12 +79,12 @@ stage {
background-color: rgba(119, 127, 151, 0.45);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); }
.modal-dialog-button-box .button:focus {
color: #5294E2; }
color: #5294e2; }
.modal-dialog-button-box .button:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.modal-dialog-button-box .button:insensitive {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -96,7 +96,7 @@ stage {
StEntry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -107,7 +107,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
StEntry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -141,13 +141,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -285,15 +285,15 @@ StScrollBar {
color: #e3e7ed;
font-size: 8pt; }
.end-session-dialog .button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239;
border-color: #ee3239; }
@ -483,7 +483,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -495,7 +495,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -522,11 +522,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -540,7 +540,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -563,10 +563,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -582,7 +582,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -622,7 +622,7 @@ StScrollBar {
-natural-hpadding: 10px;
-minimum-hpadding: 6px;
font-weight: bold;
color: #ffffff;
color: white;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -632,13 +632,13 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
border-bottom-width: 1px;
border-color: black; }
@ -667,7 +667,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -720,11 +720,11 @@ StScrollBar {
padding: 13px;
color: #D3DAE3;
background-color: transparent;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.system-menu-action:active {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -778,7 +778,7 @@ StScrollBar {
.message-list-section-title:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid #2b2e39;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
@ -874,11 +874,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1007,7 +1007,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1063,9 +1063,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1097,7 +1097,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1145,7 +1145,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1163,7 +1163,7 @@ StScrollBar {
.right #dash .app-well-app:hover .overview-icon,
.bottom #dash .app-well-app:hover .overview-icon,
.top #dash .app-well-app:hover .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
#dash .app-well-app:active .overview-icon,
.right #dash .app-well-app:active .overview-icon,
@ -1176,7 +1176,7 @@ StScrollBar {
width: 11px;
height: 2px;
margin-bottom: 6px;
background-color: #5294E2; }
background-color: #5294e2; }
#dashtodockContainer .app-well-app-running-dot {
background: none;
@ -1203,14 +1203,14 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon,
.show-apps:active .show-apps-icon,
.show-apps:checked .overview-icon,
.show-apps:checked .show-apps-icon {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1239,7 +1239,7 @@ StScrollBar {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1266,7 +1266,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1286,13 +1286,13 @@ StScrollBar {
width: 20px;
height: 2px;
margin-bottom: 4px;
background-color: #5294E2; }
background-color: #5294e2; }
.search-provider-icon,
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1307,11 +1307,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1446,7 +1447,7 @@ StScrollBar {
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1532,7 +1533,7 @@ StScrollBar {
height: 24px; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1571,7 +1572,7 @@ StScrollBar {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -1606,7 +1607,7 @@ StScrollBar {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1664,7 +1665,7 @@ StScrollBar {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid #2b2e39;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
@ -1712,10 +1713,10 @@ StScrollBar {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1726,7 +1727,7 @@ StScrollBar {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -1861,11 +1862,11 @@ StScrollBar {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -1874,7 +1875,7 @@ StScrollBar {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -1882,7 +1883,7 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }

@ -39,7 +39,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); }
.button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -51,13 +51,13 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); }
.button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -79,12 +79,12 @@ stage {
background-color: rgba(119, 127, 151, 0.45);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); }
.modal-dialog-button-box .button:focus {
color: #5294E2; }
color: #5294e2; }
.modal-dialog-button-box .button:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.modal-dialog-button-box .button:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -96,7 +96,7 @@ stage {
StEntry {
padding: 7px;
caret-size: 1px;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -107,7 +107,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
StEntry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -141,13 +141,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -285,15 +285,15 @@ StScrollBar {
color: #686d7a;
font-size: 8pt; }
.end-session-dialog .button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50;
border-color: #F04A50; }
.end-session-dialog .button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479;
border-color: #f47479; }
.end-session-dialog .button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239;
border-color: #ee3239; }
@ -483,7 +483,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -495,7 +495,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -522,11 +522,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -540,7 +540,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -563,10 +563,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -582,7 +582,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -622,7 +622,7 @@ StScrollBar {
-natural-hpadding: 10px;
-minimum-hpadding: 6px;
font-weight: bold;
color: #ffffff;
color: white;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -632,13 +632,13 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
border-bottom-width: 1px;
border-color: black; }
@ -667,7 +667,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -720,11 +720,11 @@ StScrollBar {
padding: 13px;
color: #5c616c;
background-color: transparent;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.system-menu-action:active {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -778,8 +778,8 @@ StScrollBar {
.message-list-section-title:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.datemenu-today-button .date-label {
@ -874,11 +874,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1007,7 +1007,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1063,9 +1063,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1097,7 +1097,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1145,7 +1145,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1163,7 +1163,7 @@ StScrollBar {
.right #dash .app-well-app:hover .overview-icon,
.bottom #dash .app-well-app:hover .overview-icon,
.top #dash .app-well-app:hover .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
#dash .app-well-app:active .overview-icon,
.right #dash .app-well-app:active .overview-icon,
@ -1176,7 +1176,7 @@ StScrollBar {
width: 11px;
height: 2px;
margin-bottom: 6px;
background-color: #5294E2; }
background-color: #5294e2; }
#dashtodockContainer .app-well-app-running-dot {
background: none;
@ -1203,14 +1203,14 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon,
.show-apps:active .show-apps-icon,
.show-apps:checked .overview-icon,
.show-apps:checked .show-apps-icon {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1239,7 +1239,7 @@ StScrollBar {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1266,7 +1266,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1286,13 +1286,13 @@ StScrollBar {
width: 20px;
height: 2px;
margin-bottom: 4px;
background-color: #5294E2; }
background-color: #5294e2; }
.search-provider-icon,
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1307,11 +1307,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1446,7 +1447,7 @@ StScrollBar {
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1532,7 +1533,7 @@ StScrollBar {
height: 24px; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1571,7 +1572,7 @@ StScrollBar {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1606,7 +1607,7 @@ StScrollBar {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1664,8 +1665,8 @@ StScrollBar {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1712,10 +1713,10 @@ StScrollBar {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1726,7 +1727,7 @@ StScrollBar {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -1861,11 +1862,11 @@ StScrollBar {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -1874,7 +1875,7 @@ StScrollBar {
spacing: 4px; }
.lg-dialog StEntry {
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -1882,7 +1883,7 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -338,17 +339,17 @@ StScrollBar {
// Shutdown Button
.button:last-child {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: $destructive_color;
border-color: $destructive_color;
&:hover {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: lighten($destructive_color, 9%);
border-color: lighten($destructive_color, 9%);
}
&:active {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: darken($destructive_color, 5%);
border-color: darken($destructive_color, 5%);
}
@ -618,7 +619,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $selected_fg_color;
color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -698,7 +699,7 @@ StScrollBar {
color: $osd_fg_color;
&:highlighted {
color: $selected_fg_color;
color: $_shell_fg_color;
}
}
@ -776,6 +777,8 @@ StScrollBar {
// Top Bar
//
#panel {
$_panel_fg_color: $_shell_fg_color;
font-weight: bold;
height: 2.1em;
min-height: 27px;
@ -821,7 +824,7 @@ StScrollBar {
-natural-hpadding: 10px;
-minimum-hpadding: 6px;
font-weight: bold;
color: $selected_fg_color;
color: $_panel_fg_color;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent;
@ -834,7 +837,7 @@ StScrollBar {
}
&:hover {
color: $selected_fg_color;
color: $_panel_fg_color;
background-color: transparentize(black, 0.83);
border-bottom-width: 1px;
border-color: transparent;
@ -1396,9 +1399,9 @@ StScrollBar {
.list-search-result-content { spacing: 12px; padding: 12px; }
.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; }
.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; }
.list-search-result-description { color: darken($selected_fg_color, 20%); }
.list-search-result-description { color: darken($_shell_fg_color, 20%); }
.search-provider-icon { padding: 15px; }
.search-provider-icon-more {
@ -1454,7 +1457,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: $selected_fg_color;
color: $_shell_fg_color;
background-color: transparentize(black, 0.3);
text-align: center;
-x-offset: 3px;
@ -1618,7 +1621,7 @@ StScrollBar {
}
%icon_tile {
color: $selected_fg_color;
color: $_shell_fg_color;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1641,6 +1644,7 @@ StScrollBar {
}
&:active > .overview-icon, &:checked > .overview-icon {
color: $selected_fg_color;
background-color: $selected_bg_color;
box-shadow: none;
}
@ -2191,7 +2195,7 @@ $legacy_icon_size: 24px;
padding-right: .3em;
&:hover {
color: $selected_fg_color;
color: $_shell_fg_color;
text-shadow: black 0px 2px 2px;
}
&:selected {

@ -39,7 +39,7 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
.button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -51,12 +51,12 @@ stage {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #D3DAE3;
background-color: #444a58;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(68, 74, 88, 0.05); }
.button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid #2b2e39;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive {
@ -70,7 +70,7 @@ StEntry {
padding: 7px;
caret-size: 1px;
caret-color: #D3DAE3;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -81,7 +81,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #D3DAE3;
background-color: #404552;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(64, 69, 82, 0.05); }
StEntry:insensitive {
color: rgba(211, 218, 227, 0.45);
@ -115,13 +115,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #676b78; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #2b2e39;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -197,10 +197,10 @@ StScrollBar {
.modal-dialog-linked-button:hover {
background-color: rgba(64, 69, 83, 0.95); }
.modal-dialog-linked-button:focus {
color: #5294E2; }
color: #5294e2; }
.modal-dialog-linked-button:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.modal-dialog-linked-button:insensitive {
color: rgba(186, 195, 207, 0.5);
background-color: rgba(49, 52, 63, 0.95); }
@ -275,13 +275,13 @@ StScrollBar {
color: #e3e7ed;
font-size: 8pt; }
.end-session-dialog .modal-dialog-linked-button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50; }
.end-session-dialog .modal-dialog-linked-button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479; }
.end-session-dialog .modal-dialog-linked-button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239; }
.shell-mount-operation-icon {
@ -404,8 +404,8 @@ StScrollBar {
border: 1px solid #2b2e39;
border-radius: 3px; }
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.audio-selection-device-box {
padding: 20px;
@ -512,7 +512,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -524,7 +524,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -551,11 +551,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -569,7 +569,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -592,10 +592,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -611,7 +611,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -651,7 +651,7 @@ StScrollBar {
-natural-hpadding: 10px;
-minimum-hpadding: 6px;
font-weight: bold;
color: #ffffff;
color: white;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -661,13 +661,13 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
border-bottom-width: 1px;
border-color: black; }
@ -698,7 +698,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -755,11 +755,11 @@ StScrollBar {
padding: 13px;
color: #D3DAE3;
background-color: transparent;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.system-menu-action:active {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -813,7 +813,7 @@ StScrollBar {
.message-list-section-title:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid #2b2e39;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
@ -909,11 +909,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1004,7 +1004,7 @@ StScrollBar {
.message-media-control:hover {
color: #D3DAE3; }
.message-media-control:active {
color: #5294E2; }
color: #5294e2; }
.media-message-cover-icon {
icon-size: 32px; }
@ -1082,7 +1082,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1138,9 +1138,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1172,7 +1172,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1220,7 +1220,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1238,7 +1238,7 @@ StScrollBar {
.right #dash .app-well-app:hover .overview-icon,
.bottom #dash .app-well-app:hover .overview-icon,
.top #dash .app-well-app:hover .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
#dash .app-well-app:active .overview-icon,
.right #dash .app-well-app:active .overview-icon,
@ -1251,7 +1251,7 @@ StScrollBar {
width: 11px;
height: 2px;
margin-bottom: 6px;
background-color: #5294E2; }
background-color: #5294e2; }
#dashtodockContainer .app-well-app-running-dot {
background: none;
@ -1278,14 +1278,14 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon,
.show-apps:active .show-apps-icon,
.show-apps:checked .overview-icon,
.show-apps:checked .show-apps-icon {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1314,7 +1314,7 @@ StScrollBar {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1341,7 +1341,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1361,13 +1361,13 @@ StScrollBar {
width: 20px;
height: 2px;
margin-bottom: 4px;
background-color: #5294E2; }
background-color: #5294e2; }
.search-provider-icon,
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1382,11 +1382,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1521,7 +1522,7 @@ StScrollBar {
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1611,7 +1612,7 @@ StScrollBar {
min-width: 155px; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1650,7 +1651,7 @@ StScrollBar {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(64, 69, 82, 0);
@ -1685,7 +1686,7 @@ StScrollBar {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1743,7 +1744,7 @@ StScrollBar {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(64, 69, 82, 0);
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid #2b2e39;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
@ -1791,10 +1792,10 @@ StScrollBar {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1805,7 +1806,7 @@ StScrollBar {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -1940,11 +1941,11 @@ StScrollBar {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -1954,7 +1955,7 @@ StScrollBar {
.lg-dialog StEntry {
caret-color: #ffffff;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -1962,11 +1963,11 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.lg-dialog .shell-link {
color: #a9caf1; }

@ -39,7 +39,7 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); }
.button:hover, .notification-banner .notification-button:hover, .hotplug-notification-item:hover {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -51,13 +51,13 @@ stage {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #5c616c;
background-color: #fbfbfc;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(251, 251, 252, 0.05); }
.button:active, .notification-banner .notification-button:active, .hotplug-notification-item:active, .button:active:focus, .notification-banner .notification-button:active:focus, .hotplug-notification-item:active:focus {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.button:insensitive, .notification-banner .notification-button:insensitive, .hotplug-notification-item:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -70,7 +70,7 @@ StEntry {
padding: 7px;
caret-size: 1px;
caret-color: #5c616c;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
transition-duration: 300ms;
border-radius: 3px;
@ -81,7 +81,7 @@ StEntry {
StEntry:focus, StEntry:hover {
color: #5c616c;
background-color: #ffffff;
border: 1px solid #5294E2;
border: 1px solid #5294e2;
box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.05); }
StEntry:insensitive {
color: rgba(92, 97, 108, 0.55);
@ -115,13 +115,13 @@ StScrollBar {
StScrollBar StButton#vhandle:hover, StScrollBar StButton#hhandle:hover {
background-color: #c7c9cd; }
StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active {
background-color: #5294E2; }
background-color: #5294e2; }
.slider {
-slider-height: 4px;
-slider-background-color: #cfd6e6;
-slider-border-color: transparent;
-slider-active-background-color: #5294E2;
-slider-active-background-color: #5294e2;
-slider-active-border-color: transparent;
-slider-border-width: 0;
-slider-handle-radius: 0px;
@ -197,10 +197,10 @@ StScrollBar {
.modal-dialog-linked-button:hover {
background-color: rgba(64, 69, 83, 0.95); }
.modal-dialog-linked-button:focus {
color: #5294E2; }
color: #5294e2; }
.modal-dialog-linked-button:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.modal-dialog-linked-button:insensitive {
color: rgba(186, 195, 207, 0.5);
background-color: rgba(49, 52, 63, 0.95); }
@ -275,13 +275,13 @@ StScrollBar {
color: #686d7a;
font-size: 8pt; }
.end-session-dialog .modal-dialog-linked-button:last-child {
color: #ffffff;
color: white;
background-color: #F04A50; }
.end-session-dialog .modal-dialog-linked-button:last-child:hover {
color: #ffffff;
color: white;
background-color: #f47479; }
.end-session-dialog .modal-dialog-linked-button:last-child:active {
color: #ffffff;
color: white;
background-color: #ee3239; }
.shell-mount-operation-icon {
@ -404,8 +404,8 @@ StScrollBar {
border: 1px solid #dcdfe3;
border-radius: 3px; }
.audio-selection-device:active, .audio-selection-device:hover, .audio-selection-device:focus {
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.audio-selection-device-box {
padding: 20px;
@ -512,7 +512,7 @@ StScrollBar {
margin: 32px;
min-width: 64px;
min-height: 64px;
color: #ffffff;
color: white;
background: none;
border: none;
border-radius: 5px;
@ -524,7 +524,7 @@ StScrollBar {
height: 4px;
background-color: rgba(0, 0, 0, 0.5);
border-radius: 2px;
color: #5294E2; }
color: #5294e2; }
.resize-popup {
color: #BAC3CF;
@ -551,11 +551,11 @@ StScrollBar {
border-radius: 2px; }
.switcher-list .item-box:outlined {
padding: 8px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.switcher-list .item-box:selected {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.switcher-list .thumbnail-box {
padding: 2px;
spacing: 4px; }
@ -569,7 +569,7 @@ StScrollBar {
border-color: transparent;
color: #BAC3CF; }
.switcher-arrow:highlighted {
color: #ffffff; }
color: white; }
.input-source-switcher-symbol {
font-size: 34pt;
@ -592,10 +592,10 @@ StScrollBar {
.ws-switcher-active-up, .ws-switcher-active-down {
height: 30px;
background-color: #5294E2;
background-color: #5294e2;
background-size: 96px;
border-radius: 2px;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.ws-switcher-active-up {
background-image: url("common-assets/misc/ws-switch-arrow-up.png"); }
@ -611,7 +611,7 @@ StScrollBar {
.tile-preview {
background-color: rgba(82, 148, 226, 0.35);
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.tile-preview-left.on-primary {
border-radius: 0px 0 0 0; }
.tile-preview-right.on-primary {
@ -651,7 +651,7 @@ StScrollBar {
-natural-hpadding: 10px;
-minimum-hpadding: 6px;
font-weight: bold;
color: #ffffff;
color: white;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent; }
@ -661,13 +661,13 @@ StScrollBar {
margin-left: 0px;
margin-right: 0px; }
#panel .panel-button:hover {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.17);
border-bottom-width: 1px;
border-color: transparent; }
#panel .panel-button:active, #panel .panel-button:overview, #panel .panel-button:focus, #panel .panel-button:checked {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
border-bottom-width: 1px;
border-color: black; }
@ -698,7 +698,7 @@ StScrollBar {
#panel .screencast-indicator {
color: #FC4138; }
#panel .clock-display > * > *:last-child {
color: #5294E2;
color: #5294e2;
margin-left: .3em; }
#panel .popup-menu-arrow {
width: 0; }
@ -755,11 +755,11 @@ StScrollBar {
padding: 13px;
color: #5c616c;
background-color: transparent;
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
.system-menu-action:active {
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2; }
background-color: #5294e2;
border: 1px solid #5294e2; }
.system-menu-action > StIcon {
icon-size: 16px; }
@ -813,8 +813,8 @@ StScrollBar {
.message-list-section-title:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.datemenu-today-button .date-label {
@ -909,11 +909,11 @@ StScrollBar {
.calendar-today:hover {
font-weight: bold;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-width: 0; }
.calendar-day-with-events {
color: #5294E2;
color: #5294e2;
font-weight: bold; }
.calendar-today.calendar-day-with-events {
@ -1004,7 +1004,7 @@ StScrollBar {
.message-media-control:hover {
color: #5c616c; }
.message-media-control:active {
color: #5294E2; }
color: #5294e2; }
.media-message-cover-icon {
icon-size: 32px; }
@ -1082,7 +1082,7 @@ StScrollBar {
padding: 12px;
spacing: 0px; }
.nm-dialog-item:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nm-dialog-icons {
spacing: .5em; }
@ -1138,9 +1138,9 @@ StScrollBar {
.search-entry:hover, .search-entry:focus {
color: #ffffff;
caret-color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.search-entry:hover .search-entry-icon, .search-entry:focus .search-entry-icon {
color: #ffffff; }
@ -1172,7 +1172,7 @@ StScrollBar {
.list-search-result-title {
font-size: 1.5em;
color: #ffffff; }
color: white; }
.list-search-result-description {
color: #cccccc; }
@ -1220,7 +1220,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.7);
text-align: center;
-x-offset: 3px; }
@ -1238,7 +1238,7 @@ StScrollBar {
.right #dash .app-well-app:hover .overview-icon,
.bottom #dash .app-well-app:hover .overview-icon,
.top #dash .app-well-app:hover .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
#dash .app-well-app:active .overview-icon,
.right #dash .app-well-app:active .overview-icon,
@ -1251,7 +1251,7 @@ StScrollBar {
width: 11px;
height: 2px;
margin-bottom: 6px;
background-color: #5294E2; }
background-color: #5294e2; }
#dashtodockContainer .app-well-app-running-dot {
background: none;
@ -1278,14 +1278,14 @@ StScrollBar {
.show-apps:hover .overview-icon {
background-color: rgba(0, 0, 0, 0.7);
color: #5294E2; }
color: #5294e2; }
.show-apps:active .overview-icon,
.show-apps:active .show-apps-icon,
.show-apps:checked .overview-icon,
.show-apps:checked .show-apps-icon {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
box-shadow: none;
transition-duration: 0ms; }
@ -1314,7 +1314,7 @@ StScrollBar {
box-shadow: inset 0 1px rgba(0, 0, 0, 0.05); }
.app-view-control:checked {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.app-view-control:first-child:ltr, .app-view-control:last-child:rtl {
border-radius: 2px 0 0 2px;
border-right-width: 0; }
@ -1341,7 +1341,7 @@ StScrollBar {
.grid-search-result:active .overview-icon,
.grid-search-result:checked .overview-icon {
background-color: rgba(31, 33, 40, 0.85);
box-shadow: inset 0 0 #5294E2; }
box-shadow: inset 0 0 #5294e2; }
.app-well-app:hover .overview-icon,
.app-well-app:focus .overview-icon,
@ -1361,13 +1361,13 @@ StScrollBar {
width: 20px;
height: 2px;
margin-bottom: 4px;
background-color: #5294E2; }
background-color: #5294e2; }
.search-provider-icon,
.list-search-result, .app-well-app .overview-icon,
.app-well-app.app-folder .overview-icon,
.grid-search-result .overview-icon {
color: #ffffff;
color: white;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1382,11 +1382,12 @@ StScrollBar {
background-color: rgba(60, 64, 78, 0.95); }
.app-well-app.app-folder:active > .overview-icon, .app-well-app.app-folder:checked > .overview-icon {
background-color: #5294E2;
color: #ffffff;
background-color: #5294e2;
box-shadow: none; }
.app-well-app.app-folder:focus > .overview-icon {
background-color: #5294E2; }
background-color: #5294e2; }
.app-folder-popup {
-arrow-border-radius: 2px;
@ -1521,7 +1522,7 @@ StScrollBar {
.chat-sent {
padding-left: 18pt;
color: #5294E2; }
color: #5294e2; }
.chat-sent:rtl {
padding-left: 0;
padding-right: 18pt; }
@ -1611,7 +1612,7 @@ StScrollBar {
min-width: 155px; }
.magnifier-zoom-region {
border: 2px solid #5294E2; }
border: 2px solid #5294e2; }
.magnifier-zoom-region.full-screen {
border-width: 0; }
@ -1650,7 +1651,7 @@ StScrollBar {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
border: 1px solid rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.keyboard-key:grayed {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1685,7 +1686,7 @@ StScrollBar {
border-radius: 2px;
color: #BAC3CF; }
.candidate-box:selected, .candidate-box:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.candidate-page-button-box {
@ -1743,8 +1744,8 @@ StScrollBar {
.login-dialog .modal-dialog-button:default:active {
text-shadow: 0 1px rgba(255, 255, 255, 0);
color: #ffffff;
background-color: #5294E2;
border: 1px solid #5294E2;
background-color: #5294e2;
border: 1px solid #5294e2;
box-shadow: inset 0 1px rgba(82, 148, 226, 0.05); }
.login-dialog .modal-dialog-button:default:insensitive {
text-shadow: 0 1px rgba(255, 255, 255, 0);
@ -1791,10 +1792,10 @@ StScrollBar {
padding: .2em;
width: 23em; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
border-right: 2px solid #5294E2; }
border-right: 2px solid #5294e2; }
.login-dialog-user-list-item {
border-radius: 5px;
@ -1805,7 +1806,7 @@ StScrollBar {
.login-dialog-user-list-item:rtl {
padding-left: 1em; }
.login-dialog-user-list-item:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
height: 2px;
@ -1940,11 +1941,11 @@ StScrollBar {
padding-left: .3em;
padding-right: .3em; }
#LookingGlassDialog .notebook-tab:hover {
color: #ffffff;
color: white;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog .notebook-tab:selected {
border-bottom-width: 0px;
color: #5294E2;
color: #5294e2;
text-shadow: black 0px 2px 2px; }
#LookingGlassDialog StBoxLayout#EvalBox {
padding: 4px;
@ -1954,7 +1955,7 @@ StScrollBar {
.lg-dialog StEntry {
caret-color: #ffffff;
selection-background-color: #5294E2;
selection-background-color: #5294e2;
selected-color: #ffffff;
color: #BAC3CF;
background-color: rgba(102, 109, 132, 0.35);
@ -1962,11 +1963,11 @@ StScrollBar {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05); }
.lg-dialog StEntry:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border: 1px solid rgba(26, 28, 34, 0.35);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
selection-background-color: #ffffff;
selected-color: #5294E2; }
selected-color: #5294e2; }
.lg-dialog .shell-link {
color: #2679db; }

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -30,6 +30,7 @@ $font-family: Futura Bk bt, Cantarell, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;
$_bubble_borders_color: transparentize($osd_fg_color,0.8);
$_shell_fg_color: white;
stage {
font-family: $font-family;
@ -353,15 +354,15 @@ StScrollBar {
}
.modal-dialog-linked-button:last-child {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: $destructive_color;
&:hover {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: lighten($destructive_color, 9%);
}
&:active {
color: $selected_fg_color;
color: $destructive_fg_color;
background-color: darken($destructive_color, 5%);
}
}
@ -685,7 +686,7 @@ StScrollBar {
min-width: 64px;
min-height: 64px;
color: $selected_fg_color;
color: $_shell_fg_color;
background: none;
border: none;
border-radius: 5px;
@ -765,7 +766,7 @@ StScrollBar {
color: $osd_fg_color;
&:highlighted {
color: $selected_fg_color;
color: $_shell_fg_color;
}
}
@ -843,6 +844,8 @@ StScrollBar {
// Top Bar
//
#panel {
$_panel_fg_color: $_shell_fg_color;
font-weight: bold;
height: 2.1em;
min-height: 27px;
@ -888,7 +891,7 @@ StScrollBar {
-natural-hpadding: 10px;
-minimum-hpadding: 6px;
font-weight: bold;
color: $selected_fg_color;
color: $_panel_fg_color;
transition-duration: 100ms;
border-bottom-width: 1px;
border-color: transparent;
@ -901,7 +904,7 @@ StScrollBar {
}
&:hover {
color: $selected_fg_color;
color: $_panel_fg_color;
background-color: transparentize(black, 0.83);
border-bottom-width: 1px;
border-color: transparent;
@ -1521,9 +1524,9 @@ StScrollBar {
.list-search-result-content { spacing: 12px; padding: 12px; }
.list-search-result-title { font-size: 1.5em; color: $selected_fg_color; }
.list-search-result-title { font-size: 1.5em; color: $_shell_fg_color; }
.list-search-result-description { color: darken($selected_fg_color, 20%); }
.list-search-result-description { color: darken($_shell_fg_color, 20%); }
.search-provider-icon { padding: 15px; }
.search-provider-icon-more {
@ -1579,7 +1582,7 @@ StScrollBar {
.dash-label {
border-radius: 3px;
padding: 4px 12px;
color: $selected_fg_color;
color: $_shell_fg_color;
background-color: transparentize(black, 0.3);
text-align: center;
-x-offset: 3px;
@ -1743,7 +1746,7 @@ StScrollBar {
}
%icon_tile {
color: $selected_fg_color;
color: $_shell_fg_color;
border-radius: 2px;
padding: 6px;
border: 1px solid transparent;
@ -1766,6 +1769,7 @@ StScrollBar {
}
&:active > .overview-icon, &:checked > .overview-icon {
color: $selected_fg_color;
background-color: $selected_bg_color;
box-shadow: none;
}
@ -2321,7 +2325,7 @@ $legacy_icon_size: 24px;
padding-right: .3em;
&:hover {
color: $selected_fg_color;
color: $_shell_fg_color;
text-shadow: black 0px 2px 2px;
}
&:selected {

@ -1,3 +1,5 @@
gtk-color-scheme = "selected_bg_color:#5294E2\nselected_fg_color:#ffffff"
style "notify-window" {
XfceNotifyWindow::summary-bold = 1
XfceNotifyWindow::border-color = "#17191F"
@ -12,11 +14,11 @@ style "notify-window" {
style "notify-button" {
bg[NORMAL] = "#434652"
bg[PRELIGHT] = "#5C6070"
bg[ACTIVE] = "#5294E2"
bg[ACTIVE] = @selected_bg_color
fg[NORMAL] = "#BAC3CF"
fg[PRELIGHT] = "#BAC3CF"
fg[ACTIVE] = "#ffffff"
fg[ACTIVE] = @selected_fg_color
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }
@ -27,7 +29,7 @@ style "notify-button" {
}
style "notify-text" {
GtkWidget::link-color = "#5294E2"
GtkWidget::link-color = @selected_bg_color
fg[NORMAL] = "#BAC3CF"
fg[PRELIGHT] = "#BAC3CF"
@ -49,9 +51,9 @@ style "notify-progressbar" {
ythickness = 0
fg[PRELIGHT] = "#000000"
bg[NORMAL] = "#5294E2"
bg[NORMAL] = @selected_bg_color
bg[ACTIVE] = "#1D1F26"
bg[SELECTED] = "#5294E2"
bg[SELECTED] = @selected_bg_color
engine "murrine" {
gradient_shades = { 1.0, 1.0, 1.0, 1.0 }

@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -150,20 +150,20 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -184,22 +184,22 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@ -207,22 +207,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -235,7 +235,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -491,7 +491,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -516,7 +516,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -678,7 +678,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@ -689,7 +689,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -710,7 +710,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -735,7 +735,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -930,7 +930,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -939,30 +939,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -982,7 +982,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1013,7 +1013,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1035,7 +1035,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1047,13 +1047,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1069,7 +1069,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1081,13 +1081,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1132,7 +1132,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1178,8 +1178,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@ -1231,9 +1231,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1246,7 +1246,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1259,8 +1259,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1288,7 +1288,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1308,7 +1308,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1489,7 +1489,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1532,11 +1532,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #5f6470; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@ -1805,13 +1805,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1840,7 +1840,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1850,7 +1850,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1878,18 +1878,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1916,8 +1916,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2022,7 +2022,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2045,7 +2045,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2106,14 +2106,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2140,7 +2140,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2160,7 +2160,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2664,12 +2664,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2721,7 +2721,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2739,7 +2739,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@ -2779,7 +2779,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2886,13 +2886,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2903,14 +2903,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2975,7 +2975,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2988,7 +2988,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3018,7 +3018,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3049,23 +3049,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3089,10 +3089,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3115,7 +3115,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3137,12 +3137,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3238,7 +3238,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3270,7 +3270,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3355,8 +3355,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3414,7 +3414,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3429,7 +3429,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3440,7 +3440,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3558,7 +3558,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -3591,7 +3591,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3609,39 +3609,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3739,7 +3739,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@ -3870,15 +3870,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3903,7 +3903,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3923,7 +3923,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3944,7 +3944,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3985,7 +3985,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@ -4001,7 +4001,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@ -4016,13 +4016,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -4049,7 +4049,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -933,7 +933,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -985,7 +985,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1016,7 +1016,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1135,7 +1135,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2667,12 +2667,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2782,7 +2782,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2889,13 +2889,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3140,12 +3140,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -150,20 +150,20 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -184,22 +184,22 @@ GtkFlowBox .grid-child {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@ -207,22 +207,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -235,7 +235,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -491,7 +491,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -516,7 +516,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -678,7 +678,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@ -689,7 +689,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -710,7 +710,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -735,7 +735,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -820,11 +820,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -843,7 +843,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -930,7 +930,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -939,30 +939,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -982,7 +982,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1013,7 +1013,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1035,7 +1035,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1047,13 +1047,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1069,7 +1069,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1081,13 +1081,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1132,7 +1132,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1178,8 +1178,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@ -1231,9 +1231,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1246,7 +1246,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1259,8 +1259,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1288,7 +1288,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1308,7 +1308,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1489,7 +1489,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1532,11 +1532,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #5f6470; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@ -1805,13 +1805,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1840,7 +1840,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1850,7 +1850,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1878,18 +1878,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1916,8 +1916,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2022,7 +2022,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2045,7 +2045,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2106,14 +2106,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2140,7 +2140,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2160,7 +2160,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2664,12 +2664,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2721,7 +2721,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2739,7 +2739,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@ -2779,7 +2779,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2886,13 +2886,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2903,14 +2903,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2975,7 +2975,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2988,7 +2988,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3018,7 +3018,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3049,23 +3049,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3089,10 +3089,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3115,7 +3115,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3137,12 +3137,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3238,7 +3238,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3270,7 +3270,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3355,8 +3355,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3414,7 +3414,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3429,7 +3429,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3440,7 +3440,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3558,7 +3558,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -3591,7 +3591,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3609,39 +3609,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3739,7 +3739,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@ -3870,15 +3870,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3903,7 +3903,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3923,7 +3923,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3944,7 +3944,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3985,7 +3985,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@ -4001,7 +4001,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@ -4016,13 +4016,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -4049,7 +4049,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -823,11 +823,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -846,7 +846,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -933,7 +933,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -985,7 +985,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1016,7 +1016,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1135,7 +1135,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2667,12 +2667,12 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2782,7 +2782,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2889,13 +2889,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3140,12 +3140,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -823,11 +823,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -846,7 +846,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -932,8 +932,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #eea57e); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #f48480); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -984,8 +984,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1015,8 +1015,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1134,8 +1134,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #f5f5f7);
border-color: rgba(82, 93, 118, 0.3); }
@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2666,13 +2666,13 @@ GtkVolumeButton.button {
.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2781,8 +2781,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2888,14 +2888,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3139,13 +3139,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
GtkLabel.separator, .popover GtkLabel.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar GtkLabel {
padding: 6px 12px; }
GtkAssistant .sidebar GtkLabel.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkFlowBox .grid-child {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkFlowBox .grid-child {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkFlowBox .grid-child {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkFlowBox .grid-child {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkFlowBox .grid-child {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -311,12 +311,12 @@ GtkSearchEntry.entry {
.button.osd.image-button, .header-bar .button.osd.titlebutton, .titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -356,7 +356,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -382,10 +382,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -397,13 +397,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -420,7 +420,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -432,13 +432,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -490,7 +490,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > GtkLabel,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -514,8 +514,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -677,7 +677,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -687,8 +687,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -708,8 +708,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -734,7 +734,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -751,11 +751,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -932,8 +932,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -942,30 +942,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -984,8 +984,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1015,8 +1015,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1038,7 +1038,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1050,13 +1050,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1072,7 +1072,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1084,13 +1084,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1134,8 +1134,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1181,8 +1181,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985));
border-color: rgba(82, 93, 118, 0.3); }
@ -1234,9 +1234,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1249,7 +1249,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1262,8 +1262,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1291,7 +1291,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@ -1311,7 +1311,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1492,7 +1492,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1535,11 +1535,11 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar.slider:hover {
background-color: #cfd1d4; }
.scrollbar.slider:prelight:active, .scrollbar.slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider.fine-tune {
border-width: 4px; }
.scrollbar.slider.fine-tune:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar.slider:insensitive {
background-color: transparent; }
@ -1808,13 +1808,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1843,7 +1843,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1853,7 +1853,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1881,18 +1881,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1919,8 +1919,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2025,7 +2025,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2048,7 +2048,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2109,14 +2109,14 @@ GtkFileChooserDialog .dialog-action-box {
border-width: 2px;
border-color: transparent; }
.sidebar:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2143,7 +2143,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2163,7 +2163,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2666,13 +2666,13 @@ GtkVolumeButton.button {
.titlebar.selection-mode .left:dir(rtl) GtkMenuButton.button.titlebutton:last-child:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.view:selected, .view:selected:focus, .view:selected:hover, GtkLabel:selected, GtkLabel:selected:focus, GtkLabel:selected:hover, GtkFlowBox .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2724,7 +2724,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2742,7 +2742,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2781,8 +2781,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2888,14 +2888,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@ -2906,14 +2906,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2978,7 +2978,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2991,7 +2991,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3021,7 +3021,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3052,23 +3052,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3092,10 +3092,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3118,7 +3118,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3139,13 +3139,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3241,7 +3241,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3273,7 +3273,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3358,8 +3358,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3417,7 +3417,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3432,7 +3432,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3560,8 +3560,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3594,7 +3594,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3612,39 +3612,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3732,7 +3732,7 @@ MarlinViewWindow MarlinPlacesSidebar {
MarlinViewWindow .sidebar .source-list.sidebar row.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .view.cell:selected,
MarlinViewWindow MarlinPlacesSidebar .source-list.sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog MarlinPlacesSidebar.frame,
NautilusWindow .sidebar.frame,
@ -3863,15 +3863,15 @@ GeditWindow.background > .titlebar.default-decoration:backdrop {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3896,7 +3896,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3916,7 +3916,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3937,7 +3937,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3978,7 +3978,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar:prelight:active, GeditFileBrowserWidget .slider.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.fine-tune.scrollbar, GtkFileChooserDialog MarlinPlacesSidebar .slider.fine-tune.scrollbar,
NautilusWindow .sidebar .slider.fine-tune.scrollbar,
NautilusWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar,
@ -3994,7 +3994,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
NemoWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow .sidebar .slider.fine-tune.scrollbar:prelight:active,
MarlinViewWindow MarlinPlacesSidebar .slider.fine-tune.scrollbar:prelight:active, GeditFileBrowserWidget .slider.fine-tune.scrollbar:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .slider.scrollbar:insensitive, GtkFileChooserDialog MarlinPlacesSidebar .slider.scrollbar:insensitive,
NautilusWindow .sidebar .slider.scrollbar:insensitive,
NautilusWindow MarlinPlacesSidebar .slider.scrollbar:insensitive,
@ -4009,13 +4009,13 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow MarlinPlacesSidebar .slider.scrollbar, GeditFileBrowserWidget .
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;

@ -76,7 +76,7 @@ TerminalWindow {
}
.nautilus-desktop.nautilus-canvas-item {
color: $selected_fg_color;
color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@ -457,7 +457,7 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: $selected_fg_color;
color: white;
background-color: transparentize(black, 0.75);
border-radius: 0;
border-color: transparentize(black, 0.75);
@ -465,7 +465,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
}
PanelApplet:hover {
color: $selected_fg_color;
color: white;
}
PanelApplet:active,

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -250,20 +250,20 @@ $vert_padding: 5px;
}
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
&:selected, &:selected:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -478,10 +478,10 @@ $_dot_color: $selected_bg_color;
}
}
// Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -489,10 +489,10 @@ $_dot_color: $selected_bg_color;
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive {
@include button(undecorated);
@ -1026,14 +1026,14 @@ GtkComboBox {
// Selectionmode
&.selection-mode,
&.titlebar.selection-mode {
color: $selected_fg_color;
color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
color: transparentize($selected_fg_color, 0.4);
color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@ -1183,19 +1183,19 @@ GtkComboBox {
background-color: transparent;
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
&:selected, &:selected:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -1256,10 +1256,10 @@ GtkComboBox {
}
// Headerbar Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
.button.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -1267,10 +1267,10 @@ GtkComboBox {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive,
&:insensitive { @include button(header-insensitive); }

@ -108,12 +108,12 @@
// Buttons
@mixin button($t, $actionb_color:red) {
@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
// $actionb_color: used for destructive and suggested action buttons
// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@ -266,10 +266,10 @@
//
background-clip: border-box;
color: $selected_fg_color;
outline-color: transparentize($selected_fg_color, 0.7);
background-color: $actionb_color;
border-color: $actionb_color;
color: $actionb_fg;
outline-color: transparentize($actionb_fg, 0.7);
background-color: $actionb_bg;
border-color: $actionb_bg;
}
@else if $t==undecorated {

@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -150,20 +150,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -184,22 +184,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@ -207,22 +207,22 @@ GtkTextView {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -235,7 +235,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@ -313,12 +313,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -358,7 +358,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -384,10 +384,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -399,13 +399,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -422,7 +422,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -434,13 +434,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -496,7 +496,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -521,7 +521,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -683,7 +683,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@ -694,7 +694,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -715,7 +715,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -740,7 +740,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -935,7 +935,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -944,30 +944,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -987,7 +987,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1018,7 +1018,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1040,7 +1040,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1052,13 +1052,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1074,7 +1074,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1086,13 +1086,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1137,7 +1137,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1183,8 +1183,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@ -1245,9 +1245,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1260,7 +1260,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1273,8 +1273,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1302,7 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1322,7 +1322,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1502,7 +1502,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1551,7 +1551,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1850,13 +1850,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1885,7 +1885,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1895,7 +1895,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1923,18 +1923,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1961,8 +1961,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2067,7 +2067,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2090,7 +2090,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2147,14 +2147,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #3c4150; }
.sidebar:selected, .sidebar .view:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2193,7 +2193,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2213,7 +2213,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2457,7 +2457,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2512,7 +2512,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2564,7 +2564,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2582,7 +2582,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@ -2647,7 +2647,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2677,7 +2677,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@ -2763,13 +2763,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2780,14 +2780,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2852,7 +2852,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2865,7 +2865,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -2895,7 +2895,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -2926,23 +2926,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -2966,10 +2966,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -2992,7 +2992,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3014,12 +3014,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3115,7 +3115,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3147,7 +3147,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3232,8 +3232,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3291,7 +3291,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3306,7 +3306,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3317,7 +3317,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3435,7 +3435,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -3468,7 +3468,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3486,39 +3486,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3613,7 +3613,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@ -3734,15 +3734,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3763,7 +3763,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3783,7 +3783,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3804,7 +3804,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3844,7 +3844,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@ -3855,13 +3855,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -3889,7 +3889,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -938,7 +938,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -990,7 +990,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1021,7 +1021,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1140,7 +1140,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2460,7 +2460,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2650,7 +2650,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2766,13 +2766,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3017,12 +3017,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -150,20 +150,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -184,22 +184,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #b6bcc6; }
@ -207,22 +207,22 @@ GtkTextView {
border-bottom-color: #3a3e4a;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #3a3e4a; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -235,7 +235,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -245,9 +245,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -281,7 +281,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@ -313,12 +313,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -358,7 +358,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -384,10 +384,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -399,13 +399,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -422,7 +422,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -434,13 +434,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -496,7 +496,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -521,7 +521,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -683,7 +683,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@ -694,7 +694,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -715,7 +715,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -740,7 +740,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -825,11 +825,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -848,7 +848,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -935,7 +935,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -944,30 +944,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -987,7 +987,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1018,7 +1018,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1040,7 +1040,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1052,13 +1052,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1074,7 +1074,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1086,13 +1086,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1137,7 +1137,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1183,8 +1183,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@ -1245,9 +1245,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1260,7 +1260,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1273,8 +1273,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1302,7 +1302,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1322,7 +1322,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1502,7 +1502,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1551,7 +1551,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1850,13 +1850,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1885,7 +1885,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1895,7 +1895,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1923,18 +1923,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1961,8 +1961,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2067,7 +2067,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2090,7 +2090,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2147,14 +2147,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #3c4150; }
.sidebar:selected, .sidebar .view:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #D3DAE3;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2193,7 +2193,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2213,7 +2213,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2457,7 +2457,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2512,7 +2512,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2564,7 +2564,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2582,7 +2582,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@ -2647,7 +2647,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2677,7 +2677,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@ -2763,13 +2763,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2780,14 +2780,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2852,7 +2852,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2865,7 +2865,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -2895,7 +2895,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -2926,23 +2926,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -2966,10 +2966,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -2992,7 +2992,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3014,12 +3014,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3115,7 +3115,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3147,7 +3147,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3232,8 +3232,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3291,7 +3291,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3306,7 +3306,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3317,7 +3317,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3435,7 +3435,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -3468,7 +3468,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3486,39 +3486,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3613,7 +3613,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@ -3734,15 +3734,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3763,7 +3763,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3783,7 +3783,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3804,7 +3804,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3844,7 +3844,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@ -3855,13 +3855,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -3889,7 +3889,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -828,11 +828,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -851,7 +851,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -938,7 +938,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -990,7 +990,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1021,7 +1021,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1140,7 +1140,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2460,7 +2460,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2650,7 +2650,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2766,13 +2766,13 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3017,12 +3017,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -828,11 +828,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -851,7 +851,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -937,8 +937,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #eea57e); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #f48480); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -989,8 +989,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1020,8 +1020,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1139,8 +1139,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #f5f5f7);
border-color: rgba(82, 93, 118, 0.3); }
@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2459,8 +2459,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2649,8 +2649,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2765,14 +2765,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3016,13 +3016,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;

@ -48,7 +48,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -61,7 +61,7 @@
text-shadow: none; }
.rubberband {
border: 1px solid #5294E2;
border: 1px solid #5294e2;
background-color: rgba(82, 148, 226, 0.2); }
.label.separator, .popover .label.separator, GtkPlacesSidebar.sidebar .label.view.separator {
@ -88,7 +88,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -147,7 +147,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -156,13 +156,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -183,22 +183,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.entry.image {
color: #7d8189; }
@ -206,22 +206,22 @@ GtkTextView {
border-bottom-color: #f4f5f6;
box-shadow: none; }
.linked.vertical > .entry:focus {
border-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:first-child:focus {
border-bottom-color: #5294E2;
border-bottom-color: #5294e2;
box-shadow: none; }
.linked.vertical > .entry:first-child:insensitive {
border-bottom-color: #f4f5f6; }
.linked.vertical > .entry:last-child {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.linked.vertical > .entry:last-child:focus {
border-bottom-color: #5294E2;
box-shadow: 0 -1px 0 0 #5294E2; }
border-bottom-color: #5294e2;
box-shadow: 0 -1px 0 0 #5294e2; }
.linked.vertical > .entry:last-child:insensitive {
border-bottom-color: rgba(0, 0, 0, 0.14); }
.osd .entry {
@ -234,7 +234,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -244,9 +244,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -279,8 +279,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -312,12 +312,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -357,7 +357,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -383,10 +383,10 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -398,13 +398,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -421,7 +421,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -433,13 +433,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -495,7 +495,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -519,8 +519,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -682,7 +682,7 @@ GtkSearchEntry.entry {
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -692,8 +692,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -713,8 +713,8 @@ GtkSearchEntry.entry {
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -739,7 +739,7 @@ GtkSearchEntry.entry {
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -756,11 +756,11 @@ GtkComboBox {
GtkComboBox.combobox-entry .entry:dir(ltr) {
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
box-shadow: inset 1px 0 #cfd6e6; }
GtkComboBox.combobox-entry .button:dir(ltr):insensitive {
@ -937,8 +937,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -947,30 +947,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -989,8 +989,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1020,8 +1020,8 @@ GtkComboBox {
.primary-toolbar .linked.stack-switcher > .button:active, .header-bar .linked.stack-switcher > .button:active, .primary-toolbar .linked.stack-switcher > .button:checked, .header-bar .linked.stack-switcher > .button:checked, .primary-toolbar .linked.path-bar > .button:active, .header-bar .linked.path-bar > .button:active, .primary-toolbar .linked.path-bar > .button:checked, .header-bar .linked.path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked.stack-switcher > .button:insensitive, .header-bar .linked.stack-switcher > .button:insensitive, .primary-toolbar .linked.path-bar > .button:insensitive, .header-bar .linked.path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
.primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover {
@ -1043,7 +1043,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1055,13 +1055,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1077,7 +1077,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1089,13 +1089,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1139,8 +1139,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1186,8 +1186,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985));
border-color: rgba(82, 93, 118, 0.3); }
@ -1248,9 +1248,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1263,7 +1263,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1276,8 +1276,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1305,7 +1305,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@ -1325,7 +1325,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator {
@ -1505,7 +1505,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1554,7 +1554,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1853,13 +1853,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1888,7 +1888,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1898,7 +1898,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1926,18 +1926,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -1964,8 +1964,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2070,7 +2070,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2093,7 +2093,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2150,14 +2150,14 @@ GtkFileChooserDialog .dialog-action-box {
border: none;
background-color: #fbfbfc; }
.sidebar:selected, .sidebar .view:selected {
background-color: #5294E2; }
background-color: #5294e2; }
GtkPlacesSidebar.sidebar .view {
color: #5c616c;
background-color: transparent; }
GtkPlacesSidebar.sidebar .view:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.sidebar-item {
padding: 10px 4px; }
@ -2196,7 +2196,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2216,7 +2216,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2459,8 +2459,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2515,7 +2515,7 @@ GtkVolumeButton.button {
.view:selected, .view:selected:focus, .view:selected:hover, .label:selected, .label:selected:focus, .label:selected:hover, .grid-child:selected, .menuitem.button.flat:active, .menuitem.button.flat:selected, .list-row:selected, GtkEntry.gb-command-bar-entry.entry.flat:selected,
GtkEntry.gb-command-bar-entry.entry.flat:focus:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2567,7 +2567,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2585,7 +2585,7 @@ TerminalWindow .scrollbar.trough {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2649,8 +2649,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover {
@ -2680,7 +2680,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button {
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2765,14 +2765,14 @@ GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@ -2783,14 +2783,14 @@ GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr) {
border-radius: 0 3px 3px 0;
outline-radius: 0 1px 1px 0; }
GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) {
border-right-style: none;
border-radius: 3px 0 0 3px;
outline-radius: 1px 0 0 1px; }
GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GbEditorFrame .gb-search-slider {
padding: 2px; }
@ -2855,7 +2855,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -2868,7 +2868,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -2898,7 +2898,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -2929,23 +2929,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -2969,10 +2969,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .button.flat:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -2995,7 +2995,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3016,13 +3016,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3118,7 +3118,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3150,7 +3150,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3235,8 +3235,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3294,7 +3294,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3309,7 +3309,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3320,7 +3320,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3437,8 +3437,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3471,7 +3471,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3489,39 +3489,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3606,7 +3606,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkFileChooserDialog .sidebar.frame, GtkFileChooserDialog .source-list.sidebar.view.frame,
NautilusWindow .sidebar.frame,
@ -3727,15 +3727,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3756,7 +3756,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3776,7 +3776,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3797,7 +3797,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3837,7 +3837,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
NautilusWindow .sidebar .scrollbar .slider:prelight:active,
NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog .sidebar .scrollbar .slider:insensitive,
NautilusWindow .sidebar .scrollbar .slider:insensitive,
NemoWindow .sidebar .scrollbar .slider:insensitive,
@ -3848,13 +3848,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -3882,7 +3882,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;

@ -76,7 +76,7 @@ TerminalWindow {
}
.nautilus-desktop.nautilus-canvas-item {
color: $selected_fg_color;
color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@ -508,7 +508,7 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: $selected_fg_color;
color: white;
background-color: transparentize(black, 0.75);
border-radius: 0;
border-color: transparentize(black, 0.75);
@ -516,7 +516,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
}
PanelApplet:hover {
color: $selected_fg_color;
color: white;
}
PanelApplet:active,

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -250,20 +250,20 @@ $vert_padding: 5px;
}
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
&:selected, &:selected:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -478,10 +478,10 @@ $_dot_color: $selected_bg_color;
}
}
// Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -489,10 +489,10 @@ $_dot_color: $selected_bg_color;
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive {
@include button(undecorated);
@ -1026,14 +1026,14 @@ GtkComboBox {
// Selectionmode
&.selection-mode,
&.titlebar.selection-mode {
color: $selected_fg_color;
color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
color: transparentize($selected_fg_color, 0.4);
color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@ -1183,19 +1183,19 @@ GtkComboBox {
background-color: transparent;
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
&:selected, &:selected:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -1256,10 +1256,10 @@ GtkComboBox {
}
// Headerbar Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
.button.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -1267,10 +1267,10 @@ GtkComboBox {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive,
&:insensitive { @include button(header-insensitive); }

@ -108,12 +108,12 @@
// Buttons
@mixin button($t, $actionb_color:red) {
@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
// $actionb_color: used for destructive and suggested action buttons
// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@ -266,10 +266,10 @@
//
background-clip: border-box;
color: $selected_fg_color;
outline-color: transparentize($selected_fg_color, 0.7);
background-color: $actionb_color;
border-color: $actionb_color;
color: $actionb_fg;
outline-color: transparentize($actionb_fg, 0.7);
background-color: $actionb_bg;
border-color: $actionb_bg;
}
@else if $t==undecorated {

@ -47,7 +47,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -151,20 +151,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -174,22 +174,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@ -201,7 +201,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -211,9 +211,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -247,7 +247,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@ -279,12 +279,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -304,7 +304,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -328,13 +328,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -346,13 +346,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -369,7 +369,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -381,13 +381,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -443,7 +443,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -468,7 +468,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -727,7 +727,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@ -738,7 +738,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -759,7 +759,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -784,7 +784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -981,7 +981,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -990,30 +990,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -1033,7 +1033,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1064,7 +1064,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -1115,7 +1115,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1127,13 +1127,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1149,7 +1149,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1161,13 +1161,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1212,7 +1212,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1252,8 +1252,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@ -1314,9 +1314,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1329,7 +1329,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1342,8 +1342,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1371,7 +1371,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1391,7 +1391,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator {
@ -1571,7 +1571,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1620,7 +1620,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1919,13 +1919,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1954,7 +1954,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1964,7 +1964,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1992,18 +1992,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -2030,8 +2030,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2137,7 +2137,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2160,7 +2160,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2238,7 +2238,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
border: solid 1px #5294E2; }
border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #22242d; }
@ -2305,7 +2305,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2325,7 +2325,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2574,7 +2574,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2634,7 +2634,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2686,7 +2686,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2711,7 +2711,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
color: #5294E2; }
color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@ -2720,7 +2720,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@ -2784,7 +2784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -2807,7 +2807,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@ -2899,13 +2899,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -3004,7 +3004,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3017,7 +3017,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3047,7 +3047,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3078,23 +3078,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3118,10 +3118,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3144,7 +3144,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3166,12 +3166,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3267,7 +3267,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3299,7 +3299,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3384,8 +3384,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3458,7 +3458,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3587,7 +3587,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -3620,7 +3620,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3638,39 +3638,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: rgba(53, 57, 69, 0.95); }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: rgba(75, 81, 98, 0.95); }
@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@ -984,7 +984,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -1036,7 +1036,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1067,7 +1067,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -1118,7 +1118,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1215,7 +1215,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1255,8 +1255,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(63, 69, 84, 0.991));
border-color: rgba(21, 23, 28, 0.67); }
@ -1317,9 +1317,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1332,7 +1332,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1345,8 +1345,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1374,7 +1374,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1394,7 +1394,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@ -1574,7 +1574,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1623,7 +1623,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1922,13 +1922,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1967,7 +1967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1995,18 +1995,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -2033,8 +2033,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2140,7 +2140,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2163,7 +2163,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2241,7 +2241,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
border: solid 1px #5294E2; }
border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@ -2308,7 +2308,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2328,7 +2328,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2577,7 +2577,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2637,7 +2637,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2689,7 +2689,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2714,7 +2714,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
color: #5294E2; }
color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@ -2723,7 +2723,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2787,7 +2787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -2810,7 +2810,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2905,13 +2905,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -3010,7 +3010,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3023,7 +3023,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3053,7 +3053,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3084,23 +3084,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3124,10 +3124,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3150,7 +3150,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3172,12 +3172,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3273,7 +3273,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3305,7 +3305,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3390,8 +3390,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3449,7 +3449,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3475,7 +3475,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3592,8 +3592,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3626,7 +3626,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3644,39 +3644,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3705,7 +3705,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: rgba(53, 57, 69, 0.95); }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: rgba(75, 81, 98, 0.95); }
@ -3742,7 +3742,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@ -3785,7 +3785,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@ -3893,15 +3893,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3922,7 +3922,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3942,7 +3942,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3963,7 +3963,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3994,7 +3994,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@ -4004,13 +4004,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4038,7 +4038,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -47,7 +47,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -151,20 +151,20 @@ GtkTextView {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.entry:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -174,22 +174,22 @@ GtkTextView {
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@ -201,7 +201,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -211,9 +211,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -247,7 +247,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #D3DAE3; }
@ -279,12 +279,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -304,7 +304,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -328,13 +328,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -346,13 +346,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -369,7 +369,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -381,13 +381,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -443,7 +443,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -468,7 +468,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -727,7 +727,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(211, 218, 227, 0.45); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #D3DAE3;
@ -738,7 +738,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -759,7 +759,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #D3DAE3;
outline-color: rgba(211, 218, 227, 0.3);
@ -784,7 +784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -871,11 +871,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -894,7 +894,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -981,7 +981,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -990,30 +990,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -1033,7 +1033,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1064,7 +1064,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -1115,7 +1115,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1127,13 +1127,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1149,7 +1149,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1161,13 +1161,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1212,7 +1212,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1252,8 +1252,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@ -1314,9 +1314,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1329,7 +1329,7 @@ column-header .button {
color: #b6bcc6;
background-color: #404552; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1342,8 +1342,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #404552, inset -1px 0 #404552; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #404552, inset -1px 0 #404552; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1371,7 +1371,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1391,7 +1391,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(211, 218, 227, 0.45); }
.menu .menuitem.separator {
@ -1571,7 +1571,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1620,7 +1620,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #676b78; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1919,13 +1919,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #3c414e);
border-color: rgba(38, 41, 51, 0.8); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1954,7 +1954,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #2d303b); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1964,7 +1964,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1992,18 +1992,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -2030,8 +2030,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2137,7 +2137,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2160,7 +2160,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2238,7 +2238,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
border: solid 1px #5294E2; }
border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #22242d; }
@ -2305,7 +2305,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2325,7 +2325,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2574,7 +2574,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2634,7 +2634,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2686,7 +2686,7 @@ GtkHTML {
color: #D3DAE3; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2711,7 +2711,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
color: #5294E2; }
color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@ -2720,7 +2720,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #D3DAE3; }
@ -2784,7 +2784,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -2807,7 +2807,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #4a4f5c; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@ -2899,13 +2899,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -3004,7 +3004,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3017,7 +3017,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3047,7 +3047,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3078,23 +3078,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3118,10 +3118,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3144,7 +3144,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3166,12 +3166,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3267,7 +3267,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3299,7 +3299,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3384,8 +3384,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3443,7 +3443,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3458,7 +3458,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3587,7 +3587,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
@ -3620,7 +3620,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3638,39 +3638,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: #353945; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #4b5162; }
@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@ -874,11 +874,11 @@ GtkComboBox {
padding-right: 12px; }
.header-bar.selection-mode, .header-bar.titlebar.selection-mode {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
.header-bar.selection-mode:backdrop, .header-bar.titlebar.selection-mode:backdrop {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
.header-bar.selection-mode .button, .header-bar.titlebar.selection-mode .button {
color: #ffffff;
@ -897,7 +897,7 @@ GtkComboBox {
background-color: rgba(255, 255, 255, 0.05);
border-color: rgba(255, 255, 255, 0.5); }
.header-bar.selection-mode .button:active, .header-bar.selection-mode .button:checked, .header-bar.titlebar.selection-mode .button:active, .header-bar.titlebar.selection-mode .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -984,7 +984,7 @@ GtkComboBox {
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -1036,7 +1036,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1067,7 +1067,7 @@ GtkComboBox {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -1118,7 +1118,7 @@ GtkComboBox {
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1215,7 +1215,7 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(207, 218, 231, 0.35);
@ -1255,8 +1255,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, #50586b);
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, #3e4553);
border-color: rgba(21, 23, 28, 0.7); }
@ -1317,9 +1317,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1332,7 +1332,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1345,8 +1345,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1374,7 +1374,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(207, 218, 231, 0.2);
@ -1394,7 +1394,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@ -1574,7 +1574,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1623,7 +1623,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1922,13 +1922,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, #353945);
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1957,7 +1957,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1967,7 +1967,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1995,18 +1995,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -2033,8 +2033,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2140,7 +2140,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2163,7 +2163,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2241,7 +2241,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
border: solid 1px #5294E2; }
border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@ -2308,7 +2308,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2328,7 +2328,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2577,7 +2577,7 @@ GtkVolumeButton.button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2637,7 +2637,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2689,7 +2689,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2714,7 +2714,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
color: #5294E2; }
color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@ -2723,7 +2723,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2787,7 +2787,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(207, 218, 231, 0.4); }
@ -2810,7 +2810,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2905,13 +2905,13 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(207, 218, 231, 0.35);
@ -3010,7 +3010,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3023,7 +3023,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3053,7 +3053,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3084,23 +3084,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3124,10 +3124,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3150,7 +3150,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3172,12 +3172,12 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3273,7 +3273,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3305,7 +3305,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3390,8 +3390,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3449,7 +3449,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3464,7 +3464,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3475,7 +3475,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3592,8 +3592,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3626,7 +3626,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3644,39 +3644,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3705,7 +3705,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: #353945; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #4b5162; }
@ -3742,7 +3742,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@ -3785,7 +3785,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@ -3893,15 +3893,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3922,7 +3922,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3942,7 +3942,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3963,7 +3963,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3994,7 +3994,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@ -4004,13 +4004,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4038,7 +4038,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

File diff suppressed because it is too large Load Diff

@ -47,7 +47,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view {
@ -87,7 +87,7 @@ GtkAssistant .sidebar .label {
padding: 6px 12px; }
GtkAssistant .sidebar .label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
GtkTextView {
@ -148,7 +148,7 @@ GtkTextView {
.entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
.entry:insensitive {
@ -157,13 +157,13 @@ GtkTextView {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
.entry:selected, .entry:selected:focus {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.entry.progressbar {
margin: 2px 12px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -173,22 +173,22 @@ GtkTextView {
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
.entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
.entry.warning:selected, .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.entry.error {
color: #ffffff;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
.entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
.entry.error:selected, .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.osd .entry {
color: #BAC3CF;
@ -200,7 +200,7 @@ GtkTextView {
.osd .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -210,9 +210,9 @@ GtkSearchEntry.entry {
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
.button {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
@ -245,8 +245,8 @@ GtkSearchEntry.entry {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
transition-duration: 50ms; }
.button:active {
color: #5c616c; }
@ -278,12 +278,12 @@ GtkSearchEntry.entry {
.titlebar .button.osd.titlebutton {
padding: 10px; }
.button.osd:hover {
color: #5294E2; }
color: #5294e2; }
.button.osd:active, .button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.button.osd:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -303,7 +303,7 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -327,13 +327,13 @@ GtkSearchEntry.entry {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active) + .button:not(:checked):not(:active) {
box-shadow: none; }
.button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -345,13 +345,13 @@ GtkSearchEntry.entry {
outline-color: rgba(77, 173, 212, 0.3); }
.button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.button.suggested-action:active, .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -368,7 +368,7 @@ GtkSearchEntry.entry {
color: inherit; }
.button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -380,13 +380,13 @@ GtkSearchEntry.entry {
outline-color: rgba(240, 74, 80, 0.3); }
.button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.button.destructive-action:active, .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -442,7 +442,7 @@ GtkSearchEntry.entry {
.stack-switcher > .button.needs-attention > .label,
.stack-switcher > .button.needs-attention > GtkImage, .button .sidebar-item.needs-attention > GtkLabel {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -466,8 +466,8 @@ GtkSearchEntry.entry {
.inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar GtkToolButton > .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -499,12 +499,12 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
@ -526,7 +526,7 @@ GtkSearchEntry.entry {
.linked:not(.vertical):not(.path-bar) > .button:active + .entry,
.linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > .button + .button {
border-left-style: none; }
@ -572,12 +572,12 @@ GtkSearchEntry.entry {
.linked.vertical > .entry + .entry:focus:not(:last-child),
.linked.vertical > .entry + .entry:focus:last-child {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .entry:focus:not(:only-child) + .entry, .linked.vertical > .entry:focus:not(:only-child) + .button,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox,
.linked.vertical > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .entry + .entry.warning:focus:not(:last-child),
.linked.vertical > .entry + .entry.warning:focus:last-child {
@ -599,7 +599,7 @@ GtkSearchEntry.entry {
.linked.vertical > .button:active + .entry,
.linked.vertical > .button:checked + .entry {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > .button + .button {
border-top-style: none; }
@ -726,7 +726,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton .button:insensitive {
color: rgba(92, 97, 108, 0.55); }
.spinbutton .button:active {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child {
color: #5c616c;
@ -736,8 +736,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -757,8 +757,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
.spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover {
color: #5c616c;
outline-color: rgba(92, 97, 108, 0.3);
@ -783,7 +783,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
GtkTreeView .spinbutton.entry, GtkTreeView .spinbutton.entry:focus {
padding: 1px;
border-width: 1px 0;
border-color: #5294E2;
border-color: #5294e2;
border-radius: 0;
box-shadow: none; }
@ -802,13 +802,13 @@ GtkComboBox {
border-bottom-right-radius: 0;
border-right-style: none; }
GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
GtkComboBox.combobox-entry .entry:dir(rtl) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left-style: none; }
GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
GtkComboBox.combobox-entry .button:dir(ltr) {
border-top-left-radius: 0;
border-bottom-left-radius: 0; }
@ -983,8 +983,8 @@ GtkComboBox {
opacity: 0.85; }
.primary-toolbar .entry:focus, .header-bar .entry:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
background-clip: border-box; }
.primary-toolbar .entry:focus.image, .header-bar .entry:focus.image {
color: #ffffff; }
@ -993,30 +993,30 @@ GtkComboBox {
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar .entry.progressbar, .header-bar .entry.progressbar {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar .entry.warning, .header-bar .entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, rgba(238, 162, 121, 0.98)); }
.primary-toolbar .entry.warning:focus, .header-bar .entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar .entry.warning:selected, .header-bar .entry.warning:selected, .primary-toolbar .entry.warning:selected:focus, .header-bar .entry.warning:selected:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar .entry.error, .header-bar .entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, rgba(244, 128, 123, 0.98)); }
.primary-toolbar .entry.error:focus, .header-bar .entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar .entry.error:selected, .header-bar .entry.error:selected, .primary-toolbar .entry.error:selected:focus, .header-bar .entry.error:selected:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar .button, .header-bar .button {
@ -1035,8 +1035,8 @@ GtkComboBox {
.primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box; }
.primary-toolbar .button:insensitive, .header-bar .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1066,8 +1066,8 @@ GtkComboBox {
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:active, .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:checked, .primary-toolbar .linked:not(.vertical).path-bar > .button:active, .header-bar .linked:not(.vertical).path-bar > .button:active, .primary-toolbar .linked:not(.vertical).path-bar > .button:checked, .header-bar .linked:not(.vertical).path-bar > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
@ -1096,10 +1096,10 @@ GtkComboBox {
border-left-color: #f75d37; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry:focus:last-child {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + .button, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBox > .the-button-in-the-combobox, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox, .header-bar .linked:not(.vertical):not(.path-bar) > .entry:focus:not(:only-child) + GtkComboBoxText > .the-button-in-the-combobox {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:not(:last-child), .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.warning:focus:last-child {
border-left-color: #F27835; }
@ -1114,11 +1114,11 @@ GtkComboBox {
border-left-color: #FC4138; }
.primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:active + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .button:checked + .entry {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.primary-toolbar .button.suggested-action, .header-bar .button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1130,13 +1130,13 @@ GtkComboBox {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar .button.suggested-action:hover, .header-bar .button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar .button.suggested-action:active, .header-bar .button.suggested-action:active, .primary-toolbar .button.suggested-action:checked, .header-bar .button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1152,7 +1152,7 @@ GtkComboBox {
.primary-toolbar .button.destructive-action, .header-bar .button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1164,13 +1164,13 @@ GtkComboBox {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar .button.destructive-action:hover, .header-bar .button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar .button.destructive-action:active, .header-bar .button.destructive-action:active, .primary-toolbar .button.destructive-action:checked, .header-bar .button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1214,8 +1214,8 @@ GtkComboBox {
color: inherit; }
.primary-toolbar GtkComboBox.combobox-entry .button:hover, .header-bar GtkComboBox.combobox-entry .button:hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive {
color: rgba(82, 93, 118, 0.35);
@ -1226,14 +1226,14 @@ GtkComboBox {
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(ltr):focus {
box-shadow: 1px 0 #5294E2; }
box-shadow: 1px 0 #5294e2; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl), .header-bar GtkComboBox.combobox-entry .entry:dir(rtl) {
border-left-style: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: none; }
.primary-toolbar GtkComboBox.combobox-entry .entry:dir(rtl):focus, .header-bar GtkComboBox.combobox-entry .entry:dir(rtl):focus {
box-shadow: -1px 0 #5294E2; }
box-shadow: -1px 0 #5294e2; }
.primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop {
opacity: 0.75; }
@ -1259,8 +1259,8 @@ GtkComboBox {
background-image: linear-gradient(to bottom, white);
border-color: rgba(82, 93, 118, 0.3); }
.primary-toolbar .scale.slider:active, .header-bar .scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive {
background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985));
border-color: rgba(82, 93, 118, 0.3); }
@ -1321,9 +1321,9 @@ GtkTreeView.view {
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkTreeView.view.progressbar:selected {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
GtkTreeView.view.trough, GtkTreeView.view.trough:selected {
@ -1336,7 +1336,7 @@ column-header .button {
color: #7d8189;
background-color: #ffffff; }
column-header .button:hover {
color: #5294E2;
color: #5294e2;
box-shadow: none;
transition: none; }
column-header .button:active {
@ -1349,8 +1349,8 @@ column-header:last-child .button, column-header:last-child.button {
column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover {
transition: none;
color: #5294E2;
box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
color: #5294e2;
box-shadow: inset 1px 1px 0 1px #5294e2, inset -1px 0 0 1px #5294e2, inset 1px 1px #ffffff, inset -1px 0 #ffffff; }
column-header .button, column-header .button:hover, column-header .button:active {
padding: 3px 6px;
@ -1378,7 +1378,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border: solid transparent;
border-width: 0; }
.menubar > .menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: rgba(82, 93, 118, 0.2);
@ -1398,7 +1398,7 @@ column-header .button, column-header .button:hover, column-header .button:active
padding: 5px; }
.menu .menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.menu .menuitem:insensitive {
color: rgba(92, 97, 108, 0.55); }
.menu .menuitem.separator {
@ -1578,7 +1578,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.notebook tab .button:hover {
color: #ff4d4d; }
.notebook tab .button:active {
color: #5294E2; }
color: #5294e2; }
.notebook tab .button > GtkImage {
padding: 2px; }
.notebook.arrow {
@ -1627,7 +1627,7 @@ column-header .button, column-header .button:hover, column-header .button:active
.scrollbar .slider:hover {
background-color: #c7c9cd; }
.scrollbar .slider:prelight:active, .scrollbar .slider:active {
background-color: #5294E2; }
background-color: #5294e2; }
.scrollbar .slider:insensitive {
background-color: transparent; }
.scrollbar .slider {
@ -1926,13 +1926,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
background-image: linear-gradient(to bottom, #fbfbfb);
border-color: rgba(123, 142, 186, 0.3); }
.scale.slider:active {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
background-image: linear-gradient(to bottom, #5294e2);
border-color: #5294e2; }
.osd .scale.slider {
background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
border-color: #5294E2; }
border-color: #5294e2; }
.osd .scale.slider:hover {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd .scale.slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }
@ -1961,7 +1961,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
border-radius: 2.5px;
background-image: linear-gradient(to bottom, #cfd6e6); }
.scale.trough.highlight {
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.scale.trough.highlight:insensitive {
background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); }
.scale.trough:insensitive {
@ -1971,7 +1971,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button {
outline-color: rgba(186, 195, 207, 0.2); }
.osd .scale.trough.highlight {
background-image: none;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.menu .menuitem:hover .scale.trough,
.list-row:selected .scale.trough,
GtkInfoBar .scale.trough {
@ -1999,18 +1999,18 @@ GtkProgressBar {
-GtkProgressBar-min-horizontal-bar-height: 3; }
.progressbar {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
.progressbar.osd {
background-color: #5294E2; }
background-color: #5294e2; }
.list-row:selected .progressbar,
GtkInfoBar .progressbar {
background-color: #ffffff; }
.osd .scale.progressbar {
background-color: #5294E2; }
background-color: #5294e2; }
GtkProgressBar.trough, .level-bar.trough {
border: none;
@ -2037,8 +2037,8 @@ GtkLevelBar {
border-radius: 4px; }
.level-bar.fill-block {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
.level-bar.fill-block.indicator-discrete.horizontal {
margin: 0 1px; }
@ -2144,7 +2144,7 @@ GtkScrolledWindow GtkViewport.frame {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification .button:insensitive,
.app-notification.frame .button:insensitive {
@ -2167,7 +2167,7 @@ GtkCalendar {
border-radius: 3px;
padding: 2px; }
GtkCalendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
GtkCalendar.header {
@ -2245,7 +2245,7 @@ GtkSidebarRow .sidebar-label:dir(rtl) {
padding-left: 2px; }
GtkPlacesSidebar.sidebar .sidebar-placeholder-row {
border: solid 1px #5294E2; }
border: solid 1px #5294e2; }
GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: #d9dde0; }
@ -2312,7 +2312,7 @@ GtkInfoBar {
.warning,
.error,
GtkInfoBar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.list-row:selected .button, GtkInfoBar .button {
@ -2332,7 +2332,7 @@ GtkInfoBar {
background-color: rgba(255, 255, 255, 0.2);
border-color: rgba(255, 255, 255, 0.8); }
.list-row:selected .button:active, GtkInfoBar .button:active, .list-row:selected .button:active:hover, GtkInfoBar .button:active:hover, .list-row:selected .button:checked, GtkInfoBar .button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2580,8 +2580,8 @@ GtkVolumeButton.button {
.titlebar .button.titlebutton:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.header-bar .button.titlebutton.close, .header-bar .button.titlebutton.maximize, .header-bar .button.titlebutton.minimize,
.titlebar .button.titlebutton.close,
.titlebar .button.titlebutton.maximize,
@ -2641,7 +2641,7 @@ NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:selected,
NautilusWindow GtkPlacesSidebar.sidebar .list-row.activatable:active:hover,
NautilusWindow GtkPlacesSidebar.sidebar .has-open-popup:active {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3); }
@ -2693,7 +2693,7 @@ GtkHTML {
color: #5c616c; }
GtkHTML:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
SushiFontWidget {
padding: 6px 12px; }
@ -2718,7 +2718,7 @@ TerminalWindow .notebook .active-page .button:hover, TerminalWindow .notebook .p
color: #ff4d4d; }
TerminalWindow .notebook .active-page .button:active, TerminalWindow .notebook .prelight-page .button:active {
color: #5294E2; }
color: #5294e2; }
EelEditableLabel.entry {
transition: none; }
@ -2727,7 +2727,7 @@ EelEditableLabel.entry {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active {
color: #5c616c; }
@ -2790,8 +2790,8 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive {
color: rgba(82, 93, 118, 0.4); }
@ -2814,7 +2814,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .
background-color: #f4f4f5; }
.open-document-selector-treeview.view:prelight:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -2908,14 +2908,14 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) {
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):hover,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):hover {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):active, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):checked,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):active,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):checked {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive,
GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive {
color: rgba(82, 93, 118, 0.35);
@ -3014,7 +3014,7 @@ EphyWindow .floating-bar {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3027,7 +3027,7 @@ EphyWindow .floating-bar {
color: #a9caf1; }
.documents-entry-tag {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px;
border-width: 0;
@ -3057,7 +3057,7 @@ TotemGrilo.vertical GdMainView.frame {
SynapseGuiSelectionContainer *:selected,
SynapseGuiViewVirgilio *:selected {
background-color: #5294E2; }
background-color: #5294e2; }
.tr-workarea .undershoot,
.tr-workarea .overshoot {
@ -3088,23 +3088,23 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 0;
border-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
PanelApplet:hover {
color: #ffffff; }
color: white; }
PanelApplet:active,
PanelApplet:hover:active {
color: #5294E2; }
color: #5294e2; }
WnckPager {
color: #5d6268; }
WnckPager:selected {
color: #5294E2; }
color: #5294e2; }
NaTrayApplet {
-NaTrayApplet-icon-padding: 12;
@ -3128,10 +3128,10 @@ ClockBox {
.xfce4-panel.panel .button.flat:active, .xfce4-panel.panel .sidebar-button.button:active, .xfce4-panel.panel .button.flat:checked, .xfce4-panel.panel .sidebar-button.button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.floating-bar {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.floating-bar.top {
border-radius: 0 0 2px 2px; }
@ -3154,7 +3154,7 @@ BirdieWidgetsTweetList * {
MarlinViewWindow *:selected, MarlinViewWindow *:selected:focus {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
outline-color: transparent; }
MarlinViewWindow GtkIconView.view:selected, MarlinViewWindow GtkIconView.view:selected:focus, MarlinViewWindow GtkIconView.view:selected:hover, MarlinViewWindow GtkIconView.view:selected:focus:hover {
@ -3175,13 +3175,13 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView {
color: inherit; }
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: #5294E2;
background-image: linear-gradient(to bottom, #5294E2); }
border-color: #5294e2;
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:insensitive {
color: rgba(82, 93, 118, 0.35);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3277,7 +3277,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3309,7 +3309,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3394,8 +3394,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3453,7 +3453,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.view:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list .scrollbar.trough,
.source-list .scrollbars-junction {
@ -3468,7 +3468,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3479,7 +3479,7 @@ GraniteWidgetsStaticNotebook .frame {
.source-list.badge:selected:focus,
.source-list.badge:prelight:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3596,8 +3596,8 @@ GtkListBox .h4 {
#content_frame .button:active, #content_frame .button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame .button:insensitive {
color: rgba(92, 97, 108, 0.55);
border-color: rgba(207, 214, 230, 0.55);
@ -3630,7 +3630,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame .button:insensitive {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3648,39 +3648,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -3709,7 +3709,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
background-color: rgba(53, 57, 69, 0.95); }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-placeholder-row.list-row.activatable {
border: 1px solid #5294E2; }
border: 1px solid #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row {
background-color: rgba(75, 81, 98, 0.95); }
@ -3746,7 +3746,7 @@ NautilusWindow GtkPlacesSidebar.sidebar {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage,
NautilusWindow GtkPlacesSidebar.sidebar .sidebar-button.button:not(:hover):not(:active) > GtkImage {
opacity: 0.5; }
@ -3789,7 +3789,7 @@ MarlinViewWindow .source-list.sidebar.view {
MarlinViewWindow .sidebar row.cell:selected,
MarlinViewWindow .source-list.sidebar.view .view.cell:selected,
MarlinViewWindow .source-list.sidebar.view row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
NemoWindow .sidebar.frame, NemoWindow .source-list.sidebar.view.frame,
MarlinViewWindow .sidebar.frame,
@ -3897,15 +3897,15 @@ GeditWindow.background .gedit-bottom-panel-paned .pane-separator {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel .list-row:active {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .list-row:active .button {
color: #ffffff; }
.gedit-document-panel .list-row:selected, .gedit-document-panel .list-row:selected:hover {
color: #ffffff;
background-color: #5294E2;
border: solid #5294E2;
background-color: #5294e2;
border: solid #5294e2;
border-width: 3px 2px 3px 2px; }
.gedit-document-panel .prelight-row .button:active {
color: #BAC3CF; }
@ -3926,7 +3926,7 @@ GeditWindow.background.csd GeditFileBrowserView.view {
GeditWindow.background.csd GeditFileBrowserView.view.expander {
color: #BAC3CF; }
GeditWindow.background.csd GeditFileBrowserView.view.expander:hover {
color: #5294E2; }
color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button,
GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .horizontal .button {
@ -3946,7 +3946,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .button, GeditFileBrowserWidget .hori
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .button:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .button:insensitive, GeditFileBrowserWidget .horizontal .button:insensitive {
color: #5d626e;
@ -3967,7 +3967,7 @@ GtkFileChooserDialog .dialog-vbox > .frame .entry {
GtkFileChooserDialog .dialog-vbox > .frame .entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
GtkFileChooserDialog GtkFileChooserWidget > GtkActionBar > GtkRevealer > .action-bar.frame .entry:insensitive,
GtkFileChooserDialog .dialog-vbox > .frame .entry:insensitive {
color: rgba(186, 195, 207, 0.55);
@ -3998,7 +3998,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:prelight:active, NemoWindow .sidebar .scrollbar .slider:prelight:active,
MarlinViewWindow .sidebar .scrollbar .slider:prelight:active, GeditFileBrowserWidget .scrollbar .slider:prelight:active {
background-color: #5294E2; }
background-color: #5294e2; }
GtkFileChooserDialog GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive,
NautilusWindow GtkPlacesSidebar.sidebar .scrollbar .slider:insensitive, NemoWindow .sidebar .scrollbar .slider:insensitive,
MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive {
@ -4008,13 +4008,13 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4042,7 +4042,7 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW
@define-color wm_button_close_active_bg #f13039;
@define-color wm_icon_close_bg #F8F8F9;
@define-color wm_button_hover_bg #fdfdfd;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #D1D3DA;
@define-color wm_icon_bg #90949E;
@define-color wm_icon_unfocused_bg #B6B8C0;

@ -97,7 +97,7 @@ EelEditableLabel.entry { transition: none; } // Workaround for invisible text i
}
.nautilus-desktop.nautilus-canvas-item {
color: $selected_fg_color;
color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@ -555,7 +555,7 @@ PanelApplet .button:hover {
PanelApplet .button:active, PanelApplet .button:active:backdrop,
PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
background-clip: padding-box;
color: $selected_fg_color;
color: white;
background-color: transparentize(black, 0.75);
border-radius: 0;
border-color: transparentize(black, 0.75);
@ -563,7 +563,7 @@ PanelApplet .button:checked, PanelApplet .button:checked:backdrop {
}
PanelApplet:hover {
color: $selected_fg_color;
color: white;
}
PanelApplet:active,

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,18 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;
//insensitive state derived colors
$insensitive_fg_color: if($variant == 'light', transparentize($fg_color, 0.45), transparentize($fg_color, 0.55));

@ -237,20 +237,20 @@ $vert_padding: 5px;
box-shadow: none;
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
&:selected, &:selected:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -389,10 +389,10 @@ $_dot_color: $selected_bg_color;
.osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; }
// Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -400,10 +400,10 @@ $_dot_color: $selected_bg_color;
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive {
@include button(undecorated);
@ -971,14 +971,14 @@ GtkComboBox {
// Selectionmode
&.selection-mode,
&.titlebar.selection-mode {
color: $selected_fg_color;
color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
color: transparentize($selected_fg_color, 0.4);
color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@ -1128,19 +1128,19 @@ GtkComboBox {
background-color: transparent;
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
&:selected, &:selected:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -1205,10 +1205,10 @@ GtkComboBox {
}
// Headerbar Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
.button.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -1216,10 +1216,10 @@ GtkComboBox {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:insensitive,
&:insensitive { @include button(header-insensitive); }

@ -108,12 +108,12 @@
// Buttons
@mixin button($t, $actionb_color:red) {
@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
// $actionb_color: used for destructive and suggested action buttons
// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@ -266,10 +266,10 @@
//
background-clip: border-box;
color: $selected_fg_color;
outline-color: transparentize($selected_fg_color, 0.7);
background-color: $actionb_color;
border-color: $actionb_color;
color: $actionb_fg;
outline-color: transparentize($actionb_fg, 0.7);
background-color: $actionb_bg;
border-color: $actionb_bg;
}
@else if $t==undecorated {

@ -36,7 +36,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
label:disabled {
color: rgba(211, 218, 227, 0.45); }
@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
textview {
@ -157,50 +157,50 @@ entry {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
entry:disabled {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
entry.warning {
color: #ffffff;
color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
entry.warning image {
color: #ffffff; }
color: white; }
entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
entry.error {
color: #ffffff;
color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.error image {
color: #ffffff; }
color: white; }
entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry.search-missing {
color: #ffffff;
color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.search-missing image {
color: #ffffff; }
color: white; }
entry.search-missing:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@ -215,18 +215,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
.osd entry selection:focus, .osd entry selection {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -237,13 +237,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #404552; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #5294E2; }
border-color: #5294e2; }
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@ -278,7 +278,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
button:active {
@ -336,12 +336,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
color: #5294E2; }
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -361,7 +361,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -385,13 +385,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -403,13 +403,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -425,7 +425,7 @@ button {
color: rgba(211, 218, 227, 0.45); }
button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -437,13 +437,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -478,7 +478,7 @@ button {
background-image: none; }
.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(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -502,7 +502,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@ -1056,7 +1056,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@ -1065,30 +1065,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@ -1108,7 +1108,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@ -1148,7 +1148,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1205,7 +1205,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1217,13 +1217,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1238,7 +1238,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1250,13 +1250,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1286,7 +1286,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1316,7 +1316,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@ -1359,8 +1359,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: rgba(63, 69, 84, 0.991);
border-color: rgba(21, 23, 28, 0.67); }
@ -1401,7 +1401,7 @@ treeview.view {
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
background-color: #5294E2; }
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@ -1437,9 +1437,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@ -1459,7 +1459,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
color: #5294E2; }
color: #5294e2; }
treeview.view header button:active {
color: #D3DAE3; }
treeview.view header button:active, treeview.view header button:hover {
@ -1480,7 +1480,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 0;
border-style: none; }
@ -1500,7 +1500,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@ -1540,7 +1540,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(211, 218, 227, 0.45); }
@ -1765,7 +1765,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
color: #5294E2; }
color: #5294e2; }
scrollbar {
background-color: #3e434f;
@ -1802,7 +1802,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #676b78; }
scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@ -2142,7 +2142,7 @@ scale {
.osd scale trough {
background-color: rgba(69, 74, 89, 0.95); }
.osd scale trough highlight {
background-color: #5294E2; }
background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@ -2161,7 +2161,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #5294E2; }
background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@ -2179,8 +2179,8 @@ scale {
background-color: #505666; }
scale slider:active {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
scale slider:disabled {
background-color: #3c414e;
border-color: rgba(38, 41, 51, 0.8); }
@ -2207,8 +2207,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@ -2267,7 +2267,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@ -2303,8 +2303,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@ -2312,8 +2312,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@ -2485,7 +2485,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@ -2509,7 +2509,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@ -2630,7 +2630,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@ -2660,7 +2660,7 @@ paned > separator {
background-image: linear-gradient(to top, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
background-image: linear-gradient(to top, #5294E2); }
background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@ -2702,7 +2702,7 @@ infobar {
.question,
.warning,
.error {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@ -2714,7 +2714,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@ -2772,7 +2772,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2798,7 +2798,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294E2;
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@ -3003,7 +3003,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@ -3068,7 +3068,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
background-color: #5294E2; }
background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@ -3111,7 +3111,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #D3DAE3; }
@ -3161,7 +3161,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; } }
background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
@ -3198,7 +3198,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -3230,7 +3230,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #4a4f5c; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@ -3309,7 +3309,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
layouttab {
background-color: #404552; }
@ -3323,7 +3323,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@ -3366,7 +3366,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3380,7 +3380,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #5294E2;
background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@ -3441,7 +3441,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
background-color: #5294E2; }
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@ -3462,9 +3462,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@ -3481,11 +3481,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@ -3510,12 +3510,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3584,7 +3584,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3616,7 +3616,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3701,8 +3701,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3763,7 +3763,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@ -3778,7 +3778,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3789,7 +3789,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3907,7 +3907,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@ -3939,7 +3939,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3957,39 +3957,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -4047,13 +4047,13 @@ filechooser placessidebar.sidebar,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@ -4085,7 +4085,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: rgba(123, 129, 141, 0.975); }
@ -4138,12 +4138,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@ -4161,7 +4161,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -4177,7 +4177,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -4197,7 +4197,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@ -4209,13 +4209,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -4243,7 +4243,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -36,7 +36,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
textview {
@ -154,7 +154,7 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
entry:disabled {
@ -163,43 +163,43 @@ entry {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
entry.warning image {
color: #ffffff; }
color: white; }
entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.error image {
color: #ffffff; }
color: white; }
entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry.search-missing {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
color: #ffffff; }
color: white; }
entry.search-missing:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@ -214,18 +214,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
.osd entry selection:focus, .osd entry selection {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -236,13 +236,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #5294E2; }
border-color: #5294e2; }
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@ -276,8 +276,8 @@ button {
button:active, button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active {
@ -335,12 +335,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
color: #5294E2; }
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -360,7 +360,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -384,13 +384,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -402,13 +402,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -424,7 +424,7 @@ button {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -436,13 +436,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -477,7 +477,7 @@ button {
background-image: none; }
.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(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -500,8 +500,8 @@ button {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@ -531,12 +531,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
@ -567,7 +567,7 @@ button {
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
@ -613,12 +613,12 @@ button {
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
@ -649,7 +649,7 @@ button {
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437; }
@ -833,7 +833,7 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437; }
@ -1055,7 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(167, 94, 57, 0.988)); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.37);
background-image: linear-gradient(to bottom, rgba(173, 60, 59, 0.988)); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@ -1107,7 +1107,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@ -1147,7 +1147,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1204,7 +1204,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1285,7 +1285,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1315,7 +1315,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@ -1358,8 +1358,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.67); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: rgba(63, 69, 84, 0.991);
border-color: rgba(21, 23, 28, 0.67); }
@ -1400,7 +1400,7 @@ treeview.view {
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
background-color: #5294E2; }
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@ -1436,9 +1436,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@ -1458,7 +1458,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
color: #5294E2; }
color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
@ -1479,7 +1479,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 0;
border-style: none; }
@ -1499,7 +1499,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@ -1539,7 +1539,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@ -1764,7 +1764,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
color: #5294E2; }
color: #5294e2; }
scrollbar {
background-color: #fcfcfc;
@ -1801,7 +1801,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@ -2141,7 +2141,7 @@ scale {
.osd scale trough {
background-color: rgba(69, 74, 89, 0.95); }
.osd scale trough highlight {
background-color: #5294E2; }
background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@ -2160,7 +2160,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #5294E2; }
background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@ -2178,8 +2178,8 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
scale slider:disabled {
background-color: #fbfbfb;
border-color: rgba(123, 142, 186, 0.3); }
@ -2206,8 +2206,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@ -2266,7 +2266,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@ -2302,8 +2302,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@ -2311,8 +2311,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@ -2484,7 +2484,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@ -2508,7 +2508,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@ -2629,7 +2629,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@ -2659,7 +2659,7 @@ paned > separator {
background-image: linear-gradient(to top, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
background-image: linear-gradient(to top, #5294E2); }
background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@ -2701,7 +2701,7 @@ infobar {
.question,
.warning,
.error {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@ -2713,7 +2713,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@ -2771,7 +2771,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2797,7 +2797,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294E2;
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@ -3002,7 +3002,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@ -3067,7 +3067,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
background-color: #5294E2; }
background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@ -3110,7 +3110,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
@ -3160,7 +3160,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; } }
background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@ -3179,7 +3179,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: 1px solid;
border-radius: 3px;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
@ -3196,7 +3196,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -3228,7 +3228,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -3308,7 +3308,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
layouttab {
background-color: #ffffff; }
@ -3322,7 +3322,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@ -3365,7 +3365,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3379,7 +3379,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #5294E2;
background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@ -3440,7 +3440,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
background-color: #5294E2; }
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@ -3461,9 +3461,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@ -3480,11 +3480,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@ -3509,12 +3509,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.22)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3583,7 +3583,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3615,7 +3615,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3700,8 +3700,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3762,7 +3762,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@ -3777,7 +3777,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3788,7 +3788,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3905,8 +3905,8 @@ GtkListBox .h4 {
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@ -3938,7 +3938,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -3956,39 +3956,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -4049,14 +4049,14 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@ -4088,7 +4088,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: rgba(123, 129, 141, 0.975); }
@ -4141,12 +4141,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@ -4164,7 +4164,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.35);
background-color: #5294E2; }
background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.35);
@ -4180,7 +4180,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.35);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.2)); }
@ -4200,7 +4200,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@ -4212,13 +4212,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4246,7 +4246,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -36,7 +36,7 @@
background-color: #3c4150;
color: rgba(211, 218, 227, 0.45); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
label:disabled {
color: rgba(211, 218, 227, 0.45); }
@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
textview {
@ -157,50 +157,50 @@ entry {
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
entry:disabled {
color: rgba(211, 218, 227, 0.45);
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(64, 69, 82, 0.55);
background-image: linear-gradient(to bottom, rgba(64, 69, 82, 0.55)); }
entry.warning {
color: #ffffff;
color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #ab6441); }
entry.warning image {
color: #ffffff; }
color: white; }
entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
entry.error {
color: #ffffff;
color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.error image {
color: #ffffff; }
color: white; }
entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry.search-missing {
color: #ffffff;
color: white;
border-color: #2b2e39;
background-image: linear-gradient(to bottom, #b14342); }
entry.search-missing image {
color: #ffffff; }
color: white; }
entry.search-missing:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@ -215,18 +215,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
.osd entry selection:focus, .osd entry selection {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -237,13 +237,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #404552; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #5294E2; }
border-color: #5294e2; }
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@ -278,7 +278,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box;
transition-duration: 50ms; }
button:active {
@ -336,12 +336,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
color: #5294E2; }
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -361,7 +361,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -385,13 +385,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -403,13 +403,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -425,7 +425,7 @@ button {
color: rgba(211, 218, 227, 0.45); }
button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -437,13 +437,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -478,7 +478,7 @@ button {
background-image: none; }
.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(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -502,7 +502,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@ -947,12 +947,12 @@ headerbar,
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
@ -1056,7 +1056,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@ -1065,30 +1065,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@ -1108,7 +1108,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@ -1148,7 +1148,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1205,7 +1205,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1217,13 +1217,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1238,7 +1238,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1250,13 +1250,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1286,7 +1286,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1316,7 +1316,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@ -1359,8 +1359,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: #3e4553;
border-color: rgba(21, 23, 28, 0.7); }
@ -1401,7 +1401,7 @@ treeview.view {
border-left-color: rgba(211, 218, 227, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
background-color: #5294E2; }
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@ -1437,9 +1437,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@ -1459,7 +1459,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #404552 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, #404552 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
color: #5294E2; }
color: #5294e2; }
treeview.view header button:active {
color: #D3DAE3; }
treeview.view header button:active, treeview.view header button:hover {
@ -1480,7 +1480,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 0;
border-style: none; }
@ -1500,7 +1500,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@ -1540,7 +1540,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(211, 218, 227, 0.45); }
@ -1765,7 +1765,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
color: #5294E2; }
color: #5294e2; }
scrollbar {
background-color: #3e434f;
@ -1802,7 +1802,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #676b78; }
scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@ -2142,7 +2142,7 @@ scale {
.osd scale trough {
background-color: #454a59; }
.osd scale trough highlight {
background-color: #5294E2; }
background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@ -2161,7 +2161,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #5294E2; }
background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@ -2179,8 +2179,8 @@ scale {
background-color: #505666; }
scale slider:active {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
scale slider:disabled {
background-color: #3c414e;
border-color: rgba(38, 41, 51, 0.8); }
@ -2207,8 +2207,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@ -2267,7 +2267,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@ -2303,8 +2303,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@ -2312,8 +2312,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@ -2485,7 +2485,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@ -2509,7 +2509,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@ -2630,7 +2630,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@ -2660,7 +2660,7 @@ paned > separator {
background-image: linear-gradient(to top, #2b2e39);
background-size: 1px 1px; }
paned > separator:selected {
background-image: linear-gradient(to top, #5294E2); }
background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@ -2702,7 +2702,7 @@ infobar {
.question,
.warning,
.error {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@ -2714,7 +2714,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@ -2772,7 +2772,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2798,7 +2798,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294E2;
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@ -3003,7 +3003,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@ -3068,7 +3068,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
background-color: #5294E2; }
background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@ -3111,7 +3111,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #D3DAE3; }
@ -3161,7 +3161,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; } }
background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@ -3183,7 +3183,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border-color: #2b2e39;
background-color: #404552;
background-image: linear-gradient(to bottom, #404552);
box-shadow: inset 1px 0 #5294E2, inset -1px 0 #5294E2, inset 0 1px #5294E2, inset 0 -1px #5294E2; }
box-shadow: inset 1px 0 #5294e2, inset -1px 0 #5294e2, inset 0 1px #5294e2, inset 0 -1px #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button {
color: rgba(207, 218, 231, 0.8);
@ -3198,7 +3198,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -3230,7 +3230,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #4a4f5c; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #D3DAE3; }
@ -3309,7 +3309,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
layouttab {
background-color: #404552; }
@ -3323,7 +3323,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@ -3366,7 +3366,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3380,7 +3380,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #5294E2;
background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@ -3441,7 +3441,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
background-color: #5294E2; }
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@ -3462,9 +3462,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@ -3481,11 +3481,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@ -3510,12 +3510,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3584,7 +3584,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3616,7 +3616,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3701,8 +3701,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3763,7 +3763,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@ -3778,7 +3778,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3789,7 +3789,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #D3DAE3;
@ -3907,7 +3907,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(43, 46, 57, 0.55);
background-color: rgba(68, 74, 88, 0.55); }
@ -3939,7 +3939,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3957,39 +3957,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -4047,13 +4047,13 @@ filechooser placessidebar.sidebar,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #2b2e39;
background-color: #5294E2; }
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@ -4085,7 +4085,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: #787e8a; }
@ -4138,12 +4138,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@ -4161,7 +4161,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -4177,7 +4177,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -4197,7 +4197,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@ -4209,13 +4209,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #D3DAE3;
@define-color theme_bg_color #383C4A;
@define-color theme_base_color #404552;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #D3DAE3;
@define-color text_color #D3DAE3;
@define-color bg_color #383C4A;
@define-color base_color #404552;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #3c4150;
@define-color insensitive_fg_color alpha(#d3dae3, 0.5);
@ -4243,7 +4243,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

@ -36,7 +36,7 @@
background-color: #fbfbfc;
color: rgba(92, 97, 108, 0.55); }
.gtkstyle-fallback:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.view, iconview,
@ -74,7 +74,7 @@ popover.background label.separator {
label selection {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
label:disabled {
color: rgba(92, 97, 108, 0.55); }
@ -94,7 +94,7 @@ assistant .sidebar label {
padding: 6px 12px; }
assistant .sidebar label.highlight {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
textview {
@ -154,7 +154,7 @@ entry {
entry:focus {
background-clip: border-box;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
entry:disabled {
@ -163,43 +163,43 @@ entry {
background-color: rgba(255, 255, 255, 0.55);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); }
entry.warning {
color: #ffffff;
color: white;
border-color: #F27835;
background-image: linear-gradient(to bottom, #f7ae86); }
entry.warning image {
color: #ffffff; }
color: white; }
entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835);
box-shadow: none; }
entry.warning selection, entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
entry.error {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.error image {
color: #ffffff; }
color: white; }
entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.error selection, entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry.search-missing {
color: #ffffff;
color: white;
border-color: #FC4138;
background-image: linear-gradient(to bottom, #fd8d88); }
entry.search-missing image {
color: #ffffff; }
color: white; }
entry.search-missing:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138);
box-shadow: none; }
entry.search-missing selection, entry.search-missing selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
entry:drop(active):focus, entry:drop(active) {
border-color: #F08437;
@ -214,18 +214,18 @@ entry {
.osd entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.osd entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
.osd entry selection:focus, .osd entry selection {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
entry progress {
margin: 0 -6px;
border-radius: 0;
border-width: 0 0 2px;
border-color: #5294E2;
border-color: #5294e2;
border-style: solid;
background-image: none;
background-color: transparent;
@ -236,13 +236,13 @@ treeview entry.flat, treeview entry {
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #5294E2; }
border-color: #5294e2; }
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294E2), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#5294e2), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294E2), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent)); } }
button {
min-height: 22px;
@ -276,8 +276,8 @@ button {
button:active, button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2;
border-color: #5294e2;
background-color: #5294e2;
background-clip: border-box;
transition-duration: 50ms; }
button:active {
@ -335,12 +335,12 @@ button {
min-height: 36px;
min-width: 36px; }
button.osd:hover {
color: #5294E2; }
color: #5294e2; }
button.osd:active, button.osd:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
button.osd:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -360,7 +360,7 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -384,13 +384,13 @@ button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child),
.osd .linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active) + button:not(:checked):not(:active) {
box-shadow: none; }
button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -402,13 +402,13 @@ button {
outline-color: rgba(77, 173, 212, 0.3); }
button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
button.suggested-action:active, button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -424,7 +424,7 @@ button {
color: rgba(92, 97, 108, 0.55); }
button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -436,13 +436,13 @@ button {
outline-color: rgba(240, 74, 80, 0.3); }
button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
button.destructive-action:active, button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -477,7 +477,7 @@ button {
background-image: none; }
.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(#5294E2), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#5294e2), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -500,8 +500,8 @@ button {
.inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
.inline-toolbar toolbutton > button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@ -531,12 +531,12 @@ button {
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:focus:last-child {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + entry,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + button,
.linked:not(.vertical):not(.path-bar) > entry:focus:not(:only-child) + combobox > box > button.combo {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):not(:last-child),
.linked:not(.vertical):not(.path-bar) > entry + entry:drop(active):last-child {
@ -567,7 +567,7 @@ button {
.linked:not(.vertical):not(.path-bar) > button:active + entry,
.linked:not(.vertical):not(.path-bar) > button:checked + entry {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
.linked:not(.vertical):not(.path-bar) > button + button {
border-left-style: none; }
@ -613,12 +613,12 @@ button {
.linked.vertical > entry + entry:focus:not(:last-child),
.linked.vertical > entry + entry:focus:last-child {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > entry + entry:drop(active):not(:last-child),
.linked.vertical > entry + entry:drop(active):last-child {
@ -649,7 +649,7 @@ button {
.linked.vertical > button:active + entry,
.linked.vertical > button:checked + entry {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
.linked.vertical > button + button {
border-top-style: none; }
@ -807,7 +807,7 @@ spinbutton:not(.vertical) > entry + button:not(:active):hover {
box-shadow: none; }
spinbutton:not(.vertical) > entry:focus + button {
border-left-color: #5294E2; }
border-left-color: #5294e2; }
spinbutton:not(.vertical) > entry:drop(active) + button {
border-left-color: #F08437; }
@ -833,7 +833,7 @@ spinbutton.vertical button.up {
border-radius: 3px 3px 0 0; }
spinbutton.vertical > entry:focus + button {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
spinbutton.vertical > entry:drop(active) + button {
border-top-color: #F08437; }
@ -946,12 +946,12 @@ headerbar,
headerbar.selection-mode,
.selection-mode.titlebar:not(headerbar) {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-color: #4189df;
box-shadow: none; }
headerbar.selection-mode:backdrop,
.selection-mode.titlebar:backdrop:not(headerbar) {
background-color: #5294E2;
background-color: #5294e2;
color: rgba(255, 255, 255, 0.6); }
headerbar.selection-mode .selection-menu, .selection-mode.titlebar:not(headerbar) .selection-menu {
box-shadow: none;
@ -1055,7 +1055,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar entry:focus, headerbar entry:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
background-clip: padding-box; }
.primary-toolbar entry:focus image, headerbar entry:focus image {
color: #ffffff; }
@ -1064,30 +1064,30 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.primary-toolbar entry selection:focus, headerbar entry selection:focus {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.primary-toolbar entry progress, headerbar entry progress {
border-color: #5294E2;
border-color: #5294e2;
background-image: none;
background-color: transparent; }
.primary-toolbar entry.warning, headerbar entry.warning {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #a45d39); }
.primary-toolbar entry.warning:focus, headerbar entry.warning:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #F27835); }
.primary-toolbar entry.warning selection, headerbar entry.warning selection, .primary-toolbar entry.warning selection:focus, headerbar entry.warning selection:focus {
background-color: #ffffff;
background-color: white;
color: #F27835; }
.primary-toolbar entry.error, headerbar entry.error {
color: #ffffff;
color: white;
border-color: rgba(21, 23, 28, 0.4);
background-image: linear-gradient(to bottom, #aa3c3b); }
.primary-toolbar entry.error:focus, headerbar entry.error:focus {
color: #ffffff;
color: white;
background-image: linear-gradient(to bottom, #FC4138); }
.primary-toolbar entry.error selection, headerbar entry.error selection, .primary-toolbar entry.error selection:focus, headerbar entry.error selection:focus {
background-color: #ffffff;
background-color: white;
color: #FC4138; }
.primary-toolbar button, headerbar button {
@ -1107,7 +1107,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.primary-toolbar button:disabled, headerbar button:disabled {
background-color: rgba(47, 52, 63, 0);
@ -1147,7 +1147,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1204,7 +1204,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.suggested-action, headerbar button.suggested-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
@ -1216,13 +1216,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(77, 173, 212, 0.3); }
.primary-toolbar button.suggested-action:hover, headerbar button.suggested-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
.primary-toolbar button.suggested-action:active, headerbar button.suggested-action:active, .primary-toolbar button.suggested-action:checked, headerbar button.suggested-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -1237,7 +1237,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar button.destructive-action, headerbar button.destructive-action {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
@ -1249,13 +1249,13 @@ window.csd > .titlebar:not(headerbar):backdrop {
outline-color: rgba(240, 74, 80, 0.3); }
.primary-toolbar button.destructive-action:hover, headerbar button.destructive-action:hover {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
.primary-toolbar button.destructive-action:active, headerbar button.destructive-action:active, .primary-toolbar button.destructive-action:checked, headerbar button.destructive-action:checked {
background-clip: border-box;
color: #ffffff;
color: white;
outline-color: rgba(255, 255, 255, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
@ -1285,7 +1285,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -1315,7 +1315,7 @@ window.csd > .titlebar:not(headerbar):backdrop {
.primary-toolbar combobox > .linked > button.combo:hover, headerbar combobox > .linked > button.combo:hover {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
box-shadow: none; }
.primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled {
color: rgba(207, 218, 231, 0.35);
@ -1358,8 +1358,8 @@ window.csd > .titlebar:not(headerbar):backdrop {
background-color: #50586b;
border-color: rgba(21, 23, 28, 0.7); }
.primary-toolbar scale slider:active, headerbar scale slider:active {
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.primary-toolbar scale slider:disabled, headerbar scale slider:disabled {
background-color: #3e4553;
border-color: rgba(21, 23, 28, 0.7); }
@ -1400,7 +1400,7 @@ treeview.view {
border-left-color: rgba(92, 97, 108, 0.15);
border-top-color: rgba(0, 0, 0, 0.1); }
treeview.view acceleditor > label {
background-color: #5294E2; }
background-color: #5294e2; }
treeview.view:selected, treeview.view:selected:focus {
border-radius: 0;
border-left-color: #a9caf1;
@ -1436,9 +1436,9 @@ treeview.view {
treeview.view.progressbar, treeview.view.progressbar:focus {
color: #ffffff;
border-radius: 3px;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
treeview.view.progressbar:selected, treeview.view.progressbar:selected:focus, treeview.view.progressbar:focus:selected, treeview.view.progressbar:focus:selected:focus {
color: #5294E2;
color: #5294e2;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff); }
treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
@ -1458,7 +1458,7 @@ treeview.view {
border-radius: 0;
border-image: linear-gradient(to bottom, #ffffff 20%, rgba(0, 0, 0, 0.11) 20%, rgba(0, 0, 0, 0.11) 80%, #ffffff 80%) 0 1 0 0/0 1px 0 0 stretch; }
treeview.view header button:hover {
color: #5294E2; }
color: #5294e2; }
treeview.view header button:active {
color: #5c616c; }
treeview.view header button:active, treeview.view header button:hover {
@ -1479,7 +1479,7 @@ treeview.view {
padding: 0 6px;
transition: none;
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 0;
border-style: none; }
@ -1499,7 +1499,7 @@ menubar,
border-width: 0; }
menubar > menuitem:hover,
.menubar > menuitem:hover {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
menubar > menuitem:disabled,
.menubar > menuitem:disabled {
@ -1539,7 +1539,7 @@ menu,
menu menuitem:hover,
.menu menuitem:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
menu menuitem:disabled,
.menu menuitem:disabled {
color: rgba(92, 97, 108, 0.55); }
@ -1764,7 +1764,7 @@ notebook {
notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover {
color: #ff4d4d; }
notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover {
color: #5294E2; }
color: #5294e2; }
scrollbar {
background-color: #fcfcfc;
@ -1801,7 +1801,7 @@ scrollbar {
scrollbar slider:hover {
background-color: #c7c9cd; }
scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
scrollbar slider:disabled {
background-color: transparent; }
scrollbar.fine-tune slider {
@ -2141,7 +2141,7 @@ scale {
.osd scale trough {
background-color: #454a59; }
.osd scale trough highlight {
background-color: #5294E2; }
background-color: #5294e2; }
menuitem:hover scale trough,
row:selected scale trough,
infobar scale trough {
@ -2160,7 +2160,7 @@ scale {
background-color: rgba(0, 0, 0, 0.1); }
scale highlight {
border-radius: 2.5px;
background-color: #5294E2; }
background-color: #5294e2; }
scale highlight:disabled {
background-color: rgba(82, 148, 226, 0.55); }
scale fill {
@ -2178,8 +2178,8 @@ scale {
background-color: white; }
scale slider:active {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
scale slider:disabled {
background-color: #fbfbfb;
border-color: rgba(123, 142, 186, 0.3); }
@ -2206,8 +2206,8 @@ scale {
border-color: #b1cff2; }
.osd scale slider {
background-clip: border-box;
background-color: #5294E2;
border-color: #5294E2; }
background-color: #5294e2;
border-color: #5294e2; }
.osd scale slider:hover {
background-color: #7eafe9;
border-color: #7eafe9; }
@ -2266,7 +2266,7 @@ progressbar {
background-color: transparent;
box-shadow: none; }
progressbar progress {
background-color: #5294E2;
background-color: #5294e2;
border: none;
border-radius: 3px;
box-shadow: none; }
@ -2302,8 +2302,8 @@ levelbar.vertical.discrete block {
margin: 1px 0; }
levelbar block:not(.empty) {
border: 1px solid #5294E2;
background-color: #5294E2;
border: 1px solid #5294e2;
background-color: #5294e2;
border-radius: 2px; }
levelbar block.low {
@ -2311,8 +2311,8 @@ levelbar block.low {
background-color: #F27835; }
levelbar block.high {
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
levelbar block.full {
border-color: #73d216;
@ -2484,7 +2484,7 @@ row.activatable:selected.has-open-popup, row.activatable:selected:hover {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2;
background-color: #5294e2;
background-clip: padding-box; }
.app-notification button:disabled {
color: #5d626e;
@ -2508,7 +2508,7 @@ calendar {
border-radius: 3px;
padding: 2px; }
calendar:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 1.5px; }
calendar.header {
@ -2629,7 +2629,7 @@ placessidebar row {
background-image: linear-gradient(to top, #F08437);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
placessidebar row:drop(active):not(:disabled) {
box-shadow: inset 0 1px #F08437, inset 0 -1px #F08437; }
placessidebar row:drop(active):not(:disabled), placessidebar row:drop(active):not(:disabled) label, placessidebar row:drop(active):not(:disabled) image {
@ -2659,7 +2659,7 @@ paned > separator {
background-image: linear-gradient(to top, #dcdfe3);
background-size: 1px 1px; }
paned > separator:selected {
background-image: linear-gradient(to top, #5294E2); }
background-image: linear-gradient(to top, #5294e2); }
paned > separator.wide {
min-width: 5px;
min-height: 5px;
@ -2701,7 +2701,7 @@ infobar {
.question,
.warning,
.error {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.info label:selected:focus, .info label:selected:hover, .info label:selected,
.question label:selected:focus,
@ -2713,7 +2713,7 @@ infobar {
.error label:selected:focus,
.error label:selected:hover,
.error label:selected {
color: #5294E2;
color: #5294e2;
background-color: #ffffff; }
.selection-mode.primary-toolbar button:hover, headerbar.selection-mode button:hover, row:selected button, .info button,
@ -2771,7 +2771,7 @@ row:selected button:hover, .info button:hover,
.question button:checked,
.warning button:checked,
.error button:checked, .nautilus-window .floating-bar button:checked {
color: #5294E2;
color: #5294e2;
outline-color: rgba(82, 148, 226, 0.3);
background-color: #ffffff;
border-color: #ffffff; }
@ -2797,7 +2797,7 @@ row:selected button:disabled, .info button:disabled,
.question button:disabled:checked,
.warning button:disabled:checked,
.error button:disabled:checked, .nautilus-window .floating-bar button:disabled:checked {
color: #5294E2;
color: #5294e2;
background-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.4); }
@ -3002,7 +3002,7 @@ headerbar button.titlebutton,
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
headerbar button.titlebutton.close, headerbar button.titlebutton.maximize, headerbar button.titlebutton.minimize,
.titlebar button.titlebutton.close,
.titlebar button.titlebutton.maximize,
@ -3067,7 +3067,7 @@ modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:
.nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
background-color: #5294E2; }
background-color: #5294e2; }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@ -3110,7 +3110,7 @@ terminal-window notebook > header.top {
border-radius: 2px; }
.nautilus-desktop.nautilus-canvas-item, .nemo-desktop.nemo-canvas-item, .caja-desktop {
color: #ffffff;
color: white;
text-shadow: 1px 1px rgba(0, 0, 0, 0.6); }
.nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active {
color: #5c616c; }
@ -3160,7 +3160,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; } }
background-color: #5294e2; } }
.nautilus-operations-button-needs-attention {
animation: needs_attention_keyframes 2s ease-in-out; }
@ -3179,7 +3179,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
border: 1px solid;
border-radius: 3px;
color: #5c616c;
border-color: #5294E2;
border-color: #5294e2;
background-color: #ffffff;
background-image: linear-gradient(to bottom, #ffffff); }
@ -3196,7 +3196,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: transparent;
background-color: #5294E2; }
background-color: #5294e2; }
.nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled {
color: rgba(207, 218, 231, 0.4); }
@ -3228,7 +3228,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can
background-color: #f4f4f5; }
.open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.open-document-selector-name-label {
color: #5c616c; }
@ -3308,7 +3308,7 @@ workbench.csd > stack.titlebar:not(headerbar) {
border-radius: 3px 3px 0 0; }
editortweak .linked > entry.search:focus + .gb-linked-scroller {
border-top-color: #5294E2; }
border-top-color: #5294e2; }
layouttab {
background-color: #ffffff; }
@ -3322,7 +3322,7 @@ eggsearchbar box.search-bar {
pillbox {
color: #ffffff;
background-color: #5294E2;
background-color: #5294e2;
border-radius: 3px; }
docktabstrip {
@ -3365,7 +3365,7 @@ button.documents-load-more {
border-radius: 0; }
.documents-icon-bg {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px; }
@ -3379,7 +3379,7 @@ button.documents-favorite:active:hover {
.documents-entry-tag, .photos-entry-tag {
color: #ffffff;
background: #5294E2;
background: #5294e2;
border-radius: 2px;
border-width: 0;
margin: 2px;
@ -3440,7 +3440,7 @@ button.documents-favorite:active:hover {
.gnome-panel-menu-bar .wnck-pager:selected,
.mate-panel-menu-bar .wnck-pager:selected {
color: #a9caf1;
background-color: #5294E2; }
background-color: #5294e2; }
.gnome-panel-menu-bar na-tray-applet,
.mate-panel-menu-bar na-tray-applet {
@ -3461,9 +3461,9 @@ button.documents-favorite:active:hover {
color: #d8dde4;
background-color: rgba(0, 0, 0, 0.17); }
#tasklist-button:checked {
color: #ffffff;
color: white;
background-color: rgba(0, 0, 0, 0.25);
box-shadow: inset 0 -2px #5294E2; }
box-shadow: inset 0 -2px #5294e2; }
.gnome-panel-menu-bar button:not(#tasklist-button),
.mate-panel-menu-bar button:not(#tasklist-button), .xfce4-panel.panel button.flat, .xfce4-panel.panel button.sidebar-button {
@ -3480,11 +3480,11 @@ button.documents-favorite:active:hover {
.mate-panel-menu-bar button:checked:not(#tasklist-button), .xfce4-panel.panel button.flat:checked, .xfce4-panel.panel button.sidebar-button:checked {
color: #ffffff;
border: none;
background-color: #5294E2; }
background-color: #5294e2; }
.nautilus-window .floating-bar {
padding: 1px;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 2px 2px 0 0; }
.nautilus-window .floating-bar.bottom.left {
@ -3509,12 +3509,12 @@ button.documents-favorite:active:hover {
.marlin-pathbar.pathbar:focus {
color: #ffffff;
border-color: transparent;
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
.marlin-pathbar.pathbar:disabled {
color: rgba(207, 218, 231, 0.35);
background-image: linear-gradient(to bottom, rgba(95, 105, 127, 0.25)); }
.marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked {
color: #5294E2; }
color: #5294e2; }
.gala-notification {
border: 1px solid rgba(0, 0, 0, 0.35);
@ -3583,7 +3583,7 @@ UnityDecoration {
-UnityDecoration-inactive-shadow-color: rgba(0, 0, 0, 0.07);
-UnityDecoration-inactive-shadow-radius: 7px;
-UnityDecoration-glow-size: 10px;
-UnityDecoration-glow-color: #5294E2;
-UnityDecoration-glow-color: #5294e2;
-UnityDecoration-title-indent: 10px;
-UnityDecoration-title-fade: 35px;
-UnityDecoration-title-alignment: 0.0; }
@ -3615,7 +3615,7 @@ UnityPanelWidget,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
color: #ffffff;
background-image: linear-gradient(to bottom, #5294E2);
background-image: linear-gradient(to bottom, #5294e2);
border-bottom: none; }
.lightdm.menu {
@ -3700,8 +3700,8 @@ UnityPanelWidget,
-gtk-icon-transform: rotate(1turn); } }
.overlay-bar {
background-color: #5294E2;
border-color: #5294E2;
background-color: #5294e2;
border-color: #5294e2;
border-radius: 2px;
padding: 3px 6px;
margin: 3px; }
@ -3762,7 +3762,7 @@ iconview.source-list:hover:selected,
iconview.source-list:selected:focus,
.source-list.category-expander:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.source-list scrollbar,
.source-list junction {
@ -3777,7 +3777,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-image: none;
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff;
border-radius: 10px;
padding: 0 6px;
@ -3788,7 +3788,7 @@ iconview.source-list:selected:focus,
.source-list.badge:selected:focus,
.source-list.badge:hover:selected {
background-color: #ffffff;
color: #5294E2; }
color: #5294e2; }
.source-list.category-expander {
color: #5c616c;
@ -3905,8 +3905,8 @@ GtkListBox .h4 {
#content_frame button:active, #content_frame button:checked {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
#content_frame button:disabled {
border-color: rgba(207, 214, 230, 0.55);
background-color: rgba(251, 251, 252, 0.55); }
@ -3938,7 +3938,7 @@ GtkListBox .h4 {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
#buttonbox_frame button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -3956,39 +3956,39 @@ GtkListBox .h4 {
#shutdown_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #F04A50;
border-color: #F04A50; }
#shutdown_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #f4797e;
border-color: #f4797e; }
#shutdown_button.button:active, #shutdown_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #ec1b22;
border-color: #ec1b22; }
#restart_button.button {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #4DADD4;
border-color: #4DADD4; }
#restart_button.button:hover {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #76c0de;
border-color: #76c0de; }
#restart_button.button:active, #restart_button.button:checked {
background-clip: border-box;
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
color: green;
outline-color: rgba(0, 128, 0, 0.3);
background-color: #2e96c0;
border-color: #2e96c0; }
@ -4049,14 +4049,14 @@ filechooser placessidebar.sidebar,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:active {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #5294E2;
background-color: #5294E2; }
border-color: #5294e2;
background-color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image,
.nautilus-window placessidebar.sidebar row.sidebar-row:not(:selected) button.sidebar-button:not(:hover):not(:active) > image {
opacity: 0.5; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row {
color: #5294E2; }
color: #5294e2; }
filechooser placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon,
.nautilus-window placessidebar.sidebar row.sidebar-row.sidebar-new-bookmark-row .sidebar-icon {
color: inherit; }
@ -4088,7 +4088,7 @@ filechooser.maximized placessidebar.sidebar,
background-color: transparent;
color: #BAC3CF; }
.nemo-window .sidebar .view.cell:selected, .nemo-window .sidebar iconview.cell:selected, .nemo-window .sidebar row.cell:selected {
background-color: #5294E2;
background-color: #5294e2;
color: #ffffff; }
.nemo-window .sidebar .view.expander, .nemo-window .sidebar iconview.expander, .nemo-window .sidebar row.expander {
color: #787e8a; }
@ -4141,12 +4141,12 @@ filechooser actionbar {
background-color: rgba(186, 195, 207, 0.15); }
.gedit-document-panel row:active {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:active button {
color: #ffffff; }
.gedit-document-panel row:selected, .gedit-document-panel row:selected:hover {
color: #ffffff;
background-color: #5294E2; }
background-color: #5294e2; }
.gedit-document-panel row:hover:not(:selected) button:active {
color: #BAC3CF; }
@ -4164,7 +4164,7 @@ filechooser actionbar button {
color: #ffffff;
outline-color: rgba(255, 255, 255, 0.3);
border-color: rgba(26, 28, 34, 0.4);
background-color: #5294E2; }
background-color: #5294e2; }
filechooser actionbar button:disabled {
color: #5d626e;
border-color: rgba(26, 28, 34, 0.4);
@ -4180,7 +4180,7 @@ filechooser actionbar entry {
filechooser actionbar entry:focus {
color: #ffffff;
border-color: rgba(26, 28, 34, 0.4);
background-image: linear-gradient(to bottom, #5294E2); }
background-image: linear-gradient(to bottom, #5294e2); }
filechooser actionbar entry:disabled {
color: rgba(186, 195, 207, 0.55);
background-image: linear-gradient(to bottom, rgba(102, 109, 132, 0.25)); }
@ -4200,7 +4200,7 @@ filechooser placessidebar.sidebar scrollbar,
background-color: #f6f7f9; }
filechooser placessidebar.sidebar scrollbar slider:hover:active,
.nautilus-window placessidebar.sidebar scrollbar slider:hover:active, .nemo-window .sidebar scrollbar slider:hover:active, .caja-side-pane scrollbar slider:hover:active {
background-color: #5294E2; }
background-color: #5294e2; }
filechooser placessidebar.sidebar scrollbar slider:disabled,
.nautilus-window placessidebar.sidebar scrollbar slider:disabled, .nemo-window .sidebar scrollbar slider:disabled, .caja-side-pane scrollbar slider:disabled {
background-color: transparent; }
@ -4212,13 +4212,13 @@ filechooser placessidebar.sidebar scrollbar,
@define-color theme_text_color #5c616c;
@define-color theme_bg_color #F5F6F7;
@define-color theme_base_color #ffffff;
@define-color theme_selected_bg_color #5294E2;
@define-color theme_selected_bg_color #5294e2;
@define-color theme_selected_fg_color #ffffff;
@define-color fg_color #5c616c;
@define-color text_color #5c616c;
@define-color bg_color #F5F6F7;
@define-color base_color #ffffff;
@define-color selected_bg_color #5294E2;
@define-color selected_bg_color #5294e2;
@define-color selected_fg_color #ffffff;
@define-color insensitive_bg_color #fbfbfc;
@define-color insensitive_fg_color alpha(#5c616c, 0.5);
@ -4246,7 +4246,7 @@ filechooser placessidebar.sidebar scrollbar,
@define-color wm_button_close_active_bg #be3841;
@define-color wm_icon_close_bg #2f343f;
@define-color wm_button_hover_bg #454C5C;
@define-color wm_button_active_bg #5294E2;
@define-color wm_button_active_bg #5294e2;
@define-color wm_button_hover_border #262932;
@define-color wm_icon_bg #90939B;
@define-color wm_icon_unfocused_bg #666A74;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

@ -35,7 +35,7 @@ terminal-window {
}
.nautilus-desktop.nautilus-canvas-item {
color: $selected_fg_color;
color: white;
text-shadow: 1px 1px transparentize(black, 0.4);
&:active { color: $fg_color; }
@ -479,7 +479,7 @@ button.documents-favorite:active:hover {
}
&:checked {
color: $selected_fg_color;
color: white;
background-color: transparentize(black, 0.75);
box-shadow: inset 0 -2px $selected_bg_color;
}

@ -8,7 +8,7 @@ $bg_color: if($variant =='light', #F5F6F7, #383C4A);
$fg_color: if($variant =='light', #5c616c, #D3DAE3);
$selected_fg_color: #ffffff;
$selected_bg_color: #5294E2;
$selected_bg_color: #5294e2;
$selected_borders_color: darken($selected_bg_color, 20%);
$borders_color: if($variant =='light', darken($bg_color,9%), darken($bg_color,6%));
@ -18,11 +18,16 @@ $link_visited_color: if($variant == 'light', darken($selected_bg_color,20%),
lighten($selected_bg_color,10%));
$selection_mode_bg: if($transparency == 'true', transparentize($selected_bg_color, 0.05), $selected_bg_color);
$selection_mode_fg: $selected_fg_color;
$warning_color: #F27835;
$error_color: #FC4138;
$warning_fg_color: white;
$error_fg_color: white;
$success_color: #73d216;
$destructive_color: #F04A50;
$suggested_color: #4DADD4;
$destructive_fg_color: white;
$suggested_fg_color: white;
$drop_target_color: #F08437;

@ -232,24 +232,24 @@ entry {
selection { &:focus, & { @extend %selected_items; }}
// error and warning style
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color),
// entry.search-missing for Gnome-Builder
(search-missing, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color),
// entry.search-missing for Gnome-Builder
(search-missing, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
color: $e_fg_color;
border-color: if($variant=='light', $e_color, $entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $base_color, 60%));
image { color: $selected_fg_color; }
image { color: $e_fg_color; }
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
box-shadow: none;
}
selection, selection:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -466,10 +466,10 @@ button {
.osd .linked:not(.vertical):not(.path-bar) > &:hover:not(:checked):not(:active) + &:not(:checked):not(:active) { box-shadow: none; }
// Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
&.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -477,10 +477,10 @@ button {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:disabled {
@include button(undecorated);
@ -1000,14 +1000,14 @@ headerbar,
// Selectionmode
&.selection-mode {
color: $selected_fg_color;
color: $selection_mode_fg;
background-color: $selection_mode_bg;
border-color: darken($selection_mode_bg, 4%);
box-shadow: none;
&:backdrop {
background-color: $selection_mode_bg;
color: transparentize($selected_fg_color, 0.4);
color: transparentize($selection_mode_fg, 0.4);
}
.subtitle:link { @extend *:link:selected; }
@ -1142,19 +1142,19 @@ headerbar {
background-color: transparent;
}
@each $e_type, $e_color in (warning, $warning_color),
(error, $error_color) {
@each $e_type, $e_color, $e_fg_color in (warning, $warning_color, $warning_fg_color),
(error, $error_color, $error_fg_color) {
&.#{$e_type} {
color: $selected_fg_color;
color: $e_fg_color;
border-color: if($darker=='false' and $variant=='light', $e_color, $header_entry_border);
background-image: linear-gradient(to bottom, mix($e_color, $header_bg, 60%));
&:focus {
color: $selected_fg_color;
color: $e_fg_color;
background-image: linear-gradient(to bottom, $e_color);
}
selection, selection:focus {
background-color: $selected_fg_color;
background-color: $e_fg_color;
color: $e_color;
}
}
@ -1181,8 +1181,8 @@ headerbar {
&, &.flat {
@include button(undecorated);
color: $selected_fg_color;
background-color: transparentize($selected_fg_color, 1);
color: $selection_mode_fg;
background-color: transparentize($selection_mode_fg, 1);
}
&:hover { @extend %normal_selected_button; }
&:active, &:checked { @extend %selected-button:active; }
@ -1241,10 +1241,10 @@ headerbar {
}
// Headerbar Suggested and Destructive Action buttons
@each $b_type, $b_color in (suggested-action, $suggested_color),
(destructive-action, $destructive_color) {
@each $b_type, $b_color, $b_fg in (suggested-action, $suggested_color, $suggested_fg_color),
(destructive-action, $destructive_color, $destructive_fg_color) {
button.#{$b_type} {
@include button(suggested_destructive, $b_color);
@include button(suggested_destructive, $b_color, $b_fg);
&.flat {
@include button(undecorated);
@ -1252,10 +1252,10 @@ headerbar {
outline-color: transparentize($b_color, 0.7);
}
&:hover {
@include button(suggested_destructive, lighten($b_color, 10%));
@include button(suggested_destructive, lighten($b_color, 10%), $b_fg);
}
&:active, &:checked {
@include button(suggested_destructive, darken($b_color, 10%));
@include button(suggested_destructive, darken($b_color, 10%), $b_fg);
}
&.flat:disabled,
&:disabled { @include button(header-insensitive); }

@ -108,12 +108,12 @@
// Buttons
@mixin button($t, $actionb_color:red) {
@mixin button($t, $actionb_bg:red, $actionb_fg: green) {
//
// Button drawing function
//
// $t: button type,
// $actionb_color: used for destructive and suggested action buttons
// $actionb_bg, $actionb_fg: used for destructive and suggested action buttons
@if $t==normal {
//
@ -263,10 +263,10 @@
//
background-clip: border-box;
color: $selected_fg_color;
outline-color: transparentize($selected_fg_color, 0.7);
background-color: $actionb_color;
border-color: $actionb_color;
color: $actionb_fg;
outline-color: transparentize($actionb_fg, 0.7);
background-color: $actionb_bg;
border-color: $actionb_bg;
}
@else if $t==undecorated {

@ -29,14 +29,14 @@
<!-- minimize, maximize -->
<constant name="C_button_bg_hover" value="#454C5C" />
<constant name="C_button_bg_active" value="#5294E2" />
<constant name="C_button_bg_active" value="#5294e2" />
<constant name="C_button_border_hover" value="#262932" />
<constant name="C_icon_bg_focused" value="#90939B" />
<constant name="C_icon_bg_unfocused" value="#666A74" />
<constant name="C_icon_bg_hover" value="#C4C7CC" />
<constant name="C_icon_bg_active" value="#ffffff" />
<constant name="C_icon_bg_active" value="#5294e2" />
<!-- geometries -->

@ -29,14 +29,14 @@
<!-- minimize, maximize -->
<constant name="C_button_bg_hover" value="#fdfdfd" />
<constant name="C_button_bg_active" value="#5294E2" />
<constant name="C_button_bg_active" value="#5294e2" />
<constant name="C_button_border_hover" value="#D1D3DA" />
<constant name="C_icon_bg_focused" value="#90949E" />
<constant name="C_icon_bg_unfocused" value="#B6B8C0" />
<constant name="C_icon_bg_hover" value="#7A7F8B" />
<constant name="C_icon_bg_active" value="#ffffff" />
<constant name="C_icon_bg_active" value="#5294e2" />
<!-- geometries -->

@ -29,14 +29,14 @@
<!-- minimize, maximize -->
<constant name="C_button_bg_hover" value="#454C5C" />
<constant name="C_button_bg_active" value="#5294E2" />
<constant name="C_button_bg_active" value="#5294e2" />
<constant name="C_button_border_hover" value="#262932" />
<constant name="C_icon_bg_focused" value="#90939B" />
<constant name="C_icon_bg_unfocused" value="#666A74" />
<constant name="C_icon_bg_hover" value="#C4C7CC" />
<constant name="C_icon_bg_active" value="#ffffff" />
<constant name="C_icon_bg_active" value="#5294e2" />
<!-- geometries -->

@ -29,14 +29,14 @@
<!-- minimize, maximize -->
<constant name="C_button_bg_hover" value="#fdfdfd" />
<constant name="C_button_bg_active" value="#5294E2" />
<constant name="C_button_bg_active" value="#5294e2" />
<constant name="C_button_border_hover" value="#D1D3DA" />
<constant name="C_icon_bg_focused" value="#90949E" />
<constant name="C_icon_bg_unfocused" value="#B6B8C0" />
<constant name="C_icon_bg_hover" value="#7A7F8B" />
<constant name="C_icon_bg_active" value="#ffffff" />
<constant name="C_icon_bg_active" value="#5294e2" />
<!-- geometries -->

Loading…
Cancel
Save