diff --git a/Paper/gtk-2.0/gtkrc b/Paper/gtk-2.0/gtkrc index 8a402c6..2628ade 100644 --- a/Paper/gtk-2.0/gtkrc +++ b/Paper/gtk-2.0/gtkrc @@ -17,7 +17,7 @@ # Paper GTK2 Theme -gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#555555\ntooltip_fg_color:#FFFFFF\nmenubar_color:#546e7a\nselected_bg_color:#347D9F\nselected_fg_color:#FFFFFF\ntext_color:#555555\nwm_color:#546e7a\nunfocused_wm_color:#5A6367\nbg_color:#EFEFEF\ninsensitive_bg_color:#efefef\ntooltip_bg_color:#333333\npanel_bg_color:#576165\npanel_fg_color:#efefef\nlink_color:#347D9F" +gtk-color-scheme = "base_color:#FFFFFF\nfg_color:#555555\ntooltip_fg_color:#FFFFFF\nmenubar_color:#546e7a\nselected_bg_color:#2196f3\nselected_fg_color:#FFFFFF\ntext_color:#555555\nwm_color:#546e7a\nunfocused_wm_color:#5A6367\nbg_color:#EFEFEF\ninsensitive_bg_color:#efefef\ntooltip_bg_color:#333333\npanel_bg_color:#576165\npanel_fg_color:#efefef\nlink_color:#2196f3" gtk-auto-mnemonics = 1 gtk-primary-button-warps-slider = 1 diff --git a/Paper/gtk-3.18/_colors.scss b/Paper/gtk-3.18/_colors.scss index a0a19ef..1b2dae2 100644 --- a/Paper/gtk-3.18/_colors.scss +++ b/Paper/gtk-3.18/_colors.scss @@ -15,12 +15,13 @@ $orange: #ff9800; $yellow: #f9ce1d; $green: #4caf50; $blue: #2196f3; +$cyan: #26c6da; $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', #347D9F, lighten(#347D9F,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); @@ -33,7 +34,7 @@ $popover_hover_color: lighten($popover_bg_color, 5%); $selection_mode_headerbar_bg_color: #347D9F; -$scrollbar_bg_color: if($variant == 'light', mix($bg_color, $fg_color, 80%), mix($base_color, $bg_color, 50%)); +$scrollbar_bg_color: transparent; $scrollbar_slider_color: mix($fg_color, $bg_color, 60%); $scrollbar_slider_hover_color: mix($fg_color, $bg_color, 80%); $scrollbar_slider_active_color: if($variant=='light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 10%)); diff --git a/Paper/gtk-3.18/gtk-dark.css b/Paper/gtk-3.18/gtk-dark.css index dd58752..2d27d2e 100644 --- a/Paper/gtk-3.18/gtk-dark.css +++ b/Paper/gtk-3.18/gtk-dark.css @@ -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 #449ac2; +@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 #449ac2; +@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: #449ac2; } + 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 #347d9f; - background-color: rgba(52, 125, 159, 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: #449ac2; + 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: #449ac2; } + 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: #a2cde1; } + 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(91, 167, 202, 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(#7eb9d5), 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(#449ac2), 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: #215065; - background-image: linear-gradient(to bottom, #449ac2, #3a8cb2); + 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,29 +654,29 @@ row:selected box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #449ac2; } + color: #51adf6; } .button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); - border-color: #215065; - background-image: linear-gradient(to bottom, #489cc3, #3e95be 60%, #3c8fb6); + 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.2); } + 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: #215065; - background-image: linear-gradient(to bottom, #3886ab, #3e95be); + 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: #215065; - background-image: linear-gradient(to bottom, #449ac2); + 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: #daebf3; } + 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: #215065; + 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: #d6e5ec; } + 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: #d6e5ec; } + 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: #215065; + border-color: #0a6ebd; background-image: none; - background-color: #3d81a1; + 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: #81adc2; } + 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(68, 154, 194, 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: #215065; + border-color: #0a6ebd; background-image: none; - background-color: #3d81a1; + 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: #b1cdd9; } + color: #b0d5f1; } .osd .button.suggested-action { color: #cfd8dc; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(68, 154, 194, 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(68, 154, 194, 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, #449ac2); + 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(68, 154, 194, 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(#7eb9d5), 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: #449ac2; } + 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: #449ac2; + 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: #449ac2; } + 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: #449ac2; } + border-color: #51adf6; } /************* * Expanders * @@ -2284,7 +2284,7 @@ GtkScrolledWindow undershoot.right { GtkScrolledWindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #222c31 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #3e515a; } + background-color: transparent; } GtkScrolledWindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } GtkScrolledWindow junction:backdrop { @@ -2312,7 +2312,7 @@ GraniteWidgetsPopOver { background: none; border: none; } GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { - color: #449ac2; } + 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(68, 154, 194, 0); - background-image: linear-gradient(to bottom, rgba(68, 154, 194, 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: #449ac2; + 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: #449ac2; } + 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: #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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: #449ac2; + 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: #449ac2; + 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: #b4d7e7; } + color: #b9defb; } *:link:hover, .button:hover:link, .button:hover:visited { color: #3333ff; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #ecf5f9; } + color: #eef7fe; } *:link:active, .button:active:link, .button:active:visited { color: blue; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #daebf3; } + 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: #449ac2; } + 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: #daebf3; } + 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 #449ac2; + 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: #449ac2; } + background-color: #51adf6; } .content-view .menu .menuitem:insensitive, .menu .menuitem:insensitive, .popup .menuitem:insensitive { @@ -3229,10 +3229,10 @@ GtkAssistant { box-shadow: inset 0 -1px 0 0 #222c31; } .dynamic-notebook > tab.top:active, .notebook > tab.top:active { - box-shadow: inset 0 -3px 0 0 #449ac2; } + box-shadow: inset 0 -3px 0 0 #303f46; } .dynamic-notebook > tab.top:active:backdrop, .notebook > tab.top:active:backdrop { - box-shadow: inset 0 -3px 0 0 #57a4c8; } + box-shadow: inset 0 -3px 0 0 #263137; } .dynamic-notebook > tab.top:backdrop, .notebook > tab.top:backdrop { box-shadow: inset 0 -1px 0 0 #242f34; } @@ -3245,10 +3245,10 @@ GtkAssistant { box-shadow: inset 0 1px 0 0 #222c31; } .dynamic-notebook > tab.bottom:active, .notebook > tab.bottom:active { - box-shadow: inset 0 3px 0 0 #449ac2; } + box-shadow: inset 0 3px 0 0 #303f46; } .dynamic-notebook > tab.bottom:active:backdrop, .notebook > tab.bottom:active:backdrop { - box-shadow: inset 0 3px 0 0 #57a4c8; } + box-shadow: inset 0 3px 0 0 #263137; } .dynamic-notebook > tab.bottom:backdrop, .notebook > tab.bottom:backdrop { box-shadow: inset 0 1px 0 0 #242f34; } @@ -3261,10 +3261,10 @@ GtkAssistant { box-shadow: inset -1px 0 0 0 #222c31; } .dynamic-notebook > tab.left:active, .notebook > tab.left:active { - box-shadow: inset -3px 0 0 0 #449ac2; } + box-shadow: inset -3px 0 0 0 #303f46; } .dynamic-notebook > tab.left:active:backdrop, .notebook > tab.left:active:backdrop { - box-shadow: inset -3px 0 0 0 #57a4c8; } + box-shadow: inset -3px 0 0 0 #263137; } .dynamic-notebook > tab.left:backdrop, .notebook > tab.left:backdrop { box-shadow: inset -1px 0 0 0 #242f34; } @@ -3277,10 +3277,10 @@ GtkAssistant { box-shadow: inset 1px 0 0 0 #222c31; } .dynamic-notebook > tab.right:active, .notebook > tab.right:active { - box-shadow: inset 3px 0 0 0 #449ac2; } + box-shadow: inset 3px 0 0 0 #303f46; } .dynamic-notebook > tab.right:active:backdrop, .notebook > tab.right:active:backdrop { - box-shadow: inset 3px 0 0 0 #57a4c8; } + box-shadow: inset 3px 0 0 0 #263137; } .dynamic-notebook > tab.right:backdrop, .notebook > tab.right:backdrop { box-shadow: inset 1px 0 0 0 #242f34; } @@ -3306,7 +3306,7 @@ GtkAssistant { background-color: #222c31; background-size: 1px 1px; } .paned > .separator:selected { - background-color: #449ac2; } + 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: #449ac2; } + 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: #449ac2; - border-color: #347d9f; } + background-color: #51adf6; + border-color: #2196f3; } GtkProgressBar:active:backdrop, .progressbar:active:backdrop { - background-color: #6bafce; - border-color: #449ac2; } + 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 #347d9f; + border: 1px solid #2196f3; color: rgba(0, 0, 0, 0.5); - background-color: #449ac2; } + 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: #449ac2; + 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: #6bafce; - background-color: #6bafce; } + 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: #449ac2; + background-color: #51adf6; border: 1px solid #222c31; box-shadow: inset 0 1px rgba(255, 255, 255, 0.3); } .scale .slider:active:insensitive { @@ -3690,18 +3690,18 @@ GtkProgressBar .progressbar, * Scrollbars * **************/ .scrollbar { - background-color: #3e515a; + background-color: transparent; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } - .scrollbar.top { + .scrollbar.top .scrollbar { border-bottom: 1px solid #222c31; } - .scrollbar.bottom { + .scrollbar.bottom .scrollbar { border-top: 1px solid #222c31; } - .scrollbar.left { + .scrollbar.left .scrollbar { border-right: 1px solid #222c31; } - .scrollbar.right { + .scrollbar.right .scrollbar { border-left: 1px solid #222c31; } .scrollbar:backdrop { background-color: #313f46; @@ -3716,7 +3716,7 @@ GtkProgressBar .progressbar, .scrollbar .slider:hover { background-color: #b1bbc0; } .scrollbar .slider:hover:active { - background-color: #6bafce; } + background-color: #82c4f8; } .scrollbar .slider:backdrop { background-color: #55646b; } .scrollbar .slider:insensitive { @@ -3730,7 +3730,7 @@ GtkProgressBar .progressbar, opacity: 0.4; background-color: transparent; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; + margin: -1px; background-color: #cfd8dc; border: 1px solid black; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .button, @@ -3778,7 +3778,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #6bafce; } + color: #82c4f8; } .scrollbar .button:insensitive { border-color: transparent; background-color: transparent; @@ -3825,11 +3825,11 @@ GtkTreeView ~ .scrollbar.vertical { *********************/ OsThumb, OsScrollbar { - color: #449ac2; } + color: #51adf6; } OsThumb:active, OsThumb:selected, OsScrollbar:active, OsScrollbar:selected { - background-color: #449ac2; } + 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: #449ac2; + 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: #449ac2; + 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: #91c3db; } + 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: #449ac2; + 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: #449ac2; } + 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: #449ac2; + 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: #57a4c8; } + 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: #449ac2; } + background-color: #51adf6; } GtkSwitch .trough:active:backdrop, GtkSwitch .trough:checked:backdrop { - background-color: #57a4c8; } + background-color: #6ab8f7; } /************ * Toolbars * @@ -4408,7 +4408,7 @@ searchbar, .inline-toolbar .entry:selected, .inline-toolbar entry:selected { color: #455a64; - background-color: #449ac2; } + 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: #a2cde1; + 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: #8fc2da; } + color: #97cefa; } GtkTreeView.view:insensitive:selected:backdrop, treeview.view:insensitive:selected:backdrop { - color: rgba(91, 167, 202, 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: #c7e1ed; } + 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(150, 198, 221, 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: #449ac2; - background-image: linear-gradient(to bottom, #449ac2, #347d9f); + 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: #347d9f; + 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: #449ac2; + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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: #449ac2; + background-color: #51adf6; color: #ffffff; } /******** @@ -5452,7 +5452,7 @@ YelpWindow .header-bar { .button.app .app:hover { border-radius: 8px; border: none; - background-color: rgba(68, 154, 194, 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(68, 154, 194, 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: #449ac2; + -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: #449ac2; } + 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: #449ac2; + background-color: #51adf6; color: #ffffff; } ConversationListView .view:active:backdrop, ConversationListView GtkIconView:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView GtkIconView:selected:backdrop { - background-color: #57a4c8; + 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 #347d9f; } + border: 0px solid #2196f3; } /*********** * LightDm * diff --git a/Paper/gtk-3.18/gtk.css b/Paper/gtk-3.18/gtk.css index cb26037..2ea10bd 100644 --- a/Paper/gtk-3.18/gtk.css +++ b/Paper/gtk-3.18/gtk.css @@ -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 #347D9F; +@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 #347D9F; +@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: #347D9F; } + 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 #275f79; - background-color: rgba(39, 95, 121, 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: #347D9F; + 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: #347D9F; } + 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: #9abecf; } + 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(77, 141, 171, 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(#347D9F), 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(#347D9F), 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: #275f79; } + border-color: #0c7cd5; } row:selected .button.flat:not(:active):not(:checked):not(:hover):not(disabled) { color: #ffffff; @@ -645,11 +645,11 @@ row:selected .button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); - border-color: #15313f; - background-image: linear-gradient(to bottom, #347D9F, #2e6e8c); + 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.2); + 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 { border-color: transparent; @@ -658,29 +658,29 @@ row:selected box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #347D9F; } + color: #2196f3; } .button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); - border-color: #15313f; - background-image: linear-gradient(to bottom, #3c8fb6, #347D9F 60%, #2f7190); + 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.2); } + 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: #15313f; - background-image: linear-gradient(to bottom, #2b6884, #317797); + 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: #347D9F; - background-image: linear-gradient(to bottom, #347D9F); + 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: #d6e5ec; } + 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: #275f79; + 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: #d4dfe4; } + 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: #d4dfe4; } + 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: #4a839c; + border-color: #2a9bf4; background-image: none; - background-color: #4a839c; + 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: #89aebf; } + 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(52, 125, 159, 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: #15313f; + border-color: #08528d; background-image: none; - background-color: #4a839c; + 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: #b7cdd7; } + color: #aad7fb; } .osd .button.suggested-action { color: #cfd8dc; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(52, 125, 159, 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(52, 125, 159, 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, #347D9F); + 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(52, 125, 159, 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(#347D9F), 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: #275f79; } + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; } + border-top-color: #2196f3; } GtkTreeView .acceleditor > GtkLabel { - background-color: #347D9F; } + 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: #347D9F; } + border-color: #2196f3; } /************* * Expanders * @@ -2293,7 +2293,7 @@ GtkScrolledWindow undershoot.right { GtkScrolledWindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #c4c4c4 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: lightgray; } + background-color: transparent; } GtkScrolledWindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } GtkScrolledWindow junction:backdrop { @@ -2321,7 +2321,7 @@ GraniteWidgetsPopOver { background: none; border: none; } GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { - color: #347D9F; } + 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: #275f79; + 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(52, 125, 159, 0); - background-image: linear-gradient(to bottom, rgba(52, 125, 159, 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: #347D9F; + 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: #347D9F; } + 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: #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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: #347D9F; + background-color: #2196f3; border: 1px solid; - border-color: #275f79; + 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: #347D9F; - border-color: #275f79; + 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: #aecbd9; } + color: #a6d5fa; } *:link:hover, .button:hover:link, .button:hover:visited { color: #3333ff; } *:selected *:link:hover, *:selected .button:hover:link, *:selected .button:hover:visited { - color: #ebf2f5; } + color: #e9f5fe; } *:link:active, .button:active:link, .button:active:visited { color: blue; } *:selected *:link:active, *:selected .button:active:link, *:selected .button:active:visited { - color: #d6e5ec; } + 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: #347D9F; } + 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: #d6e5ec; } + 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 #347D9F; + 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: #347D9F; } + background-color: #2196f3; } .content-view .menu .menuitem:insensitive, .menu .menuitem:insensitive, .popup .menuitem:insensitive { @@ -3238,10 +3238,10 @@ GtkAssistant { box-shadow: inset 0 -1px 0 0 #c4c4c4; } .dynamic-notebook > tab.top:active, .notebook > tab.top:active { - box-shadow: inset 0 -3px 0 0 #347D9F; } + box-shadow: inset 0 -3px 0 0 #546e7a; } .dynamic-notebook > tab.top:active:backdrop, .notebook > tab.top:active:backdrop { - box-shadow: inset 0 -3px 0 0 #3a8cb2; } + box-shadow: inset 0 -3px 0 0 #4a606b; } .dynamic-notebook > tab.top:backdrop, .notebook > tab.top:backdrop { box-shadow: inset 0 -1px 0 0 #c9c9c9; } @@ -3254,10 +3254,10 @@ GtkAssistant { box-shadow: inset 0 1px 0 0 #c4c4c4; } .dynamic-notebook > tab.bottom:active, .notebook > tab.bottom:active { - box-shadow: inset 0 3px 0 0 #347D9F; } + box-shadow: inset 0 3px 0 0 #546e7a; } .dynamic-notebook > tab.bottom:active:backdrop, .notebook > tab.bottom:active:backdrop { - box-shadow: inset 0 3px 0 0 #3a8cb2; } + box-shadow: inset 0 3px 0 0 #4a606b; } .dynamic-notebook > tab.bottom:backdrop, .notebook > tab.bottom:backdrop { box-shadow: inset 0 1px 0 0 #c9c9c9; } @@ -3270,10 +3270,10 @@ GtkAssistant { box-shadow: inset -1px 0 0 0 #c4c4c4; } .dynamic-notebook > tab.left:active, .notebook > tab.left:active { - box-shadow: inset -3px 0 0 0 #347D9F; } + box-shadow: inset -3px 0 0 0 #546e7a; } .dynamic-notebook > tab.left:active:backdrop, .notebook > tab.left:active:backdrop { - box-shadow: inset -3px 0 0 0 #3a8cb2; } + box-shadow: inset -3px 0 0 0 #4a606b; } .dynamic-notebook > tab.left:backdrop, .notebook > tab.left:backdrop { box-shadow: inset -1px 0 0 0 #c9c9c9; } @@ -3286,10 +3286,10 @@ GtkAssistant { box-shadow: inset 1px 0 0 0 #c4c4c4; } .dynamic-notebook > tab.right:active, .notebook > tab.right:active { - box-shadow: inset 3px 0 0 0 #347D9F; } + box-shadow: inset 3px 0 0 0 #546e7a; } .dynamic-notebook > tab.right:active:backdrop, .notebook > tab.right:active:backdrop { - box-shadow: inset 3px 0 0 0 #3a8cb2; } + box-shadow: inset 3px 0 0 0 #4a606b; } .dynamic-notebook > tab.right:backdrop, .notebook > tab.right:backdrop { box-shadow: inset 1px 0 0 0 #c9c9c9; } @@ -3315,7 +3315,7 @@ GtkAssistant { background-color: #c4c4c4; background-size: 1px 1px; } .paned > .separator:selected { - background-color: #347D9F; } + 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: #347D9F; } + 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: #347D9F; - border-color: #275f79; } + background-color: #2196f3; + border-color: #0c7cd5; } GtkProgressBar:active:backdrop, .progressbar:active:backdrop { - background-color: #449ac2; - border-color: #347d9f; } + 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 #275f79; + border: 1px solid #0c7cd5; color: rgba(0, 0, 0, 0.5); - background-color: #347D9F; } + 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: #275f79; } + 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 #275f79; - background-color: #347D9F; + 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: #449ac2; - background-color: #449ac2; } + 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: #275f79; } + 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: #275f79; } + 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: #347D9F; - border: 1px solid #275f79; + 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: #275f79; } + border-color: #0c7cd5; } row:selected .scale .slider, row:selected .scale .slider:insensitive { - border-color: #275f79; } + border-color: #0c7cd5; } .osd .scale .slider { color: #cfd8dc; border-color: rgba(0, 0, 0, 0.7); @@ -3699,18 +3699,18 @@ GtkProgressBar .progressbar, * Scrollbars * **************/ .scrollbar { - background-color: lightgray; + background-color: transparent; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; -GtkScrollbar-has-forward-stepper: false; } - .scrollbar.top { + .scrollbar.top .scrollbar { border-bottom: 1px solid #c4c4c4; } - .scrollbar.bottom { + .scrollbar.bottom .scrollbar { border-top: 1px solid #c4c4c4; } - .scrollbar.left { + .scrollbar.left .scrollbar { border-right: 1px solid #c4c4c4; } - .scrollbar.right { + .scrollbar.right .scrollbar { border-left: 1px solid #c4c4c4; } .scrollbar:backdrop { background-color: #efefef; @@ -3725,7 +3725,7 @@ GtkProgressBar .progressbar, .scrollbar .slider:hover { background-color: #686868; } .scrollbar .slider:hover:active { - background-color: #275f79; } + background-color: #0c7cd5; } .scrollbar .slider:backdrop { background-color: lightgray; } .scrollbar .slider:insensitive { @@ -3739,7 +3739,7 @@ GtkProgressBar .progressbar, opacity: 0.4; background-color: transparent; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { - margin: 0; + margin: -1px; background-color: #444; border: 1px solid white; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .button, @@ -3787,7 +3787,7 @@ GtkProgressBar .progressbar, box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; icon-shadow: none; - color: #275f79; } + color: #0c7cd5; } .scrollbar .button:insensitive { border-color: transparent; background-color: transparent; @@ -3834,11 +3834,11 @@ GtkTreeView ~ .scrollbar.vertical { *********************/ OsThumb, OsScrollbar { - color: #347D9F; } + color: #2196f3; } OsThumb:active, OsThumb:selected, OsScrollbar:active, OsScrollbar:selected { - background-color: #347D9F; } + 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: #347D9F; + 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: #347D9F; + 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: #6bafce; } + 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: #347D9F; + 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: #347D9F; } + 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: #347D9F; - box-shadow: inset 0 0 0 1px #275f79; } + 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: #3a8cb2; } + 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: #347D9F; } + background-color: #2196f3; } GtkSwitch .trough:active:backdrop, GtkSwitch .trough:checked:backdrop { - background-color: #3a8cb2; } + background-color: #39a1f4; } /************ * Toolbars * @@ -4417,7 +4417,7 @@ searchbar, .inline-toolbar .entry:selected, .inline-toolbar entry:selected { color: #ffffff; - background-color: #347D9F; } + 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: #9abecf; + 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: #85b1c5; } + color: #7ac0f8; } GtkTreeView.view:insensitive:selected:backdrop, treeview.view:insensitive:selected:backdrop { - color: rgba(77, 141, 171, 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: #c2d8e2; } + 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(141, 182, 201, 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 #275f79; + border: 1px solid #0c7cd5; border-radius: 4px; - background-color: #347D9F; - background-image: linear-gradient(to bottom, #347D9F, #275f79); + 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: #347D9F; + 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: #347D9F; - border-color: #275f79; + 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: #347D9F; } + 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: #347D9F; + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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: #347D9F; + background-color: #2196f3; color: #ffffff; } /******** @@ -5467,7 +5467,7 @@ YelpWindow .header-bar { .button.app .app:hover { border-radius: 8px; border: none; - background-color: rgba(52, 125, 159, 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(52, 125, 159, 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: #347D9F; + -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: #347D9F; } + 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: #347D9F; + background-color: #2196f3; color: #ffffff; } ConversationListView .view:active:backdrop, ConversationListView GtkIconView:active:backdrop, ConversationListView .view:selected:backdrop, ConversationListView GtkIconView:selected:backdrop { - background-color: #3a8cb2; + 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 #275f79; } + border: 0px solid #0c7cd5; } /*********** * LightDm * diff --git a/Paper/gtk-3.18/widgets/_notebooks.scss b/Paper/gtk-3.18/widgets/_notebooks.scss index 1e8a087..60bae4c 100644 --- a/Paper/gtk-3.18/widgets/_notebooks.scss +++ b/Paper/gtk-3.18/widgets/_notebooks.scss @@ -23,10 +23,10 @@ box-shadow:inset 0 -1px 0 0 $borders_color; &:active { - box-shadow:inset 0 -3px 0 0 $selected_bg_color; + box-shadow:inset 0 -3px 0 0 $headerbar_bg_color; &:backdrop { - box-shadow:inset 0 -3px 0 0 $backdrop_selected_bg_color; + box-shadow:inset 0 -3px 0 0 $backdrop_headerbar_bg_color; } } @@ -44,10 +44,10 @@ box-shadow:inset 0 1px 0 0 $borders_color; &:active { - box-shadow:inset 0 3px 0 0 $selected_bg_color; + box-shadow:inset 0 3px 0 0 $headerbar_bg_color; &:backdrop { - box-shadow:inset 0 3px 0 0 $backdrop_selected_bg_color; + box-shadow:inset 0 3px 0 0 $backdrop_headerbar_bg_color; } } @@ -65,10 +65,10 @@ box-shadow:inset -1px 0 0 0 $borders_color; &:active { - box-shadow:inset -3px 0 0 0 $selected_bg_color; + box-shadow:inset -3px 0 0 0 $headerbar_bg_color; &:backdrop { - box-shadow:inset -3px 0 0 0 $backdrop_selected_bg_color; + box-shadow:inset -3px 0 0 0 $backdrop_headerbar_bg_color; } } @@ -86,10 +86,10 @@ box-shadow:inset 1px 0 0 0 $borders_color; &:active { - box-shadow:inset 3px 0 0 0 $selected_bg_color; + box-shadow:inset 3px 0 0 0 $headerbar_bg_color; &:backdrop { - box-shadow:inset 3px 0 0 0 $backdrop_selected_bg_color; + box-shadow:inset 3px 0 0 0 $backdrop_headerbar_bg_color; } } diff --git a/Paper/gtk-3.18/widgets/_scrollbars.scss b/Paper/gtk-3.18/widgets/_scrollbars.scss index f127e2c..7548fcb 100644 --- a/Paper/gtk-3.18/widgets/_scrollbars.scss +++ b/Paper/gtk-3.18/widgets/_scrollbars.scss @@ -14,11 +14,14 @@ background-color: $scrollbar_bg_color; transition: 300ms $ease-out-quad; + // scrollbar border - &.top { border-bottom: 1px solid $borders_color; } - &.bottom { border-top: 1px solid $borders_color; } - &.left { border-right: 1px solid $borders_color; } - &.right { border-left: 1px solid $borders_color; } + $pos_list: ((top, bottom),(bottom,top),(left,right),(right,left)); + @each $pos, $b_pos in $pos_list { + &.#{$pos} & { + border-#{$b_pos}: 1px solid $borders_color; + } + } &:backdrop { background-color: $backdrop_scrollbar_bg_color; @@ -58,7 +61,7 @@ background-color: transparent; .slider { - margin: 0; + margin: -1px; background-color: $fg_color; border: 1px solid if($variant == 'light', white, black); } diff --git a/Paper/gtk-3.20/_colors.scss b/Paper/gtk-3.20/_colors.scss index 0337c80..1b2dae2 100644 --- a/Paper/gtk-3.20/_colors.scss +++ b/Paper/gtk-3.20/_colors.scss @@ -15,12 +15,13 @@ $orange: #ff9800; $yellow: #f9ce1d; $green: #4caf50; $blue: #2196f3; +$cyan: #26c6da; $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', #347D9F, lighten(#347D9F,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); @@ -33,7 +34,7 @@ $popover_hover_color: lighten($popover_bg_color, 5%); $selection_mode_headerbar_bg_color: #347D9F; -$scrollbar_bg_color: if($variant == 'light', mix($bg_color, $fg_color, 80%), mix($base_color, $bg_color, 50%)); +$scrollbar_bg_color: transparent; $scrollbar_slider_color: mix($fg_color, $bg_color, 60%); $scrollbar_slider_hover_color: mix($fg_color, $bg_color, 80%); $scrollbar_slider_active_color: if($variant=='light', darken($selected_bg_color, 10%), lighten($selected_bg_color, 10%)); @@ -54,7 +55,7 @@ $base_hover_color: transparentize($fg_color, 0.95); $tooltip_borders_color: transparentize(white, 0.9); $shadow_color: transparentize(black, 0.8); -$text_shadow_color: if($variant == 'light', $shadow_color, transparentize(white, 0.9)); +$text_shadow_color: if($variant == 'dark', $shadow_color, transparentize(white, 0.9)); $icon_shadow_color: $text_shadow_color; $drop_target_color: #4e9a06; diff --git a/Paper/gtk-3.20/gtk-dark.css b/Paper/gtk-3.20/gtk-dark.css index f855da4..c6ca576 100644 --- a/Paper/gtk-3.20/gtk-dark.css +++ b/Paper/gtk-3.20/gtk-dark.css @@ -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 #449ac2; +@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 #449ac2; +@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: #449ac2; } + -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: #449ac2; } + 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 #347d9f; - background-color: rgba(52, 125, 159, 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: #449ac2; + 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: #449ac2; } + 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: #a2cde1; } + 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(91, 167, 202, 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(#7eb9d5), 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(#449ac2), 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: #215065; - background-image: linear-gradient(to bottom, #449ac2, #3a8cb2); - text-shadow: 0 1px rgba(0, 0, 0, 0.58902); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.58902); + 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: #449ac2; } + color: #51adf6; } button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); - border-color: #215065; - background-image: linear-gradient(to bottom, #489cc3, #3e95be 60%, #3c8fb6); - text-shadow: 0 1px rgba(0, 0, 0, 0.54102); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.54102); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); } + 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: #215065; - background-image: linear-gradient(to bottom, #3886ab, #3e95be); - text-shadow: 0 1px rgba(0, 0, 0, 0.66902); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.66902); + 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: #215065; - background-image: linear-gradient(to bottom, #449ac2); + 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: #daebf3; } + color: #dceffd; } button.suggested-action:backdrop label, button.suggested-action:backdrop, button.suggested-action.flat:backdrop label, button.suggested-action.flat:backdrop { - color: #daebf3; } + 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: #215065; + 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: #d6e5ec; } + 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: #d6e5ec; } + 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: #215065; + border-color: #0a6ebd; background-image: none; - background-color: #3d81a1; + 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: #81adc2; } + 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(68, 154, 194, 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: #215065; + border-color: #0a6ebd; background-image: none; - background-color: #3d81a1; + 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: #b1cdd9; } + 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: #b1cdd9; } + color: #b0d5f1; } .osd button.suggested-action { color: #cfd8dc; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(68, 154, 194, 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(68, 154, 194, 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, #449ac2); + 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(68, 154, 194, 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(#7eb9d5), 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: #449ac2; } + 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: #449ac2; + 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: #449ac2; + 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: #449ac2; } + 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: #449ac2; } + 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: #449ac2; } + color: #51adf6; } placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; } @@ -2698,7 +2698,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #222c31 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: #3e515a; } + background-color: transparent; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } scrolledwindow junction:backdrop { @@ -2728,7 +2728,7 @@ GraniteWidgetsPopOver { background: none; border: none; } GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { - color: #449ac2; } + 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(68, 154, 194, 0); - background-image: linear-gradient(to bottom, rgba(68, 154, 194, 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: #449ac2; + 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: #449ac2; } + 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: #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #347d9f; - background-color: #449ac2; } + 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 #449ac2; } + 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: #b4d7e7; } + color: #b9defb; } *:link:hover, button:hover:link, button:hover:visited { color: #3333ff; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #ecf5f9; } + color: #eef7fe; } *:link:active, button:active:link, button:active:visited { color: blue; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #daebf3; } + 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: #449ac2; } + 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: #daebf3; } + 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: #52a0c5; } + background-color: #5eb1f3; } row.activatable:selected:backdrop { - background-color: #449ac2; } + background-color: #51adf6; } /********* * Menus * @@ -3512,7 +3512,7 @@ menubar { min-height: 16px; padding: 4px 8px; } menubar > menuitem:hover { - box-shadow: inset 0 -3px #449ac2; + 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: #449ac2; } + 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 #449ac2; } + 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 #449ac2; } + 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 #449ac2; } + 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 #449ac2; } + 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(#449ac2); } + 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: #449ac2; - border-color: #347d9f; } + background-color: #51adf6; + border-color: #2196f3; } GtkProgressBar:active:backdrop, .progressbar:active:backdrop, progressbar:active:backdrop { - background-color: #6bafce; - border-color: #449ac2; } + 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 #347d9f; + border: 1px solid #2196f3; color: rgba(0, 0, 0, 0.5); - background-color: #449ac2; } + background-color: #51adf6; } /************ * GtkScale * @@ -4252,7 +4252,7 @@ GtkProgressBar progress, progressbar .progressbar, progressbar progress, scale highlight { border: 1px solid #222c31; - background-color: #449ac2; + 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: #6bafce; - background-color: #6bafce; } + 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(68, 154, 194, 0.5); - border: 1px solid #449ac2; } + 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); } @@ -4951,7 +4951,7 @@ scale { **************/ .scrollbar, scrollbar { - background-color: #3e515a; + background-color: transparent; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; @@ -4987,7 +4987,7 @@ scrollbar { background-color: #b1bbc0; } .scrollbar slider:hover:active, scrollbar slider:hover:active { - background-color: #6bafce; } + 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: #6bafce; } + 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: #449ac2; + 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: #449ac2; } + color: #51adf6; } /********************* * Spinner Animation * @@ -5453,9 +5453,9 @@ switch { switch:backdrop:disabled { background-color: #3d4f57; } switch:active, switch:checked { - background-color: #449ac2; } + background-color: #51adf6; } switch:active:backdrop, switch:checked:backdrop { - background-color: #57a4c8; } + 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: #449ac2; } + background-color: #51adf6; } switch trough:active:backdrop, switch trough:checked:backdrop { - background-color: #57a4c8; } + background-color: #6ab8f7; } /************ * Toolbars * @@ -5751,7 +5751,7 @@ searchbar, .inline-toolbar .entry:selected, .inline-toolbar entry:selected { color: #455a64; - background-color: #449ac2; } + 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: #a2cde1; + 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: #8fc2da; } + color: #97cefa; } GtkTreeView.view:disabled:selected:backdrop, treeview.view:disabled:selected:backdrop { - color: rgba(91, 167, 202, 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: #c7e1ed; } + 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(150, 198, 221, 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: #449ac2; - background-image: linear-gradient(to bottom, #449ac2, #347d9f); + 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: #347d9f; + 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: #449ac2; + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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(68, 154, 194, 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(68, 154, 194, 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 #449ac2; } + 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: #449ac2; + background-color: #51adf6; color: #ffffff; } /******** @@ -6890,7 +6890,7 @@ YelpWindow headerbar { .button.app .app:hover { border-radius: 8px; border: none; - background-color: rgba(68, 154, 194, 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(68, 154, 194, 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: #449ac2; + -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: #449ac2; } + 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: #449ac2; + 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: #57a4c8; + 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 #347d9f; } + border: 0px solid #2196f3; } /*********** * LightDm * diff --git a/Paper/gtk-3.20/gtk.css b/Paper/gtk-3.20/gtk.css index 602a044..ca84e84 100644 --- a/Paper/gtk-3.20/gtk.css +++ b/Paper/gtk-3.20/gtk.css @@ -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 #347D9F; +@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 #347D9F; +@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: #347D9F; } + -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: #347D9F; } + 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 #275f79; - background-color: rgba(39, 95, 121, 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: #347D9F; + 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: #347D9F; } + 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: #9abecf; } + 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(77, 141, 171, 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(#347D9F), 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(#347D9F), 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: #275f79; } + 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,11 +781,11 @@ button { button.suggested-action { color: white; outline-color: rgba(255, 255, 255, 0.3); - border-color: #15313f; - background-image: linear-gradient(to bottom, #347D9F, #2e6e8c); - text-shadow: 0 1px rgba(0, 0, 0, 0.66902); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.66902); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); + 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 { border-color: transparent; @@ -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: #347D9F; } + color: #2196f3; } button.suggested-action:hover { color: white; outline-color: rgba(255, 255, 255, 0.3); - border-color: #15313f; - background-image: linear-gradient(to bottom, #3c8fb6, #347D9F 60%, #2f7190); - text-shadow: 0 1px rgba(0, 0, 0, 0.62102); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.62102); - box-shadow: inset 0 1px rgba(255, 255, 255, 0.2); } + 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: #15313f; - background-image: linear-gradient(to bottom, #2b6884, #317797); - text-shadow: 0 1px rgba(0, 0, 0, 0.74902); - -gtk-icon-shadow: 0 -1px rgba(0, 0, 0, 0.74902); + 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: #347D9F; - background-image: linear-gradient(to bottom, #347D9F); + 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: #d6e5ec; } + color: #d3eafd; } button.suggested-action:backdrop label, button.suggested-action:backdrop, button.suggested-action.flat:backdrop label, button.suggested-action.flat:backdrop { - color: #d6e5ec; } + 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: #275f79; + 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: #d4dfe4; } + 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: #d4dfe4; } + 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: #4a839c; + border-color: #2a9bf4; background-image: none; - background-color: #4a839c; + 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: #89aebf; } + 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(52, 125, 159, 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: #15313f; + border-color: #08528d; background-image: none; - background-color: #4a839c; + 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: #b7cdd7; } + 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: #b7cdd7; } + color: #aad7fb; } .osd button.suggested-action { color: #cfd8dc; border-color: rgba(0, 0, 0, 0.7); - background-image: linear-gradient(to bottom, rgba(52, 125, 159, 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(52, 125, 159, 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, #347D9F); + 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(52, 125, 159, 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(#347D9F), 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: #275f79; } + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; + 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: #347D9F; + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; } + 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: #347D9F; } + color: #2196f3; } placessidebar row:drop(active):not(:disabled) { color: #4e9a06; box-shadow: inset 0 1px #4e9a06, inset 0 -1px #4e9a06; } @@ -2707,7 +2707,7 @@ scrolledwindow undershoot.right { scrolledwindow junction { border-color: transparent; border-image: linear-gradient(to bottom, #c4c4c4 1px, transparent 1px) 0 0 0 1/0 1px stretch; - background-color: lightgray; } + background-color: transparent; } scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; } scrolledwindow junction:backdrop { @@ -2737,7 +2737,7 @@ GraniteWidgetsPopOver { background: none; border: none; } GraniteWidgetsPopOver .button:active, GraniteWidgetsPopOver .button:active:hover { - color: #347D9F; } + 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: #275f79; + 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(52, 125, 159, 0); - background-image: linear-gradient(to bottom, rgba(52, 125, 159, 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: #347D9F; + 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: #347D9F; } + 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: #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #275f79; - background-color: #347D9F; } + 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 #347D9F; } + 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: #aecbd9; } + color: #a6d5fa; } *:link:hover, button:hover:link, button:hover:visited { color: #3333ff; } *:selected *:link:hover, *:selected button:hover:link, *:selected button:hover:visited { - color: #ebf2f5; } + color: #e9f5fe; } *:link:active, button:active:link, button:active:visited { color: blue; } *:selected *:link:active, *:selected button:active:link, *:selected button:active:visited { - color: #d6e5ec; } + 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: #347D9F; } + 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: #d6e5ec; } + 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: #367796; } + background-color: #258ee2; } row.activatable:selected:backdrop { - background-color: #347D9F; } + background-color: #2196f3; } /********* * Menus * @@ -3521,7 +3521,7 @@ menubar { min-height: 16px; padding: 4px 8px; } menubar > menuitem:hover { - box-shadow: inset 0 -3px #347D9F; + 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: #347D9F; } + 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 #347D9F; } + 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 #347D9F; } + 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 #347D9F; } + 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 #347D9F; } + 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(#347D9F); } + 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: #347D9F; - border-color: #275f79; } + background-color: #2196f3; + border-color: #0c7cd5; } GtkProgressBar:active:backdrop, .progressbar:active:backdrop, progressbar:active:backdrop { - background-color: #449ac2; - border-color: #347d9f; } + 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 #275f79; + border: 1px solid #0c7cd5; color: rgba(0, 0, 0, 0.5); - background-color: #347D9F; } + 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: #275f79; } + 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 #275f79; - background-color: #347D9F; + 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: #449ac2; - background-color: #449ac2; } + 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: #275f79; } + 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(52, 125, 159, 0.5); - border: 1px solid #347D9F; } + 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: #275f79; } + 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: #275f79; } + border-color: #0c7cd5; } .osd scale slider { color: #cfd8dc; border-color: rgba(0, 0, 0, 0.7); @@ -4960,7 +4960,7 @@ scale { **************/ .scrollbar, scrollbar { - background-color: lightgray; + background-color: transparent; transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } * { -GtkScrollbar-has-backward-stepper: false; @@ -4996,7 +4996,7 @@ scrollbar { background-color: #686868; } .scrollbar slider:hover:active, scrollbar slider:hover:active { - background-color: #275f79; } + 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: #275f79; } + 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: #347D9F; + 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: #347D9F; } + color: #2196f3; } /********************* * Spinner Animation * @@ -5462,9 +5462,9 @@ switch { switch:backdrop:disabled { background-color: #fafafa; } switch:active, switch:checked { - background-color: #347D9F; } + background-color: #2196f3; } switch:active:backdrop, switch:checked:backdrop { - background-color: #3a8cb2; } + 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: #275f79; } + border-color: #0c7cd5; } row:selected switch:backdrop { - border-color: #275f79; } + 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: #275f79; } + border-color: #0c7cd5; } switch trough:active, switch trough:checked { - background-color: #347D9F; } + background-color: #2196f3; } switch trough:active:backdrop, switch trough:checked:backdrop { - background-color: #3a8cb2; } + background-color: #39a1f4; } /************ * Toolbars * @@ -5771,7 +5771,7 @@ searchbar, .inline-toolbar .entry:selected, .inline-toolbar entry:selected { color: #ffffff; - background-color: #347D9F; } + 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: #9abecf; + 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: #85b1c5; } + color: #7ac0f8; } GtkTreeView.view:disabled:selected:backdrop, treeview.view:disabled:selected:backdrop { - color: rgba(77, 141, 171, 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: #275f79; } + 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: #c2d8e2; } + 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(141, 182, 201, 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 #275f79; + border: 1px solid #0c7cd5; border-radius: 4px; - background-color: #347D9F; - background-image: linear-gradient(to bottom, #347D9F, #275f79); + 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: #347D9F; + 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: #347D9F; - border-color: #275f79; + 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: #347D9F; } + 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: #347D9F; + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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(52, 125, 159, 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(52, 125, 159, 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 #347D9F; } + 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: #347D9F; + background-color: #2196f3; color: #ffffff; } /******** @@ -6916,7 +6916,7 @@ YelpWindow headerbar { .button.app .app:hover { border-radius: 8px; border: none; - background-color: rgba(52, 125, 159, 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(52, 125, 159, 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: #347D9F; + -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: #347D9F; } + 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: #347D9F; + 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: #3a8cb2; + 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 #275f79; } + border: 0px solid #0c7cd5; } /*********** * LightDm *