From 2275fcb548b8d0ec2d489b2f4eec24b418f49786 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Wed, 8 Jul 2015 02:51:09 +0200 Subject: refinements --- common/gtk-3.0/3.14/gtk-contained-dark.css | 592 ++++++++++++++++------------- 1 file changed, 321 insertions(+), 271 deletions(-) (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index b09cac7..263a3a3 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -33,7 +33,7 @@ ***************/ .background { color: #D3DAE3; - background-color: rgba(47, 52, 59, 0.999); } + background-color: rgba(68, 72, 82, 0.999); } /* These wildcard seems unavoidable, need to investigate. @@ -45,16 +45,16 @@ -gtk-image-effect: dim; } .gtkstyle-fallback { - background-color: #2F343B; + background-color: #444852; color: #D3DAE3; } .gtkstyle-fallback:prelight { - background-color: #464d57; + background-color: #5b606e; color: #D3DAE3; } .gtkstyle-fallback:active { - background-color: #181b1f; + background-color: #2d3036; color: #D3DAE3; } .gtkstyle-fallback:insensitive { - background-color: #343941; + background-color: #494d58; color: rgba(211, 218, 227, 0.45); } .gtkstyle-fallback:selected { background-color: #5294E2; @@ -62,7 +62,7 @@ .view { color: #D3DAE3; - background-color: #292D33; } + background-color: #383C45; } .view.dim-label, GtkLabel.view.separator, GtkPlacesSidebar.sidebar GtkLabel.view.separator, .header-bar .view.subtitle { color: rgba(211, 218, 227, 0.55); } .view.dim-label:selected, GtkLabel.view.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, GtkLabel.view.separator:selected:focus, .header-bar .view.subtitle:selected:focus { @@ -82,12 +82,12 @@ GtkLabel:insensitive { opacity: 0.55; } GtkAssistant .sidebar { - background-color: #292D33; - border-top: 1px solid #1d2024; } + background-color: #383C45; + border-top: 1px solid #2d3036; } GtkAssistant .sidebar:dir(ltr) { - border-right: 1px solid #1d2024; } + border-right: 1px solid #2d3036; } GtkAssistant .sidebar:dir(rtl) { - border-left: 1px solid #1d2024; } + border-left: 1px solid #2d3036; } GtkAssistant.csd .sidebar { border-top-style: none; } GtkAssistant .sidebar GtkLabel { @@ -97,7 +97,7 @@ GtkAssistant .sidebar GtkLabel.highlight { color: #ffffff; } GtkTextView { - background-color: #2c3037; } + background-color: #3e424b; } GtkFlowBox .grid-child { padding: 3px; @@ -140,9 +140,9 @@ GtkFlowBox .grid-child { border-radius: 15px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); color: #D3DAE3; - border-color: #454a54; - background-color: #292D33; - background-image: linear-gradient(to bottom, #292D33); } + border-color: #2d3036; + background-color: #383c45; + background-image: linear-gradient(to bottom, #383c45); } .header-bar .entry { padding: 6px 11px; } .entry.image { @@ -151,21 +151,21 @@ GtkFlowBox .grid-child { .entry.flat, .entry.flat:focus { padding: 2px; color: #D3DAE3; - border-color: #454a54; - background-color: #292D33; - background-image: linear-gradient(to bottom, #292D33); + border-color: #2d3036; + background-color: #383c45; + background-image: linear-gradient(to bottom, #383c45); border: none; border-radius: 0; } .entry:focus { color: #D3DAE3; border-color: #5294E2; - background-color: #292D33; - background-image: linear-gradient(to bottom, #292D33); } + background-color: #383c45; + background-image: linear-gradient(to bottom, #383c45); } .entry:insensitive { color: rgba(211, 218, 227, 0.45); - border-color: rgba(69, 74, 84, 0.55); - background-color: rgba(41, 45, 51, 0.55); - background-image: linear-gradient(to bottom, rgba(41, 45, 51, 0.55)); } + border-color: rgba(45, 48, 54, 0.55); + background-color: rgba(56, 60, 69, 0.55); + background-image: linear-gradient(to bottom, rgba(56, 60, 69, 0.55)); } .entry:selected, .entry:selected:focus { background-color: #5294E2; color: #ffffff; } @@ -192,7 +192,7 @@ GtkFlowBox .grid-child { .entry.error { color: white; border-color: #FC4138; - background-image: linear-gradient(to bottom, #d13d37); } + background-image: linear-gradient(to bottom, #d4403a); } .entry.error:focus { background-image: linear-gradient(to bottom, #FC4138); color: white; } @@ -202,7 +202,7 @@ GtkFlowBox .grid-child { .entry.warning { color: white; border-color: #F27835; - background-image: linear-gradient(to bottom, #c96934); } + background-image: linear-gradient(to bottom, #cc6c38); } .entry.warning:focus { background-image: linear-gradient(to bottom, #F27835); color: white; } @@ -210,26 +210,26 @@ GtkFlowBox .grid-child { background-color: white; color: #F27835; } .entry.image { - color: #b1b7bf; } + color: #b4bac3; } .entry.image:hover { color: #D3DAE3; } .entry.image:active { color: #5294E2; } .linked.vertical > .entry { - border-bottom-color: #25292e; + border-bottom-color: #343840; box-shadow: none; } .linked.vertical > .entry:focus { border-color: #5294E2; box-shadow: 0 -1px 0 0 #5294E2; } .linked.vertical > .entry:insensitive { - border-bottom-color: #25292e; } + border-bottom-color: #343840; } .linked.vertical > .entry:first-child { - border-bottom-color: #25292e; } + border-bottom-color: #343840; } .linked.vertical > .entry:first-child:focus { border-bottom-color: #5294E2; box-shadow: none; } .linked.vertical > .entry:first-child:insensitive { - border-bottom-color: #25292e; } + border-bottom-color: #343840; } .linked.vertical > .entry:last-child { border-bottom-color: rgba(0, 0, 0, 0.14); } .linked.vertical > .entry:last-child:focus { @@ -253,15 +253,15 @@ GtkFlowBox .grid-child { padding: 5px 8px; color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); - border-color: #454a54; - background-color: #2a2f35; } + border-color: #2d3036; + background-color: #3d414b; } .header-bar .button { padding: 6px 11px; } .button.flat { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(47, 52, 59, 0); + background-color: rgba(68, 72, 82, 0); transition: none; } .button.flat:hover { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); @@ -272,7 +272,7 @@ GtkFlowBox .grid-child { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); border-color: #5294E2; - background-color: #2a2f35; + background-color: #3d414b; -gtk-image-effect: highlight; } .button:active, .button:checked { color: #ffffff; @@ -286,8 +286,8 @@ GtkFlowBox .grid-child { background-image: none; } .button:insensitive { color: rgba(211, 218, 227, 0.45); - border-color: rgba(69, 74, 84, 0.55); - background-color: rgba(42, 47, 53, 0.55); } + border-color: rgba(45, 48, 54, 0.55); + background-color: rgba(61, 65, 75, 0.55); } .button:insensitive > GtkLabel { color: inherit; } .button:insensitive:active, .button:insensitive:checked { @@ -475,13 +475,13 @@ GtkFlowBox .grid-child { .inline-toolbar GtkToolButton > .button { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); - border-color: #454a54; - background-color: #2a2f35; } + border-color: #2d3036; + background-color: #3d414b; } .inline-toolbar GtkToolButton > .button:hover { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); border-color: #5294E2; - background-color: #2a2f35; } + background-color: #3d414b; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); @@ -489,8 +489,8 @@ GtkFlowBox .grid-child { background-color: #5294E2; } .inline-toolbar GtkToolButton > .button:insensitive { color: rgba(211, 218, 227, 0.45); - border-color: rgba(69, 74, 84, 0.55); - background-color: rgba(42, 47, 53, 0.55); } + border-color: rgba(45, 48, 54, 0.55); + background-color: rgba(61, 65, 75, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { color: inherit; } .inline-toolbar GtkToolButton > .button:insensitive:active, .inline-toolbar GtkToolButton > .button:insensitive:checked { @@ -594,7 +594,7 @@ GtkFlowBox .grid-child { outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover { - background-color: #373c43; } + background-color: #4b4f59; } /********* * Links * @@ -623,9 +623,9 @@ GtkFlowBox .grid-child { border-radius: 3px; } .spinbutton .button { background-image: none; - border: 1px solid rgba(29, 32, 36, 0.6); + border: 1px solid rgba(45, 48, 54, 0.6); border-style: none none none solid; - color: #cad1da; + color: #cbd2db; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -642,8 +642,8 @@ GtkFlowBox .grid-child { .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); - border-color: #454a54; - background-color: #2a2f35; } + border-color: #2d3036; + background-color: #3d414b; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); @@ -653,18 +653,18 @@ GtkFlowBox .grid-child { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); border-color: #5294E2; - background-color: #2a2f35; } + background-color: #3d414b; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { color: rgba(211, 218, 227, 0.45); - border-color: rgba(69, 74, 84, 0.55); - background-color: rgba(42, 47, 53, 0.55); } + border-color: rgba(45, 48, 54, 0.55); + background-color: rgba(61, 65, 75, 0.55); } .spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical .button:last-child, .spinbutton.vertical:dir(rtl) .button:last-child { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); - border-color: #454a54; - background-color: #2a2f35; } + border-color: #2d3036; + background-color: #3d414b; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); @@ -674,11 +674,11 @@ GtkFlowBox .grid-child { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); border-color: #5294E2; - background-color: #2a2f35; } + background-color: #3d414b; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { color: rgba(211, 218, 227, 0.45); - border-color: rgba(69, 74, 84, 0.55); - background-color: rgba(42, 47, 53, 0.55); } + border-color: rgba(45, 48, 54, 0.55); + background-color: rgba(61, 65, 75, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { color: inherit; } .spinbutton.vertical.entry, .spinbutton.vertical:dir(rtl).entry { @@ -717,10 +717,10 @@ GtkComboBox { border-left-style: none; } GtkComboBox.combobox-entry .button { color: rgba(211, 218, 227, 0.6); - background-color: #454a54; - border-color: #454a54; } + background-color: #2d3036; + border-color: #2d3036; } GtkComboBox.combobox-entry .button:hover { - background-color: #505662; + background-color: #383c44; border-color: #5294E2; box-shadow: -1px 0 #5294E2; } GtkComboBox.combobox-entry .button:active, GtkComboBox.combobox-entry .button:checked { @@ -737,7 +737,7 @@ GtkComboBox { .toolbar, .inline-toolbar { -GtkWidget-window-dragging: true; padding: 4px; - background-color: #2F343B; } + background-color: #444852; } .osd .toolbar, .osd .inline-toolbar, .toolbar.osd, .osd.inline-toolbar { padding: 7px; border: none; @@ -746,31 +746,31 @@ GtkComboBox { .primary-toolbar { color: rgba(207, 218, 231, 0.8); - background-color: #25282e; + background-color: #2f343b; box-shadow: none; border-width: 0 0 1px 0; border-style: solid; - border-image: linear-gradient(to bottom, #25282e, rgba(21, 23, 26, 0.96)) 1 0 1 0; } + border-image: linear-gradient(to bottom, #2f343b, rgba(31, 34, 39, 0.97)) 1 0 1 0; } .primary-toolbar:backdrop { - background-color: #282c32; } + background-color: #32383f; } .inline-toolbar { - background-color: #282c32; + background-color: #3d414a; border-style: solid; - border-color: #1d2024; + border-color: #2d3036; border-width: 0 1px 1px; padding: 3px; border-radius: 0 0 3px 3px; } .search-bar { - background-color: #2F343B; + background-color: #444852; border-style: solid; - border-color: #1d2024; + border-color: #2d3036; border-width: 0 0 1px; padding: 3px; } .action-bar { - background-color: #282c32; } + background-color: #3d414a; } /*************** * Header bars * @@ -780,16 +780,16 @@ GtkComboBox { border-width: 0 0 1px; border-style: solid; border-radius: 0; - border-color: rgba(26, 28, 32, 0.96); + border-color: rgba(36, 39, 45, 0.97); color: rgba(207, 218, 231, 0.8); - background-color: #25282e; } + background-color: #2f343b; } .csd .header-bar { - background-color: rgba(37, 40, 46, 0.96); } + background-color: rgba(47, 52, 59, 0.97); } .header-bar:backdrop { color: rgba(207, 218, 231, 0.5); - background-color: #282c32; } + background-color: #32383f; } .csd .header-bar:backdrop { - background-color: rgba(40, 44, 50, 0.96); } + background-color: rgba(50, 56, 63, 0.97); } .header-bar .title { padding: 0px 12px; } .header-bar .subtitle { @@ -845,28 +845,28 @@ GtkComboBox { .tiled .header-bar, .tiled .header-bar:backdrop, .maximized .header-bar, .maximized .header-bar:backdrop { border-radius: 0; } .maximized .header-bar { - background-color: #25282e; } + background-color: #2f343b; } .maximized .header-bar:backdrop { - background-color: #282c32; } + background-color: #32383f; } .titlebar { padding-left: 7px; padding-right: 7px; - border-radius: 4px 4px 0 0; + border-radius: 3px 3px 0 0; color: rgba(207, 218, 231, 0.8); - background-color: #25282e; - box-shadow: inset 0 1px rgba(44, 47, 54, 0.96); } + background-color: #2f343b; + box-shadow: inset 0 1px rgba(54, 60, 68, 0.97); } .csd .titlebar { - background-color: rgba(37, 40, 46, 0.96); } + background-color: rgba(47, 52, 59, 0.97); } .titlebar:backdrop { color: rgba(207, 218, 231, 0.5); - background-color: #282c32; } + background-color: #32383f; } .csd .titlebar:backdrop { - background-color: rgba(40, 44, 50, 0.96); } + background-color: rgba(50, 56, 63, 0.97); } .maximized .titlebar { - background-color: #25282e; } + background-color: #2f343b; } .maximized .titlebar:backdrop { - background-color: #282c32; } + background-color: #32383f; } .titlebar .titlebar, .titlebar .titlebar:backdrop { @@ -882,8 +882,8 @@ GtkComboBox { .primary-toolbar .entry, .header-bar .entry { color: rgba(207, 218, 231, 0.8); - border-color: #141619; - background-image: linear-gradient(to bottom, rgba(32, 35, 40, 0.9)); + border-color: rgba(24, 27, 31, 0.97); + background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { color: inherit; } @@ -898,7 +898,7 @@ GtkComboBox { color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(32, 35, 40, 0.55)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.52)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; color: #5294E2; } @@ -910,15 +910,15 @@ GtkComboBox { color: rgba(207, 218, 231, 0.8); outline-color: rgba(207, 218, 231, 0.1); outline-offset: -3px; - background-color: rgba(37, 40, 46, 0); - border-color: rgba(37, 40, 46, 0); } + background-color: rgba(47, 52, 59, 0); + border-color: rgba(47, 52, 59, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { color: rgba(207, 218, 231, 0.8); outline-color: rgba(207, 218, 231, 0.1); - border-color: #141619; - background-color: rgba(33, 37, 42, 0.9); } + border-color: rgba(29, 32, 36, 0.97); + background-color: rgba(40, 44, 50, 0.87); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; outline-color: rgba(255, 255, 255, 0.3); @@ -926,8 +926,8 @@ GtkComboBox { background-color: #5294E2; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { color: rgba(207, 218, 231, 0.35); - background-color: rgba(37, 40, 46, 0); - border-color: rgba(37, 40, 46, 0); } + background-color: rgba(47, 52, 59, 0); + border-color: rgba(47, 52, 59, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { color: inherit; } .primary-toolbar .button:insensitive:active, .header-bar .button:insensitive:active, .primary-toolbar .button:insensitive:checked, .header-bar .button:insensitive:checked { @@ -944,8 +944,8 @@ GtkComboBox { .header-bar .linked.path-bar > .button { color: rgba(207, 218, 231, 0.8); outline-color: rgba(207, 218, 231, 0.1); - border-color: #141619; - background-color: rgba(33, 37, 42, 0.9); } + border-color: rgba(29, 32, 36, 0.97); + background-color: rgba(40, 44, 50, 0.87); } .primary-toolbar .linked.stack-switcher > .button:hover, .header-bar .linked.stack-switcher > .button:hover, .primary-toolbar .linked.path-bar > .button:hover, .header-bar .linked.path-bar > .button:hover { @@ -1036,8 +1036,8 @@ GtkComboBox { color: rgba(207, 218, 231, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { color: rgba(207, 218, 231, 0.8); - border-color: #141619; - background-image: linear-gradient(to bottom, rgba(32, 35, 40, 0.9)); + border-color: rgba(24, 27, 31, 0.97); + background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87)); background-color: transparent; } .primary-toolbar GtkComboBox.combobox-entry .button.image, .header-bar GtkComboBox.combobox-entry .button.image, .primary-toolbar GtkComboBox.combobox-entry .button.image:hover, .header-bar GtkComboBox.combobox-entry .button.image:hover { color: inherit; } @@ -1047,7 +1047,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #5294E2); } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(32, 35, 40, 0.55)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.52)); } .primary-toolbar GtkSwitch:backdrop, .header-bar GtkSwitch:backdrop { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { @@ -1061,9 +1061,9 @@ GtkComboBox { .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { background-image: linear-gradient(to bottom, rgba(207, 218, 231, 0.1)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { - background-image: linear-gradient(to bottom, rgba(40, 44, 50, 0.996)); } + background-image: linear-gradient(to bottom, rgba(55, 59, 68, 0.997)); } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { - background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.976)); } + background-image: linear-gradient(to bottom, rgba(50, 55, 63, 0.982)); } /************ * Pathbars * @@ -1099,7 +1099,7 @@ GtkTreeView.view { border-color: #92b7e2; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #7e838b; } + color: #858b94; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { @@ -1118,13 +1118,13 @@ GtkTreeView.view { box-shadow: none; background-color: #ffffff; } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { - background-color: #454a54; + background-color: #2d3036; border-radius: 3px; border-width: 0; } column-header .button { - color: #b1b7bf; - background-color: #292D33; } + color: #b4bac3; + background-color: #383C45; } column-header .button:hover { color: #5294E2; box-shadow: none; @@ -1139,7 +1139,7 @@ column-header:last-child .button, column-header:last-child.button { column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:active, column-header.button.dnd:selected, column-header.button.dnd:hover { transition: none; color: #5294E2; - box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #292D33, inset -1px 0 #292D33; } + box-shadow: inset 1px 1px 0 1px #5294E2, inset -1px 0 0 1px #5294E2, inset 1px 1px #383C45, inset -1px 0 #383C45; } column-header .button, column-header .button:hover, column-header .button:active { padding: 3px 6px; @@ -1148,9 +1148,9 @@ column-header .button, column-header .button:hover, column-header .button:active border-radius: 0; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.11) 20%, rgba(255, 255, 255, 0.11) 80%, rgba(255, 255, 255, 0) 80%) 0 1 0 0/0 1px 0 0 stretch; } column-header .button:active { - background-color: #292D33; } + background-color: #383C45; } column-header .button:insensitive { - border-color: #2F343B; + border-color: #444852; background-image: none; } /********* @@ -1159,10 +1159,10 @@ column-header .button, column-header .button:hover, column-header .button:active .menubar { -GtkWidget-window-dragging: true; padding: 0px; - background-color: #25282e; + background-color: #2f343b; color: rgba(207, 218, 231, 0.8); } .menubar:backdrop { - background-color: #282c32; } + background-color: #32383f; } .menubar > .menuitem { padding: 6px 8px; border: solid transparent; @@ -1178,8 +1178,8 @@ column-header .button, column-header .button:hover, column-header .button:active margin: 4px; padding: 0; border-radius: 0; - background-color: #22262b; - border: 1px solid #1d2024; } + background-color: #383C45; + border: 1px solid #2d3036; } .csd .menu, .csd .popup { padding: 4px 0px; border-radius: 3px; @@ -1194,7 +1194,7 @@ column-header .button, column-header .button:hover, column-header .button:active .menu .menuitem:insensitive, .popup .menuitem:insensitive { color: rgba(211, 218, 227, 0.45); } .menu .menuitem.separator, .menu GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .menu .menuitem.view.separator, .popup .menuitem.separator, .popup GtkPlacesSidebar.sidebar .menuitem.view.separator, GtkPlacesSidebar.sidebar .popup .menuitem.view.separator { - color: rgba(41, 45, 51, 0); } + color: rgba(56, 60, 69, 0); } .menu .menuitem.arrow, .popup .menuitem.arrow { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); } .menu .menuitem.arrow:dir(rtl), .popup .menuitem.arrow:dir(rtl) { @@ -1203,11 +1203,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top, .popup.button.top { - border-bottom: 1px solid #393e44; } + border-bottom: 1px solid #474b54; } .menu.button.bottom, .popup.button.bottom { - border-top: 1px solid #393e44; } + border-top: 1px solid #474b54; } .menu.button:hover, .popup.button:hover { - background-color: #393e44; } + background-color: #474b54; } .menu.button:insensitive, .popup.button:insensitive { color: transparent; background-color: transparent; @@ -1222,13 +1222,13 @@ column-header .button, column-header .button:hover, column-header .button:active .popover { margin: 10px; padding: 2px; - border: 1px solid #121316; + border: 1px solid #212328; border-radius: 3px; background-clip: border-box; - background-color: #22262b; - box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.07); } + background-color: #383C45; + box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); } .popover .separator, .popover GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .popover .view.separator { - color: rgba(41, 45, 51, 0); } + color: rgba(56, 60, 69, 0); } .popover > .list, .popover > .view, .popover > .toolbar, @@ -1255,7 +1255,7 @@ column-header .button, column-header .button:hover, column-header .button:active *****************/ .notebook { padding: 0; - background-color: #282c32; + background-color: #373b44; -GtkNotebook-initial-gap: 10; -GtkNotebook-arrow-spacing: 5; -GtkNotebook-tab-curvature: 0; @@ -1265,7 +1265,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-focus-line-width: 0; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .notebook.frame { - border: 1px solid #1d2024; } + border: 1px solid #2d3036; } .notebook.frame.top { border-top-width: 0; } .notebook.frame.bottom { @@ -1275,9 +1275,9 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.frame.left { border-left-width: 0; } .notebook.header { - background-color: #292D33; } + background-color: #3e424b; } .notebook.header.frame { - border: 1px solid #1d2024; } + border: 1px solid #2d3036; } .notebook.header.frame.top { border-bottom-width: 0; } .notebook.header.frame.bottom { @@ -1287,13 +1287,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.header.frame.left { border-right-width: 0; } .notebook.header.top { - box-shadow: inset 0 -1px #1f2227; } + box-shadow: inset 0 -1px #2d3036; } .notebook.header.bottom { - box-shadow: inset 0 1px #1f2227; } + box-shadow: inset 0 1px #2d3036; } .notebook.header.right { - box-shadow: inset 1px 0 #1f2227; } + box-shadow: inset 1px 0 #2d3036; } .notebook.header.left { - box-shadow: inset -1px 0 #1f2227; } + box-shadow: inset -1px 0 #2d3036; } .notebook tab { border-width: 0; border-style: solid; @@ -1311,59 +1311,59 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab.reorderable-page.top, .notebook tab.top { border-color: transparent; } .notebook tab.reorderable-page.top:hover, .notebook tab.reorderable-page.top.prelight-page, .notebook tab.top:hover, .notebook tab.top.prelight-page { - border-color: rgba(29, 32, 36, 0.5); + border-color: rgba(45, 48, 54, 0.5); border-width: 1px; border-top-width: 0; - background-color: rgba(47, 52, 59, 0.2); } + background-color: rgba(68, 72, 82, 0.2); } .notebook tab.reorderable-page.top:active, .notebook tab.reorderable-page.top.active-page, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.top:active, .notebook tab.top.active-page, .notebook tab.top.active-page:hover { border-width: 1px; border-top-width: 0; - border-color: #1d2024; - background-color: rgba(0, 0, 0, 0.1); } + border-color: #2d3036; + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.top:active:hover, .notebook tab.reorderable-page.top.active-page:hover, .notebook tab.reorderable-page.top.active-page:hover:hover, .notebook tab.top:active:hover, .notebook tab.top.active-page:hover, .notebook tab.top.active-page:hover:hover { - background-color: rgba(0, 0, 0, 0.1); } + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.bottom, .notebook tab.bottom { border-color: transparent; } .notebook tab.reorderable-page.bottom:hover, .notebook tab.reorderable-page.bottom.prelight-page, .notebook tab.bottom:hover, .notebook tab.bottom.prelight-page { - border-color: rgba(29, 32, 36, 0.5); + border-color: rgba(45, 48, 54, 0.5); border-width: 1px; border-bottom-width: 0; - background-color: rgba(47, 52, 59, 0.2); } + background-color: rgba(68, 72, 82, 0.2); } .notebook tab.reorderable-page.bottom:active, .notebook tab.reorderable-page.bottom.active-page, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.bottom:active, .notebook tab.bottom.active-page, .notebook tab.bottom.active-page:hover { border-width: 1px; border-bottom-width: 0; - border-color: #1d2024; - background-color: rgba(0, 0, 0, 0.1); } + border-color: #2d3036; + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.bottom:active:hover, .notebook tab.reorderable-page.bottom.active-page:hover, .notebook tab.reorderable-page.bottom.active-page:hover:hover, .notebook tab.bottom:active:hover, .notebook tab.bottom.active-page:hover, .notebook tab.bottom.active-page:hover:hover { - background-color: rgba(0, 0, 0, 0.1); } + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.right, .notebook tab.right { border-color: transparent; } .notebook tab.reorderable-page.right:hover, .notebook tab.reorderable-page.right.prelight-page, .notebook tab.right:hover, .notebook tab.right.prelight-page { - border-color: rgba(29, 32, 36, 0.5); + border-color: rgba(45, 48, 54, 0.5); border-width: 1px; border-right-width: 0; - background-color: rgba(47, 52, 59, 0.2); } + background-color: rgba(68, 72, 82, 0.2); } .notebook tab.reorderable-page.right:active, .notebook tab.reorderable-page.right.active-page, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.right:active, .notebook tab.right.active-page, .notebook tab.right.active-page:hover { border-width: 1px; border-right-width: 0; - border-color: #1d2024; - background-color: rgba(0, 0, 0, 0.1); } + border-color: #2d3036; + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.right:active:hover, .notebook tab.reorderable-page.right.active-page:hover, .notebook tab.reorderable-page.right.active-page:hover:hover, .notebook tab.right:active:hover, .notebook tab.right.active-page:hover, .notebook tab.right.active-page:hover:hover { - background-color: rgba(0, 0, 0, 0.1); } + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.left, .notebook tab.left { border-color: transparent; } .notebook tab.reorderable-page.left:hover, .notebook tab.reorderable-page.left.prelight-page, .notebook tab.left:hover, .notebook tab.left.prelight-page { - border-color: rgba(29, 32, 36, 0.5); + border-color: rgba(45, 48, 54, 0.5); border-width: 1px; border-left-width: 0; - background-color: rgba(47, 52, 59, 0.2); } + background-color: rgba(68, 72, 82, 0.2); } .notebook tab.reorderable-page.left:active, .notebook tab.reorderable-page.left.active-page, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.left:active, .notebook tab.left.active-page, .notebook tab.left.active-page:hover { border-width: 1px; border-left-width: 0; - border-color: #1d2024; - background-color: rgba(0, 0, 0, 0.1); } + border-color: #2d3036; + background-color: rgba(0, 0, 0, 0.15); } .notebook tab.reorderable-page.left:active:hover, .notebook tab.reorderable-page.left.active-page:hover, .notebook tab.reorderable-page.left.active-page:hover:hover, .notebook tab.left:active:hover, .notebook tab.left.active-page:hover, .notebook tab.left.active-page:hover:hover { - background-color: rgba(0, 0, 0, 0.1); } + background-color: rgba(0, 0, 0, 0.15); } .notebook tab GtkLabel { padding: 0 2px; color: rgba(211, 218, 227, 0.45); } @@ -1373,7 +1373,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #D3DAE3; } .notebook tab .button { padding: 0; - color: #999fa8; } + color: #a0a6b0; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1408,9 +1408,9 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbar.slider { border-radius: 20px; border: 3px solid transparent; - background-color: #70767e; } + background-color: #7d828c; } .scrollbar.slider:hover { - background-color: #a1a8b0; } + background-color: #a8aeb7; } .scrollbar.slider:prelight:active { background-color: #5294E2; } .scrollbar.slider.fine-tune { @@ -1424,14 +1424,15 @@ column-header .button, column-header .button:hover, column-header .button:active .scrollbars-junction.frame, .frame.scrollbar.trough { border-color: transparent; - background-color: #292D33; } + background-color: #383C45; } /********** * Switch * **********/ GtkSwitch { font: 1; - -GtkSwitch-slider-width: 41; } + -GtkSwitch-slider-width: 41; + outline-color: transparent; } GtkSwitch.trough, GtkSwitch.slider { background-size: 52px 24px; background-repeat: no-repeat; @@ -1447,38 +1448,82 @@ GtkSwitch { GtkSwitch.trough { background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } +.list-row:selected GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } + GtkSwitch.trough:active { background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } +.list-row:selected GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + GtkSwitch.trough:insensitive { background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } -GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } +.list-row:selected GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } -.header-bar GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } -.header-bar GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } +GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } -.header-bar GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } +.list-row:selected GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } -.header-bar GtkSwitch.trough:active:insensitive { +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive { background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } .list-row:selected GtkSwitch.trough { - background-image: -gtk-scaled(url("assets/switch-selected-dark.png"), url("assets/switch-selected-dark@2.png")); } + background-image: -gtk-scaled(url("assets/switch-dark.png"), url("assets/switch-dark@2.png")); } + +.list-row:selected GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-selected.png"), url("assets/switch-selected@2.png")); } + +.header-bar GtkSwitch.trough, +.primary-toolbar GtkSwitch.trough { + background-image: -gtk-scaled(url("assets/switch-header-dark.png"), url("assets/switch-header-dark@2.png")); } .list-row:selected GtkSwitch.trough:active { - background-image: -gtk-scaled(url("assets/switch-active-selected-dark.png"), url("assets/switch-active-selected-dark@2.png")); } + background-image: -gtk-scaled(url("assets/switch-active-dark.png"), url("assets/switch-active-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-selected.png"), url("assets/switch-active-selected@2.png")); } + +.header-bar GtkSwitch.trough:active, +.primary-toolbar GtkSwitch.trough:active { + background-image: -gtk-scaled(url("assets/switch-active-header-dark.png"), url("assets/switch-active-header-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-dark.png"), url("assets/switch-insensitive-dark@2.png")); } .list-row:selected GtkSwitch.trough:insensitive { - background-image: -gtk-scaled(url("assets/switch-insensitive-selected-dark.png"), url("assets/switch-insensitive-selected-dark@2.png")); } + background-image: -gtk-scaled(url("assets/switch-insensitive-selected.png"), url("assets/switch-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:insensitive, +.primary-toolbar GtkSwitch.trough:insensitive { + background-image: -gtk-scaled(url("assets/switch-insensitive-header-dark.png"), url("assets/switch-insensitive-header-dark@2.png")); } + +.list-row:selected GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-dark.png"), url("assets/switch-active-insensitive-dark@2.png")); } .list-row:selected GtkSwitch.trough:active:insensitive { - background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected-dark.png"), url("assets/switch-active-insensitive-selected-dark@2.png")); } + background-image: -gtk-scaled(url("assets/switch-active-insensitive-selected.png"), url("assets/switch-active-insensitive-selected@2.png")); } + +.header-bar GtkSwitch.trough:active:insensitive, +.primary-toolbar GtkSwitch.trough:active:insensitive { + background-image: -gtk-scaled(url("assets/switch-active-insensitive-header-dark.png"), url("assets/switch-active-insensitive-header-dark@2.png")); } /************************* * Check and Radio items * @@ -1599,7 +1644,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { margin: 3px; } .scale.slider { background-clip: border-box; - background-image: linear-gradient(to bottom, #292D33); + background-image: linear-gradient(to bottom, #383c45); border: 1px solid #5294E2; border-radius: 50%; box-shadow: none; } @@ -1607,8 +1652,8 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { background-image: linear-gradient(to bottom, #5294E2); border-color: #5294E2; } .scale.slider:insensitive { - background-image: linear-gradient(to bottom, #2b3036); - border-color: #426896; } + background-image: linear-gradient(to bottom, #3d414a); + border-color: #4b71a1; } .scale.slider:active { background-image: linear-gradient(to bottom, #2679db); border-color: #2679db; } @@ -1635,13 +1680,13 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { .scale.trough { border: none; border-radius: 2.5px; - background-image: linear-gradient(to bottom, #454a54); } + background-image: linear-gradient(to bottom, #2f323a); } .scale.trough.highlight { background-image: linear-gradient(to bottom, #5294E2); } .scale.trough.highlight:insensitive { background-image: linear-gradient(to bottom, rgba(82, 148, 226, 0.55)); } .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(69, 74, 84, 0.55)); } + background-image: linear-gradient(to bottom, rgba(47, 50, 58, 0.55)); } .osd .scale.trough { background-image: linear-gradient(to bottom, rgba(76, 81, 93, 0.95)); outline-color: rgba(168, 173, 181, 0.2); } @@ -1683,7 +1728,7 @@ GtkProgressBar { GtkProgressBar.trough, .level-bar.trough { border: none; border-radius: 3px; - background-color: #454a54; } + background-color: #2f323a; } GtkProgressBar.trough.osd, .osd.level-bar.trough { border-style: none; background-color: transparent; @@ -1725,7 +1770,7 @@ GtkLevelBar.vertical { * Frames * **********/ .frame { - border: 1px solid #1d2024; + border: 1px solid #2d3036; padding: 0; } .frame.flat { border-style: none; } @@ -1745,8 +1790,8 @@ GtkScrolledWindow GtkViewport.frame { * Lists * *********/ .list, .list-row { - background-color: #292D33; - border-color: #1d2024; } + background-color: #383C45; + border-color: #2d3036; } .list-row, .grid-child { @@ -1833,7 +1878,7 @@ GtkExpander { * Calendar * ***********/ GtkCalendar { - border: 1px solid #1d2024; + border: 1px solid #2d3036; border-radius: 3px; padding: 2px; } GtkCalendar:selected { @@ -1862,8 +1907,8 @@ GtkCalendar { .message-dialog { -GtkDialog-button-spacing: 0; } .message-dialog .titlebar { - background-color: rgba(37, 40, 46, 0.96); - border-bottom: 1px solid rgba(21, 23, 26, 0.96); } + background-color: rgba(47, 52, 59, 0.97); + border-bottom: 1px solid rgba(31, 34, 39, 0.97); } .message-dialog.csd.background { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; @@ -1885,18 +1930,18 @@ GtkCalendar { border-bottom-left-radius: 3px; } GtkFileChooserDialog .search-bar { - background-color: #2F343B; - border-color: #1d2024; + background-color: #444852; + border-color: #2d3036; box-shadow: none; } GtkFileChooserDialog .dialog-action-box { - border-top: 1px solid #1d2024; } + border-top: 1px solid #2d3036; } /*********** * Sidebar * ***********/ .sidebar { border: none; - background-color: #2F343B; } + background-color: #444852; } .sidebar .scrollbar.trough { background-color: transparent; border-width: 2px; @@ -1926,7 +1971,7 @@ GtkPaned { margin-left: 8px; } .pane-separator { - background-image: linear-gradient(to bottom, #1d2024); } + background-image: linear-gradient(to bottom, #2d3036); } /************** * GtkInfoBar * @@ -2027,13 +2072,13 @@ GtkColorSwatch { border-color: rgba(255, 255, 255, 0.5); } GtkColorChooserWidget #add-color-button { - border-color: #262a2f; - background-color: #262a2f; - color: #2F343B; + border-color: #383c44; + background-color: #383c44; + color: #444852; box-shadow: none; } GtkColorChooserWidget #add-color-button:hover { - border-color: #1d2024; - background-color: #1d2024; } + border-color: #2d3036; + background-color: #2d3036; } GtkColorButton.button { padding: 4px; } @@ -2049,7 +2094,7 @@ GtkColorButton.button { color: #D3DAE3; outline-color: rgba(211, 218, 227, 0.3); border-color: #5294E2; - background-color: #2a2f35; } + background-color: #3d414b; } GtkVolumeButton.button { padding: 8px; } @@ -2058,24 +2103,24 @@ GtkVolumeButton.button { * Window Decorations * *********************/ .window-frame { - border-radius: 4px 4px 0 0; + border-radius: 3px 3px 0 0; border-width: 0px; - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65), 0 4px 8px 1px rgba(0, 0, 0, 0.65); + box-shadow: 0 0 0 1px rgba(31, 34, 39, 0.97), 0 4px 8px 1px rgba(0, 0, 0, 0.55); /* this is used for the resize cursor area */ margin: 10px; } .window-frame:backdrop { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.65), 0 4px 5px 2px rgba(0, 0, 0, 0.65); } + box-shadow: 0 0 0 1px rgba(31, 34, 39, 0.97), 0 4px 5px 2px rgba(0, 0, 0, 0.55); } .window-frame.tiled { border-radius: 0; } .window-frame.csd.popup, .window-frame.csd.menu { border-radius: 3px; - box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.55); } + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #212429; } .window-frame.csd.tooltip { border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.65); } + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } .window-frame.csd.message-dialog { border-radius: 3px; - box-shadow: 0 1px 6px rgba(0, 0, 0, 0.65); } + box-shadow: 0 1px 6px rgba(0, 0, 0, 0.55); } .header-bar .button.titlebutton, .titlebar .button.titlebutton, .header-bar.selection-mode .button.titlebutton, .titlebar.selection-mode .button.titlebutton { @@ -2083,7 +2128,7 @@ GtkVolumeButton.button { border-color: transparent; background-color: transparent; background-image: none; - background-color: rgba(37, 40, 46, 0); + background-color: rgba(47, 52, 59, 0); border-width: 0; color: transparent; background-position: center; @@ -2405,7 +2450,7 @@ GtkVolumeButton.button { background-position: right center; } GtkHTML { - background-color: #292D33; + background-color: #383C45; color: #D3DAE3; } GtkHTML:active { color: #ffffff; @@ -2421,16 +2466,16 @@ TerminalWindow .notebook tab.reorderable-page:hover { padding-top: 4px; padding-bottom: 4px; } TerminalWindow .notebook.header.top { - box-shadow: inset 0 1px #1a1c20, inset 0 -1px #1f2227; } + box-shadow: inset 0 1px #24272d, inset 0 -1px #2f3239; } TerminalWindow .notebook tab .active-page GtkLabel { color: rgba(207, 218, 231, 0.8); } TerminalWindow .notebook tab .active-page GtkLabel:backdrop { color: rgba(207, 218, 231, 0.5); } TerminalWindow .notebook tab.reorderable-page.top:active, TerminalWindow .notebook tab.reorderable-page.top:active:hover { - background-color: #25282e; - border-color: #1a1c20; } + background-color: #2f343b; + border-color: #24272d; } TerminalWindow .notebook tab.reorderable-page.top:active:backdrop, TerminalWindow .notebook tab.reorderable-page.top:active:hover:backdrop { - background-color: #282c32; } + background-color: #32383f; } TerminalWindow .scrollbar.vertical .slider { margin-left: 3px; } TerminalWindow .scrollbar.trough { @@ -2451,7 +2496,7 @@ NautilusCanvasViewContainer.view .entry, NemoIconViewContainer .entry { color: #ffffff; } NautilusNotebook.notebook { - background-color: #292D33; } + background-color: #383C45; } NautilusNotebook.notebook tab { border-width: 0; border-style: solid; @@ -2466,13 +2511,13 @@ NemoWindow .sidebar .frame { border-width: 0; } NemoWindow GtkSeparator.separator.horizontal, NemoWindow GtkPlacesSidebar.sidebar GtkSeparator.horizontal.view.separator, GtkPlacesSidebar.sidebar NemoWindow GtkSeparator.horizontal.view.separator { - color: #1d2024; } + color: #2d3036; } NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: rgba(207, 218, 231, 0.8); outline-color: rgba(207, 218, 231, 0.1); - border-color: #141619; - background-color: rgba(33, 37, 42, 0.9); } + border-color: rgba(29, 32, 36, 0.97); + background-color: rgba(40, 44, 50, 0.87); } NemoWindow .primary-toolbar NemoPathBar.linked > .button:hover { border-color: #5294E2; } NemoWindow .primary-toolbar NemoPathBar.linked > .button:active, NemoWindow .primary-toolbar NemoPathBar.linked > .button:checked { @@ -2482,10 +2527,10 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { background-color: #5294E2; } .gedit-headerbar-paned { - color: rgba(26, 28, 32, 0.96); } + color: rgba(36, 39, 45, 0.97); } .open-document-selector-listbox-row { - border-bottom: 1px solid #24272d; + border-bottom: 1px solid #383c44; padding: 6px 6px 6px 12px; } .open-document-selector-listbox-row .path-label { font-size: smaller; @@ -2503,7 +2548,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { .gedit-document-panel .list-row .button GtkImage { color: inherit; } .gedit-document-panel .prelight-row .button { - color: #999fa8; } + color: #a0a6b0; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { color: #ff4d4d; } @@ -2519,13 +2564,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked > .button { color: #D3DAE3; } .gedit-document-panel-dragged-row { - border: 1px solid #1d2024; - background-color: #181b1f; + border: 1px solid #2d3036; + background-color: #2d3036; color: #D3DAE3; } GeditStatusbar { - border-top: 1px solid #1d2024; - background-color: #2F343B; } + border-top: 1px solid #2d3036; + background-color: #444852; } GeditStatusMenuButton.button.flat, GeditStatusMenuButton:prelight.button.flat, @@ -2534,7 +2579,7 @@ GeditStatusMenuButton:checked.button.flat { border-radius: 0; } GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { - border-bottom: 1px solid #1d2024; } + border-bottom: 1px solid #2d3036; } .gedit-search-entry-occurrences-tag, .gb-search-entry-occurrences-tag { color: rgba(211, 218, 227, 0.6); @@ -2542,9 +2587,9 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { padding: 2px; } GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { - background-color: #343941; + background-color: #494d58; padding: 6px; - border-color: #1d2024; + border-color: #2d3036; border-radius: 0 0 2px 2px; border-width: 0 1px 1px 1px; border-style: solid; } @@ -2552,7 +2597,7 @@ GeditViewFrame .gedit-search-slider, GbEditorFrame .gb-search-slider { GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl) { border-color: rgba(207, 218, 231, 0.1); - background-color: rgba(42, 47, 53, 0.9); } + background-color: rgba(61, 65, 75, 0.9); } GbSearchBox.linked > GtkMenuButton.button:last-child:dir(ltr):hover, GbSearchBox.linked > GtkMenuButton.button:first-child:dir(rtl):hover { border-color: #5294E2; } @@ -2584,7 +2629,7 @@ GdTaggedEntry { .preferences.sidebar GtkViewport { border: none; } .preferences.sidebar GtkListBox { - background-color: #2F343B; } + background-color: #444852; } .preferences.sidebar GtkListBoxRow { padding: 10px; } @@ -2620,10 +2665,10 @@ GbSearchDisplayGroup GtkListBox .list-row, GbDocumentStack .button { GbViewStack GtkBox.header.notebook, GbEditorWorkspace > GtkPaned > GtkBox > GtkBox.header.notebook { - border-bottom: 1px solid #1d2024; } + border-bottom: 1px solid #2d3036; } GbViewStack.focused GtkBox.header.notebook { - background-color: #2F343B; } + background-color: #444852; } GbViewStack.focused GtkBox.header.notebook .button.dim-label, GbViewStack.focused GtkBox.header.notebook GtkLabel.button.separator, GbViewStack.focused GtkBox.header.notebook .header-bar .button.subtitle, .header-bar GbViewStack.focused GtkBox.header.notebook .button.subtitle { opacity: 1; } @@ -2778,8 +2823,8 @@ MarlinViewWindow *:selected:focus { .marlin-pathbar.pathbar { border-radius: 14.5px; color: rgba(207, 218, 231, 0.8); - border-color: #141619; - background-image: linear-gradient(to bottom, rgba(32, 35, 40, 0.9)); + border-color: rgba(24, 27, 31, 0.97); + background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.87)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { color: inherit; } @@ -2789,15 +2834,15 @@ MarlinViewWindow *:selected:focus { background-image: linear-gradient(to bottom, #5294E2); } .marlin-pathbar.pathbar:insensitive { color: rgba(207, 218, 231, 0.35); - background-image: linear-gradient(to bottom, rgba(32, 35, 40, 0.55)); } + background-image: linear-gradient(to bottom, rgba(38, 42, 48, 0.52)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294E2; } .gala-notification { - border: 1px solid #1d2024; + border: 1px solid #2d3036; border-radius: 3px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); - background-image: linear-gradient(to bottom, #292D33); + background-image: linear-gradient(to bottom, #383C45); background-color: transparent; } .gala-notification .title, .gala-notification .label { color: #D3DAE3; } @@ -2864,7 +2909,7 @@ MarlinViewWindow *:selected:focus { PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } PantheonTerminalPantheonTerminalWindow.background .notebook.header.top { - box-shadow: inset 0 1px rgba(26, 28, 32, 0.96), inset 0 -1px #1f2227; } + box-shadow: inset 0 1px #24272d, inset 0 -1px #2f3239; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { @@ -2889,12 +2934,12 @@ UnityDecoration { border-bottom-width: 0; border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; - background-image: linear-gradient(to bottom, #25282e); + background-image: linear-gradient(to bottom, #2f343b); color: rgba(207, 218, 231, 0.8); - box-shadow: inset 0 1px rgba(44, 47, 54, 0.96); } + box-shadow: inset 0 1px rgba(54, 60, 68, 0.97); } UnityDecoration.top:backdrop { border-bottom-width: 0; - background-image: linear-gradient(to bottom, #282c32); + background-image: linear-gradient(to bottom, #32383f); color: rgba(207, 218, 231, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25)); } @@ -2924,8 +2969,8 @@ GraniteWidgetsThinPaned { background-color: transparent; background-image: none; margin: 0; - border-left: 1px solid #1d2024; - border-right: 1px solid #1d2024; } + border-left: 1px solid #2d3036; + border-right: 1px solid #2d3036; } GraniteWidgetsPopOver .frame, GraniteWidgetsStaticNotebook .frame { @@ -2937,7 +2982,7 @@ GraniteWidgetsStaticNotebook .frame { .secondary-toolbar.toolbar, .secondary-toolbar.inline-toolbar { padding: 3px; - border-bottom: 1px solid #1d2024; } + border-bottom: 1px solid #2d3036; } .secondary-toolbar.toolbar .button, .secondary-toolbar.inline-toolbar .button { padding: 0 3px 0 3px; } @@ -2945,8 +2990,8 @@ GraniteWidgetsStaticNotebook .frame { padding: 5px; border-width: 1px 0 0 0; border-style: solid; - border-color: #1d2024; - background-color: #2F343B; } + border-color: #2d3036; + background-color: #444852; } .bottom-toolbar.toolbar .button, .bottom-toolbar.inline-toolbar .button { padding: 2px 3px 2px 3px; } @@ -2956,7 +3001,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { - background-color: #2F343B; + background-color: #444852; color: #D3DAE3; -gtk-icon-style: regular; } @@ -2964,7 +3009,7 @@ GraniteWidgetsStaticNotebook .frame { color: transparent; } .source-list.view:prelight { - background-color: #3a4149; } + background-color: #505460; } .source-list.view:selected, .source-list.view:prelight:selected, @@ -2978,7 +3023,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list .scrollbar.trough { border-image: none; border-color: transparent; - background-color: #2F343B; + background-color: #444852; background-image: none; } .source-list.badge, @@ -3014,10 +3059,10 @@ GraniteWidgetsStaticNotebook .frame { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GraniteWidgetsWelcome { - background-color: #292D33; } + background-color: #383C45; } GraniteWidgetsWelcome GtkLabel { - color: #81878f; + color: #8b919a; font: open sans 11; text-shadow: none; } @@ -3038,7 +3083,7 @@ GraniteWidgetsPopOver { margin: 0; } .popover_bg { - background-image: linear-gradient(to bottom, #292D33); + background-image: linear-gradient(to bottom, #383C45); border: 1px solid rgba(0, 0, 0, 0.3); } GraniteWidgetsPopOver .sidebar.view, @@ -3056,7 +3101,7 @@ GraniteWidgetsPopOver * { .h4, .category-label { - color: #a1a8b0; + color: #a8aeb7; font-weight: 600; text-shadow: 0 1px rgba(255, 255, 255, 0.6); } @@ -3068,13 +3113,13 @@ GtkListBox .h4 { padding-left: 6px; } .titlebar .separator, .titlebar GtkPlacesSidebar.sidebar .view.separator, GtkPlacesSidebar.sidebar .titlebar .view.separator { - color: rgba(26, 28, 32, 0.96); } + color: rgba(36, 39, 45, 0.97); } GtkFileChooserDialog .dialog-action-box { - background-color: #2F343B; } + background-color: #444852; } NemoWindow GtkEventBox { - background-color: #2F343B; } + background-color: #444852; } GtkFileChooserDialog *, NautilusWindow *, @@ -3084,11 +3129,11 @@ NemoWindow { GtkFileChooserDialog .sidebar, NautilusWindow .sidebar, NemoWindow .sidebar { - box-shadow: inset -1px 0 rgba(32, 35, 39, 0.95); } + border-right: 1px solid rgba(46, 49, 56, 0.95); } GtkFileChooserDialog .sidebar:dir(rtl), NautilusWindow .sidebar:dir(rtl), NemoWindow .sidebar:dir(rtl) { - box-shadow: inset 1px 0 rgba(32, 35, 39, 0.95); } + border-left: 1px solid rgba(46, 49, 56, 0.95); } GtkFileChooserDialog.csd.background, GtkFileChooserDialog .source-list, GtkFileChooserDialog .source-list.view, GtkFileChooserDialog .source-list.view:prelight, @@ -3117,7 +3162,7 @@ NemoWindow .sidebar, NemoWindow MarlinPlacesSidebar, MarlinViewWindow .sidebar, MarlinViewWindow MarlinPlacesSidebar { - background-color: rgba(48, 52, 59, 0.95); } + background-color: rgba(69, 74, 84, 0.95); } GtkFileChooserDialog .sidebar .view, GtkFileChooserDialog .sidebar .source-list.sidebar row, GtkFileChooserDialog MarlinPlacesSidebar .view, GtkFileChooserDialog MarlinPlacesSidebar .source-list.sidebar row, NautilusWindow .sidebar .view, NautilusWindow .sidebar .source-list.sidebar row, @@ -3250,39 +3295,44 @@ GtkFileChooserDialog.maximized .sidebar, NautilusWindow.maximized .sidebar, NemoWindow.maximized .sidebar, MarlinViewWindow.maximized .sidebar { - background-color: #30343b; } + background-color: #454a54; } GtkFileChooserDialog .pane-separator, NautilusWindow .pane-separator, NemoWindow .pane-separator, MarlinViewWindow .pane-separator { - background-color: rgba(32, 35, 39, 0.95); } + background-color: rgba(46, 49, 56, 0.95); } GtkFileChooserDialog GtkPaned > .vertical > .horizontal { - background-color: #2F343B; } + background-color: #444852; } GeditWindow.background.csd { background-color: transparent; } GeditWindow.background.csd .pane-separator, GeditWindow.background.csd .pane-separator:hover { - background-color: rgba(32, 35, 39, 0.95); } - GeditWindow.background.csd .titlebar .pane-separator { - background-color: rgba(26, 28, 32, 0.96); } + background-color: rgba(46, 49, 56, 0.95); } + GeditWindow.background.csd .titlebar .pane-separator, GeditWindow.background.csd.maximized .titlebar .pane-separator, + GeditWindow.background.csd .titlebar .pane-separator:backdrop, GeditWindow.background.csd.maximized .titlebar .pane-separator:backdrop { + background-color: rgba(36, 39, 45, 0.97); } GeditWindow.background.csd .titlebar { background-color: transparent; } + GeditWindow.background.csd.maximized .titlebar { + background-color: #2f343b; } + GeditWindow.background.csd.maximized .titlebar:backdrop { + background-color: rgba(50, 56, 63, 0.97); } GeditWindow.background.csd .gedit-titlebar-left.titlebar, GeditWindow.background.csd .gedit-titlebar-right.titlebar { - background-color: rgba(37, 40, 46, 0.96); } + background-color: rgba(47, 52, 59, 0.97); } GeditWindow.background.csd .gedit-titlebar-left.titlebar:backdrop, GeditWindow.background.csd .gedit-titlebar-right.titlebar:backdrop { - background-color: rgba(40, 44, 50, 0.96); } + background-color: rgba(50, 56, 63, 0.97); } .gedit-bottom-panel-paned { - background-color: #292D33; } + background-color: #383C45; } .gedit-document-panel { - background-color: rgba(48, 52, 59, 0.95); } + background-color: rgba(69, 74, 84, 0.95); } .maximized .gedit-document-panel { - background-color: #30343b; } + background-color: #454a54; } .gedit-document-panel .list-row { color: #A8ADB5; } .gedit-document-panel .list-row { @@ -3309,9 +3359,9 @@ GeditWindow.background.csd { color: #A8ADB5; } GeditWindow.background.csd GeditFileBrowserWidget { - background-color: rgba(48, 52, 59, 0.95); } + background-color: rgba(69, 74, 84, 0.95); } .maximized GeditWindow.background.csd GeditFileBrowserWidget { - background-color: #30343b; } + background-color: #454a54; } GeditWindow.background.csd GeditFileBrowserWidget .scrollbar.trough { background-color: transparent; border-color: transparent; } @@ -3336,7 +3386,7 @@ GeditWindow.background.csd GeditFileBrowserWidget { background-color: transparent; } GeditWindow.background.csd GeditFileBrowserWidget .horizontal { background-color: transparent; - border-color: rgba(32, 35, 39, 0.95); } + border-color: rgba(53, 57, 65, 0.95); } GeditWindow.background.csd GeditFileBrowserWidget .horizontal .button { border-color: transparent; background-color: transparent; @@ -3364,8 +3414,8 @@ GeditWindow.background.csd GeditFileBrowserView.view { color: #5294E2; } GtkFileChooserDialog .action-bar.frame { - background-color: rgba(44, 47, 53, 0.95); - border-color: rgba(32, 35, 39, 0.95); } + background-color: rgba(65, 69, 79, 0.95); + border-color: rgba(35, 37, 42, 0.95); } GtkFileChooserDialog .action-bar.frame GtkLabel { color: #A8ADB5; } GtkFileChooserDialog .action-bar.frame .button { @@ -3386,34 +3436,34 @@ GtkFileChooserDialog .action-bar.frame { /* GTK NAMED COLORS */ @define-color theme_fg_color #D3DAE3; @define-color theme_text_color #D3DAE3; -@define-color theme_bg_color #2F343B; -@define-color theme_base_color #292D33; +@define-color theme_bg_color #444852; +@define-color theme_base_color #383C45; @define-color theme_selected_bg_color #5294E2; @define-color theme_selected_fg_color #ffffff; @define-color fg_color #D3DAE3; @define-color text_color #D3DAE3; -@define-color bg_color #2F343B; -@define-color base_color #292D33; +@define-color bg_color #444852; +@define-color base_color #383C45; @define-color selected_bg_color #5294E2; @define-color selected_fg_color #ffffff; -@define-color insensitive_bg_color #343941; +@define-color insensitive_bg_color #494d58; @define-color insensitive_fg_color rgba(211, 218, 227, 0.45); -@define-color insensitive_base_color #292D33; +@define-color insensitive_base_color #383C45; @define-color theme_unfocused_fg_color #D3DAE3; @define-color theme_unfocused_text_color #D3DAE3; -@define-color theme_unfocused_bg_color #2F343B; -@define-color theme_unfocused_base_color #292D33; -@define-color borders #1d2024; -@define-color unfocused_borders #1d2024; +@define-color theme_unfocused_bg_color #444852; +@define-color theme_unfocused_base_color #383C45; +@define-color borders #2d3036; +@define-color unfocused_borders #2d3036; @define-color warning_color #F27835; @define-color error_color #FC4138; @define-color success_color #73d216; @define-color placeholder_text_color #A8A8A8; @define-color wm_title rgba(207, 218, 231, 0.8); @define-color wm_unfocused_title alpha(rgba(207, 218, 231, 0.8), 0.7); -@define-color wm_bg #25282e; -@define-color wm_bg_unfocused #282c32; -@define-color wm_highlight #2c2f36; +@define-color wm_bg #2f343b; +@define-color wm_bg_unfocused #32383f; +@define-color wm_highlight #363c44; @define-color wm_shadow alpha(black, 0.35); @define-color wm_button_close_bg #e45e65; @define-color wm_button_close_hover_bg #f48085; @@ -3433,4 +3483,4 @@ GtkFileChooserDialog .action-bar.frame { @define-color wm_icon_unfocused_bg #575c63; @define-color wm_icon_hover_bg #838993; @define-color wm_icon_active_bg #ffffff; -@define-color content_view_bg #292D33; +@define-color content_view_bg #383C45; -- cgit v1.2.3