updated selection colour

This commit is contained in:
Sam Hewitt 2016-05-24 15:11:38 -04:00
parent 12ec99b64b
commit cb3ff1ebf0
6 changed files with 517 additions and 517 deletions

View File

@ -22,7 +22,7 @@ $purple: #673ab7;
$borders_color: if($variant == 'light', darken($bg_color,20%), darken($bg_color,10%));
$borders_edge: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9));
$selected_fg_color: #ffffff;
$selected_bg_color: if($variant == 'light', $cyan, lighten($cyan,10%));
$selected_bg_color: if($variant == 'light', $blue, lighten($blue,10%));
$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 10%), $borders_color);
$link_color: blue;
$link_visited_color:transparentize($link_color,0.5);

View File

@ -27,7 +27,7 @@
/* text widgets and the like base background color */
@define-color theme_base_color #455a64;
/* base background color of selections */
@define-color theme_selected_bg_color #52d1e1;
@define-color theme_selected_bg_color #51adf6;
/* text/foreground color of selections */
@define-color theme_selected_fg_color #ffffff;
/* base background color of insensitive widgets */
@ -45,7 +45,7 @@
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #475d67;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #52d1e1;
@define-color theme_unfocused_selected_bg_color #51adf6;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #ffffff;
/* widgets main borders color */
@ -166,7 +166,7 @@ read if you used those and something break with a version upgrade you're on your
background-color: #3d4f57; }
.gtkstyle-fallback:selected {
color: #ffffff;
background-color: #52d1e1; }
background-color: #51adf6; }
.view, GtkIconView,
GtkTextView GtkLabel {
@ -213,8 +213,8 @@ GtkFlow treeview.view .rubberband,
treeview.view GtkFlow .rubberband,
GtkFlow treeview.view rubberband,
treeview.view GtkFlow rubberband {
border: 1px solid #26c6da;
background-color: rgba(38, 198, 218, 0.2); }
border: 1px solid #2196f3;
background-color: rgba(33, 150, 243, 0.2); }
GtkFlow flowboxchild {
padding: 3px;
@ -227,7 +227,7 @@ GtkLabel.separator {
GtkLabel.separator:backdrop {
color: #839096; }
GtkLabel:selected {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
GtkLabel:insensitive {
color: #839096; }
@ -265,7 +265,7 @@ GtkTextView GtkLabel:selected, GtkTextView GtkLabel selection:focus, GtkTextView
.entry:selected, .list-row:selected, GtkTreeView.view:selected:focus, GtkTreeView.view:selected,
treeview.view:selected:focus,
treeview.view:selected {
background-color: #52d1e1; }
background-color: #51adf6; }
.list-row:selected GtkLabel, row:selected GtkLabel, GtkLabel:selected, .view:selected:focus, GtkIconView:selected:focus, .view:selected, GtkIconView:selected,
GtkTextView GtkLabel:selected:focus,
GtkTextView GtkLabel:selected, GtkTextView GtkLabel selection:focus, GtkTextView GtkLabel selection, GtkFlow flowboxchild:selected, modelbutton.flat:selected, .popover .check:selected,
@ -281,7 +281,7 @@ treeview.view:selected {
.popover .radio:insensitive:selected,
.menuitem.button.flat:insensitive:selected, GtkCalendar:insensitive:selected, .spinbutton:insensitive:selected:not(.vertical),
.entry:insensitive:selected, .list-row:insensitive:selected {
color: #a9e8f0; }
color: #a8d6fb; }
.list-row:selected GtkLabel:backdrop, row:selected GtkLabel:backdrop, GtkLabel:backdrop:selected, GtkIconView:backdrop:selected:focus, .view:backdrop:selected, GtkIconView:backdrop:selected,
GtkTextView GtkLabel:backdrop:selected:focus, GtkTextView GtkLabel selection:backdrop, GtkFlow flowboxchild:backdrop:selected, GtkLabel:backdrop:selected, modelbutton.flat:backdrop:selected, .popover .check:backdrop:selected,
.popover .radio:backdrop:selected,
@ -292,7 +292,7 @@ treeview.view:selected {
.popover .radio:backdrop:insensitive:selected,
.menuitem.button.flat:backdrop:insensitive:selected, GtkCalendar:backdrop:insensitive:selected, .spinbutton:backdrop:insensitive:selected:not(.vertical),
.entry:backdrop:insensitive:selected, .list-row:backdrop:insensitive:selected {
color: rgba(104, 215, 229, 0.85); }
color: rgba(103, 183, 247, 0.85); }
.monospace {
font: Monospace; }
@ -302,9 +302,9 @@ treeview.view:selected {
***********/
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#93e3ed), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#9acffa), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#52d1e1), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#51adf6), to(transparent)); } }
.button {
padding: 4px 9px;
border: 1px solid #222c31;
@ -641,8 +641,8 @@ row:selected
.button.suggested-action {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #52d1e1, #3cccde);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #51adf6, #39a1f4);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
@ -654,12 +654,12 @@ row:selected
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
icon-shadow: none;
color: #52d1e1; }
color: #51adf6; }
.button.suggested-action:hover {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #56d3e2, #49cfe0 60%, #40cdde);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #56aff6, #48a8f5 60%, #3ea4f5);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
@ -667,16 +667,16 @@ row:selected
.button.suggested-action:checked {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #33c9dc, #49cfe0);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #309df4, #48a8f5);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
.button.suggested-action:backdrop,
.button.suggested-action.flat:backdrop {
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #52d1e1);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #51adf6);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -684,12 +684,12 @@ row:selected
.button.suggested-action:backdrop,
.button.suggested-action.flat:backdrop GtkLabel,
.button.suggested-action.flat:backdrop {
color: #dcf6f9; }
color: #dceffd; }
.button.suggested-action:backdrop:active,
.button.suggested-action:backdrop:checked,
.button.suggested-action.flat:backdrop:active,
.button.suggested-action.flat:backdrop:checked {
border-color: #1a8b99;
border-color: #0a6ebd;
background-image: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
.button.suggested-action:backdrop:active GtkLabel,
@ -700,7 +700,7 @@ row:selected
.button.suggested-action.flat:backdrop:active,
.button.suggested-action.flat:backdrop:checked GtkLabel,
.button.suggested-action.flat:backdrop:checked {
color: #d4f4f8; }
color: #d3eafd; }
.button.suggested-action:backdrop:active label,
.button.suggested-action:backdrop:active,
.button.suggested-action:backdrop:checked label,
@ -709,7 +709,7 @@ row:selected
.button.suggested-action.flat:backdrop:active,
.button.suggested-action.flat:backdrop:checked label,
.button.suggested-action.flat:backdrop:checked {
color: #d4f4f8; }
color: #d3eafd; }
.button.suggested-action:backdrop:insensitive,
.button.suggested-action.flat:backdrop:insensitive {
border-color: #242f34;
@ -727,15 +727,15 @@ row:selected
.button.suggested-action:backdrop:insensitive:checked,
.button.suggested-action.flat:backdrop:insensitive:active,
.button.suggested-action.flat:backdrop:insensitive:checked {
border-color: #1a8b99;
border-color: #0a6ebd;
background-image: none;
background-color: #3cb8c8;
background-color: #3995dc;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
.button.suggested-action:backdrop:insensitive:active GtkLabel,
.button.suggested-action:backdrop:insensitive:checked GtkLabel,
.button.suggested-action.flat:backdrop:insensitive:active GtkLabel,
.button.suggested-action.flat:backdrop:insensitive:checked GtkLabel {
color: #80d1db; }
color: #7ebae8; }
.button.suggested-action.flat:backdrop,
.button.suggested-action.flat:insensitive,
.button.suggested-action.flat:backdrop:insensitive {
@ -745,7 +745,7 @@ row:selected
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
icon-shadow: none;
color: rgba(82, 209, 225, 0.8); }
color: rgba(81, 173, 246, 0.8); }
.button.suggested-action:insensitive {
border-color: #222c31;
background-image: none;
@ -758,21 +758,21 @@ row:selected
color: #839096; }
.button.suggested-action:insensitive:active,
.button.suggested-action:insensitive:checked {
border-color: #1a8b99;
border-color: #0a6ebd;
background-image: none;
background-color: #3cb8c8;
background-color: #3995dc;
text-shadow: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
.button.suggested-action:insensitive:active GtkLabel,
.button.suggested-action:insensitive:active,
.button.suggested-action:insensitive:checked GtkLabel,
.button.suggested-action:insensitive:checked {
color: #b1e3e9; }
color: #b0d5f1; }
.osd
.button.suggested-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0.5));
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0.5));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -782,7 +782,7 @@ row:selected
.button.suggested-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0.7));
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -795,7 +795,7 @@ row:selected
.button.suggested-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #52d1e1);
background-image: linear-gradient(to bottom, #51adf6);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -815,7 +815,7 @@ row:selected
.button.suggested-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0.5));
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0.5));
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1046,7 +1046,7 @@ row:selected
.stack-switcher >
.button.needs-attention > image {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#93e3ed), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.7898)), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#9acffa), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.7898)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -1968,7 +1968,7 @@ GtkFileChooserDialog {
color: #cfd8dc; }
.spinbutton:not(.vertical) GtkImage:active, GeditWindow > .entry GtkImage:active,
.entry GtkImage:active {
color: #52d1e1; }
color: #51adf6; }
.spinbutton:not(.vertical) GtkImage:backdrop, GeditWindow > .entry GtkImage:backdrop,
.entry GtkImage:backdrop {
color: #77868d; }
@ -2067,7 +2067,7 @@ GtkFileChooserDialog {
background-image: none;
border-radius: 0;
border-width: 0 0 2px;
border-color: #52d1e1;
border-color: #51adf6;
border-style: solid;
box-shadow: none; }
.spinbutton:not(.vertical) .progressbar:backdrop, GeditWindow > .entry .progressbar:backdrop,
@ -2115,14 +2115,14 @@ GeditWindow.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > box
border-top-color: #222c31; }
GtkTreeView .acceleditor > GtkLabel {
background-color: #52d1e1; }
background-color: #51adf6; }
GtkTreeView .entry.flat, GtkTreeView .entry {
border-radius: 0;
background-image: none;
background-color: #455a64; }
GtkTreeView .entry.flat:focus, GtkTreeView .entry:focus {
border-color: #52d1e1; }
border-color: #51adf6; }
/*************
* Expanders *
@ -2312,7 +2312,7 @@ GraniteWidgetsPopOver {
background: none;
border: none; }
GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover {
color: #52d1e1; }
color: #51adf6; }
GraniteWidgetsPopOver > .frame {
border: none; }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver GtkIconView.sidebar {
@ -2488,8 +2488,8 @@ GraniteWidgetsWelcome {
.selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu,
.header-bar.selection-mode .selection-menu:backdrop,
.header-bar.selection-mode .selection-menu {
border-color: rgba(82, 209, 225, 0);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0));
border-color: rgba(81, 173, 246, 0);
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0));
box-shadow: none;
text-shadow: none;
padding-left: 10px;
@ -2744,25 +2744,25 @@ GraniteWidgetsWelcome {
padding: 5px 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.8);
color: #52d1e1;
color: #51adf6;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
.titlebar:not(headerbar) .button.suggested-action GtkLabel,
.header-bar .button.suggested-action GtkLabel {
color: #52d1e1; }
color: #51adf6; }
.titlebar:not(headerbar) .button.suggested-action:hover,
.header-bar .button.suggested-action:hover {
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
.titlebar:not(headerbar) .button.suggested-action:hover GtkLabel,
.header-bar .button.suggested-action:hover GtkLabel {
color: #52d1e1; }
color: #51adf6; }
.titlebar:not(headerbar) .button.suggested-action:hover:backdrop,
.header-bar .button.suggested-action:hover:backdrop {
background-color: rgba(255, 255, 255, 0.6);
box-shadow: none; }
.titlebar:not(headerbar) .button.suggested-action:hover:backdrop GtkLabel,
.header-bar .button.suggested-action:hover:backdrop GtkLabel {
color: rgba(82, 209, 225, 0.8); }
color: rgba(81, 173, 246, 0.8); }
.titlebar:not(headerbar) .button.suggested-action:insensitive,
.header-bar .button.suggested-action:insensitive {
background-color: rgba(0, 0, 0, 0.1);
@ -2783,7 +2783,7 @@ GraniteWidgetsWelcome {
box-shadow: none; }
.titlebar:not(headerbar) .button.suggested-action:backdrop GtkLabel,
.header-bar .button.suggested-action:backdrop GtkLabel {
color: rgba(82, 209, 225, 0.2); }
color: rgba(81, 173, 246, 0.2); }
.titlebar:not(headerbar) .button.linked:first-child, .titlebar:not(headerbar) .button.linked:last-child,
.header-bar .button.linked:first-child,
.header-bar .button.linked:last-child {
@ -2929,7 +2929,7 @@ infobar {
.level-bar.fill-block, .level-bar .indicator-continuous.fill-block {
border-radius: 3px;
margin: 2px;
background-color: #52d1e1;
background-color: #51adf6;
border: 1px solid;
border-color: #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3); }
@ -2942,7 +2942,7 @@ infobar {
border-color: #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3); }
.full.level-bar.fill-block, .level-bar .full.indicator-continuous.fill-block, .level-full.level-bar.fill-block, .level-bar .level-full.indicator-continuous.fill-block {
background-color: #52d1e1;
background-color: #51adf6;
border-color: #222c31;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.3); }
.empty.level-bar.fill-block, .level-bar .empty.indicator-continuous.fill-block, .empty-fill-block.level-bar.fill-block, .level-bar .empty-fill-block.indicator-continuous.fill-block, .level-empty.level-bar.fill-block, .level-bar .level-empty.indicator-continuous.fill-block {
@ -2985,30 +2985,30 @@ GtkLevelBar.vertical {
color: rgba(0, 0, 255, 0.5); }
*:selected *:link:visited,
*:selected .button:visited {
color: #baedf3; }
color: #b9defb; }
*:link:hover, .button:hover:link,
.button:hover:visited {
color: #3333ff; }
*:selected *:link:hover, *:selected .button:hover:link,
*:selected .button:hover:visited {
color: #eefafc; }
color: #eef7fe; }
*:link:active, .button:active:link,
.button:active:visited {
color: blue; }
*:selected *:link:active, *:selected .button:active:link,
*:selected .button:active:visited {
color: #dcf6f9; }
color: #dceffd; }
*:link:backdrop:backdrop:hover, .button:backdrop:backdrop:hover:link,
.button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:backdrop:hover:link,
.header-bar.selection-mode .subtitle:backdrop:backdrop:hover:link, .button:backdrop:backdrop:hover:selected:link,
.button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, .button:backdrop:link,
.button:backdrop:visited {
color: #52d1e1; }
color: #51adf6; }
*:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link,
.header-bar.selection-mode .subtitle:link, .button:selected:link,
.button:selected:visited, *:selected *:link, *:selected .button:link,
*:selected .button:visited {
color: #dcf6f9; }
color: #dceffd; }
.button:link,
.button:visited {
@ -3057,7 +3057,7 @@ GtkLevelBar.vertical {
.menubar > .menuitem {
padding: 4px 8px; }
.menubar > .menuitem:hover {
box-shadow: inset 0 -3px #52d1e1;
box-shadow: inset 0 -3px #51adf6;
color: rgba(255, 255, 255, 0.8); }
.menubar > .menuitem:insensitive {
color: #839096;
@ -3089,7 +3089,7 @@ GtkLevelBar.vertical {
.menu .menuitem:hover,
.popup .menuitem:hover {
color: #ffffff;
background-color: #52d1e1; }
background-color: #51adf6; }
.content-view .menu .menuitem:insensitive,
.menu .menuitem:insensitive,
.popup .menuitem:insensitive {
@ -3306,7 +3306,7 @@ GtkAssistant {
background-color: #222c31;
background-size: 1px 1px; }
.paned > .separator:selected {
background-color: #52d1e1; }
background-color: #51adf6; }
.paned > .separator:backdrop {
background-color: #242f34; }
.paned.horizontal > .separator {
@ -3381,7 +3381,7 @@ GtkAssistant {
text-shadow: none; }
.popover .menuitem:hover {
color: #ffffff;
background-color: #52d1e1; }
background-color: #51adf6; }
.popover .menuitem:insensitive {
color: #839096; }
.popover .menuitem:insensitive:backdrop {
@ -3413,12 +3413,12 @@ GtkProgressBar,
.progressbar:active {
border-radius: 0px;
color: rgba(0, 0, 0, 0.5);
background-color: #52d1e1;
border-color: #26c6da; }
background-color: #51adf6;
border-color: #2196f3; }
GtkProgressBar:active:backdrop,
.progressbar:active:backdrop {
background-color: #7ddde9;
border-color: #52d1e1; }
background-color: #82c4f8;
border-color: #51adf6; }
GtkProgressBar:backdrop,
.progressbar:backdrop {
transition: 200ms ease-out; }
@ -3458,9 +3458,9 @@ GtkProgressBar,
GtkProgressBar .list-row:selected,
.progressbar row:selected,
.progressbar .list-row:selected {
border: 1px solid #26c6da;
border: 1px solid #2196f3;
color: rgba(0, 0, 0, 0.5);
background-color: #52d1e1; }
background-color: #51adf6; }
/**********
* Scales *
@ -3503,7 +3503,7 @@ GtkProgressBar,
GtkProgressBar .progressbar,
.progressbar .progressbar, .scale .highlight, .scale.fine-tune .highlight {
border: 1px solid #222c31;
background-color: #52d1e1;
background-color: #51adf6;
box-shadow: inset 0px 1px rgba(255, 255, 255, 0.3);
border-radius: 4px; }
GtkProgressBar .progressbar:insensitive,
@ -3517,8 +3517,8 @@ GtkProgressBar .progressbar,
.progressbar .progressbar:active:backdrop, GtkProgressBar:backdrop .progressbar:active,
.progressbar:backdrop .progressbar:active, GtkProgressBar:backdrop progress:active,
.progressbar:backdrop progress:active, .scale .highlight:active:backdrop {
border-color: #7ddde9;
background-color: #7ddde9; }
border-color: #82c4f8;
background-color: #82c4f8; }
GtkProgressBar .progressbar:backdrop:insensitive,
.progressbar .progressbar:backdrop:insensitive, GtkProgressBar:backdrop .progressbar:insensitive,
.progressbar:backdrop .progressbar:insensitive, GtkProgressBar:backdrop progress:insensitive,
@ -3565,7 +3565,7 @@ GtkProgressBar .progressbar,
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border, box-shadow; }
.scale .slider:active {
background-color: #52d1e1;
background-color: #51adf6;
border: 1px solid #222c31;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); }
.scale .slider:active:insensitive {
@ -3716,7 +3716,7 @@ GtkProgressBar .progressbar,
.scrollbar .slider:hover {
background-color: #b1bbc0; }
.scrollbar .slider:hover:active {
background-color: #7ddde9; }
background-color: #82c4f8; }
.scrollbar .slider:backdrop {
background-color: #55646b; }
.scrollbar .slider:insensitive {
@ -3778,7 +3778,7 @@ GtkProgressBar .progressbar,
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
icon-shadow: none;
color: #7ddde9; }
color: #82c4f8; }
.scrollbar .button:insensitive {
border-color: transparent;
background-color: transparent;
@ -3825,11 +3825,11 @@ GtkTreeView ~ .scrollbar.vertical {
*********************/
OsThumb,
OsScrollbar {
color: #52d1e1; }
color: #51adf6; }
OsThumb:active, OsThumb:selected,
OsScrollbar:active,
OsScrollbar:selected {
background-color: #52d1e1; }
background-color: #51adf6; }
OsThumb:backdrop, OsThumb:active:backdrop,
OsScrollbar:backdrop,
OsScrollbar:active:backdrop {
@ -3869,18 +3869,18 @@ OsScrollbar {
.sidebar .sidebar-item:selected, .sidebar .sidebar-item:active,
.sidebar .sidebar-row:selected,
.sidebar .sidebar-row:active {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
.sidebar .sidebar-item:selected:hover, .sidebar .sidebar-item:active:hover,
.sidebar .sidebar-row:selected:hover,
.sidebar .sidebar-row:active:hover {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff;
box-shadow: none; }
.sidebar .sidebar-item:selected:backdrop, .sidebar .sidebar-item:active:backdrop,
.sidebar .sidebar-row:selected:backdrop,
.sidebar .sidebar-row:active:backdrop {
background-color: #a9e8f0; }
background-color: #b2dbfb; }
.sidebar .sidebar-item:hover,
.sidebar .sidebar-row:hover {
background-color: #455a64;
@ -3997,7 +3997,7 @@ OsScrollbar {
box-shadow: none;
color: #cfd8dc; }
.spinbutton.vertical .button:hover {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff;
icon-shadow: none; }
.spinbutton.vertical .button:active {
@ -4064,7 +4064,7 @@ GtkTreeView .spinbutton:not(.vertical) {
.menu.spinner,
menu spinner,
.primary-toolbar .spinner {
color: #52d1e1; }
color: #51adf6; }
/*********************
* Spinner Animation *
@ -4109,10 +4109,10 @@ GtkSwitch {
background-color: #3b4c55;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
GtkSwitch:active, GtkSwitch:checked {
background-color: #52d1e1;
background-color: #51adf6;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }
GtkSwitch:active:backdrop, GtkSwitch:active:insensitive, GtkSwitch:checked:backdrop, GtkSwitch:checked:insensitive {
background-color: #67d7e5; }
background-color: #6ab8f7; }
GtkSwitch .slider {
border: none;
padding: 2px;
@ -4129,9 +4129,9 @@ GtkSwitch {
GtkSwitch .slider:insensitive {
box-shadow: none; }
GtkSwitch .trough:active, GtkSwitch .trough:checked {
background-color: #52d1e1; }
background-color: #51adf6; }
GtkSwitch .trough:active:backdrop, GtkSwitch .trough:checked:backdrop {
background-color: #67d7e5; }
background-color: #6ab8f7; }
/************
* Toolbars *
@ -4408,7 +4408,7 @@ searchbar,
.inline-toolbar .entry:selected,
.inline-toolbar entry:selected {
color: #455a64;
background-color: #52d1e1; }
background-color: #51adf6; }
searchbar,
.search-bar, .location-bar {
@ -4475,17 +4475,17 @@ treeview.view {
GtkTreeView.view:selected:backdrop, GtkTreeView.view:selected,
treeview.view:selected:backdrop,
treeview.view:selected {
border-left-color: #a9e8f0;
border-left-color: #a8d6fb;
border-top-color: rgba(207, 216, 220, 0.1); }
GtkTreeView.view:insensitive,
treeview.view:insensitive {
color: #839096; }
GtkTreeView.view:insensitive:selected,
treeview.view:insensitive:selected {
color: #97e3ed; }
color: #97cefa; }
GtkTreeView.view:insensitive:selected:backdrop,
treeview.view:insensitive:selected:backdrop {
color: rgba(104, 215, 229, 0.85); }
color: rgba(103, 183, 247, 0.85); }
GtkTreeView.view:insensitive:backdrop,
treeview.view:insensitive:backdrop {
color: #56707c; }
@ -4511,13 +4511,13 @@ treeview.view {
color: #cfd8dc; }
GtkTreeView.view.expander:selected,
treeview.view.expander:selected {
color: #cbf1f6; }
color: #cbe6fc; }
GtkTreeView.view.expander:selected:hover,
treeview.view.expander:selected:hover {
color: #ffffff; }
GtkTreeView.view.expander:selected:backdrop,
treeview.view.expander:selected:backdrop {
color: rgba(158, 229, 238, 0.65); }
color: rgba(157, 209, 250, 0.65); }
GtkTreeView.view.expander:checked,
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
@ -4528,8 +4528,8 @@ treeview.view {
treeview.view.progressbar {
border: 1px solid #222c31;
border-radius: 4px;
background-color: #52d1e1;
background-image: linear-gradient(to bottom, #52d1e1, #26c6da);
background-color: #51adf6;
background-image: linear-gradient(to bottom, #51adf6, #2196f3);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); }
GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:selected,
treeview.view.progressbar:selected:focus,
@ -4554,7 +4554,7 @@ treeview.view {
GtkTreeView.view.trough:selected:focus, GtkTreeView.view.trough:selected,
treeview.view.trough:selected:focus,
treeview.view.trough:selected {
background-color: #26c6da;
background-color: #2196f3;
border-radius: 4px; }
GtkTreeView.view column-header .button,
GtkTreeView.view column-header button,
@ -4630,7 +4630,7 @@ treeview.view {
padding: 4px 6px;
transition: none;
background-image: none;
background-color: #52d1e1;
background-color: #51adf6;
color: #455a64;
border-radius: 0;
border-style: none;
@ -4744,19 +4744,19 @@ treeview.view header button:active {
border-top: 2px solid rgba(38, 50, 56, 0); }
.top .budgie-panel .unpinned .launcher,
.top .budgie-panel .pinned .launcher.running {
border-top: 2px solid rgba(82, 209, 225, 0.5); }
border-top: 2px solid rgba(81, 173, 246, 0.5); }
.top .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .top .launcher:hover,
.top .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .top .launcher:hover {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
border-top: 2px solid rgba(82, 209, 225, 0.5); }
border-top: 2px solid rgba(81, 173, 246, 0.5); }
.top .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .top .launcher:active,
.top .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .top .launcher:active, .top .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .top .launcher:checked,
.top .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .top .launcher:checked {
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
border-top: 2px solid #52d1e1; }
border-top: 2px solid #51adf6; }
.bottom .budgie-panel .pinned .launcher, .budgie-panel .pinned .bottom .launcher,
.bottom .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .bottom .launcher {
@ -4764,19 +4764,19 @@ treeview.view header button:active {
border-bottom: 2px solid rgba(38, 50, 56, 0); }
.bottom .budgie-panel .unpinned .launcher,
.bottom .budgie-panel .pinned .launcher.running {
border-bottom: 2px solid rgba(82, 209, 225, 0.5); }
border-bottom: 2px solid rgba(81, 173, 246, 0.5); }
.bottom .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .bottom .launcher:hover,
.bottom .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .bottom .launcher:hover {
border-top: 2px solid rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(82, 209, 225, 0.5); }
border-bottom: 2px solid rgba(81, 173, 246, 0.5); }
.bottom .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .bottom .launcher:active,
.bottom .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .bottom .launcher:active, .bottom .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .bottom .launcher:checked,
.bottom .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .bottom .launcher:checked {
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 2px solid #52d1e1; }
border-bottom: 2px solid #51adf6; }
.left .budgie-panel .pinned .launcher, .budgie-panel .pinned .left .launcher,
.left .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .left .launcher {
@ -4784,19 +4784,19 @@ treeview.view header button:active {
border-left: 2px solid rgba(38, 50, 56, 0); }
.left .budgie-panel .unpinned .launcher,
.left .budgie-panel .pinned .launcher.running {
border-left: 2px solid rgba(82, 209, 225, 0.5); }
border-left: 2px solid rgba(81, 173, 246, 0.5); }
.left .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .left .launcher:hover,
.left .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .left .launcher:hover {
border-right: 2px solid rgba(0, 0, 0, 0.1);
border-left: 2px solid rgba(82, 209, 225, 0.5); }
border-left: 2px solid rgba(81, 173, 246, 0.5); }
.left .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .left .launcher:active,
.left .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .left .launcher:active, .left .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .left .launcher:checked,
.left .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .left .launcher:checked {
border-right: 2px solid rgba(0, 0, 0, 0.2);
border-left: 2px solid #52d1e1; }
border-left: 2px solid #51adf6; }
.right .budgie-panel .pinned .launcher, .budgie-panel .pinned .right .launcher,
.right .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .right .launcher {
@ -4804,19 +4804,19 @@ treeview.view header button:active {
border-right: 2px solid rgba(38, 50, 56, 0); }
.right .budgie-panel .unpinned .launcher,
.right .budgie-panel .pinned .launcher.running {
border-right: 2px solid rgba(82, 209, 225, 0.5); }
border-right: 2px solid rgba(81, 173, 246, 0.5); }
.right .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .right .launcher:hover,
.right .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .right .launcher:hover {
border-left: 2px solid rgba(0, 0, 0, 0.1);
border-right: 2px solid rgba(82, 209, 225, 0.5); }
border-right: 2px solid rgba(81, 173, 246, 0.5); }
.right .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .right .launcher:active,
.right .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .right .launcher:active, .right .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .right .launcher:checked,
.right .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .right .launcher:checked {
border-left: 2px solid rgba(0, 0, 0, 0.2);
border-right: 2px solid #52d1e1; }
border-right: 2px solid #51adf6; }
.top .budgie-panel {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
@ -5050,7 +5050,7 @@ GucharmapChartable {
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
/********
@ -5452,7 +5452,7 @@ YelpWindow .header-bar {
.button.app .app:hover {
border-radius: 8px;
border: none;
background-color: rgba(82, 209, 225, 0.3);
background-color: rgba(81, 173, 246, 0.3);
color: white; }
.button.app .app:focus {
/*background-color: transparentize(black, 0.20);*/ }
@ -5464,7 +5464,7 @@ YelpWindow .header-bar {
background: none; }
.search-item:hover, .search-item:focus {
border-radius: 0;
background-color: rgba(82, 209, 225, 0.3);
background-color: rgba(81, 173, 246, 0.3);
color: #ffffff; }
.search-entry-large,
@ -5656,7 +5656,7 @@ UnityDecoration {
/* Glow applied to the selected scaled window */
-UnityDecoration-glow-size: 8px;
/* Size property, size of glow */
-UnityDecoration-glow-color: #52d1e1;
-UnityDecoration-glow-color: #51adf6;
/* Color property of the glow */
/* Title settings */
-UnityDecoration-title-indent: 10px;
@ -5776,7 +5776,7 @@ SheetStyleDialog.unity-force-quit {
.menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: #52d1e1; }
color: #51adf6; }
/***********************
* App-Specific Styles *
@ -5838,17 +5838,17 @@ ConversationListView {
-GtkWidget-focus-line-width: 1px;
-GtkTreeView-grid-line-width: 0; }
ConversationListView .view:active, ConversationListView GtkIconView:active, ConversationListView .view:selected, ConversationListView GtkIconView:selected {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
ConversationListView .view:active:backdrop, ConversationListView GtkIconView:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView GtkIconView:selected:backdrop {
background-color: #67d7e5;
background-color: #6ab8f7;
color: rgba(255, 255, 255, 0.5); }
ConversationListView .view .cell, ConversationListView GtkIconView .cell {
border: solid rgba(0, 0, 0, 0.2);
border-width: 0 0 1px 0; }
ConversationListView .view .cell:selected, ConversationListView GtkIconView .cell:selected {
color: #ffffff;
border: 0px solid #26c6da; }
border: 0px solid #2196f3; }
/***********
* LightDm *

View File

@ -27,7 +27,7 @@
/* text widgets and the like base background color */
@define-color theme_base_color #ffffff;
/* base background color of selections */
@define-color theme_selected_bg_color #26c6da;
@define-color theme_selected_bg_color #2196f3;
/* text/foreground color of selections */
@define-color theme_selected_fg_color #ffffff;
/* base background color of insensitive widgets */
@ -45,7 +45,7 @@
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #fcfcfc;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #26c6da;
@define-color theme_unfocused_selected_bg_color #2196f3;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #ffffff;
/* widgets main borders color */
@ -166,7 +166,7 @@ read if you used those and something break with a version upgrade you're on your
background-color: #fafafa; }
.gtkstyle-fallback:selected {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
.view, GtkIconView,
GtkTextView GtkLabel {
@ -213,8 +213,8 @@ GtkFlow treeview.view .rubberband,
treeview.view GtkFlow .rubberband,
GtkFlow treeview.view rubberband,
treeview.view GtkFlow rubberband {
border: 1px solid #1e9faf;
background-color: rgba(30, 159, 175, 0.2); }
border: 1px solid #0c7cd5;
background-color: rgba(12, 124, 213, 0.2); }
GtkFlow flowboxchild {
padding: 3px;
@ -227,7 +227,7 @@ GtkLabel.separator {
GtkLabel.separator:backdrop {
color: #9e9e9e; }
GtkLabel:selected {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
GtkLabel:insensitive {
color: #9e9e9e; }
@ -265,7 +265,7 @@ GtkTextView GtkLabel:selected, GtkTextView GtkLabel selection:focus, GtkTextView
.entry:selected, .list-row:selected, GtkTreeView.view:selected:focus, GtkTreeView.view:selected,
treeview.view:selected:focus,
treeview.view:selected {
background-color: #26c6da; }
background-color: #2196f3; }
.list-row:selected GtkLabel, row:selected GtkLabel, GtkLabel:selected, .view:selected:focus, GtkIconView:selected:focus, .view:selected, GtkIconView:selected,
GtkTextView GtkLabel:selected:focus,
GtkTextView GtkLabel:selected, GtkTextView GtkLabel selection:focus, GtkTextView GtkLabel selection, GtkFlow flowboxchild:selected, modelbutton.flat:selected, .popover .check:selected,
@ -282,7 +282,7 @@ treeview.view:selected {
.popover .radio:insensitive:selected,
.menuitem.button.flat:insensitive:selected, GtkCalendar:insensitive:selected, .spinbutton:insensitive:selected:not(.vertical),
.entry:insensitive:selected, .list-row:insensitive:selected {
color: #93e3ed; }
color: #90cbf9; }
.list-row:selected GtkLabel:backdrop, row:selected GtkLabel:backdrop, GtkLabel:backdrop:selected, GtkIconView:backdrop:selected:focus, .view:backdrop:selected, GtkIconView:backdrop:selected,
GtkTextView GtkLabel:backdrop:selected:focus, GtkTextView GtkLabel selection:backdrop, GtkFlow flowboxchild:backdrop:selected, GtkLabel:backdrop:selected, modelbutton.flat:backdrop:selected, .popover .check:backdrop:selected,
.popover .radio:backdrop:selected,
@ -293,7 +293,7 @@ treeview.view:selected {
.popover .radio:backdrop:insensitive:selected,
.menuitem.button.flat:backdrop:insensitive:selected, GtkCalendar:backdrop:insensitive:selected, .spinbutton:backdrop:insensitive:selected:not(.vertical),
.entry:backdrop:insensitive:selected, .list-row:backdrop:insensitive:selected {
color: rgba(65, 205, 223, 0.85); }
color: rgba(61, 163, 245, 0.85); }
.monospace {
font: Monospace; }
@ -303,9 +303,9 @@ treeview.view:selected {
***********/
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#26c6da), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#2196f3), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#26c6da), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2196f3), to(transparent)); } }
.button {
padding: 4px 9px;
border: 1px solid #c4c4c4;
@ -472,7 +472,7 @@ treeview.view:selected {
padding-right: 8px; }
row:selected
.button {
border-color: #1e9faf; }
border-color: #0c7cd5; }
row:selected
.button.flat:not(:active):not(:checked):not(:hover):not(disabled) {
color: #ffffff;
@ -645,8 +645,8 @@ row:selected
.button.suggested-action {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #13646e;
background-image: linear-gradient(to bottom, #26c6da, #22b3c5);
border-color: #08528d;
background-image: linear-gradient(to bottom, #2196f3, #0d8aee);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
@ -658,12 +658,12 @@ row:selected
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
icon-shadow: none;
color: #26c6da; }
color: #2196f3; }
.button.suggested-action:hover {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #13646e;
background-image: linear-gradient(to bottom, #40cdde, #26c6da 60%, #22b7c9);
border-color: #08528d;
background-image: linear-gradient(to bottom, #3ea4f5, #2196f3 60%, #0e8df2);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
@ -671,16 +671,16 @@ row:selected
.button.suggested-action:checked {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #13646e;
background-image: linear-gradient(to bottom, #20abbc, #24bfd2);
border-color: #08528d;
background-image: linear-gradient(to bottom, #0c84e4, #1791f2);
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
icon-shadow: 0 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
.button.suggested-action:backdrop,
.button.suggested-action.flat:backdrop {
border-color: #26c6da;
background-image: linear-gradient(to bottom, #26c6da);
border-color: #2196f3;
background-image: linear-gradient(to bottom, #2196f3);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -688,12 +688,12 @@ row:selected
.button.suggested-action:backdrop,
.button.suggested-action.flat:backdrop GtkLabel,
.button.suggested-action.flat:backdrop {
color: #d4f4f8; }
color: #d3eafd; }
.button.suggested-action:backdrop:active,
.button.suggested-action:backdrop:checked,
.button.suggested-action.flat:backdrop:active,
.button.suggested-action.flat:backdrop:checked {
border-color: #1e9faf;
border-color: #0c7cd5;
background-image: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
.button.suggested-action:backdrop:active GtkLabel,
@ -704,7 +704,7 @@ row:selected
.button.suggested-action.flat:backdrop:active,
.button.suggested-action.flat:backdrop:checked GtkLabel,
.button.suggested-action.flat:backdrop:checked {
color: #d2ecef; }
color: #cee5f7; }
.button.suggested-action:backdrop:active label,
.button.suggested-action:backdrop:active,
.button.suggested-action:backdrop:checked label,
@ -713,7 +713,7 @@ row:selected
.button.suggested-action.flat:backdrop:active,
.button.suggested-action.flat:backdrop:checked label,
.button.suggested-action.flat:backdrop:checked {
color: #d2ecef; }
color: #cee5f7; }
.button.suggested-action:backdrop:insensitive,
.button.suggested-action.flat:backdrop:insensitive {
border-color: #c9c9c9;
@ -731,15 +731,15 @@ row:selected
.button.suggested-action:backdrop:insensitive:checked,
.button.suggested-action.flat:backdrop:insensitive:active,
.button.suggested-action.flat:backdrop:insensitive:checked {
border-color: #31c9dc;
border-color: #2a9bf4;
background-image: none;
background-color: #31c9dc;
background-color: #2a9bf4;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
.button.suggested-action:backdrop:insensitive:active GtkLabel,
.button.suggested-action:backdrop:insensitive:checked GtkLabel,
.button.suggested-action.flat:backdrop:insensitive:active GtkLabel,
.button.suggested-action.flat:backdrop:insensitive:checked GtkLabel {
color: #79dce8; }
color: #75bef8; }
.button.suggested-action.flat:backdrop,
.button.suggested-action.flat:insensitive,
.button.suggested-action.flat:backdrop:insensitive {
@ -749,7 +749,7 @@ row:selected
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
icon-shadow: none;
color: rgba(38, 198, 218, 0.8); }
color: rgba(33, 150, 243, 0.8); }
.button.suggested-action:insensitive {
border-color: #c4c4c4;
background-image: none;
@ -762,21 +762,21 @@ row:selected
color: #9e9e9e; }
.button.suggested-action:insensitive:active,
.button.suggested-action:insensitive:checked {
border-color: #13646e;
border-color: #08528d;
background-image: none;
background-color: #31c9dc;
background-color: #2a9bf4;
text-shadow: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
.button.suggested-action:insensitive:active GtkLabel,
.button.suggested-action:insensitive:active,
.button.suggested-action:insensitive:checked GtkLabel,
.button.suggested-action:insensitive:checked {
color: #ade9f1; }
color: #aad7fb; }
.osd
.button.suggested-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0.5));
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -786,7 +786,7 @@ row:selected
.button.suggested-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0.7));
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -799,7 +799,7 @@ row:selected
.button.suggested-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #26c6da);
background-image: linear-gradient(to bottom, #2196f3);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -819,7 +819,7 @@ row:selected
.button.suggested-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0.5));
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5));
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1050,7 +1050,7 @@ row:selected
.stack-switcher >
.button.needs-attention > image {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#26c6da), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2196f3), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -1711,7 +1711,7 @@ GtkTreeView.view check:selected:focus, GtkTreeView.view check:selected,
GtkTreeView.view radio:selected:focus,
GtkTreeView.view radio:selected {
color: #444;
border-color: #1e9faf; }
border-color: #0c7cd5; }
GtkTreeView.view check:selected:insensitive,
GtkTreeView.view radio:selected:insensitive {
color: #9e9e9e; }
@ -1977,7 +1977,7 @@ GtkFileChooserDialog {
color: #444; }
.spinbutton:not(.vertical) GtkImage:active, GeditWindow > .entry GtkImage:active,
.entry GtkImage:active {
color: #26c6da; }
color: #2196f3; }
.spinbutton:not(.vertical) GtkImage:backdrop, GeditWindow > .entry GtkImage:backdrop,
.entry GtkImage:backdrop {
color: #b1b1b1; }
@ -2021,7 +2021,7 @@ GtkFileChooserDialog {
.spinbutton:focus:not(.vertical), GeditWindow > .entry:focus,
.entry:focus {
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
border-color: #26c6da; }
border-color: #2196f3; }
.spinbutton:insensitive:not(.vertical), GeditWindow > .entry:insensitive,
.entry:insensitive {
color: #9e9e9e;
@ -2076,7 +2076,7 @@ GtkFileChooserDialog {
background-image: none;
border-radius: 0;
border-width: 0 0 2px;
border-color: #26c6da;
border-color: #2196f3;
border-style: solid;
box-shadow: none; }
.spinbutton:not(.vertical) .progressbar:backdrop, GeditWindow > .entry .progressbar:backdrop,
@ -2090,7 +2090,7 @@ GtkFileChooserDialog {
.entry, .linked:not(.vertical) >
.entry:focus +
.entry {
border-left-color: #26c6da; }
border-left-color: #2196f3; }
.linked.vertical > .spinbutton:not(:insensitive):not(.vertical) + entry:not(:insensitive), GeditWindow.linked.vertical > .entry:not(:insensitive) + entry:not(:insensitive), .linked.vertical > .spinbutton:not(:insensitive):not(.vertical) + .spinbutton:not(:insensitive):not(.vertical), GeditWindow.linked.vertical > .entry:not(:insensitive) + .spinbutton:not(:insensitive):not(.vertical), GeditWindow.linked.vertical > .spinbutton:not(:insensitive):not(.vertical) + .entry:not(:insensitive), GeditWindow.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive), .linked.vertical >
.entry:not(:insensitive) + entry:not(:insensitive), .linked.vertical >
.entry:not(:insensitive) + .spinbutton:not(:insensitive):not(.vertical), GeditWindow.linked.vertical > .entry:not(:insensitive) + .entry:not(:insensitive) {
@ -2106,7 +2106,7 @@ GtkFileChooserDialog {
border-top-color: #ededed; }
.linked.vertical > .spinbutton:not(.vertical) + .spinbutton:focus:not(:only-child):not(.vertical), GeditWindow.linked.vertical > .entry + .spinbutton:focus:not(:only-child):not(.vertical), GeditWindow.linked.vertical > .spinbutton:not(.vertical) + .entry:focus:not(:only-child), GeditWindow.linked.vertical > .entry + .entry:focus:not(:only-child), .linked.vertical >
.entry + .spinbutton:focus:not(:only-child):not(.vertical), GeditWindow.linked.vertical > .entry + .entry:focus:not(:only-child) {
border-top-color: #26c6da; }
border-top-color: #2196f3; }
.linked.vertical > .spinbutton:focus:not(:only-child):not(.vertical) + .spinbutton:not(.vertical), GeditWindow.linked.vertical > .entry:focus:not(:only-child) + .spinbutton:not(.vertical), GeditWindow.linked.vertical > .spinbutton:focus:not(:only-child):not(.vertical) + .entry, GeditWindow.linked.vertical > .entry:focus:not(:only-child) + .entry,
.linked.vertical > .spinbutton:focus:not(:only-child):not(.vertical) + .entry,
GeditWindow.linked.vertical > .entry:focus:not(:only-child) + .entry,
@ -2121,17 +2121,17 @@ GeditWindow.linked.vertical > .entry:focus:not(:only-child) + GtkComboBox > box
.entry:focus:not(:only-child) + .button,
.linked.vertical >
.entry:focus:not(:only-child) + GtkComboBox > box > .button.combo {
border-top-color: #26c6da; }
border-top-color: #2196f3; }
GtkTreeView .acceleditor > GtkLabel {
background-color: #26c6da; }
background-color: #2196f3; }
GtkTreeView .entry.flat, GtkTreeView .entry {
border-radius: 0;
background-image: none;
background-color: #ffffff; }
GtkTreeView .entry.flat:focus, GtkTreeView .entry:focus {
border-color: #26c6da; }
border-color: #2196f3; }
/*************
* Expanders *
@ -2321,7 +2321,7 @@ GraniteWidgetsPopOver {
background: none;
border: none; }
GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover {
color: #26c6da; }
color: #2196f3; }
GraniteWidgetsPopOver > .frame {
border: none; }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver GtkIconView.sidebar {
@ -2486,7 +2486,7 @@ GraniteWidgetsWelcome {
border-radius: 4px 4px 0 0;
color: #ffffff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
border-color: #1e9faf;
border-color: #0c7cd5;
background-color: #347D9F;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); }
.selection-mode.titlebar:backdrop:not(headerbar),
@ -2497,8 +2497,8 @@ GraniteWidgetsWelcome {
.selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu,
.header-bar.selection-mode .selection-menu:backdrop,
.header-bar.selection-mode .selection-menu {
border-color: rgba(38, 198, 218, 0);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0));
border-color: rgba(33, 150, 243, 0);
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0));
box-shadow: none;
text-shadow: none;
padding-left: 10px;
@ -2753,25 +2753,25 @@ GraniteWidgetsWelcome {
padding: 5px 10px;
border-radius: 2px;
background-color: #ffffff;
color: #26c6da;
color: #2196f3;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
.titlebar:not(headerbar) .button.suggested-action GtkLabel,
.header-bar .button.suggested-action GtkLabel {
color: #26c6da; }
color: #2196f3; }
.titlebar:not(headerbar) .button.suggested-action:hover,
.header-bar .button.suggested-action:hover {
background-color: #ffffff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
.titlebar:not(headerbar) .button.suggested-action:hover GtkLabel,
.header-bar .button.suggested-action:hover GtkLabel {
color: #26c6da; }
color: #2196f3; }
.titlebar:not(headerbar) .button.suggested-action:hover:backdrop,
.header-bar .button.suggested-action:hover:backdrop {
background-color: rgba(255, 255, 255, 0.8);
box-shadow: none; }
.titlebar:not(headerbar) .button.suggested-action:hover:backdrop GtkLabel,
.header-bar .button.suggested-action:hover:backdrop GtkLabel {
color: rgba(38, 198, 218, 0.8); }
color: rgba(33, 150, 243, 0.8); }
.titlebar:not(headerbar) .button.suggested-action:insensitive,
.header-bar .button.suggested-action:insensitive {
background-color: rgba(0, 0, 0, 0.1);
@ -2792,7 +2792,7 @@ GraniteWidgetsWelcome {
box-shadow: none; }
.titlebar:not(headerbar) .button.suggested-action:backdrop GtkLabel,
.header-bar .button.suggested-action:backdrop GtkLabel {
color: rgba(38, 198, 218, 0.2); }
color: rgba(33, 150, 243, 0.2); }
.titlebar:not(headerbar) .button.linked:first-child, .titlebar:not(headerbar) .button.linked:last-child,
.header-bar .button.linked:first-child,
.header-bar .button.linked:last-child {
@ -2938,9 +2938,9 @@ infobar {
.level-bar.fill-block, .level-bar .indicator-continuous.fill-block {
border-radius: 3px;
margin: 2px;
background-color: #26c6da;
background-color: #2196f3;
border: 1px solid;
border-color: #1e9faf;
border-color: #0c7cd5;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2); }
.low.level-bar.fill-block, .level-bar .low.indicator-continuous.fill-block, .level-low.level-bar.fill-block, .level-bar .level-low.indicator-continuous.fill-block {
background-color: #d32f2f;
@ -2951,8 +2951,8 @@ infobar {
border-color: #3d8b40;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2); }
.full.level-bar.fill-block, .level-bar .full.indicator-continuous.fill-block, .level-full.level-bar.fill-block, .level-bar .level-full.indicator-continuous.fill-block {
background-color: #26c6da;
border-color: #1e9faf;
background-color: #2196f3;
border-color: #0c7cd5;
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2); }
.empty.level-bar.fill-block, .level-bar .empty.indicator-continuous.fill-block, .empty-fill-block.level-bar.fill-block, .level-bar .empty-fill-block.indicator-continuous.fill-block, .level-empty.level-bar.fill-block, .level-bar .level-empty.indicator-continuous.fill-block {
background-color: rgba(0, 0, 0, 0.1);
@ -2994,30 +2994,30 @@ GtkLevelBar.vertical {
color: rgba(0, 0, 255, 0.5); }
*:selected *:link:visited,
*:selected .button:visited {
color: #a8e8f0; }
color: #a6d5fa; }
*:link:hover, .button:hover:link,
.button:hover:visited {
color: #3333ff; }
*:selected *:link:hover, *:selected .button:hover:link,
*:selected .button:hover:visited {
color: #e9f9fb; }
color: #e9f5fe; }
*:link:active, .button:active:link,
.button:active:visited {
color: blue; }
*:selected *:link:active, *:selected .button:active:link,
*:selected .button:active:visited {
color: #d4f4f8; }
color: #d3eafd; }
*:link:backdrop:backdrop:hover, .button:backdrop:backdrop:hover:link,
.button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:backdrop:hover:link,
.header-bar.selection-mode .subtitle:backdrop:backdrop:hover:link, .button:backdrop:backdrop:hover:selected:link,
.button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, .button:backdrop:link,
.button:backdrop:visited {
color: #26c6da; }
color: #2196f3; }
*:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link,
.header-bar.selection-mode .subtitle:link, .button:selected:link,
.button:selected:visited, *:selected *:link, *:selected .button:link,
*:selected .button:visited {
color: #d4f4f8; }
color: #d3eafd; }
.button:link,
.button:visited {
@ -3066,7 +3066,7 @@ GtkLevelBar.vertical {
.menubar > .menuitem {
padding: 4px 8px; }
.menubar > .menuitem:hover {
box-shadow: inset 0 -3px #26c6da;
box-shadow: inset 0 -3px #2196f3;
color: #ffffff; }
.menubar > .menuitem:insensitive {
color: #9e9e9e;
@ -3098,7 +3098,7 @@ GtkLevelBar.vertical {
.menu .menuitem:hover,
.popup .menuitem:hover {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
.content-view .menu .menuitem:insensitive,
.menu .menuitem:insensitive,
.popup .menuitem:insensitive {
@ -3315,7 +3315,7 @@ GtkAssistant {
background-color: #c4c4c4;
background-size: 1px 1px; }
.paned > .separator:selected {
background-color: #26c6da; }
background-color: #2196f3; }
.paned > .separator:backdrop {
background-color: #c9c9c9; }
.paned.horizontal > .separator {
@ -3390,7 +3390,7 @@ GtkAssistant {
text-shadow: none; }
.popover .menuitem:hover {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
.popover .menuitem:insensitive {
color: #9e9e9e; }
.popover .menuitem:insensitive:backdrop {
@ -3422,12 +3422,12 @@ GtkProgressBar,
.progressbar:active {
border-radius: 0px;
color: rgba(0, 0, 0, 0.5);
background-color: #26c6da;
border-color: #1e9faf; }
background-color: #2196f3;
border-color: #0c7cd5; }
GtkProgressBar:active:backdrop,
.progressbar:active:backdrop {
background-color: #52d1e1;
border-color: #26c6da; }
background-color: #51adf6;
border-color: #2196f3; }
GtkProgressBar:backdrop,
.progressbar:backdrop {
transition: 200ms ease-out; }
@ -3467,9 +3467,9 @@ GtkProgressBar,
GtkProgressBar .list-row:selected,
.progressbar row:selected,
.progressbar .list-row:selected {
border: 1px solid #1e9faf;
border: 1px solid #0c7cd5;
color: rgba(0, 0, 0, 0.5);
background-color: #26c6da; }
background-color: #2196f3; }
/**********
* Scales *
@ -3498,7 +3498,7 @@ GtkProgressBar,
row:selected GtkProgressBar,
row:selected .progressbar, row:selected .scale .trough, .scale row:selected .trough, row:selected .scale fill, .scale row:selected fill, row:selected GtkProgressBar:insensitive,
row:selected .progressbar:insensitive, row:selected .scale .trough:insensitive, .scale row:selected .trough:insensitive, row:selected .scale fill:insensitive, .scale row:selected fill:insensitive {
border-color: #1e9faf; }
border-color: #0c7cd5; }
.osd GtkProgressBar,
.osd .progressbar, .osd .scale .trough, .scale .osd .trough, .osd .scale fill, .scale .osd fill {
border-color: rgba(0, 0, 0, 0.7);
@ -3511,8 +3511,8 @@ GtkProgressBar,
GtkProgressBar .progressbar,
.progressbar .progressbar, .scale .highlight, .scale.fine-tune .highlight {
border: 1px solid #1e9faf;
background-color: #26c6da;
border: 1px solid #0c7cd5;
background-color: #2196f3;
box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
border-radius: 4px; }
GtkProgressBar .progressbar:insensitive,
@ -3526,8 +3526,8 @@ GtkProgressBar .progressbar,
.progressbar .progressbar:active:backdrop, GtkProgressBar:backdrop .progressbar:active,
.progressbar:backdrop .progressbar:active, GtkProgressBar:backdrop progress:active,
.progressbar:backdrop progress:active, .scale .highlight:active:backdrop {
border-color: #52d1e1;
background-color: #52d1e1; }
border-color: #51adf6;
background-color: #51adf6; }
GtkProgressBar .progressbar:backdrop:insensitive,
.progressbar .progressbar:backdrop:insensitive, GtkProgressBar:backdrop .progressbar:insensitive,
.progressbar:backdrop .progressbar:insensitive, GtkProgressBar:backdrop progress:insensitive,
@ -3542,13 +3542,13 @@ GtkProgressBar .progressbar,
.progressbar .list-row:selected .progressbar:insensitive, .list-row:selected .scale .highlight:insensitive, .scale .list-row:selected .highlight:insensitive, .list-row:selected GtkProgressBar .progressbar, GtkProgressBar .list-row:selected .progressbar,
.list-row:selected .progressbar .progressbar,
.progressbar .list-row:selected .progressbar, .list-row:selected .scale .highlight, .scale .list-row:selected .highlight {
border-color: #1e9faf; }
border-color: #0c7cd5; }
row:selected GtkProgressBar .progressbar:insensitive, GtkProgressBar row:selected .progressbar:insensitive,
row:selected .progressbar .progressbar:insensitive,
.progressbar row:selected .progressbar:insensitive, row:selected .scale .highlight:insensitive, .scale row:selected .highlight:insensitive, row:selected GtkProgressBar .progressbar, GtkProgressBar row:selected .progressbar,
row:selected .progressbar .progressbar,
.progressbar row:selected .progressbar, row:selected .scale .highlight, .scale row:selected .highlight {
border-color: #1e9faf; }
border-color: #0c7cd5; }
.osd GtkProgressBar .progressbar, GtkProgressBar .osd .progressbar,
.osd .progressbar .progressbar,
.progressbar .osd .progressbar, .osd .scale .highlight, .scale .osd .highlight {
@ -3574,8 +3574,8 @@ GtkProgressBar .progressbar,
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border, box-shadow; }
.scale .slider:active {
background-color: #26c6da;
border: 1px solid #1e9faf;
background-color: #2196f3;
border: 1px solid #0c7cd5;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); }
.scale .slider:active:insensitive {
box-shadow: none;
@ -3583,9 +3583,9 @@ GtkProgressBar .progressbar,
.scale .slider:insensitive {
box-shadow: none; }
.list-row:selected .scale .slider, .list-row:selected .scale .slider:insensitive {
border-color: #1e9faf; }
border-color: #0c7cd5; }
row:selected .scale .slider, row:selected .scale .slider:insensitive {
border-color: #1e9faf; }
border-color: #0c7cd5; }
.osd .scale .slider {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
@ -3725,7 +3725,7 @@ GtkProgressBar .progressbar,
.scrollbar .slider:hover {
background-color: #686868; }
.scrollbar .slider:hover:active {
background-color: #1e9faf; }
background-color: #0c7cd5; }
.scrollbar .slider:backdrop {
background-color: lightgray; }
.scrollbar .slider:insensitive {
@ -3787,7 +3787,7 @@ GtkProgressBar .progressbar,
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
icon-shadow: none;
color: #1e9faf; }
color: #0c7cd5; }
.scrollbar .button:insensitive {
border-color: transparent;
background-color: transparent;
@ -3834,11 +3834,11 @@ GtkTreeView ~ .scrollbar.vertical {
*********************/
OsThumb,
OsScrollbar {
color: #26c6da; }
color: #2196f3; }
OsThumb:active, OsThumb:selected,
OsScrollbar:active,
OsScrollbar:selected {
background-color: #26c6da; }
background-color: #2196f3; }
OsThumb:backdrop, OsThumb:active:backdrop,
OsScrollbar:backdrop,
OsScrollbar:active:backdrop {
@ -3878,18 +3878,18 @@ OsScrollbar {
.sidebar .sidebar-item:selected, .sidebar .sidebar-item:active,
.sidebar .sidebar-row:selected,
.sidebar .sidebar-row:active {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
.sidebar .sidebar-item:selected:hover, .sidebar .sidebar-item:active:hover,
.sidebar .sidebar-row:selected:hover,
.sidebar .sidebar-row:active:hover {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff;
box-shadow: none; }
.sidebar .sidebar-item:selected:backdrop, .sidebar .sidebar-item:active:backdrop,
.sidebar .sidebar-row:selected:backdrop,
.sidebar .sidebar-row:active:backdrop {
background-color: #7ddde9; }
background-color: #82c4f8; }
.sidebar .sidebar-item:hover,
.sidebar .sidebar-row:hover {
background-color: #ffffff;
@ -4006,7 +4006,7 @@ OsScrollbar {
box-shadow: none;
color: #444; }
.spinbutton.vertical .button:hover {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff;
icon-shadow: none; }
.spinbutton.vertical .button:active {
@ -4073,7 +4073,7 @@ GtkTreeView .spinbutton:not(.vertical) {
.menu.spinner,
menu spinner,
.primary-toolbar .spinner {
color: #26c6da; }
color: #2196f3; }
/*********************
* Spinner Animation *
@ -4118,10 +4118,10 @@ GtkSwitch {
background-color: #f2f2f2;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); }
GtkSwitch:active, GtkSwitch:checked {
background-color: #26c6da;
box-shadow: inset 0 0 0 1px #1e9faf; }
background-color: #2196f3;
box-shadow: inset 0 0 0 1px #0c7cd5; }
GtkSwitch:active:backdrop, GtkSwitch:active:insensitive, GtkSwitch:checked:backdrop, GtkSwitch:checked:insensitive {
background-color: #3cccde; }
background-color: #39a1f4; }
GtkSwitch .slider {
border: none;
padding: 2px;
@ -4138,9 +4138,9 @@ GtkSwitch {
GtkSwitch .slider:insensitive {
box-shadow: none; }
GtkSwitch .trough:active, GtkSwitch .trough:checked {
background-color: #26c6da; }
background-color: #2196f3; }
GtkSwitch .trough:active:backdrop, GtkSwitch .trough:checked:backdrop {
background-color: #3cccde; }
background-color: #39a1f4; }
/************
* Toolbars *
@ -4417,7 +4417,7 @@ searchbar,
.inline-toolbar .entry:selected,
.inline-toolbar entry:selected {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
searchbar,
.search-bar, .location-bar {
@ -4484,17 +4484,17 @@ treeview.view {
GtkTreeView.view:selected:backdrop, GtkTreeView.view:selected,
treeview.view:selected:backdrop,
treeview.view:selected {
border-left-color: #93e3ed;
border-left-color: #90cbf9;
border-top-color: rgba(68, 68, 68, 0.1); }
GtkTreeView.view:insensitive,
treeview.view:insensitive {
color: #9e9e9e; }
GtkTreeView.view:insensitive:selected,
treeview.view:insensitive:selected {
color: #7ddde9; }
color: #7ac0f8; }
GtkTreeView.view:insensitive:selected:backdrop,
treeview.view:insensitive:selected:backdrop {
color: rgba(65, 205, 223, 0.85); }
color: rgba(61, 163, 245, 0.85); }
GtkTreeView.view:insensitive:backdrop,
treeview.view:insensitive:backdrop {
color: #d1d1d1; }
@ -4520,13 +4520,13 @@ treeview.view {
color: #444; }
GtkTreeView.view.expander:selected,
treeview.view.expander:selected {
color: #beeef4; }
color: #bce0fb; }
GtkTreeView.view.expander:selected:hover,
treeview.view.expander:selected:hover {
color: #ffffff; }
GtkTreeView.view.expander:selected:backdrop,
treeview.view.expander:selected:backdrop {
color: rgba(133, 223, 234, 0.65); }
color: rgba(130, 196, 248, 0.65); }
GtkTreeView.view.expander:checked,
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
@ -4536,23 +4536,23 @@ treeview.view {
GtkTreeView.view.progressbar,
treeview.view.progressbar {
color: #ffffff;
border: 1px solid #1e9faf;
border: 1px solid #0c7cd5;
border-radius: 4px;
background-color: #26c6da;
background-image: linear-gradient(to bottom, #26c6da, #1e9faf);
background-color: #2196f3;
background-image: linear-gradient(to bottom, #2196f3, #0c7cd5);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); }
GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:selected,
treeview.view.progressbar:selected:focus,
treeview.view.progressbar:selected {
border-radius: 0;
color: #26c6da;
color: #2196f3;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); }
GtkTreeView.view.progressbar:selected:focus:backdrop, GtkTreeView.view.progressbar:selected:backdrop,
treeview.view.progressbar:selected:focus:backdrop,
treeview.view.progressbar:selected:backdrop {
color: #26c6da;
border-color: #1e9faf;
color: #2196f3;
border-color: #0c7cd5;
background-color: #fcfcfc; }
GtkTreeView.view.progressbar:backdrop,
treeview.view.progressbar:backdrop {
@ -4570,7 +4570,7 @@ treeview.view {
border-radius: 4px;
border-width: 1px 0;
border-style: solid;
border-color: #26c6da; }
border-color: #2196f3; }
GtkTreeView.view column-header .button,
GtkTreeView.view column-header button,
GtkTreeView.view header .button,
@ -4645,7 +4645,7 @@ treeview.view {
padding: 4px 6px;
transition: none;
background-image: none;
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff;
border-radius: 0;
border-style: none;
@ -4759,19 +4759,19 @@ treeview.view header button:active {
border-top: 2px solid rgba(247, 247, 247, 0); }
.top .budgie-panel .unpinned .launcher,
.top .budgie-panel .pinned .launcher.running {
border-top: 2px solid rgba(38, 198, 218, 0.5); }
border-top: 2px solid rgba(33, 150, 243, 0.5); }
.top .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .top .launcher:hover,
.top .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .top .launcher:hover {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
border-top: 2px solid rgba(38, 198, 218, 0.5); }
border-top: 2px solid rgba(33, 150, 243, 0.5); }
.top .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .top .launcher:active,
.top .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .top .launcher:active, .top .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .top .launcher:checked,
.top .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .top .launcher:checked {
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
border-top: 2px solid #26c6da; }
border-top: 2px solid #2196f3; }
.bottom .budgie-panel .pinned .launcher, .budgie-panel .pinned .bottom .launcher,
.bottom .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .bottom .launcher {
@ -4779,19 +4779,19 @@ treeview.view header button:active {
border-bottom: 2px solid rgba(247, 247, 247, 0); }
.bottom .budgie-panel .unpinned .launcher,
.bottom .budgie-panel .pinned .launcher.running {
border-bottom: 2px solid rgba(38, 198, 218, 0.5); }
border-bottom: 2px solid rgba(33, 150, 243, 0.5); }
.bottom .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .bottom .launcher:hover,
.bottom .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .bottom .launcher:hover {
border-top: 2px solid rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(38, 198, 218, 0.5); }
border-bottom: 2px solid rgba(33, 150, 243, 0.5); }
.bottom .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .bottom .launcher:active,
.bottom .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .bottom .launcher:active, .bottom .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .bottom .launcher:checked,
.bottom .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .bottom .launcher:checked {
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 2px solid #26c6da; }
border-bottom: 2px solid #2196f3; }
.left .budgie-panel .pinned .launcher, .budgie-panel .pinned .left .launcher,
.left .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .left .launcher {
@ -4799,19 +4799,19 @@ treeview.view header button:active {
border-left: 2px solid rgba(247, 247, 247, 0); }
.left .budgie-panel .unpinned .launcher,
.left .budgie-panel .pinned .launcher.running {
border-left: 2px solid rgba(38, 198, 218, 0.5); }
border-left: 2px solid rgba(33, 150, 243, 0.5); }
.left .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .left .launcher:hover,
.left .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .left .launcher:hover {
border-right: 2px solid rgba(0, 0, 0, 0.1);
border-left: 2px solid rgba(38, 198, 218, 0.5); }
border-left: 2px solid rgba(33, 150, 243, 0.5); }
.left .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .left .launcher:active,
.left .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .left .launcher:active, .left .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .left .launcher:checked,
.left .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .left .launcher:checked {
border-right: 2px solid rgba(0, 0, 0, 0.2);
border-left: 2px solid #26c6da; }
border-left: 2px solid #2196f3; }
.right .budgie-panel .pinned .launcher, .budgie-panel .pinned .right .launcher,
.right .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .right .launcher {
@ -4819,19 +4819,19 @@ treeview.view header button:active {
border-right: 2px solid rgba(247, 247, 247, 0); }
.right .budgie-panel .unpinned .launcher,
.right .budgie-panel .pinned .launcher.running {
border-right: 2px solid rgba(38, 198, 218, 0.5); }
border-right: 2px solid rgba(33, 150, 243, 0.5); }
.right .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .right .launcher:hover,
.right .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .right .launcher:hover {
border-left: 2px solid rgba(0, 0, 0, 0.1);
border-right: 2px solid rgba(38, 198, 218, 0.5); }
border-right: 2px solid rgba(33, 150, 243, 0.5); }
.right .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .right .launcher:active,
.right .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .right .launcher:active, .right .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .right .launcher:checked,
.right .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .right .launcher:checked {
border-left: 2px solid rgba(0, 0, 0, 0.2);
border-right: 2px solid #26c6da; }
border-right: 2px solid #2196f3; }
.top .budgie-panel {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
@ -5065,7 +5065,7 @@ GucharmapChartable {
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
/********
@ -5467,7 +5467,7 @@ YelpWindow .header-bar {
.button.app .app:hover {
border-radius: 8px;
border: none;
background-color: rgba(38, 198, 218, 0.3);
background-color: rgba(33, 150, 243, 0.3);
color: white; }
.button.app .app:focus {
/*background-color: transparentize(black, 0.20);*/ }
@ -5479,7 +5479,7 @@ YelpWindow .header-bar {
background: none; }
.search-item:hover, .search-item:focus {
border-radius: 0;
background-color: rgba(38, 198, 218, 0.3);
background-color: rgba(33, 150, 243, 0.3);
color: #ffffff; }
.search-entry-large,
@ -5671,7 +5671,7 @@ UnityDecoration {
/* Glow applied to the selected scaled window */
-UnityDecoration-glow-size: 8px;
/* Size property, size of glow */
-UnityDecoration-glow-color: #26c6da;
-UnityDecoration-glow-color: #2196f3;
/* Color property of the glow */
/* Title settings */
-UnityDecoration-title-indent: 10px;
@ -5791,7 +5791,7 @@ SheetStyleDialog.unity-force-quit {
.menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: #26c6da; }
color: #2196f3; }
/***********************
* App-Specific Styles *
@ -5853,17 +5853,17 @@ ConversationListView {
-GtkWidget-focus-line-width: 1px;
-GtkTreeView-grid-line-width: 0; }
ConversationListView .view:active, ConversationListView GtkIconView:active, ConversationListView .view:selected, ConversationListView GtkIconView:selected {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
ConversationListView .view:active:backdrop, ConversationListView GtkIconView:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView GtkIconView:selected:backdrop {
background-color: #3cccde;
background-color: #39a1f4;
color: rgba(255, 255, 255, 0.5); }
ConversationListView .view .cell, ConversationListView GtkIconView .cell {
border: solid rgba(0, 0, 0, 0.2);
border-width: 0 0 1px 0; }
ConversationListView .view .cell:selected, ConversationListView GtkIconView .cell:selected {
color: #ffffff;
border: 0px solid #1e9faf; }
border: 0px solid #0c7cd5; }
/***********
* LightDm *

View File

@ -22,7 +22,7 @@ $purple: #673ab7;
$borders_color: if($variant == 'light', darken($bg_color,20%), darken($bg_color,10%));
$borders_edge: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9));
$selected_fg_color: #ffffff;
$selected_bg_color: if($variant == 'light', $cyan, lighten($cyan,10%));
$selected_bg_color: if($variant == 'light', $blue, lighten($blue,10%));
$selected_borders_color: if($variant == 'light', darken($selected_bg_color, 10%), $borders_color);
$link_color: blue;
$link_visited_color:transparentize($link_color,0.5);

View File

@ -27,7 +27,7 @@
/* text widgets and the like base background color */
@define-color theme_base_color #455a64;
/* base background color of selections */
@define-color theme_selected_bg_color #52d1e1;
@define-color theme_selected_bg_color #51adf6;
/* text/foreground color of selections */
@define-color theme_selected_fg_color #ffffff;
/* base background color of insensitive widgets */
@ -45,7 +45,7 @@
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #475d67;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #52d1e1;
@define-color theme_unfocused_selected_bg_color #51adf6;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #ffffff;
/* widgets main borders color */
@ -93,7 +93,7 @@ read if you used those and something break with a version upgrade you're on your
outline-offset: -3px;
outline-width: 1px;
-gtk-outline-radius: 2px;
-gtk-secondary-caret-color: #52d1e1; }
-gtk-secondary-caret-color: #51adf6; }
/***********
* Widgets *
@ -170,7 +170,7 @@ read if you used those and something break with a version upgrade you're on your
background-color: #3d4f57; }
.gtkstyle-fallback:selected {
color: #ffffff;
background-color: #52d1e1; }
background-color: #51adf6; }
.view, GtkIconView,
iconview,
@ -234,8 +234,8 @@ GtkTreeView.view .rubberband,
GtkTreeView.view rubberband,
treeview.view .rubberband,
treeview.view rubberband {
border: 1px solid #26c6da;
background-color: rgba(38, 198, 218, 0.2); }
border: 1px solid #2196f3;
background-color: rgba(33, 150, 243, 0.2); }
GtkFlow flowboxchild,
flowbox flowboxchild {
@ -253,7 +253,7 @@ label.separator {
color: #839096; }
GtkLabel selection,
label selection {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
GtkLabel:disabled,
label:disabled {
@ -304,7 +304,7 @@ entry selection:focus,
entry selection, row:selected, GtkTreeView.view:selected:focus, GtkTreeView.view:selected,
treeview.view:selected:focus,
treeview.view:selected {
background-color: #52d1e1; }
background-color: #51adf6; }
.list-row:selected GtkLabel, row:selected GtkLabel, GtkLabel:selected, .list-row:selected
label, row:selected
label,
@ -344,7 +344,7 @@ treeview.view:selected {
.menuitem.button.flat:disabled:selected, calendar:disabled:selected, spinbutton:disabled:selected:not(.vertical), GeditWindow > .entry:disabled:selected,
entry:disabled:selected, spinbutton:not(.vertical) selection:disabled, GeditWindow > .entry selection:disabled,
entry selection:disabled, row:disabled:selected {
color: #a9e8f0; }
color: #a8d6fb; }
.list-row:selected GtkLabel:backdrop, row:selected GtkLabel:backdrop, GtkLabel:backdrop:selected, .list-row:selected
label:backdrop, row:selected
label:backdrop,
@ -378,7 +378,7 @@ treeview.view:selected {
.menuitem.button.flat:backdrop:disabled:selected, calendar:backdrop:disabled:selected, spinbutton:backdrop:disabled:selected:not(.vertical), GeditWindow > .entry:backdrop:disabled:selected,
entry:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, GeditWindow > .entry selection:backdrop:disabled,
entry selection:backdrop:disabled, row:backdrop:disabled:selected {
color: rgba(104, 215, 229, 0.85); }
color: rgba(103, 183, 247, 0.85); }
.monospace {
font: Monospace; }
@ -388,9 +388,9 @@ treeview.view:selected {
***********/
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#93e3ed), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#9acffa), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#52d1e1), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#51adf6), to(transparent)); } }
notebook > header > tabs > arrow,
button {
min-height: 20px;
@ -777,10 +777,10 @@ button {
button.suggested-action {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #52d1e1, #3cccde);
text-shadow: 0 1px rgba(0, 0, 0, 0.51843);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.51843);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #51adf6, #39a1f4);
text-shadow: 0 1px rgba(0, 0, 0, 0.48706);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.48706);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.05); }
button.suggested-action.flat {
@ -790,29 +790,29 @@ button.suggested-action {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: #52d1e1; }
color: #51adf6; }
button.suggested-action:hover {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #56d3e2, #49cfe0 60%, #40cdde);
text-shadow: 0 1px rgba(0, 0, 0, 0.47043);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.47043);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #56aff6, #48a8f5 60%, #3ea4f5);
text-shadow: 0 1px rgba(0, 0, 0, 0.43906);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.43906);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
button.suggested-action:active,
button.suggested-action:checked {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #33c9dc, #49cfe0);
text-shadow: 0 1px rgba(0, 0, 0, 0.59843);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.59843);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #309df4, #48a8f5);
text-shadow: 0 1px rgba(0, 0, 0, 0.56706);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.56706);
box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop {
border-color: #1a8b99;
background-image: linear-gradient(to bottom, #52d1e1);
border-color: #0a6ebd;
background-image: linear-gradient(to bottom, #51adf6);
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -820,17 +820,17 @@ button.suggested-action {
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop GtkLabel,
button.suggested-action.flat:backdrop {
color: #dcf6f9; }
color: #dceffd; }
button.suggested-action:backdrop label,
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop label,
button.suggested-action.flat:backdrop {
color: #dcf6f9; }
color: #dceffd; }
button.suggested-action:backdrop:active,
button.suggested-action:backdrop:checked,
button.suggested-action.flat:backdrop:active,
button.suggested-action.flat:backdrop:checked {
border-color: #1a8b99;
border-color: #0a6ebd;
background-image: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
button.suggested-action:backdrop:active GtkLabel,
@ -841,7 +841,7 @@ button.suggested-action {
button.suggested-action.flat:backdrop:active,
button.suggested-action.flat:backdrop:checked GtkLabel,
button.suggested-action.flat:backdrop:checked {
color: #d4f4f8; }
color: #d3eafd; }
button.suggested-action:backdrop:active label,
button.suggested-action:backdrop:active,
button.suggested-action:backdrop:checked label,
@ -850,7 +850,7 @@ button.suggested-action {
button.suggested-action.flat:backdrop:active,
button.suggested-action.flat:backdrop:checked label,
button.suggested-action.flat:backdrop:checked {
color: #d4f4f8; }
color: #d3eafd; }
button.suggested-action:backdrop:disabled,
button.suggested-action.flat:backdrop:disabled {
border-color: #242f34;
@ -873,15 +873,15 @@ button.suggested-action {
button.suggested-action:backdrop:disabled:checked,
button.suggested-action.flat:backdrop:disabled:active,
button.suggested-action.flat:backdrop:disabled:checked {
border-color: #1a8b99;
border-color: #0a6ebd;
background-image: none;
background-color: #3cb8c8;
background-color: #3995dc;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
button.suggested-action:backdrop:disabled:active label,
button.suggested-action:backdrop:disabled:checked label,
button.suggested-action.flat:backdrop:disabled:active label,
button.suggested-action.flat:backdrop:disabled:checked label {
color: #80d1db; }
color: #7ebae8; }
button.suggested-action.flat:backdrop,
button.suggested-action.flat:disabled,
button.suggested-action.flat:backdrop:disabled {
@ -891,7 +891,7 @@ button.suggested-action {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: rgba(82, 209, 225, 0.8); }
color: rgba(81, 173, 246, 0.8); }
button.suggested-action:disabled {
border-color: #222c31;
background-image: none;
@ -907,26 +907,26 @@ button.suggested-action {
color: #839096; }
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked {
border-color: #1a8b99;
border-color: #0a6ebd;
background-image: none;
background-color: #3cb8c8;
background-color: #3995dc;
text-shadow: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.05); }
button.suggested-action:disabled:active GtkLabel,
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked GtkLabel,
button.suggested-action:disabled:checked {
color: #b1e3e9; }
color: #b0d5f1; }
button.suggested-action:disabled:active label,
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked label,
button.suggested-action:disabled:checked {
color: #b1e3e9; }
color: #b0d5f1; }
.osd
button.suggested-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0.5));
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0.5));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -936,7 +936,7 @@ button.suggested-action {
button.suggested-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0.7));
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -949,7 +949,7 @@ button.suggested-action {
button.suggested-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #52d1e1);
background-image: linear-gradient(to bottom, #51adf6);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -969,7 +969,7 @@ button.suggested-action {
button.suggested-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0.5));
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0.5));
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1220,7 +1220,7 @@ button.needs-attention > image, .sidebar .list-row.needs-attention > label,
.sidebar row.needs-attention > label, stacksidebar .list-row.needs-attention > label,
stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#93e3ed), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.7898)), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#9acffa), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.45, to(rgba(0, 0, 0, 0.7898)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 2px; }
@ -2299,7 +2299,7 @@ entry {
color: #cfd8dc; }
spinbutton:not(.vertical) image:active, GeditWindow > .entry image:active,
entry image:active {
color: #52d1e1; }
color: #51adf6; }
spinbutton:not(.vertical) image:backdrop, GeditWindow > .entry image:backdrop,
entry image:backdrop {
color: #77868d; }
@ -2320,7 +2320,7 @@ entry {
.osd spinbutton:focus:not(.vertical), .osd GeditWindow > .entry:focus, .osd
entry:focus {
color: white;
border-color: #52d1e1;
border-color: #51adf6;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-clip: padding-box;
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
@ -2351,7 +2351,7 @@ entry progress {
background-image: none;
border-radius: 0;
border-width: 0 0 2px;
border-color: #52d1e1;
border-color: #51adf6;
border-style: solid;
box-shadow: none; }
spinbutton:not(.vertical) progress:backdrop, GeditWindow > .entry progress:backdrop,
@ -2451,14 +2451,14 @@ entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
treeview acceleditor > label {
background-color: #52d1e1; }
background-color: #51adf6; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
background-color: #455a64; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #52d1e1; }
border-color: #51adf6; }
/*************
* Expanders *
@ -2527,7 +2527,7 @@ placessidebar row {
background-image: image(#4e9a06);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #52d1e1; }
color: #51adf6; }
placessidebar row:drop(active):not(:disabled) {
color: #4e9a06;
box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
@ -2728,7 +2728,7 @@ GraniteWidgetsPopOver {
background: none;
border: none; }
GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover {
color: #52d1e1; }
color: #51adf6; }
GraniteWidgetsPopOver > .frame {
border: none; }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver GtkIconView.sidebar,
@ -2896,8 +2896,8 @@ headerbar {
.selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu,
headerbar.selection-mode .selection-menu:backdrop,
headerbar.selection-mode .selection-menu {
border-color: rgba(82, 209, 225, 0);
background-image: linear-gradient(to bottom, rgba(82, 209, 225, 0));
border-color: rgba(81, 173, 246, 0);
background-image: linear-gradient(to bottom, rgba(81, 173, 246, 0));
box-shadow: none;
text-shadow: none;
padding-left: 10px;
@ -3155,25 +3155,25 @@ headerbar {
padding: 5px 10px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 0.8);
color: #52d1e1;
color: #51adf6;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
.titlebar:not(headerbar) button.suggested-action label,
headerbar button.suggested-action label {
color: #52d1e1; }
color: #51adf6; }
.titlebar:not(headerbar) button.suggested-action:hover,
headerbar button.suggested-action:hover {
background-color: rgba(255, 255, 255, 0.8);
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
.titlebar:not(headerbar) button.suggested-action:hover label,
headerbar button.suggested-action:hover label {
color: #52d1e1; }
color: #51adf6; }
.titlebar:not(headerbar) button.suggested-action:hover:backdrop,
headerbar button.suggested-action:hover:backdrop {
background-color: rgba(255, 255, 255, 0.6);
box-shadow: none; }
.titlebar:not(headerbar) button.suggested-action:hover:backdrop label,
headerbar button.suggested-action:hover:backdrop label {
color: rgba(82, 209, 225, 0.8); }
color: rgba(81, 173, 246, 0.8); }
.titlebar:not(headerbar) button.suggested-action:disabled,
headerbar button.suggested-action:disabled {
background-color: rgba(0, 0, 0, 0.1);
@ -3194,7 +3194,7 @@ headerbar {
box-shadow: none; }
.titlebar:not(headerbar) button.suggested-action:backdrop label,
headerbar button.suggested-action:backdrop label {
color: rgba(82, 209, 225, 0.2); }
color: rgba(81, 173, 246, 0.2); }
.titlebar:not(headerbar) button.linked:first-child, .titlebar:not(headerbar) button.linked:last-child,
headerbar button.linked:first-child,
headerbar button.linked:last-child {
@ -3370,14 +3370,14 @@ levelbar {
levelbar.vertical block.level-high,
levelbar block.high,
levelbar block.level-high {
border: 1px solid #26c6da;
background-color: #52d1e1; }
border: 1px solid #2196f3;
background-color: #51adf6; }
levelbar.vertical .high.fill-block:backdrop,
levelbar.vertical block.high:backdrop, levelbar.vertical .level-high.fill-block:backdrop,
levelbar.vertical block.level-high:backdrop,
levelbar block.high:backdrop,
levelbar block.level-high:backdrop {
border: 1px solid #52d1e1; }
border: 1px solid #51adf6; }
levelbar.vertical .full.fill-block,
levelbar.vertical block.full, levelbar.vertical .level-full.fill-block,
levelbar.vertical block.level-full,
@ -3424,30 +3424,30 @@ button:visited {
color: rgba(0, 0, 255, 0.5); }
*:selected *:link:visited, *:selected button:visited:link,
*:selected button:visited {
color: #baedf3; }
color: #b9defb; }
*:link:hover, button:hover:link,
button:hover:visited {
color: #3333ff; }
*:selected *:link:hover, *:selected button:hover:link,
*:selected button:hover:visited {
color: #eefafc; }
color: #eef7fe; }
*:link:active, button:active:link,
button:active:visited {
color: blue; }
*:selected *:link:active, *:selected button:active:link,
*:selected button:active:visited {
color: #dcf6f9; }
color: #dceffd; }
*:link:backdrop:backdrop:hover, button:backdrop:backdrop:hover:link,
button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:backdrop:hover:link,
headerbar.selection-mode .subtitle:backdrop:backdrop:hover:link, button:backdrop:backdrop:hover:selected:link,
button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, button:backdrop:link,
button:backdrop:visited {
color: #52d1e1; }
color: #51adf6; }
*:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link,
headerbar.selection-mode .subtitle:link, button:selected:link,
button:selected:visited, *:selected *:link, *:selected button:link,
*:selected button:visited {
color: #dcf6f9; }
color: #dceffd; }
button:link,
button:visited {
@ -3493,9 +3493,9 @@ row {
row.activatable:selected:active {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
row.activatable:selected.has-open-popup, row.activatable:selected:hover {
background-color: #5fd2e1; }
background-color: #5eb1f3; }
row.activatable:selected:backdrop {
background-color: #52d1e1; }
background-color: #51adf6; }
/*********
* Menus *
@ -3512,7 +3512,7 @@ menubar {
min-height: 16px;
padding: 4px 8px; }
menubar > menuitem:hover {
box-shadow: inset 0 -3px #52d1e1;
box-shadow: inset 0 -3px #51adf6;
color: rgba(255, 255, 255, 0.8); }
menubar > menuitem:disabled {
color: #839096;
@ -3535,7 +3535,7 @@ menu {
text-shadow: none; }
menu menuitem:hover {
color: #ffffff;
background-color: #52d1e1; }
background-color: #51adf6; }
menu menuitem:disabled {
color: #839096; }
menu menuitem:disabled:backdrop {
@ -3648,7 +3648,7 @@ notebook > header {
notebook > header.top > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #52d1e1; }
box-shadow: inset 0 -2px #51adf6; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs > tab:hover {
@ -3656,7 +3656,7 @@ notebook > header {
notebook > header.bottom > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #52d1e1; }
box-shadow: inset 0 2px #51adf6; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs > tab:hover {
@ -3664,7 +3664,7 @@ notebook > header {
notebook > header.left > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #52d1e1; }
box-shadow: inset -2px 0 #51adf6; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs > tab:hover {
@ -3672,7 +3672,7 @@ notebook > header {
notebook > header.right > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #52d1e1; }
box-shadow: inset 2px 0 #51adf6; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {
@ -3934,7 +3934,7 @@ paned {
background-size: 1px 1px; }
.paned > separator:selected,
paned > separator:selected {
background-image: image(#52d1e1); }
background-image: image(#51adf6); }
.paned > separator:backdrop,
paned > separator:backdrop {
background-image: image(#242f34); }
@ -4085,13 +4085,13 @@ progressbar {
progressbar:active {
border-radius: 0px;
color: rgba(0, 0, 0, 0.5);
background-color: #52d1e1;
border-color: #26c6da; }
background-color: #51adf6;
border-color: #2196f3; }
GtkProgressBar:active:backdrop,
.progressbar:active:backdrop,
progressbar:active:backdrop {
background-color: #7ddde9;
border-color: #52d1e1; }
background-color: #82c4f8;
border-color: #51adf6; }
GtkProgressBar:backdrop,
.progressbar:backdrop,
progressbar:backdrop {
@ -4165,9 +4165,9 @@ progressbar {
.progressbar .list-row:selected,
progressbar row:selected,
progressbar .list-row:selected {
border: 1px solid #26c6da;
border: 1px solid #2196f3;
color: rgba(0, 0, 0, 0.5);
background-color: #52d1e1; }
background-color: #51adf6; }
/************
* GtkScale *
@ -4252,7 +4252,7 @@ GtkProgressBar progress,
progressbar .progressbar,
progressbar progress, scale highlight {
border: 1px solid #222c31;
background-color: #52d1e1;
background-color: #51adf6;
box-shadow: inset 0px 1px rgba(255, 255, 255, 0.3);
border-radius: 4px; }
GtkProgressBar .progressbar:disabled,
@ -4282,8 +4282,8 @@ progressbar progress, scale highlight {
progressbar:backdrop .progressbar:active, GtkProgressBar:backdrop progress:active,
.progressbar:backdrop progress:active,
progressbar:backdrop progress:active, scale highlight:active:backdrop {
border-color: #7ddde9;
background-color: #7ddde9; }
border-color: #82c4f8;
background-color: #82c4f8; }
GtkProgressBar .progressbar:backdrop:disabled,
GtkProgressBar progress:backdrop:disabled,
.progressbar .progressbar:backdrop:disabled,
@ -4372,8 +4372,8 @@ scale {
scale slider.horizontal {
margin: 0 -9px; }
scale slider:active {
box-shadow: 0 1px 2px 0 rgba(82, 209, 225, 0.5);
border: 1px solid #52d1e1; }
box-shadow: 0 1px 2px 0 rgba(81, 173, 246, 0.5);
border: 1px solid #51adf6; }
scale slider:active:disabled {
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.2); }
@ -4987,7 +4987,7 @@ scrollbar {
background-color: #b1bbc0; }
.scrollbar slider:hover:active,
scrollbar slider:hover:active {
background-color: #7ddde9; }
background-color: #82c4f8; }
.scrollbar slider:backdrop,
scrollbar slider:backdrop {
background-color: #55646b; }
@ -5106,7 +5106,7 @@ scrollbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: #7ddde9; }
color: #82c4f8; }
.scrollbar .button:disabled,
.scrollbar button:disabled,
scrollbar .button:disabled,
@ -5335,7 +5335,7 @@ spinbutton.vertical button {
color: #cfd8dc; }
spinbutton.vertical .button:hover,
spinbutton.vertical button:hover {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff;
-gtk-icon-shadow: none; }
spinbutton.vertical .button:active,
@ -5407,7 +5407,7 @@ GtkTreeView spinbutton:not(.vertical), treeview spinbutton:not(.vertical) {
* Spinner *
***********/
menu spinner {
color: #52d1e1; }
color: #51adf6; }
/*********************
* Spinner Animation *
@ -5453,9 +5453,9 @@ switch {
switch:backdrop:disabled {
background-color: #3d4f57; }
switch:active, switch:checked {
background-color: #52d1e1; }
background-color: #51adf6; }
switch:active:backdrop, switch:checked:backdrop {
background-color: #67d7e5; }
background-color: #6ab8f7; }
switch:active:backdrop slider:backdrop, switch:checked:backdrop slider:backdrop {
box-shadow: none;
background-color: rgba(69, 90, 100, 0.9);
@ -5473,9 +5473,9 @@ switch {
box-shadow: none;
background-color: #455a64; }
switch trough:active, switch trough:checked {
background-color: #52d1e1; }
background-color: #51adf6; }
switch trough:active:backdrop, switch trough:checked:backdrop {
background-color: #67d7e5; }
background-color: #6ab8f7; }
/************
* Toolbars *
@ -5751,7 +5751,7 @@ searchbar,
.inline-toolbar .entry:selected,
.inline-toolbar entry:selected {
color: #455a64;
background-color: #52d1e1; }
background-color: #51adf6; }
searchbar,
.search-bar, .location-bar {
@ -5899,17 +5899,17 @@ treeview.view {
GtkTreeView.view:selected:backdrop, GtkTreeView.view:selected,
treeview.view:selected:backdrop,
treeview.view:selected {
border-left-color: #a9e8f0;
border-left-color: #a8d6fb;
border-top-color: rgba(207, 216, 220, 0.1); }
GtkTreeView.view:disabled,
treeview.view:disabled {
color: #839096; }
GtkTreeView.view:disabled:selected,
treeview.view:disabled:selected {
color: #97e3ed; }
color: #97cefa; }
GtkTreeView.view:disabled:selected:backdrop,
treeview.view:disabled:selected:backdrop {
color: rgba(104, 215, 229, 0.85); }
color: rgba(103, 183, 247, 0.85); }
GtkTreeView.view:disabled:backdrop,
treeview.view:disabled:backdrop {
color: #56707c; }
@ -5947,13 +5947,13 @@ treeview.view {
color: #cfd8dc; }
GtkTreeView.view.expander:selected,
treeview.view.expander:selected {
color: #cbf1f6; }
color: #cbe6fc; }
GtkTreeView.view.expander:selected:hover,
treeview.view.expander:selected:hover {
color: #ffffff; }
GtkTreeView.view.expander:selected:backdrop,
treeview.view.expander:selected:backdrop {
color: rgba(158, 229, 238, 0.65); }
color: rgba(157, 209, 250, 0.65); }
GtkTreeView.view.expander:checked,
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
@ -5964,8 +5964,8 @@ treeview.view {
treeview.view.progressbar {
border: 1px solid #222c31;
border-radius: 4px;
background-color: #52d1e1;
background-image: linear-gradient(to bottom, #52d1e1, #26c6da);
background-color: #51adf6;
background-image: linear-gradient(to bottom, #51adf6, #2196f3);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 1px rgba(0, 0, 0, 0.1); }
GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:selected,
treeview.view.progressbar:selected:focus,
@ -5990,7 +5990,7 @@ treeview.view {
GtkTreeView.view.trough:selected:focus, GtkTreeView.view.trough:selected,
treeview.view.trough:selected:focus,
treeview.view.trough:selected {
background-color: #26c6da;
background-color: #2196f3;
border-radius: 4px; }
GtkTreeView.view column-header .button,
GtkTreeView.view column-header button,
@ -6066,7 +6066,7 @@ treeview.view {
padding: 4px 6px;
transition: none;
background-image: none;
background-color: #52d1e1;
background-color: #51adf6;
color: #455a64;
border-radius: 0;
border-style: none;
@ -6182,19 +6182,19 @@ decoration {
border-top: 2px solid rgba(38, 50, 56, 0); }
.top .budgie-panel .unpinned .launcher,
.top .budgie-panel .pinned .launcher.running {
border-top: 2px solid rgba(82, 209, 225, 0.5); }
border-top: 2px solid rgba(81, 173, 246, 0.5); }
.top .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .top .launcher:hover,
.top .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .top .launcher:hover {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
border-top: 2px solid rgba(82, 209, 225, 0.5); }
border-top: 2px solid rgba(81, 173, 246, 0.5); }
.top .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .top .launcher:active,
.top .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .top .launcher:active, .top .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .top .launcher:checked,
.top .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .top .launcher:checked {
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
border-top: 2px solid #52d1e1; }
border-top: 2px solid #51adf6; }
.bottom .budgie-panel .pinned .launcher, .budgie-panel .pinned .bottom .launcher,
.bottom .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .bottom .launcher {
@ -6202,19 +6202,19 @@ decoration {
border-bottom: 2px solid rgba(38, 50, 56, 0); }
.bottom .budgie-panel .unpinned .launcher,
.bottom .budgie-panel .pinned .launcher.running {
border-bottom: 2px solid rgba(82, 209, 225, 0.5); }
border-bottom: 2px solid rgba(81, 173, 246, 0.5); }
.bottom .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .bottom .launcher:hover,
.bottom .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .bottom .launcher:hover {
border-top: 2px solid rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(82, 209, 225, 0.5); }
border-bottom: 2px solid rgba(81, 173, 246, 0.5); }
.bottom .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .bottom .launcher:active,
.bottom .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .bottom .launcher:active, .bottom .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .bottom .launcher:checked,
.bottom .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .bottom .launcher:checked {
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 2px solid #52d1e1; }
border-bottom: 2px solid #51adf6; }
.left .budgie-panel .pinned .launcher, .budgie-panel .pinned .left .launcher,
.left .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .left .launcher {
@ -6222,19 +6222,19 @@ decoration {
border-left: 2px solid rgba(38, 50, 56, 0); }
.left .budgie-panel .unpinned .launcher,
.left .budgie-panel .pinned .launcher.running {
border-left: 2px solid rgba(82, 209, 225, 0.5); }
border-left: 2px solid rgba(81, 173, 246, 0.5); }
.left .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .left .launcher:hover,
.left .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .left .launcher:hover {
border-right: 2px solid rgba(0, 0, 0, 0.1);
border-left: 2px solid rgba(82, 209, 225, 0.5); }
border-left: 2px solid rgba(81, 173, 246, 0.5); }
.left .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .left .launcher:active,
.left .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .left .launcher:active, .left .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .left .launcher:checked,
.left .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .left .launcher:checked {
border-right: 2px solid rgba(0, 0, 0, 0.2);
border-left: 2px solid #52d1e1; }
border-left: 2px solid #51adf6; }
.right .budgie-panel .pinned .launcher, .budgie-panel .pinned .right .launcher,
.right .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .right .launcher {
@ -6242,19 +6242,19 @@ decoration {
border-right: 2px solid rgba(38, 50, 56, 0); }
.right .budgie-panel .unpinned .launcher,
.right .budgie-panel .pinned .launcher.running {
border-right: 2px solid rgba(82, 209, 225, 0.5); }
border-right: 2px solid rgba(81, 173, 246, 0.5); }
.right .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .right .launcher:hover,
.right .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .right .launcher:hover {
border-left: 2px solid rgba(0, 0, 0, 0.1);
border-right: 2px solid rgba(82, 209, 225, 0.5); }
border-right: 2px solid rgba(81, 173, 246, 0.5); }
.right .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .right .launcher:active,
.right .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .right .launcher:active, .right .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .right .launcher:checked,
.right .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .right .launcher:checked {
border-left: 2px solid rgba(0, 0, 0, 0.2);
border-right: 2px solid #52d1e1; }
border-right: 2px solid #51adf6; }
.top .budgie-panel {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
@ -6486,7 +6486,7 @@ GucharmapChartable {
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
/********
@ -6890,7 +6890,7 @@ YelpWindow headerbar {
.button.app .app:hover {
border-radius: 8px;
border: none;
background-color: rgba(82, 209, 225, 0.3);
background-color: rgba(81, 173, 246, 0.3);
color: white; }
.button.app .app:focus {
/*background-color: transparentize(black, 0.20);*/ }
@ -6902,7 +6902,7 @@ YelpWindow headerbar {
background: none; }
.search-item:hover, .search-item:focus {
border-radius: 0;
background-color: rgba(82, 209, 225, 0.3);
background-color: rgba(81, 173, 246, 0.3);
color: #ffffff; }
.search-entry-large,
@ -7092,7 +7092,7 @@ UnityDecoration {
/* Glow applied to the selected scaled window */
-UnityDecoration-glow-size: 8px;
/* Size property, size of glow */
-UnityDecoration-glow-color: #52d1e1;
-UnityDecoration-glow-color: #51adf6;
/* Color property of the glow */
/* Title settings */
-UnityDecoration-title-indent: 10px;
@ -7210,7 +7210,7 @@ SheetStyleDialog.unity-force-quit {
.menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: #52d1e1; }
color: #51adf6; }
/***********************
* App-Specific Styles *
@ -7233,12 +7233,12 @@ ConversationListView {
ConversationListView .view:active, ConversationListView GtkIconView:active,
ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView GtkIconView:selected,
ConversationListView iconview:selected {
background-color: #52d1e1;
background-color: #51adf6;
color: #ffffff; }
ConversationListView .view:active:backdrop, ConversationListView GtkIconView:active:backdrop,
ConversationListView iconview:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView GtkIconView:selected:backdrop,
ConversationListView iconview:selected:backdrop {
background-color: #67d7e5;
background-color: #6ab8f7;
color: rgba(255, 255, 255, 0.5); }
ConversationListView .view .cell, ConversationListView GtkIconView .cell,
ConversationListView iconview .cell {
@ -7247,7 +7247,7 @@ ConversationListView {
ConversationListView .view .cell:selected, ConversationListView GtkIconView .cell:selected,
ConversationListView iconview .cell:selected {
color: #ffffff;
border: 0px solid #26c6da; }
border: 0px solid #2196f3; }
/***********
* LightDm *

View File

@ -27,7 +27,7 @@
/* text widgets and the like base background color */
@define-color theme_base_color #ffffff;
/* base background color of selections */
@define-color theme_selected_bg_color #26c6da;
@define-color theme_selected_bg_color #2196f3;
/* text/foreground color of selections */
@define-color theme_selected_fg_color #ffffff;
/* base background color of insensitive widgets */
@ -45,7 +45,7 @@
/* text widgets and the like base background color on backdrop windows */
@define-color theme_unfocused_base_color #fcfcfc;
/* base background color of selections on backdrop windows */
@define-color theme_unfocused_selected_bg_color #26c6da;
@define-color theme_unfocused_selected_bg_color #2196f3;
/* text/foreground color of selections on backdrop windows */
@define-color theme_unfocused_selected_fg_color #ffffff;
/* widgets main borders color */
@ -93,7 +93,7 @@ read if you used those and something break with a version upgrade you're on your
outline-offset: -3px;
outline-width: 1px;
-gtk-outline-radius: 2px;
-gtk-secondary-caret-color: #26c6da; }
-gtk-secondary-caret-color: #2196f3; }
/***********
* Widgets *
@ -170,7 +170,7 @@ read if you used those and something break with a version upgrade you're on your
background-color: #fafafa; }
.gtkstyle-fallback:selected {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
.view, GtkIconView,
iconview,
@ -234,8 +234,8 @@ GtkTreeView.view .rubberband,
GtkTreeView.view rubberband,
treeview.view .rubberband,
treeview.view rubberband {
border: 1px solid #1e9faf;
background-color: rgba(30, 159, 175, 0.2); }
border: 1px solid #0c7cd5;
background-color: rgba(12, 124, 213, 0.2); }
GtkFlow flowboxchild,
flowbox flowboxchild {
@ -253,7 +253,7 @@ label.separator {
color: #9e9e9e; }
GtkLabel selection,
label selection {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
GtkLabel:disabled,
label:disabled {
@ -304,7 +304,7 @@ entry selection:focus,
entry selection, row:selected, GtkTreeView.view:selected:focus, GtkTreeView.view:selected,
treeview.view:selected:focus,
treeview.view:selected {
background-color: #26c6da; }
background-color: #2196f3; }
.list-row:selected GtkLabel, row:selected GtkLabel, GtkLabel:selected, .list-row:selected
label, row:selected
label,
@ -345,7 +345,7 @@ treeview.view:selected {
.menuitem.button.flat:disabled:selected, calendar:disabled:selected, spinbutton:disabled:selected:not(.vertical), GeditWindow > .entry:disabled:selected,
entry:disabled:selected, spinbutton:not(.vertical) selection:disabled, GeditWindow > .entry selection:disabled,
entry selection:disabled, row:disabled:selected {
color: #93e3ed; }
color: #90cbf9; }
.list-row:selected GtkLabel:backdrop, row:selected GtkLabel:backdrop, GtkLabel:backdrop:selected, .list-row:selected
label:backdrop, row:selected
label:backdrop,
@ -379,7 +379,7 @@ treeview.view:selected {
.menuitem.button.flat:backdrop:disabled:selected, calendar:backdrop:disabled:selected, spinbutton:backdrop:disabled:selected:not(.vertical), GeditWindow > .entry:backdrop:disabled:selected,
entry:backdrop:disabled:selected, spinbutton:not(.vertical) selection:backdrop:disabled, GeditWindow > .entry selection:backdrop:disabled,
entry selection:backdrop:disabled, row:backdrop:disabled:selected {
color: rgba(65, 205, 223, 0.85); }
color: rgba(61, 163, 245, 0.85); }
.monospace {
font: Monospace; }
@ -389,9 +389,9 @@ treeview.view:selected {
***********/
@keyframes needs_attention {
from {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#26c6da), to(transparent)); }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(#2196f3), to(transparent)); }
to {
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#26c6da), to(transparent)); } }
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2196f3), to(transparent)); } }
notebook > header > tabs > arrow,
button {
min-height: 20px;
@ -604,7 +604,7 @@ button {
box-shadow: inset 0 0 0 1px #4e9a06; }
row:selected
button {
border-color: #1e9faf; }
border-color: #0c7cd5; }
row:selected button.sidebar-button:not(:active):not(:checked):not(:hover):not(disabled), row:selected
button.flat:not(:active):not(:checked):not(:hover):not(disabled) {
color: #ffffff;
@ -781,10 +781,10 @@ button {
button.suggested-action {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #13646e;
background-image: linear-gradient(to bottom, #26c6da, #22b3c5);
text-shadow: 0 1px rgba(0, 0, 0, 0.59843);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.59843);
border-color: #08528d;
background-image: linear-gradient(to bottom, #2196f3, #0d8aee);
text-shadow: 0 1px rgba(0, 0, 0, 0.56706);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.56706);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4);
box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8); }
button.suggested-action.flat {
@ -794,29 +794,29 @@ button.suggested-action {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: #26c6da; }
color: #2196f3; }
button.suggested-action:hover {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #13646e;
background-image: linear-gradient(to bottom, #40cdde, #26c6da 60%, #22b7c9);
text-shadow: 0 1px rgba(0, 0, 0, 0.55043);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.55043);
border-color: #08528d;
background-image: linear-gradient(to bottom, #3ea4f5, #2196f3 60%, #0e8df2);
text-shadow: 0 1px rgba(0, 0, 0, 0.51906);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.51906);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.4); }
button.suggested-action:active,
button.suggested-action:checked {
color: white;
outline-color: rgba(255, 255, 255, 0.3);
border-color: #13646e;
background-image: linear-gradient(to bottom, #20abbc, #24bfd2);
text-shadow: 0 1px rgba(0, 0, 0, 0.67843);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.67843);
border-color: #08528d;
background-image: linear-gradient(to bottom, #0c84e4, #1791f2);
text-shadow: 0 1px rgba(0, 0, 0, 0.64706);
-gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.64706);
box-shadow: inset 0 2px 1px -2px rgba(0, 0, 0, 0.6);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop {
border-color: #26c6da;
background-image: linear-gradient(to bottom, #26c6da);
border-color: #2196f3;
background-image: linear-gradient(to bottom, #2196f3);
text-shadow: none;
-gtk-icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@ -824,17 +824,17 @@ button.suggested-action {
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop GtkLabel,
button.suggested-action.flat:backdrop {
color: #d4f4f8; }
color: #d3eafd; }
button.suggested-action:backdrop label,
button.suggested-action:backdrop,
button.suggested-action.flat:backdrop label,
button.suggested-action.flat:backdrop {
color: #d4f4f8; }
color: #d3eafd; }
button.suggested-action:backdrop:active,
button.suggested-action:backdrop:checked,
button.suggested-action.flat:backdrop:active,
button.suggested-action.flat:backdrop:checked {
border-color: #1e9faf;
border-color: #0c7cd5;
background-image: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
button.suggested-action:backdrop:active GtkLabel,
@ -845,7 +845,7 @@ button.suggested-action {
button.suggested-action.flat:backdrop:active,
button.suggested-action.flat:backdrop:checked GtkLabel,
button.suggested-action.flat:backdrop:checked {
color: #d2ecef; }
color: #cee5f7; }
button.suggested-action:backdrop:active label,
button.suggested-action:backdrop:active,
button.suggested-action:backdrop:checked label,
@ -854,7 +854,7 @@ button.suggested-action {
button.suggested-action.flat:backdrop:active,
button.suggested-action.flat:backdrop:checked label,
button.suggested-action.flat:backdrop:checked {
color: #d2ecef; }
color: #cee5f7; }
button.suggested-action:backdrop:disabled,
button.suggested-action.flat:backdrop:disabled {
border-color: #c9c9c9;
@ -877,15 +877,15 @@ button.suggested-action {
button.suggested-action:backdrop:disabled:checked,
button.suggested-action.flat:backdrop:disabled:active,
button.suggested-action.flat:backdrop:disabled:checked {
border-color: #31c9dc;
border-color: #2a9bf4;
background-image: none;
background-color: #31c9dc;
background-color: #2a9bf4;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
button.suggested-action:backdrop:disabled:active label,
button.suggested-action:backdrop:disabled:checked label,
button.suggested-action.flat:backdrop:disabled:active label,
button.suggested-action.flat:backdrop:disabled:checked label {
color: #79dce8; }
color: #75bef8; }
button.suggested-action.flat:backdrop,
button.suggested-action.flat:disabled,
button.suggested-action.flat:backdrop:disabled {
@ -895,7 +895,7 @@ button.suggested-action {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: rgba(38, 198, 218, 0.8); }
color: rgba(33, 150, 243, 0.8); }
button.suggested-action:disabled {
border-color: #c4c4c4;
background-image: none;
@ -911,26 +911,26 @@ button.suggested-action {
color: #9e9e9e; }
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked {
border-color: #13646e;
border-color: #08528d;
background-image: none;
background-color: #31c9dc;
background-color: #2a9bf4;
text-shadow: none;
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
button.suggested-action:disabled:active GtkLabel,
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked GtkLabel,
button.suggested-action:disabled:checked {
color: #ade9f1; }
color: #aad7fb; }
button.suggested-action:disabled:active label,
button.suggested-action:disabled:active,
button.suggested-action:disabled:checked label,
button.suggested-action:disabled:checked {
color: #ade9f1; }
color: #aad7fb; }
.osd
button.suggested-action {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0.5));
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -940,7 +940,7 @@ button.suggested-action {
button.suggested-action:hover {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0.7));
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
text-shadow: 0 1px black;
@ -953,7 +953,7 @@ button.suggested-action {
button.suggested-action:checked {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, #26c6da);
background-image: linear-gradient(to bottom, #2196f3);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -973,7 +973,7 @@ button.suggested-action {
button.suggested-action:backdrop {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0.5));
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5));
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
@ -1224,7 +1224,7 @@ button.needs-attention > image, .sidebar .list-row.needs-attention > label,
.sidebar row.needs-attention > label, stacksidebar .list-row.needs-attention > label,
stacksidebar row.needs-attention > label {
animation: needs_attention 150ms ease-in;
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#26c6da), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent));
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(#2196f3), to(transparent)), -gtk-gradient(radial, center center, 0, center center, 0.5, to(rgba(255, 255, 255, 0.76923)), to(transparent));
background-size: 6px 6px, 6px 6px;
background-repeat: no-repeat;
background-position: right 3px, right 4px; }
@ -2008,7 +2008,7 @@ treeview.view check:selected:focus, treeview.view check:selected,
treeview.view radio:selected:focus,
treeview.view radio:selected {
color: #444;
border-color: #1e9faf; }
border-color: #0c7cd5; }
treeview.view check:selected:disabled,
treeview.view radio:selected:disabled {
color: #9e9e9e; }
@ -2256,7 +2256,7 @@ entry {
spinbutton:focus:not(.vertical), GeditWindow > .entry:focus,
entry:focus {
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
border-color: #26c6da; }
border-color: #2196f3; }
spinbutton:disabled:not(.vertical), GeditWindow > .entry:disabled,
entry:disabled {
color: #9e9e9e;
@ -2308,7 +2308,7 @@ entry {
color: #444; }
spinbutton:not(.vertical) image:active, GeditWindow > .entry image:active,
entry image:active {
color: #26c6da; }
color: #2196f3; }
spinbutton:not(.vertical) image:backdrop, GeditWindow > .entry image:backdrop,
entry image:backdrop {
color: #b1b1b1; }
@ -2329,7 +2329,7 @@ entry {
.osd spinbutton:focus:not(.vertical), .osd GeditWindow > .entry:focus, .osd
entry:focus {
color: white;
border-color: #26c6da;
border-color: #2196f3;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5));
background-clip: padding-box;
box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
@ -2360,7 +2360,7 @@ entry progress {
background-image: none;
border-radius: 0;
border-width: 0 0 2px;
border-color: #26c6da;
border-color: #2196f3;
border-style: solid;
box-shadow: none; }
spinbutton:not(.vertical) progress:backdrop, GeditWindow > .entry progress:backdrop,
@ -2374,7 +2374,7 @@ entry, GeditWindow.linked:not(.vertical) > .entry:focus +
entry, .linked:not(.vertical) >
entry:focus +
entry {
border-left-color: #26c6da; }
border-left-color: #2196f3; }
.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + spinbutton:not(.vertical), GeditWindow.linked:not(.vertical) > .entry:drop(active) + spinbutton:not(.vertical), GeditWindow.linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + .entry, GeditWindow.linked:not(.vertical) > .entry:drop(active) + .entry, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + button, GeditWindow.linked:not(.vertical) > .entry:drop(active) + button, .linked:not(.vertical) > spinbutton:drop(active):not(.vertical) + combobox > box > button.combo, GeditWindow.linked:not(.vertical) > .entry:drop(active) + combobox > box > button.combo, .linked:not(.vertical) >
entry:drop(active) + spinbutton:not(.vertical), GeditWindow.linked:not(.vertical) > entry:drop(active) + .entry, .linked:not(.vertical) >
entry:drop(active) + button, .linked:not(.vertical) >
@ -2404,7 +2404,7 @@ GeditWindow.linked.vertical > .entry + entry:focus:not(:only-child), .linked.ver
entry + spinbutton:focus:not(:only-child):not(.vertical), GeditWindow.linked.vertical > entry + .entry:focus:not(:only-child),
.linked.vertical >
entry + entry:focus:not(:only-child) {
border-top-color: #26c6da; }
border-top-color: #2196f3; }
.linked.vertical > spinbutton:not(.vertical) + spinbutton:drop(active):not(:only-child):not(.vertical), GeditWindow.linked.vertical > .entry + spinbutton:drop(active):not(:only-child):not(.vertical), GeditWindow.linked.vertical > spinbutton:not(.vertical) + .entry:drop(active):not(:only-child), GeditWindow.linked.vertical > .entry + .entry:drop(active):not(:only-child),
.linked.vertical > spinbutton:not(.vertical) + entry:drop(active):not(:only-child),
GeditWindow.linked.vertical > .entry + entry:drop(active):not(:only-child), .linked.vertical >
@ -2434,7 +2434,7 @@ entry:focus:not(:only-child) + button,
entry:focus:not(:only-child) + .button,
.linked.vertical >
entry:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: #26c6da; }
border-top-color: #2196f3; }
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + spinbutton:not(.vertical), GeditWindow.linked.vertical > .entry:drop(active):not(:only-child) + spinbutton:not(.vertical), GeditWindow.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + .entry, GeditWindow.linked.vertical > .entry:drop(active):not(:only-child) + .entry,
.linked.vertical > spinbutton:drop(active):not(:only-child):not(.vertical) + entry,
GeditWindow.linked.vertical > .entry:drop(active):not(:only-child) + entry,
@ -2460,14 +2460,14 @@ entry:drop(active):not(:only-child) + combobox > box > button.combo {
border-top-color: #4e9a06; }
treeview acceleditor > label {
background-color: #26c6da; }
background-color: #2196f3; }
treeview entry.flat, treeview entry {
border-radius: 0;
background-image: none;
background-color: #ffffff; }
treeview entry.flat:focus, treeview entry:focus {
border-color: #26c6da; }
border-color: #2196f3; }
/*************
* Expanders *
@ -2536,7 +2536,7 @@ placessidebar row {
background-image: image(#4e9a06);
background-clip: content-box; }
placessidebar row.sidebar-new-bookmark-row {
color: #26c6da; }
color: #2196f3; }
placessidebar row:drop(active):not(:disabled) {
color: #4e9a06;
box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; }
@ -2737,7 +2737,7 @@ GraniteWidgetsPopOver {
background: none;
border: none; }
GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover {
color: #26c6da; }
color: #2196f3; }
GraniteWidgetsPopOver > .frame {
border: none; }
GraniteWidgetsPopOver .sidebar.view, GraniteWidgetsPopOver GtkIconView.sidebar,
@ -2894,7 +2894,7 @@ headerbar {
border-radius: 4px 4px 0 0;
color: #ffffff;
text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
border-color: #1e9faf;
border-color: #0c7cd5;
background-color: #347D9F;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); }
.selection-mode.titlebar:backdrop:not(headerbar),
@ -2905,8 +2905,8 @@ headerbar {
.selection-mode.titlebar:not(headerbar) .selection-menu:backdrop, .selection-mode.titlebar:not(headerbar) .selection-menu,
headerbar.selection-mode .selection-menu:backdrop,
headerbar.selection-mode .selection-menu {
border-color: rgba(38, 198, 218, 0);
background-image: linear-gradient(to bottom, rgba(38, 198, 218, 0));
border-color: rgba(33, 150, 243, 0);
background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0));
box-shadow: none;
text-shadow: none;
padding-left: 10px;
@ -3164,25 +3164,25 @@ headerbar {
padding: 5px 10px;
border-radius: 2px;
background-color: #ffffff;
color: #26c6da;
color: #2196f3;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.2); }
.titlebar:not(headerbar) button.suggested-action label,
headerbar button.suggested-action label {
color: #26c6da; }
color: #2196f3; }
.titlebar:not(headerbar) button.suggested-action:hover,
headerbar button.suggested-action:hover {
background-color: #ffffff;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); }
.titlebar:not(headerbar) button.suggested-action:hover label,
headerbar button.suggested-action:hover label {
color: #26c6da; }
color: #2196f3; }
.titlebar:not(headerbar) button.suggested-action:hover:backdrop,
headerbar button.suggested-action:hover:backdrop {
background-color: rgba(255, 255, 255, 0.8);
box-shadow: none; }
.titlebar:not(headerbar) button.suggested-action:hover:backdrop label,
headerbar button.suggested-action:hover:backdrop label {
color: rgba(38, 198, 218, 0.8); }
color: rgba(33, 150, 243, 0.8); }
.titlebar:not(headerbar) button.suggested-action:disabled,
headerbar button.suggested-action:disabled {
background-color: rgba(0, 0, 0, 0.1);
@ -3203,7 +3203,7 @@ headerbar {
box-shadow: none; }
.titlebar:not(headerbar) button.suggested-action:backdrop label,
headerbar button.suggested-action:backdrop label {
color: rgba(38, 198, 218, 0.2); }
color: rgba(33, 150, 243, 0.2); }
.titlebar:not(headerbar) button.linked:first-child, .titlebar:not(headerbar) button.linked:last-child,
headerbar button.linked:first-child,
headerbar button.linked:last-child {
@ -3379,14 +3379,14 @@ levelbar {
levelbar.vertical block.level-high,
levelbar block.high,
levelbar block.level-high {
border: 1px solid #1e9faf;
background-color: #26c6da; }
border: 1px solid #0c7cd5;
background-color: #2196f3; }
levelbar.vertical .high.fill-block:backdrop,
levelbar.vertical block.high:backdrop, levelbar.vertical .level-high.fill-block:backdrop,
levelbar.vertical block.level-high:backdrop,
levelbar block.high:backdrop,
levelbar block.level-high:backdrop {
border: 1px solid #26c6da; }
border: 1px solid #2196f3; }
levelbar.vertical .full.fill-block,
levelbar.vertical block.full, levelbar.vertical .level-full.fill-block,
levelbar.vertical block.level-full,
@ -3433,30 +3433,30 @@ button:visited {
color: rgba(0, 0, 255, 0.5); }
*:selected *:link:visited, *:selected button:visited:link,
*:selected button:visited {
color: #a8e8f0; }
color: #a6d5fa; }
*:link:hover, button:hover:link,
button:hover:visited {
color: #3333ff; }
*:selected *:link:hover, *:selected button:hover:link,
*:selected button:hover:visited {
color: #e9f9fb; }
color: #e9f5fe; }
*:link:active, button:active:link,
button:active:visited {
color: blue; }
*:selected *:link:active, *:selected button:active:link,
*:selected button:active:visited {
color: #d4f4f8; }
color: #d3eafd; }
*:link:backdrop:backdrop:hover, button:backdrop:backdrop:hover:link,
button:backdrop:backdrop:hover:visited, *:link:backdrop:backdrop:hover:selected, .selection-mode.titlebar:not(headerbar) .subtitle:backdrop:backdrop:hover:link,
headerbar.selection-mode .subtitle:backdrop:backdrop:hover:link, button:backdrop:backdrop:hover:selected:link,
button:backdrop:backdrop:hover:selected:visited, *:link:backdrop, button:backdrop:link,
button:backdrop:visited {
color: #26c6da; }
color: #2196f3; }
*:link:selected, .selection-mode.titlebar:not(headerbar) .subtitle:link,
headerbar.selection-mode .subtitle:link, button:selected:link,
button:selected:visited, *:selected *:link, *:selected button:link,
*:selected button:visited {
color: #d4f4f8; }
color: #d3eafd; }
button:link,
button:visited {
@ -3502,9 +3502,9 @@ row {
row.activatable:selected:active {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.5); }
row.activatable:selected.has-open-popup, row.activatable:selected:hover {
background-color: #29b9cb; }
background-color: #258ee2; }
row.activatable:selected:backdrop {
background-color: #26c6da; }
background-color: #2196f3; }
/*********
* Menus *
@ -3521,7 +3521,7 @@ menubar {
min-height: 16px;
padding: 4px 8px; }
menubar > menuitem:hover {
box-shadow: inset 0 -3px #26c6da;
box-shadow: inset 0 -3px #2196f3;
color: #ffffff; }
menubar > menuitem:disabled {
color: #9e9e9e;
@ -3544,7 +3544,7 @@ menu {
text-shadow: none; }
menu menuitem:hover {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
menu menuitem:disabled {
color: #9e9e9e; }
menu menuitem:disabled:backdrop {
@ -3657,7 +3657,7 @@ notebook > header {
notebook > header.top > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.top > tabs > tab:checked {
box-shadow: inset 0 -2px #26c6da; }
box-shadow: inset 0 -2px #2196f3; }
notebook > header.bottom {
border-top-style: solid; }
notebook > header.bottom > tabs > tab:hover {
@ -3665,7 +3665,7 @@ notebook > header {
notebook > header.bottom > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.bottom > tabs > tab:checked {
box-shadow: inset 0 2px #26c6da; }
box-shadow: inset 0 2px #2196f3; }
notebook > header.left {
border-right-style: solid; }
notebook > header.left > tabs > tab:hover {
@ -3673,7 +3673,7 @@ notebook > header {
notebook > header.left > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.left > tabs > tab:checked {
box-shadow: inset -2px 0 #26c6da; }
box-shadow: inset -2px 0 #2196f3; }
notebook > header.right {
border-left-style: solid; }
notebook > header.right > tabs > tab:hover {
@ -3681,7 +3681,7 @@ notebook > header {
notebook > header.right > tabs > tab:backdrop {
box-shadow: none; }
notebook > header.right > tabs > tab:checked {
box-shadow: inset 2px 0 #26c6da; }
box-shadow: inset 2px 0 #2196f3; }
notebook > header.top > tabs > arrow {
border-top-style: none; }
notebook > header.bottom > tabs > arrow {
@ -3943,7 +3943,7 @@ paned {
background-size: 1px 1px; }
.paned > separator:selected,
paned > separator:selected {
background-image: image(#26c6da); }
background-image: image(#2196f3); }
.paned > separator:backdrop,
paned > separator:backdrop {
background-image: image(#c9c9c9); }
@ -4094,13 +4094,13 @@ progressbar {
progressbar:active {
border-radius: 0px;
color: rgba(0, 0, 0, 0.5);
background-color: #26c6da;
border-color: #1e9faf; }
background-color: #2196f3;
border-color: #0c7cd5; }
GtkProgressBar:active:backdrop,
.progressbar:active:backdrop,
progressbar:active:backdrop {
background-color: #52d1e1;
border-color: #26c6da; }
background-color: #51adf6;
border-color: #2196f3; }
GtkProgressBar:backdrop,
.progressbar:backdrop,
progressbar:backdrop {
@ -4174,9 +4174,9 @@ progressbar {
.progressbar .list-row:selected,
progressbar row:selected,
progressbar .list-row:selected {
border: 1px solid #1e9faf;
border: 1px solid #0c7cd5;
color: rgba(0, 0, 0, 0.5);
background-color: #26c6da; }
background-color: #2196f3; }
/************
* GtkScale *
@ -4233,7 +4233,7 @@ progressbar, scale trough, scale fill {
levelbar.vertical row:selected .trough:disabled, row:selected GtkProgressBar:disabled,
row:selected .progressbar:disabled,
row:selected progressbar:disabled, row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled {
border-color: #1e9faf; }
border-color: #0c7cd5; }
.osd levelbar trough, levelbar .osd trough,
.osd levelbar.horizontal .trough,
levelbar.horizontal .osd .trough,
@ -4260,8 +4260,8 @@ GtkProgressBar progress,
.progressbar progress,
progressbar .progressbar,
progressbar progress, scale highlight {
border: 1px solid #1e9faf;
background-color: #26c6da;
border: 1px solid #0c7cd5;
background-color: #2196f3;
box-shadow: inset 0px 1px rgba(255, 255, 255, 0.2);
border-radius: 4px; }
GtkProgressBar .progressbar:disabled,
@ -4291,8 +4291,8 @@ progressbar progress, scale highlight {
progressbar:backdrop .progressbar:active, GtkProgressBar:backdrop progress:active,
.progressbar:backdrop progress:active,
progressbar:backdrop progress:active, scale highlight:active:backdrop {
border-color: #52d1e1;
background-color: #52d1e1; }
border-color: #51adf6;
background-color: #51adf6; }
GtkProgressBar .progressbar:backdrop:disabled,
GtkProgressBar progress:backdrop:disabled,
.progressbar .progressbar:backdrop:disabled,
@ -4335,7 +4335,7 @@ progressbar progress, scale highlight {
progressbar row:selected .progressbar,
row:selected progressbar progress,
progressbar row:selected progress, row:selected scale highlight, scale row:selected highlight {
border-color: #1e9faf; }
border-color: #0c7cd5; }
.osd GtkProgressBar .progressbar, GtkProgressBar .osd .progressbar,
.osd GtkProgressBar progress,
GtkProgressBar .osd progress,
@ -4381,8 +4381,8 @@ scale {
scale slider.horizontal {
margin: 0 -9px; }
scale slider:active {
box-shadow: 0 1px 2px 0 rgba(38, 198, 218, 0.5);
border: 1px solid #26c6da; }
box-shadow: 0 1px 2px 0 rgba(33, 150, 243, 0.5);
border: 1px solid #2196f3; }
scale slider:active:disabled {
box-shadow: none;
border: 1px solid rgba(0, 0, 0, 0.2); }
@ -4421,7 +4421,7 @@ scale {
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-property: background, border, box-shadow; }
scale slider:active {
border-color: #1e9faf; }
border-color: #0c7cd5; }
scale slider:disabled {
border-color: #c4c4c4;
background-image: none;
@ -4456,7 +4456,7 @@ scale {
scale slider:backdrop:disabled label, scale slider:backdrop:disabled {
color: #d1d1d1; }
row:selected scale slider, row:selected scale slider:disabled {
border-color: #1e9faf; }
border-color: #0c7cd5; }
.osd scale slider {
color: #cfd8dc;
border-color: rgba(0, 0, 0, 0.7);
@ -4996,7 +4996,7 @@ scrollbar {
background-color: #686868; }
.scrollbar slider:hover:active,
scrollbar slider:hover:active {
background-color: #1e9faf; }
background-color: #0c7cd5; }
.scrollbar slider:backdrop,
scrollbar slider:backdrop {
background-color: lightgray; }
@ -5115,7 +5115,7 @@ scrollbar {
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none;
color: #1e9faf; }
color: #0c7cd5; }
.scrollbar .button:disabled,
.scrollbar button:disabled,
scrollbar .button:disabled,
@ -5344,7 +5344,7 @@ spinbutton.vertical button {
color: #444; }
spinbutton.vertical .button:hover,
spinbutton.vertical button:hover {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff;
-gtk-icon-shadow: none; }
spinbutton.vertical .button:active,
@ -5416,7 +5416,7 @@ GtkTreeView spinbutton:not(.vertical), treeview spinbutton:not(.vertical) {
* Spinner *
***********/
menu spinner {
color: #26c6da; }
color: #2196f3; }
/*********************
* Spinner Animation *
@ -5462,9 +5462,9 @@ switch {
switch:backdrop:disabled {
background-color: #fafafa; }
switch:active, switch:checked {
background-color: #26c6da; }
background-color: #2196f3; }
switch:active:backdrop, switch:checked:backdrop {
background-color: #3cccde; }
background-color: #39a1f4; }
switch:active:backdrop slider:backdrop, switch:checked:backdrop slider:backdrop {
box-shadow: none;
background-color: rgba(255, 255, 255, 0.9);
@ -5483,19 +5483,19 @@ switch {
background-color: #ffffff; }
row:selected switch {
box-shadow: none;
border-color: #1e9faf; }
border-color: #0c7cd5; }
row:selected switch:backdrop {
border-color: #1e9faf; }
border-color: #0c7cd5; }
row:selected switch.slider:dir(rtl) {
border-left-color: #c4c4c4; }
row:selected switch.slider:dir(ltr) {
border-right-color: #c4c4c4; }
row:selected switch.slider:checked, row:selected switch.slider {
border-color: #1e9faf; }
border-color: #0c7cd5; }
switch trough:active, switch trough:checked {
background-color: #26c6da; }
background-color: #2196f3; }
switch trough:active:backdrop, switch trough:checked:backdrop {
background-color: #3cccde; }
background-color: #39a1f4; }
/************
* Toolbars *
@ -5771,7 +5771,7 @@ searchbar,
.inline-toolbar .entry:selected,
.inline-toolbar entry:selected {
color: #ffffff;
background-color: #26c6da; }
background-color: #2196f3; }
searchbar,
.search-bar, .location-bar {
@ -5919,17 +5919,17 @@ treeview.view {
GtkTreeView.view:selected:backdrop, GtkTreeView.view:selected,
treeview.view:selected:backdrop,
treeview.view:selected {
border-left-color: #93e3ed;
border-left-color: #90cbf9;
border-top-color: rgba(68, 68, 68, 0.1); }
GtkTreeView.view:disabled,
treeview.view:disabled {
color: #9e9e9e; }
GtkTreeView.view:disabled:selected,
treeview.view:disabled:selected {
color: #7ddde9; }
color: #7ac0f8; }
GtkTreeView.view:disabled:selected:backdrop,
treeview.view:disabled:selected:backdrop {
color: rgba(65, 205, 223, 0.85); }
color: rgba(61, 163, 245, 0.85); }
GtkTreeView.view:disabled:backdrop,
treeview.view:disabled:backdrop {
color: #d1d1d1; }
@ -5948,7 +5948,7 @@ treeview.view {
treeview.view:drop(active) {
border-style: solid none;
border-width: 1px;
border-color: #1e9faf; }
border-color: #0c7cd5; }
GtkTreeView.view:drop(active).after,
treeview.view:drop(active).after {
border-top-style: none; }
@ -5967,13 +5967,13 @@ treeview.view {
color: #444; }
GtkTreeView.view.expander:selected,
treeview.view.expander:selected {
color: #beeef4; }
color: #bce0fb; }
GtkTreeView.view.expander:selected:hover,
treeview.view.expander:selected:hover {
color: #ffffff; }
GtkTreeView.view.expander:selected:backdrop,
treeview.view.expander:selected:backdrop {
color: rgba(133, 223, 234, 0.65); }
color: rgba(130, 196, 248, 0.65); }
GtkTreeView.view.expander:checked,
treeview.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
@ -5983,23 +5983,23 @@ treeview.view {
GtkTreeView.view.progressbar,
treeview.view.progressbar {
color: #ffffff;
border: 1px solid #1e9faf;
border: 1px solid #0c7cd5;
border-radius: 4px;
background-color: #26c6da;
background-image: linear-gradient(to bottom, #26c6da, #1e9faf);
background-color: #2196f3;
background-image: linear-gradient(to bottom, #2196f3, #0c7cd5);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px rgba(0, 0, 0, 0.2); }
GtkTreeView.view.progressbar:selected:focus, GtkTreeView.view.progressbar:selected,
treeview.view.progressbar:selected:focus,
treeview.view.progressbar:selected {
border-radius: 0;
color: #26c6da;
color: #2196f3;
box-shadow: none;
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); }
GtkTreeView.view.progressbar:selected:focus:backdrop, GtkTreeView.view.progressbar:selected:backdrop,
treeview.view.progressbar:selected:focus:backdrop,
treeview.view.progressbar:selected:backdrop {
color: #26c6da;
border-color: #1e9faf;
color: #2196f3;
border-color: #0c7cd5;
background-color: #fcfcfc; }
GtkTreeView.view.progressbar:backdrop,
treeview.view.progressbar:backdrop {
@ -6017,7 +6017,7 @@ treeview.view {
border-radius: 4px;
border-width: 1px 0;
border-style: solid;
border-color: #26c6da; }
border-color: #2196f3; }
GtkTreeView.view column-header .button,
GtkTreeView.view column-header button,
GtkTreeView.view header .button,
@ -6092,7 +6092,7 @@ treeview.view {
padding: 4px 6px;
transition: none;
background-image: none;
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff;
border-radius: 0;
border-style: none;
@ -6208,19 +6208,19 @@ decoration {
border-top: 2px solid rgba(38, 50, 56, 0); }
.top .budgie-panel .unpinned .launcher,
.top .budgie-panel .pinned .launcher.running {
border-top: 2px solid rgba(38, 198, 218, 0.5); }
border-top: 2px solid rgba(33, 150, 243, 0.5); }
.top .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .top .launcher:hover,
.top .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .top .launcher:hover {
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
border-top: 2px solid rgba(38, 198, 218, 0.5); }
border-top: 2px solid rgba(33, 150, 243, 0.5); }
.top .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .top .launcher:active,
.top .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .top .launcher:active, .top .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .top .launcher:checked,
.top .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .top .launcher:checked {
border-bottom: 2px solid rgba(0, 0, 0, 0.2);
border-top: 2px solid #26c6da; }
border-top: 2px solid #2196f3; }
.bottom .budgie-panel .pinned .launcher, .budgie-panel .pinned .bottom .launcher,
.bottom .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .bottom .launcher {
@ -6228,19 +6228,19 @@ decoration {
border-bottom: 2px solid rgba(38, 50, 56, 0); }
.bottom .budgie-panel .unpinned .launcher,
.bottom .budgie-panel .pinned .launcher.running {
border-bottom: 2px solid rgba(38, 198, 218, 0.5); }
border-bottom: 2px solid rgba(33, 150, 243, 0.5); }
.bottom .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .bottom .launcher:hover,
.bottom .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .bottom .launcher:hover {
border-top: 2px solid rgba(0, 0, 0, 0.1);
border-bottom: 2px solid rgba(38, 198, 218, 0.5); }
border-bottom: 2px solid rgba(33, 150, 243, 0.5); }
.bottom .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .bottom .launcher:active,
.bottom .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .bottom .launcher:active, .bottom .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .bottom .launcher:checked,
.bottom .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .bottom .launcher:checked {
border-top: 2px solid rgba(0, 0, 0, 0.2);
border-bottom: 2px solid #26c6da; }
border-bottom: 2px solid #2196f3; }
.left .budgie-panel .pinned .launcher, .budgie-panel .pinned .left .launcher,
.left .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .left .launcher {
@ -6248,19 +6248,19 @@ decoration {
border-left: 2px solid rgba(38, 50, 56, 0); }
.left .budgie-panel .unpinned .launcher,
.left .budgie-panel .pinned .launcher.running {
border-left: 2px solid rgba(38, 198, 218, 0.5); }
border-left: 2px solid rgba(33, 150, 243, 0.5); }
.left .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .left .launcher:hover,
.left .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .left .launcher:hover {
border-right: 2px solid rgba(0, 0, 0, 0.1);
border-left: 2px solid rgba(38, 198, 218, 0.5); }
border-left: 2px solid rgba(33, 150, 243, 0.5); }
.left .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .left .launcher:active,
.left .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .left .launcher:active, .left .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .left .launcher:checked,
.left .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .left .launcher:checked {
border-right: 2px solid rgba(0, 0, 0, 0.2);
border-left: 2px solid #26c6da; }
border-left: 2px solid #2196f3; }
.right .budgie-panel .pinned .launcher, .budgie-panel .pinned .right .launcher,
.right .budgie-panel .unpinned .launcher,
.budgie-panel .unpinned .right .launcher {
@ -6268,19 +6268,19 @@ decoration {
border-right: 2px solid rgba(38, 50, 56, 0); }
.right .budgie-panel .unpinned .launcher,
.right .budgie-panel .pinned .launcher.running {
border-right: 2px solid rgba(38, 198, 218, 0.5); }
border-right: 2px solid rgba(33, 150, 243, 0.5); }
.right .budgie-panel .pinned .launcher:hover, .budgie-panel .pinned .right .launcher:hover,
.right .budgie-panel .unpinned .launcher:hover,
.budgie-panel .unpinned .right .launcher:hover {
border-left: 2px solid rgba(0, 0, 0, 0.1);
border-right: 2px solid rgba(38, 198, 218, 0.5); }
border-right: 2px solid rgba(33, 150, 243, 0.5); }
.right .budgie-panel .pinned .launcher:active, .budgie-panel .pinned .right .launcher:active,
.right .budgie-panel .unpinned .launcher:active,
.budgie-panel .unpinned .right .launcher:active, .right .budgie-panel .pinned .launcher:checked, .budgie-panel .pinned .right .launcher:checked,
.right .budgie-panel .unpinned .launcher:checked,
.budgie-panel .unpinned .right .launcher:checked {
border-left: 2px solid rgba(0, 0, 0, 0.2);
border-right: 2px solid #26c6da; }
border-right: 2px solid #2196f3; }
.top .budgie-panel {
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
@ -6512,7 +6512,7 @@ GucharmapChartable {
GucharmapChartable:active,
GucharmapChartable:focus,
GucharmapChartable:selected {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
/********
@ -6916,7 +6916,7 @@ YelpWindow headerbar {
.button.app .app:hover {
border-radius: 8px;
border: none;
background-color: rgba(38, 198, 218, 0.3);
background-color: rgba(33, 150, 243, 0.3);
color: white; }
.button.app .app:focus {
/*background-color: transparentize(black, 0.20);*/ }
@ -6928,7 +6928,7 @@ YelpWindow headerbar {
background: none; }
.search-item:hover, .search-item:focus {
border-radius: 0;
background-color: rgba(38, 198, 218, 0.3);
background-color: rgba(33, 150, 243, 0.3);
color: #ffffff; }
.search-entry-large,
@ -7118,7 +7118,7 @@ UnityDecoration {
/* Glow applied to the selected scaled window */
-UnityDecoration-glow-size: 8px;
/* Size property, size of glow */
-UnityDecoration-glow-color: #26c6da;
-UnityDecoration-glow-color: #2196f3;
/* Color property of the glow */
/* Title settings */
-UnityDecoration-title-indent: 10px;
@ -7236,7 +7236,7 @@ SheetStyleDialog.unity-force-quit {
.menu IdoPlaybackMenuItem.menuitem:active {
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: #26c6da; }
color: #2196f3; }
/***********************
* App-Specific Styles *
@ -7259,12 +7259,12 @@ ConversationListView {
ConversationListView .view:active, ConversationListView GtkIconView:active,
ConversationListView iconview:active, ConversationListView .view:selected, ConversationListView GtkIconView:selected,
ConversationListView iconview:selected {
background-color: #26c6da;
background-color: #2196f3;
color: #ffffff; }
ConversationListView .view:active:backdrop, ConversationListView GtkIconView:active:backdrop,
ConversationListView iconview:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView GtkIconView:selected:backdrop,
ConversationListView iconview:selected:backdrop {
background-color: #3cccde;
background-color: #39a1f4;
color: rgba(255, 255, 255, 0.5); }
ConversationListView .view .cell, ConversationListView GtkIconView .cell,
ConversationListView iconview .cell {
@ -7273,7 +7273,7 @@ ConversationListView {
ConversationListView .view .cell:selected, ConversationListView GtkIconView .cell:selected,
ConversationListView iconview .cell:selected {
color: #ffffff;
border: 0px solid #1e9faf; }
border: 0px solid #0c7cd5; }
/***********
* LightDm *