From 5680ad19091aad7aac177b6aefe99124e6ec43e2 Mon Sep 17 00:00:00 2001 From: David Mohammed Date: Sat, 16 Dec 2017 15:43:22 +0000 Subject: [PATCH] Slightly darken fonts for light theme to improve contrast The current font colour for the light theme does not provide enough of a contrast to be easily legible. This commit reduces the contrast colour by approx 7% This resolves for #406 --- common/gtk-2.0/gtkrc | 4 +- common/gtk-3.0/3.18/gtk-darker.css | 256 +++++++-------- common/gtk-3.0/3.18/gtk-solid-darker.css | 256 +++++++-------- common/gtk-3.0/3.18/gtk-solid.css | 378 +++++++++++------------ common/gtk-3.0/3.18/gtk.css | 378 +++++++++++------------ common/gtk-3.0/3.18/sass/_colors.scss | 4 +- common/gtk-3.0/3.20/gtk-darker.css | 196 ++++++------ common/gtk-3.0/3.20/gtk-solid-darker.css | 196 ++++++------ common/gtk-3.0/3.20/gtk-solid.css | 312 +++++++++---------- common/gtk-3.0/3.20/gtk.css | 312 +++++++++---------- common/gtk-3.0/3.20/sass/_colors.scss | 4 +- 11 files changed, 1148 insertions(+), 1148 deletions(-) diff --git a/common/gtk-2.0/gtkrc b/common/gtk-2.0/gtkrc index 8d54f3b..cb46657 100644 --- a/common/gtk-2.0/gtkrc +++ b/common/gtk-2.0/gtkrc @@ -1,7 +1,7 @@ gtk-color-scheme = "base_color: #ffffff" -gtk-color-scheme = "text_color: #5c616c" +gtk-color-scheme = "text_color: #3b3e45" gtk-color-scheme = "bg_color: #f5f6f7" -gtk-color-scheme = "fg_color: #5c616c" +gtk-color-scheme = "fg_color: #3b3e45" gtk-color-scheme = "tooltip_bg_color: #4B5162" gtk-color-scheme = "tooltip_fg_color: #ffffff" gtk-color-scheme = "selected_bg_color: #5294e2" diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css index b10a1c4..c0e3db3 100644 --- a/common/gtk-3.0/3.18/gtk-darker.css +++ b/common/gtk-3.0/3.18/gtk-darker.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: rgba(245, 246, 247, 0.999); } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 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: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1290,27 +1290,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1326,7 +1326,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1337,14 +1337,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1365,7 +1365,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1404,7 +1404,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1571,14 +1571,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1586,13 +1586,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1609,7 +1609,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1627,9 +1627,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1919,7 +1919,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2020,7 +2020,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2079,8 +2079,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2121,7 +2121,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2185,12 +2185,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2199,24 +2199,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2279,7 +2279,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2435,13 +2435,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2462,8 +2462,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2709,7 +2709,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2727,9 +2727,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2749,13 +2749,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2784,8 +2784,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2830,16 +2830,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2855,7 +2855,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2871,12 +2871,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2897,7 +2897,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2911,7 +2911,7 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { @@ -3005,7 +3005,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3026,7 +3026,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3038,7 +3038,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3284,14 +3284,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3465,7 +3465,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3508,7 +3508,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3527,13 +3527,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3569,7 +3569,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3603,7 +3603,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3614,13 +3614,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3629,7 +3629,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3667,7 +3667,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4034,23 +4034,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css index be9df54..ec05886 100644 --- a/common/gtk-3.0/3.18/gtk-solid-darker.css +++ b/common/gtk-3.0/3.18/gtk-solid-darker.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: #F5F6F7; } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 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: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1290,27 +1290,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1326,7 +1326,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1337,14 +1337,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1365,7 +1365,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1404,7 +1404,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1415,11 +1415,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1571,14 +1571,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1586,13 +1586,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1609,7 +1609,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1627,9 +1627,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1919,7 +1919,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2020,7 +2020,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2079,8 +2079,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2121,7 +2121,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2185,12 +2185,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2199,24 +2199,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2279,7 +2279,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2435,13 +2435,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2462,8 +2462,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2709,7 +2709,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2727,9 +2727,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2749,13 +2749,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2784,8 +2784,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2830,16 +2830,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2855,7 +2855,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2871,12 +2871,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2897,7 +2897,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2911,7 +2911,7 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { @@ -3005,7 +3005,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3026,7 +3026,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3038,7 +3038,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3284,14 +3284,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3465,7 +3465,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3508,7 +3508,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3527,13 +3527,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3569,7 +3569,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3603,7 +3603,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3614,13 +3614,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3629,7 +3629,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3667,7 +3667,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4034,23 +4034,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css index eb6e99c..da7f719 100644 --- a/common/gtk-3.0/3.18/gtk-solid.css +++ b/common/gtk-3.0/3.18/gtk-solid.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: #F5F6F7; } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 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: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -830,7 +830,7 @@ GtkComboBox { background-color: rgba(53, 57, 69, 0.9); } .primary-toolbar { - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -861,13 +861,13 @@ GtkComboBox { border-style: solid; border-radius: 0; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; } .csd .header-bar { background-color: #e7e8eb; border-color: #d4d5db; } .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -944,13 +944,13 @@ GtkComboBox { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px #eff0f2; } .csd .titlebar { background-color: #e7e8eb; } .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); + color: rgba(65, 74, 94, 0.5); background-color: #eff0f2; } .csd .titlebar:backdrop { background-color: #eff0f2; } @@ -969,15 +969,15 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(65, 74, 94, 0) 25%, rgba(65, 74, 94, 0.15) 25%, rgba(65, 74, 94, 0.15) 75%, rgba(65, 74, 94, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { @@ -992,7 +992,7 @@ GtkComboBox { .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; @@ -1023,17 +1023,17 @@ GtkComboBox { color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; @@ -1042,7 +1042,7 @@ GtkComboBox { background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { @@ -1060,9 +1060,9 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1072,22 +1072,22 @@ GtkComboBox { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(65, 74, 94, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { border-left-color: #FC4138; } @@ -1144,7 +1144,7 @@ GtkComboBox { background-color: #2e96c0; border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { @@ -1178,7 +1178,7 @@ GtkComboBox { background-color: #ec1b22; border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { @@ -1196,21 +1196,21 @@ GtkComboBox { color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); + background-color: rgba(65, 74, 94, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } + color: rgba(65, 74, 94, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); 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 { @@ -1221,7 +1221,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1242,7 +1242,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(65, 74, 94, 0.15); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1251,22 +1251,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.15)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.1)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { background-image: linear-gradient(to bottom, #5294e2); border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { background-image: linear-gradient(to bottom, #f5f5f7); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .path-bar .button { padding: 5px 10px; } @@ -1294,27 +1294,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1330,7 +1330,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1341,14 +1341,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1369,7 +1369,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1378,9 +1378,9 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; @@ -1389,7 +1389,7 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); + color: rgba(65, 74, 94, 0.2); border-color: transparent; } .menu { @@ -1408,7 +1408,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1419,11 +1419,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1575,14 +1575,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1590,13 +1590,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1613,7 +1613,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1631,9 +1631,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1923,7 +1923,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2024,7 +2024,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2083,8 +2083,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2125,7 +2125,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2189,12 +2189,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2203,24 +2203,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2283,7 +2283,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2439,13 +2439,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2466,8 +2466,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2603,9 +2603,9 @@ GtkVolumeButton.button { padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, @@ -2713,7 +2713,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2731,9 +2731,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2753,13 +2753,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2788,8 +2788,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2804,9 +2804,9 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.h color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -2816,16 +2816,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .gedit-headerbar-paned { color: #d4d5db; } @@ -2834,16 +2834,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2859,7 +2859,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2875,12 +2875,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2901,7 +2901,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2915,13 +2915,13 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, @@ -2941,7 +2941,7 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), @@ -3009,7 +3009,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3030,7 +3030,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3042,7 +3042,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3190,8 +3190,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { @@ -3201,7 +3201,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-color: #5294e2; background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3288,14 +3288,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3317,11 +3317,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); box-shadow: inset 0 1px #eff0f2; } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } @@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3512,7 +3512,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3531,13 +3531,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3573,7 +3573,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3607,7 +3607,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3618,13 +3618,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3633,7 +3633,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3671,7 +3671,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4038,23 +4038,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4065,8 +4065,8 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#414a5e, 0.8); +@define-color wm_unfocused_title alpha(#414a5e, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css index dceaa60..c78fc3d 100644 --- a/common/gtk-3.0/3.18/gtk.css +++ b/common/gtk-3.0/3.18/gtk.css @@ -21,14 +21,14 @@ -GtkDialog-button-spacing: 4; -GtkDialog-action-area-border: 0; -GtkStatusbar-shadow-type: none; - outline-color: rgba(92, 97, 108, 0.3); + outline-color: rgba(73, 77, 86, 0.3); outline-style: dashed; outline-offset: -3px; outline-width: 1px; outline-radius: 2px; } .background { - color: #5c616c; + color: #494d56; background-color: rgba(245, 246, 247, 0.999); } *:insensitive { @@ -36,25 +36,25 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:prelight { background-color: white; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } .gtkstyle-fallback:insensitive { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } .view { - color: #5c616c; + color: #494d56; background-color: #ffffff; } .view.dim-label, .view.label.separator, .header-bar .view.subtitle { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .view.dim-label:selected, .view.label.separator:selected, .header-bar .view.subtitle:selected, .view.dim-label:selected:focus, .view.label.separator:selected:focus, .header-bar .view.subtitle:selected:focus { color: rgba(255, 255, 255, 0.65); text-shadow: none; } @@ -64,10 +64,10 @@ background-color: rgba(38, 121, 219, 0.2); } .label.separator, .popover .label.separator, .sidebar .label.view.separator { - color: #5c616c; } + color: #494d56; } .label:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .dim-label, .label.separator, .popover .label.separator, .sidebar .label.view.separator, .header-bar .subtitle { opacity: 0.55; } @@ -127,19 +127,19 @@ GtkTextView { padding: 5px 8px; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry.image { - color: #7d8189; } + color: #6d7178; } .entry.image.left { padding-left: 0; } .entry.image.right { padding-right: 0; } .entry.flat, .entry.flat:focus { padding: 2px; - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); @@ -147,12 +147,12 @@ GtkTextView { border-radius: 0; } .entry:focus { background-clip: border-box; - color: #5c616c; + color: #494d56; border-color: #5294e2; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff); } .entry:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.55)); } @@ -219,8 +219,8 @@ GtkSearchEntry.entry { border: 1px solid; border-radius: 3px; padding: 5px 8px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .button.flat, .sidebar-button.button { @@ -236,8 +236,8 @@ GtkSearchEntry.entry { .button.flat:hover:active, .sidebar-button.button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; -gtk-image-effect: highlight; } @@ -252,7 +252,7 @@ GtkSearchEntry.entry { color: inherit; opacity: 0.6; } .button:active { - color: #5c616c; } + color: #494d56; } .button:active:hover, .button:checked { color: #ffffff; } .button.flat:insensitive, .sidebar-button.button:insensitive { @@ -260,7 +260,7 @@ GtkSearchEntry.entry { background-color: transparent; background-image: none; } .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button:insensitive > GtkLabel { @@ -362,9 +362,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.suggested-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.suggested-action:insensitive > GtkLabel { @@ -397,9 +397,9 @@ GtkSearchEntry.entry { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .button.destructive-action:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .button.destructive-action:insensitive > GtkLabel { @@ -457,13 +457,13 @@ GtkSearchEntry.entry { border-width: 1px; } .inline-toolbar GtkToolButton > .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar GtkToolButton > .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .inline-toolbar GtkToolButton > .button:active, .inline-toolbar GtkToolButton > .button:checked { @@ -472,7 +472,7 @@ GtkSearchEntry.entry { border-color: #5294e2; background-color: #5294e2; } .inline-toolbar GtkToolButton > .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar GtkToolButton > .button:insensitive > GtkLabel { @@ -689,9 +689,9 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . outline-offset: -1px; border-radius: 2px; } .menuitem.button.flat:hover, .menuitem.sidebar-button.button:hover { - background-color: #edeff0; } + background-color: #eceeef; } .menuitem.button.flat:checked, .menuitem.sidebar-button.button:checked { - color: #5c616c; } + color: #494d56; } *:link, .button:link, .button:visited { color: #2679db; } @@ -719,7 +719,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . background-image: none; border: 1px solid rgba(220, 223, 227, 0.6); border-style: none none none solid; - color: #646973; + color: #52565e; border-radius: 0; box-shadow: none; } .spinbutton .button:dir(rtl) { @@ -727,13 +727,13 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . .spinbutton .button:first-child { color: red; } .spinbutton .button:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .spinbutton .button:active { background-color: #5294e2; color: #ffffff; } .spinbutton.vertical .button:first-child, .spinbutton.vertical:dir(rtl) .button:first-child { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:first-child:active, .spinbutton.vertical:dir(rtl) .button:first-child:active { @@ -742,19 +742,19 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:first-child:hover, .spinbutton.vertical:dir(rtl) .button:first-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:first-child:insensitive, .spinbutton.vertical:dir(rtl) .button:first-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 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: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } .spinbutton.vertical .button:last-child:active, .spinbutton.vertical:dir(rtl) .button:last-child:active { @@ -763,12 +763,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } .spinbutton.vertical .button:last-child:hover, .spinbutton.vertical:dir(rtl) .button:last-child:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } .spinbutton.vertical .button:last-child:insensitive, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl) .button:last-child:insensitive > GtkLabel { @@ -797,7 +797,7 @@ GtkComboBox { padding-top: 3px; padding-bottom: 3px; } GtkComboBox:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkComboBox .separator.vertical, GtkComboBox .sidebar .vertical.view.separator, .sidebar GtkComboBox .vertical.view.separator { -GtkWidget-wide-separators: true; } GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -830,7 +830,7 @@ GtkComboBox { background-color: rgba(53, 57, 69, 0.85); } .primary-toolbar { - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -861,13 +861,13 @@ GtkComboBox { border-style: solid; border-radius: 0; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; } .csd .header-bar { background-color: rgba(231, 232, 235, 0.95); border-color: rgba(212, 213, 219, 0.95); } .header-bar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .header-bar .title { padding-left: 12px; padding-right: 12px; } @@ -944,13 +944,13 @@ GtkComboBox { padding-left: 7px; padding-right: 7px; border-radius: 4px 4px 0 0; - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd .titlebar { background-color: rgba(231, 232, 235, 0.95); } .titlebar:backdrop { - color: rgba(82, 93, 118, 0.5); + color: rgba(65, 74, 94, 0.5); background-color: #eff0f2; } .csd .titlebar:backdrop { background-color: rgba(239, 240, 242, 0.95); } @@ -969,15 +969,15 @@ GtkComboBox { -GtkWidget-wide-separators: true; -GtkWidget-separator-width: 1px; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(65, 74, 94, 0) 25%, rgba(65, 74, 94, 0.15) 25%, rgba(65, 74, 94, 0.15) 75%, rgba(65, 74, 94, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar .separator:backdrop, .header-bar .header-bar-separator:backdrop, .header-bar > GtkBox > .separator.vertical:backdrop, .sidebar .header-bar > GtkBox > .vertical.view.separator:backdrop { opacity: 0.6; } .primary-toolbar .entry, .header-bar .entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .primary-toolbar .entry.image, .header-bar .entry.image, .primary-toolbar .entry.image:hover, .header-bar .entry.image:hover { @@ -992,7 +992,7 @@ GtkComboBox { .primary-toolbar .entry:focus.image, .header-bar .entry:focus.image { color: #ffffff; } .primary-toolbar .entry:insensitive, .header-bar .entry:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar .entry:selected:focus, .header-bar .entry:selected:focus { background-color: #ffffff; @@ -1023,17 +1023,17 @@ GtkComboBox { color: #FC4138; } .primary-toolbar .button, .header-bar .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:backdrop, .header-bar .button:backdrop { opacity: 0.7; } .primary-toolbar .button:hover, .header-bar .button:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .button:active, .header-bar .button:active, .primary-toolbar .button:checked, .header-bar .button:checked { color: #ffffff; @@ -1042,7 +1042,7 @@ GtkComboBox { background-color: #5294e2; background-clip: border-box; } .primary-toolbar .button:insensitive, .header-bar .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button:insensitive > GtkLabel, .header-bar .button:insensitive > GtkLabel { @@ -1060,9 +1060,9 @@ GtkComboBox { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button, .primary-toolbar .linked:not(.vertical).path-bar > .button, .header-bar .linked:not(.vertical).path-bar > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1072,22 +1072,22 @@ GtkComboBox { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:insensitive, .primary-toolbar .linked:not(.vertical).path-bar > .button:insensitive, .header-bar .linked:not(.vertical).path-bar > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button + .button, .primary-toolbar .linked:not(.vertical).path-bar > .button + .button, .header-bar .linked:not(.vertical).path-bar > .button + .button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical):not(.path-bar).stack-switcher > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .header-bar .linked:not(.vertical).path-bar > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(65, 74, 94, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .header-bar .linked:not(.vertical):not(.path-bar) > .entry.error + .entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error, .header-bar .linked:not(.vertical):not(.path-bar) > .entry + .entry.error { border-left-color: #FC4138; } @@ -1144,7 +1144,7 @@ GtkComboBox { background-color: #2e96c0; border-color: #2e96c0; } .primary-toolbar .button.suggested-action.flat:insensitive, .header-bar .button.suggested-action.flat:insensitive, .primary-toolbar .suggested-action.sidebar-button.button:insensitive, .header-bar .suggested-action.sidebar-button.button:insensitive, .primary-toolbar .button.suggested-action:insensitive, .header-bar .button.suggested-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.suggested-action.flat:insensitive > GtkLabel, .header-bar .button.suggested-action.flat:insensitive > GtkLabel, .primary-toolbar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .suggested-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.suggested-action:insensitive > GtkLabel, .header-bar .button.suggested-action:insensitive > GtkLabel { @@ -1178,7 +1178,7 @@ GtkComboBox { background-color: #ec1b22; border-color: #ec1b22; } .primary-toolbar .button.destructive-action.flat:insensitive, .header-bar .button.destructive-action.flat:insensitive, .primary-toolbar .destructive-action.sidebar-button.button:insensitive, .header-bar .destructive-action.sidebar-button.button:insensitive, .primary-toolbar .button.destructive-action:insensitive, .header-bar .button.destructive-action:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar .button.destructive-action.flat:insensitive > GtkLabel, .header-bar .button.destructive-action.flat:insensitive > GtkLabel, .primary-toolbar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .header-bar .destructive-action.sidebar-button.button:insensitive > GtkLabel, .primary-toolbar .button.destructive-action:insensitive > GtkLabel, .header-bar .button.destructive-action:insensitive > GtkLabel { @@ -1196,21 +1196,21 @@ GtkComboBox { color: rgba(255, 255, 255, 0.4); } .primary-toolbar .spinbutton .button, .header-bar .spinbutton .button { - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .primary-toolbar .spinbutton .button:hover, .header-bar .spinbutton .button:hover { - background-color: rgba(82, 93, 118, 0.05); + background-color: rgba(65, 74, 94, 0.05); border-color: transparent; } .primary-toolbar .spinbutton .button:insensitive, .header-bar .spinbutton .button:insensitive { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .primary-toolbar .spinbutton .button:active, .header-bar .spinbutton .button:active { background-color: rgba(0, 0, 0, 0.1); } .primary-toolbar GtkComboBox:insensitive, .header-bar GtkComboBox:insensitive { - color: rgba(82, 93, 118, 0.2); } + color: rgba(65, 74, 94, 0.2); } .primary-toolbar GtkComboBox.combobox-entry .button, .header-bar GtkComboBox.combobox-entry .button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); 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 { @@ -1221,7 +1221,7 @@ GtkComboBox { background-image: linear-gradient(to bottom, #5294e2); box-shadow: none; } .primary-toolbar GtkComboBox.combobox-entry .button:insensitive, .header-bar GtkComboBox.combobox-entry .button:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .primary-toolbar GtkComboBox.combobox-entry .entry:dir(ltr), .header-bar GtkComboBox.combobox-entry .entry:dir(ltr) { @@ -1242,7 +1242,7 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar GtkProgressBar.trough, .header-bar GtkProgressBar.trough, .primary-toolbar .level-bar.trough, .header-bar .level-bar.trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(65, 74, 94, 0.15); } .primary-toolbar GtkProgressBar:backdrop, .header-bar GtkProgressBar:backdrop { opacity: 0.75; } @@ -1251,22 +1251,22 @@ GtkComboBox { opacity: 0.75; } .primary-toolbar .scale.trough, .header-bar .scale.trough { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.15)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.15)); } .primary-toolbar .scale.trough:insensitive, .header-bar .scale.trough:insensitive { - background-image: linear-gradient(to bottom, rgba(82, 93, 118, 0.1)); } + background-image: linear-gradient(to bottom, rgba(65, 74, 94, 0.1)); } .primary-toolbar .scale.slider, .header-bar .scale.slider { background-image: linear-gradient(to bottom, #fbfbfc); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:hover, .header-bar .scale.slider:hover { background-image: linear-gradient(to bottom, white); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .primary-toolbar .scale.slider:active, .header-bar .scale.slider:active { background-image: linear-gradient(to bottom, #5294e2); border-color: #5294e2; } .primary-toolbar .scale.slider:insensitive, .header-bar .scale.slider:insensitive { background-image: linear-gradient(to bottom, rgba(245, 246, 247, 0.985)); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(65, 74, 94, 0.3); } .path-bar .button { padding: 5px 10px; } @@ -1294,27 +1294,27 @@ GtkTreeView.view { -GtkTreeView-tree-line-width: 1; -GtkTreeView-tree-line-pattern: ''; -GtkTreeView-expander-size: 16; - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(73, 77, 86, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } GtkTreeView.view:selected { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(73, 77, 86, 0.1); } GtkTreeView.view:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } GtkTreeView.view:insensitive:selected { color: #97bfee; } GtkTreeView.view.dnd { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #4e719c; } GtkTreeView.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #a4a6ab; } GtkTreeView.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } GtkTreeView.view.expander:hover { - color: #5c616c; } + color: #494d56; } GtkTreeView.view.expander:selected { color: #cbdff6; } GtkTreeView.view.expander:selected:hover { @@ -1330,7 +1330,7 @@ GtkTreeView.view { box-shadow: none; background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough { - color: #5c616c; + color: #494d56; background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } @@ -1341,14 +1341,14 @@ GtkTreeView.view { border-width: 0; } column-header .button { - color: #7d8189; + color: #6d7178; background-color: #ffffff; } column-header .button:hover { color: #5294e2; box-shadow: none; transition: none; } column-header .button:active { - color: #5c616c; + color: #494d56; transition: none; } column-header:last-child .button, column-header:last-child.button { @@ -1369,7 +1369,7 @@ column-header .button, column-header .button:hover, column-header .button:active column-header .button:active, column-header .button:hover { background-color: #ffffff; } column-header .button:active:hover { - color: #5c616c; } + color: #494d56; } column-header .button:insensitive { border-color: #F5F6F7; background-image: none; } @@ -1378,9 +1378,9 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(65, 74, 94, 0.8); } .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } .menubar > .menuitem { padding: 4px 8px; border: solid transparent; @@ -1389,7 +1389,7 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #5294e2; color: #ffffff; } .menubar > .menuitem:insensitive { - color: rgba(82, 93, 118, 0.2); + color: rgba(65, 74, 94, 0.2); border-color: transparent; } .menu { @@ -1408,7 +1408,7 @@ column-header .button, column-header .button:hover, column-header .button:active color: #ffffff; background-color: #5294e2; } .menu .menuitem:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .menu .menuitem.separator { color: rgba(255, 255, 255, 0); } .menu .menuitem.arrow { @@ -1419,11 +1419,11 @@ column-header .button, column-header .button:hover, column-header .button:active border-style: none; border-radius: 0; } .menu.button.top { - border-bottom: 1px solid #efeff0; } + border-bottom: 1px solid #ededee; } .menu.button.bottom { - border-top: 1px solid #efeff0; } + border-top: 1px solid #ededee; } .menu.button:hover { - background-color: #efeff0; } + background-color: #ededee; } .menu.button:insensitive { color: transparent; background-color: transparent; @@ -1575,14 +1575,14 @@ column-header .button, column-header .button:hover, column-header .button:active box-shadow: inset 0 1px #dcdfe3, inset 0 -1px #dcdfe3, inset 1px 0 #dcdfe3, inset -1px 0 #ffffff; } .notebook tab GtkLabel { padding: 0 2px; - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page { - color: #5c616c; } + color: #494d56; } .notebook tab .button { padding: 0; - color: #92959d; } + color: #85888e; } .notebook tab .button:hover { color: #ff4d4d; } .notebook tab .button:active { @@ -1590,13 +1590,13 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook tab .button > GtkImage { padding: 2px; } .notebook.arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .notebook.arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(73, 77, 86, 0.775); } .notebook.arrow:active { - color: #5c616c; } + color: #494d56; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0.25); } + color: rgba(73, 77, 86, 0.25); } .scrollbar { -GtkRange-slider-width: 13; @@ -1613,7 +1613,7 @@ column-header .button, column-header .button:hover, column-header .button:active -GtkRange-slider-width: 6px; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .slider { margin: 0; - background-color: #8a8e96; + background-color: #7d8086; border: 1px solid rgba(255, 255, 255, 0.6); background-clip: padding-box; } .scrollbar.overlay-indicator:not(.dragging):not(.hovering) .trough { @@ -1631,9 +1631,9 @@ column-header .button, column-header .button:hover, column-header .button:active background-color: #fcfcfc; border: 1px none #dcdfe3; } .scrollbar .slider { - background-color: #b8babf; } + background-color: #b0b2b7; } .scrollbar .slider:hover { - background-color: #c7c9cd; } + background-color: #c1c3c7; } .scrollbar .slider:prelight:active, .scrollbar .slider:active { background-color: #5294e2; } .scrollbar .slider:insensitive { @@ -1923,7 +1923,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { padding: 1px 2px 4px; outline-offset: 0; } GtkCheckButton.text-button:insensitive, GtkCheckButton.text-button:insensitive:active, GtkCheckButton.text-button:insensitive:inconsistent, GtkRadioButton.text-button:insensitive, GtkRadioButton.text-button:insensitive:active, GtkRadioButton.text-button:insensitive:inconsistent { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } .scale { -GtkScale-slider-length: 15; @@ -2024,7 +2024,7 @@ GtkCheckButton.text-button, GtkRadioButton.text-button { GtkProgressBar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(73, 77, 86, 0.7); } GtkProgressBar.osd { -GtkProgressBar-xspacing: 0; -GtkProgressBar-yspacing: 0; @@ -2083,8 +2083,8 @@ GtkLevelBar { border-color: #F27835; background-color: #F27835; } .level-bar.fill-block.empty-fill-block { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(73, 77, 86, 0.2); + border-color: rgba(73, 77, 86, 0.2); } .frame { border: 1px solid #dcdfe3; @@ -2125,7 +2125,7 @@ GtkScrolledWindow GtkViewport.frame { background-color: rgba(0, 0, 0, 0.05); } .list-row.activatable:active { - color: #5c616c; } + color: #494d56; } .list-row.activatable:selected:active { color: #ffffff; } @@ -2189,12 +2189,12 @@ GtkScrolledWindow GtkViewport.frame { .expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } .expander:hover { - color: #aaaeb7; } + color: #9499a4; } .expander:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkCalendar { - color: #5c616c; + color: #494d56; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } @@ -2203,24 +2203,24 @@ GtkCalendar { color: #ffffff; border-radius: 1.5px; } GtkCalendar.header { - color: #5c616c; + color: #494d56; border: none; border-radius: 0; } GtkCalendar.button, GtkCalendar.button:focus { - color: rgba(92, 97, 108, 0.45); + color: rgba(73, 77, 86, 0.45); border-color: transparent; background-color: transparent; background-image: none; } GtkCalendar.button:hover, GtkCalendar.button:focus:hover { - color: #5c616c; } + color: #494d56; } GtkCalendar.button:insensitive, GtkCalendar.button:focus:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); background-color: transparent; background-image: none; } GtkCalendar:inconsistent { color: alpha(currentColor,0.55); } GtkCalendar.highlight { - color: #5c616c; } + color: #494d56; } .message-dialog .dialog-action-area .button { padding: 8px; } @@ -2283,7 +2283,7 @@ GtkPlacesSidebar.sidebar .sidebar-new-bookmark-row { background-color: #d9dde0; } GtkPlacesSidebar.sidebar .list-row.activatable { - color: rgba(92, 97, 108, 0.8); + color: rgba(73, 77, 86, 0.8); border-width: 0; border-style: solid; } @@ -2439,13 +2439,13 @@ GtkColorSwatch.overlay, GtkColorSwatch.overlay:selected { GtkColorSwatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } GtkColorSwatch#add-color-button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } GtkColorSwatch#add-color-button .overlay { @@ -2466,8 +2466,8 @@ GtkColorButton.button { .scale-popup .button { padding: 6px; } .scale-popup .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } @@ -2603,9 +2603,9 @@ GtkVolumeButton.button { padding-bottom: 8px; } .header-bar .button.titlebutton:hover, .titlebar .button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } .header-bar .button.titlebutton:active, .header-bar .button.titlebutton:checked, .titlebar .button.titlebutton:active, @@ -2713,7 +2713,7 @@ TerminalWindow .notebook.header.top { GtkHTML { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GtkHTML:active { color: #ffffff; background-color: #5294e2; } @@ -2731,9 +2731,9 @@ TerminalWindow .scrollbar.trough { border-width: 0; } TerminalWindow .notebook tab .button { - color: #92959d; } + color: #85888e; } TerminalWindow .notebook tab .button:hover { - color: #5c616c; + color: #494d56; border-color: #cfd6e6; background-color: #fbfbfc; } @@ -2753,13 +2753,13 @@ EelEditableLabel.entry { color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active { - color: #5c616c; } + color: #494d56; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected { color: #ffffff; } .nautilus-canvas-item.dim-label, .nautilus-canvas-item.label.separator, .header-bar .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #9fa2a7; } .nautilus-canvas-item.dim-label:selected, .nautilus-canvas-item.label.separator:selected, .header-bar .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, .nautilus-canvas-item.label.separator:selected:focus, .header-bar .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -2788,8 +2788,8 @@ NautilusQueryEditor .search-bar.toolbar, NautilusQueryEditor .search-bar.inline- border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(73, 77, 86, 0.5); + border-color: rgba(50, 52, 58, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -2804,9 +2804,9 @@ NemoWindow GtkSeparator.separator.horizontal, NemoWindow .sidebar GtkSeparator.h color: #dcdfe3; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button { - color: rgba(82, 93, 118, 0.8); - outline-color: rgba(82, 93, 118, 0.1); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + outline-color: rgba(65, 74, 94, 0.1); + border-color: rgba(65, 74, 94, 0.1); background-color: rgba(251, 251, 252, 0.9); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -2816,16 +2816,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . border-color: #5294e2; background-color: #5294e2; } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:insensitive { - color: rgba(82, 93, 118, 0.4); } + color: rgba(65, 74, 94, 0.4); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1), inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(65, 74, 94, 0.1); } NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > .button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(65, 74, 94, 0.1); } .gedit-headerbar-paned { color: rgba(212, 213, 219, 0.95); } @@ -2834,16 +2834,16 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:prelight { - background-color: #f4f4f5; } + background-color: #f2f3f3; } .open-document-selector-treeview.view:prelight:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #494d56; } .open-document-selector-path-label { - color: #aeb0b6; + color: #a4a6ab; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -2859,7 +2859,7 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: inherit; } .gedit-document-panel .prelight-row .button { - color: #92959d; } + color: #85888e; } .gedit-document-panel .list-row .button:hover, .gedit-document-panel .prelight-row .button:hover { @@ -2875,12 +2875,12 @@ NemoWindow .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > . color: #ffffff; } .gedit-document-panel .prelight-row .button:active { - color: #5c616c; } + color: #494d56; } .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #494d56; } GeditStatusbar { border-top: 1px solid #dcdfe3; @@ -2901,7 +2901,7 @@ GeditFileBrowserWidget .toolbar, GeditFileBrowserWidget .inline-toolbar { border-color: rgba(0, 0, 0, 0.3); } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(73, 77, 86, 0.6); border: none; margin: 2px; padding: 2px; } @@ -2915,13 +2915,13 @@ GeditViewFrame .gedit-search-slider { border-style: solid; } GbWorkbench .floating-bar { - color: #5c616c; } + color: #494d56; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { padding: 0 10px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr).image:hover, @@ -2941,7 +2941,7 @@ GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl) { background-image: linear-gradient(to bottom, #5294e2); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr):insensitive, GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:first-child:dir(rtl):insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } GbSearchBox.linked:not(.vertical) > GtkMenuButton.button:last-child:dir(ltr), @@ -3009,7 +3009,7 @@ GtkEntry.gb-command-bar-entry.entry.flat:focus { GbTerminalView { background-color: #ffffff; - color: #5c616c; } + color: #494d56; } GbSourceStyleSchemeWidget GtkSourceView { font-family: Monospace; } @@ -3030,7 +3030,7 @@ GbViewStack.focused GtkBox.header.notebook { opacity: 1; } EphyWindow .floating-bar { - color: #5c616c; } + color: #494d56; } .documents-load-more.button { border-width: 1px 0 0; @@ -3042,7 +3042,7 @@ EphyWindow .floating-bar { border-radius: 2px; } .documents-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(73, 77, 86, 0.3); border-radius: 2px; } .documents-favorite.button:active, @@ -3190,8 +3190,8 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(65, 74, 94, 0.8); + border-color: rgba(65, 74, 94, 0.1); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9)); background-color: transparent; } .marlin-pathbar.pathbar.image, .marlin-pathbar.pathbar.image:hover { @@ -3201,7 +3201,7 @@ MarlinViewWindow FMListView, MarlinViewWindow FMColumnView { border-color: #5294e2; background-image: linear-gradient(to bottom, #5294e2); } .marlin-pathbar.pathbar:insensitive { - color: rgba(82, 93, 118, 0.35); + color: rgba(65, 74, 94, 0.35); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75)); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3288,14 +3288,14 @@ WingpanelWidgetsIndicatorPopover.popover { color: #ffffff; background-color: #5294e2; } WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { - color: rgba(92, 97, 108, 0.55); } + color: rgba(73, 77, 86, 0.55); } PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } SwitchboardCategoryView .view:selected, SwitchboardCategoryView .view:selected:focus { - color: #5c616c; } + color: #494d56; } UnityDecoration { -UnityDecoration-extents: 28px 1 1 1; @@ -3317,11 +3317,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(65, 74, 94, 0.8); box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration.top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(65, 74, 94, 0.5); } UnityDecoration.left, UnityDecoration.right, UnityDecoration.bottom, UnityDecoration.left:backdrop, UnityDecoration.right:backdrop, UnityDecoration.bottom:backdrop { background-color: transparent; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1)); } @@ -3469,7 +3469,7 @@ GraniteWidgetsStaticNotebook .frame { .source-list, .source-list.view { background-color: #F5F6F7; - color: #5c616c; + color: #494d56; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3512,7 +3512,7 @@ GraniteWidgetsStaticNotebook .frame { color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #494d56; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3531,13 +3531,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome GtkLabel { - color: #a9acb2; + color: #9fa2a7; font: open sans 11; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(73, 77, 86, 0.8); } .help_button { border-radius: 0; } @@ -3573,7 +3573,7 @@ GraniteWidgetsXsEntry.entry { .h4, .category-label { - color: #8a8e96; + color: #7d8086; font-weight: 600; } .h4 { @@ -3607,7 +3607,7 @@ GtkListBox .h4 { font: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #494d56; } #content_frame { padding-bottom: 14px; @@ -3618,13 +3618,13 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame .button { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame .button:hover { - color: #5c616c; - outline-color: rgba(92, 97, 108, 0.3); + color: #494d56; + outline-color: rgba(73, 77, 86, 0.3); border-color: #cfd6e6; background-color: white; } #content_frame .button:active, #content_frame .button:checked { @@ -3633,7 +3633,7 @@ GtkListBox .h4 { border-color: #5294e2; background-color: #5294e2; } #content_frame .button:insensitive { - color: rgba(92, 97, 108, 0.55); + color: rgba(73, 77, 86, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame .button:insensitive > GtkLabel { @@ -3671,7 +3671,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #494d56; font: 13px; } #login_window #user_combobox .menu { font: normal; } @@ -4038,23 +4038,23 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW MarlinViewWindow .sidebar .scrollbar .slider:insensitive, GeditFileBrowserWidget .scrollbar .slider:insensitive { background-color: transparent; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #494d56; +@define-color theme_text_color #494d56; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #494d56; +@define-color text_color #494d56; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#494d56, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #494d56; +@define-color theme_unfocused_text_color #494d56; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4065,8 +4065,8 @@ MarlinViewWindow .source-list.sidebar.view .scrollbar .slider, GeditFileBrowserW @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#414a5e, 0.8); +@define-color wm_unfocused_title alpha(#414a5e, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.18/sass/_colors.scss b/common/gtk-3.0/3.18/sass/_colors.scss index 8d3a5f2..e328678 100644 --- a/common/gtk-3.0/3.18/sass/_colors.scss +++ b/common/gtk-3.0/3.18/sass/_colors.scss @@ -3,9 +3,9 @@ $base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); +$text_color: if($variant == 'light', #3b3e45, #D3DAE3); $bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$fg_color: if($variant =='light', #3b3e45, #D3DAE3); $selected_fg_color: #ffffff; $selected_bg_color: #5294e2; diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index 1ab5189..fd3d2cd 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: rgba(245, 246, 247, 0.999); } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -1374,7 +1374,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1388,9 +1388,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1399,18 +1399,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1426,7 +1426,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1440,7 +1440,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1449,11 +1449,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1531,7 +1531,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1568,16 +1568,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1719,13 +1719,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1735,21 +1735,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1786,9 +1786,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1808,7 +1808,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2245,7 +2245,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2308,8 +2308,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2435,10 +2435,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2486,30 +2486,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2787,11 +2787,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2814,7 +2814,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2841,7 +2841,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -3027,7 +3027,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3035,7 +3035,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3055,8 +3055,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3101,7 +3101,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } @@ -3145,16 +3145,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3171,11 +3171,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3188,7 +3188,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3203,7 +3203,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3340,7 +3340,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3361,7 +3361,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3817,7 +3817,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3862,7 +3862,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3878,13 +3878,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3920,7 +3920,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3954,7 +3954,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3965,11 +3965,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3980,7 +3980,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4011,7 +4011,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4262,23 +4262,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: rgba(42, 45, 55, 0.95); } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index ffbf78f..6910168 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: #F5F6F7; } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -1374,7 +1374,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1388,9 +1388,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1399,18 +1399,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1426,7 +1426,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1440,7 +1440,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1449,11 +1449,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1531,7 +1531,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1568,16 +1568,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1719,13 +1719,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1735,21 +1735,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1786,9 +1786,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1808,7 +1808,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2245,7 +2245,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2308,8 +2308,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2435,10 +2435,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2486,30 +2486,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2787,11 +2787,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2814,7 +2814,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2841,7 +2841,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -3027,7 +3027,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3035,7 +3035,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3055,8 +3055,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3101,7 +3101,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } @@ -3145,16 +3145,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3171,11 +3171,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3188,7 +3188,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3203,7 +3203,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3340,7 +3340,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3361,7 +3361,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3817,7 +3817,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3862,7 +3862,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3878,13 +3878,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3920,7 +3920,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3954,7 +3954,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3965,11 +3965,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3980,7 +3980,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4011,7 +4011,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4262,23 +4262,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: #2a2d37; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 2ddb103..c1d2048 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: #F5F6F7; } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -881,7 +881,7 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -915,7 +915,7 @@ headerbar, border-width: 0 0 1px; border-style: solid; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px #eff0f2; } .csd headerbar, @@ -925,7 +925,7 @@ headerbar, headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(82, 93, 118, 0.5); + color: rgba(53, 59, 75, 0.5); background-color: #eff0f2; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { @@ -1033,13 +1033,13 @@ window.csd > .titlebar:not(headerbar):backdrop { min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(53, 59, 75, 0) 25%, rgba(53, 59, 75, 0.15) 25%, rgba(53, 59, 75, 0.15) 75%, rgba(53, 59, 75, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } .primary-toolbar entry, headerbar entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } @@ -1053,8 +1053,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus image, headerbar entry:focus image { color: #ffffff; } .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1085,15 +1085,15 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #FC4138; } .primary-toolbar button, headerbar button { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; @@ -1104,7 +1104,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.75); border-color: rgba(82, 148, 226, 0.65); @@ -1128,8 +1128,8 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1138,22 +1138,22 @@ window.csd > .titlebar:not(headerbar):backdrop { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(53, 59, 75, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #FC4138; } @@ -1215,7 +1215,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } @@ -1244,7 +1244,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } @@ -1254,8 +1254,8 @@ window.csd > .titlebar:not(headerbar):backdrop { caret-color: #ffffff; } .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { @@ -1267,16 +1267,16 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } @@ -1285,11 +1285,11 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(82, 93, 118, 0.2); } + color: rgba(53, 59, 75, 0.2); } .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } @@ -1299,8 +1299,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -1329,7 +1329,7 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.75; } .primary-toolbar progressbar trough, headerbar progressbar trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } @@ -1339,21 +1339,21 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #5294e2; border-color: #5294e2; } .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: #f5f5f7; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale trough, headerbar scale trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(82, 93, 118, 0.1); } + background-color: rgba(53, 59, 75, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1378,7 +1378,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1392,9 +1392,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1403,18 +1403,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1430,7 +1430,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1444,7 +1444,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1453,11 +1453,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1481,10 +1481,10 @@ menubar, -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(53, 59, 75, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1496,7 +1496,7 @@ menubar, color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(82, 93, 118, 0.2); + color: rgba(53, 59, 75, 0.2); border-color: transparent; } menu, @@ -1535,7 +1535,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1572,16 +1572,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1723,13 +1723,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1739,21 +1739,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1790,9 +1790,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1812,7 +1812,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2249,7 +2249,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2312,8 +2312,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2439,10 +2439,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2490,30 +2490,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2791,11 +2791,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2818,7 +2818,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2845,7 +2845,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -2911,8 +2911,8 @@ headerbar button.titlebutton, background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, @@ -3031,7 +3031,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3039,7 +3039,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3070,8 +3070,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; @@ -3105,13 +3105,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } @@ -3122,19 +3122,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-color: #5294e2; background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3149,16 +3149,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3175,11 +3175,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3192,7 +3192,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3207,7 +3207,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3344,7 +3344,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3365,7 +3365,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3574,8 +3574,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } @@ -3584,8 +3584,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-color: #5294e2; background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3667,11 +3667,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); box-shadow: inset 0 1px #eff0f2; } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; @@ -3821,7 +3821,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3866,7 +3866,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3882,13 +3882,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3924,7 +3924,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3958,7 +3958,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3969,11 +3969,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3984,7 +3984,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4015,7 +4015,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.25); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4266,23 +4266,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: #2a2d37; } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4293,8 +4293,8 @@ filechooser placessidebar.sidebar scrollbar, @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#353b4b, 0.8); +@define-color wm_unfocused_title alpha(#353b4b, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 999e54a..e42c6b3 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -15,7 +15,7 @@ -gtk-outline-radius: 2px; } .background { - color: #5c616c; + color: #3b3e45; background-color: rgba(245, 246, 247, 0.999); } *:disabled { @@ -23,16 +23,16 @@ .gtkstyle-fallback { background-color: #F5F6F7; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:hover { background-color: white; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:active { background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gtkstyle-fallback:disabled { background-color: #fbfbfc; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .gtkstyle-fallback:selected { background-color: #5294e2; color: #ffffff; } @@ -41,7 +41,7 @@ .view text, iconview text, textview text { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; } .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, .view text:selected, @@ -68,14 +68,14 @@ flowbox flowboxchild { label.separator, popover label.separator, popover.background label.separator { - color: #5c616c; } + color: #3b3e45; } label selection { color: #ffffff; background-color: #5294e2; } label:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .dim-label, label.separator, popover label.separator, popover.background label.separator, headerbar .subtitle, .titlebar:not(headerbar) .subtitle { @@ -128,13 +128,13 @@ entry { caret-color: currentColor; border-radius: 3px; transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #ffffff; } entry.search { border-radius: 20px; } entry image { - color: #7d8189; } + color: #62656a; } entry image.left { padding-left: 0; padding-right: 5px; } @@ -149,11 +149,11 @@ entry { border-radius: 0; } entry:focus { background-clip: border-box; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } entry:disabled { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); border-color: rgba(207, 214, 230, 0.55); background-color: rgba(255, 255, 255, 0.55); } entry.warning { @@ -244,7 +244,7 @@ button { border: 1px solid; border-radius: 3px; padding: 2px 6px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } button separator { @@ -260,7 +260,7 @@ button { button.flat:hover:active, button.sidebar-button:hover:active { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); } button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; -gtk-icon-effect: highlight; } @@ -274,7 +274,7 @@ button { color: inherit; opacity: 0.6; } button:active { - color: #5c616c; } + color: #3b3e45; } button:active:hover, button:checked { color: #ffffff; } button.flat:disabled, button.sidebar-button:disabled { @@ -285,7 +285,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button:disabled label, button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button:disabled:active, button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -398,12 +398,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.suggested-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.suggested-action:disabled label, button.suggested-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action { background-clip: border-box; color: white; @@ -428,12 +428,12 @@ button { border-color: transparent; background-color: transparent; background-image: none; - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } button.destructive-action:disabled { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } button.destructive-action:disabled label, button.destructive-action:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .stack-switcher > button { outline-offset: -3px; } .stack-switcher > button > label { @@ -468,11 +468,11 @@ button { border-width: 1px; } .inline-toolbar toolbutton > button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } .inline-toolbar toolbutton > button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } .inline-toolbar toolbutton > button:active, .inline-toolbar toolbutton > button:checked { @@ -483,7 +483,7 @@ button { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } .inline-toolbar toolbutton > button:disabled label, .inline-toolbar toolbutton > button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } .inline-toolbar toolbutton > button:disabled:active, .inline-toolbar toolbutton > button:disabled:checked { border-color: rgba(82, 148, 226, 0.75); background-color: rgba(82, 148, 226, 0.75); @@ -724,10 +724,10 @@ modelbutton.flat { border-radius: 2px; } menuitem.button.flat:hover, modelbutton.flat:hover { - background-color: #edeff0; } + background-color: #ecedee; } menuitem.button.flat:checked, modelbutton.flat:checked { - color: #5c616c; } + color: #3b3e45; } menuitem.button.flat check:last-child, menuitem.button.flat radio:last-child, modelbutton.flat check:last-child, @@ -775,7 +775,7 @@ spinbutton button:active { color: #ffffff; } spinbutton:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } spinbutton:not(.vertical) entry { min-width: 28px; } @@ -881,7 +881,7 @@ toolbar, .inline-toolbar { margin-right: 0; } .primary-toolbar:not(.libreoffice-toolbar) { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: none; border-width: 0 0 1px 0; @@ -915,7 +915,7 @@ headerbar, border-width: 0 0 1px; border-style: solid; border-color: #d4d5db; - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); background-color: #e7e8eb; box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } .csd headerbar, @@ -925,7 +925,7 @@ headerbar, headerbar:backdrop, .titlebar:backdrop:not(headerbar) { transition: 200ms ease-out; - color: rgba(82, 93, 118, 0.5); + color: rgba(53, 59, 75, 0.5); background-color: #eff0f2; } .csd headerbar:backdrop, .csd .titlebar:backdrop:not(headerbar) { @@ -1033,13 +1033,13 @@ window.csd > .titlebar:not(headerbar):backdrop { min-height: 1px; background: none; border-width: 0 1px; - border-image: linear-gradient(to bottom, rgba(82, 93, 118, 0) 25%, rgba(82, 93, 118, 0.15) 25%, rgba(82, 93, 118, 0.15) 75%, rgba(82, 93, 118, 0) 75%) 0 1/0 1px stretch; } + border-image: linear-gradient(to bottom, rgba(53, 59, 75, 0) 25%, rgba(53, 59, 75, 0.15) 25%, rgba(53, 59, 75, 0.15) 75%, rgba(53, 59, 75, 0) 75%) 0 1/0 1px stretch; } .primary-toolbar:not(.libreoffice-toolbar) separator:backdrop, headerbar separator.titlebutton:backdrop, .titlebar:not(headerbar) separator.titlebutton:backdrop { opacity: 0.6; } .primary-toolbar entry, headerbar entry { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar entry image, headerbar entry image, .primary-toolbar entry image:hover, headerbar entry image:hover { color: inherit; } @@ -1053,8 +1053,8 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar entry:focus image, headerbar entry:focus image { color: #ffffff; } .primary-toolbar entry:disabled, headerbar entry:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar entry selection:focus, headerbar entry selection:focus { background-color: #ffffff; @@ -1085,15 +1085,15 @@ window.csd > .titlebar:not(headerbar):backdrop { color: #FC4138; } .primary-toolbar button, headerbar button { - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); outline-offset: -3px; background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:backdrop, headerbar button:backdrop { opacity: 0.7; } .primary-toolbar button:hover, headerbar button:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar button:active, headerbar button:active, .primary-toolbar button:checked, headerbar button:checked { color: #ffffff; @@ -1104,7 +1104,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button:disabled label, headerbar button:disabled label, .primary-toolbar button:disabled, headerbar button:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button:disabled:active, headerbar button:disabled:active, .primary-toolbar button:disabled:checked, headerbar button:disabled:checked { color: rgba(255, 255, 255, 0.75); border-color: rgba(82, 148, 226, 0.65); @@ -1128,8 +1128,8 @@ window.csd > .titlebar:not(headerbar):backdrop { box-shadow: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button, .primary-toolbar .linked:not(.vertical).path-bar > button, headerbar .linked:not(.vertical).path-bar > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover, headerbar .linked:not(.vertical).path-bar > button:hover { background-color: rgba(255, 255, 255, 0.9); } @@ -1138,22 +1138,22 @@ window.csd > .titlebar:not(headerbar):backdrop { border-color: #5294e2; background-color: #5294e2; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:disabled, .primary-toolbar .linked:not(.vertical).path-bar > button:disabled, headerbar .linked:not(.vertical).path-bar > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button + button, .primary-toolbar .linked:not(.vertical).path-bar > button + button, headerbar .linked:not(.vertical).path-bar > button + button { border-left-style: none; } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical):not(.path-bar).stack-switcher > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, .primary-toolbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover, headerbar .linked:not(.vertical).path-bar > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry { - border-left-color: rgba(82, 93, 118, 0); } + border-left-color: rgba(53, 59, 75, 0); } .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, headerbar .linked:not(.vertical):not(.path-bar) > entry.error + entry, .primary-toolbar .linked:not(.vertical):not(.path-bar) > entry + entry.error, headerbar .linked:not(.vertical):not(.path-bar) > entry + entry.error { border-left-color: #FC4138; } @@ -1215,7 +1215,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.suggested-action.flat:disabled label, headerbar button.suggested-action.flat:disabled label, .primary-toolbar button.suggested-action.sidebar-button:disabled label, headerbar button.suggested-action.sidebar-button:disabled label, .primary-toolbar button.suggested-action.flat:disabled, headerbar button.suggested-action.flat:disabled, .primary-toolbar button.suggested-action.sidebar-button:disabled, headerbar button.suggested-action.sidebar-button:disabled, .primary-toolbar button.suggested-action:disabled label, headerbar button.suggested-action:disabled label, .primary-toolbar button.suggested-action:disabled, headerbar button.suggested-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop, .primary-toolbar button.suggested-action:backdrop, headerbar button.suggested-action:backdrop { opacity: 0.8; } @@ -1244,7 +1244,7 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: rgba(231, 232, 235, 0); border-color: rgba(231, 232, 235, 0); } .primary-toolbar button.destructive-action.flat:disabled label, headerbar button.destructive-action.flat:disabled label, .primary-toolbar button.destructive-action.sidebar-button:disabled label, headerbar button.destructive-action.sidebar-button:disabled label, .primary-toolbar button.destructive-action.flat:disabled, headerbar button.destructive-action.flat:disabled, .primary-toolbar button.destructive-action.sidebar-button:disabled, headerbar button.destructive-action.sidebar-button:disabled, .primary-toolbar button.destructive-action:disabled label, headerbar button.destructive-action:disabled label, .primary-toolbar button.destructive-action:disabled, headerbar button.destructive-action:disabled { - color: rgba(82, 93, 118, 0.35); } + color: rgba(53, 59, 75, 0.35); } .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop, .primary-toolbar button.destructive-action:backdrop, headerbar button.destructive-action:backdrop { opacity: 0.8; } @@ -1254,8 +1254,8 @@ window.csd > .titlebar:not(headerbar):backdrop { caret-color: #ffffff; } .primary-toolbar spinbutton:not(.vertical) button, headerbar spinbutton:not(.vertical) button, .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .primary-toolbar spinbutton:not(.vertical) button:hover, headerbar spinbutton:not(.vertical) button:hover { @@ -1267,16 +1267,16 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; } .primary-toolbar spinbutton:not(.vertical) button:disabled, headerbar spinbutton:not(.vertical) button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .primary-toolbar spinbutton:not(.vertical) > button + button, headerbar spinbutton:not(.vertical) > button + button { border-left-style: none; } .primary-toolbar spinbutton:not(.vertical) > button:hover:not(:active), headerbar spinbutton:not(.vertical) > button:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > button:hover + button, headerbar spinbutton:not(.vertical) > button:hover + button { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), headerbar spinbutton:not(.vertical) > button:disabled + button:not(:disabled):not(:active):not(:checked):not(:hover), .primary-toolbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled, headerbar spinbutton:not(.vertical) > button:not(:disabled):not(:active):not(:checked):not(:hover) + button:disabled { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .primary-toolbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), headerbar spinbutton:not(.vertical) > button:first-child:hover:not(:active), .primary-toolbar spinbutton:not(.vertical) > entry + button:not(:active):hover, headerbar spinbutton:not(.vertical) > entry + button:not(:active):hover { box-shadow: none; } @@ -1285,11 +1285,11 @@ window.csd > .titlebar:not(headerbar):backdrop { border-left-color: #5294e2; } .primary-toolbar combobox:disabled, headerbar combobox:disabled { - color: rgba(82, 93, 118, 0.2); } + color: rgba(53, 59, 75, 0.2); } .primary-toolbar combobox > .linked > button.combo, headerbar combobox > .linked > button.combo { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .primary-toolbar combobox > .linked > button.combo image, headerbar combobox > .linked > button.combo image, .primary-toolbar combobox > .linked > button.combo image:hover, headerbar combobox > .linked > button.combo image:hover { color: inherit; } @@ -1299,8 +1299,8 @@ window.csd > .titlebar:not(headerbar):backdrop { background-color: #5294e2; box-shadow: none; } .primary-toolbar combobox > .linked > button.combo:disabled, headerbar combobox > .linked > button.combo:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .primary-toolbar combobox > .linked > entry.combo:dir(ltr), headerbar combobox > .linked > entry.combo:dir(ltr) { @@ -1329,7 +1329,7 @@ window.csd > .titlebar:not(headerbar):backdrop { opacity: 0.75; } .primary-toolbar progressbar trough, headerbar progressbar trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar progressbar:backdrop, headerbar progressbar:backdrop { opacity: 0.75; } @@ -1339,21 +1339,21 @@ window.csd > .titlebar:not(headerbar):backdrop { .primary-toolbar scale slider, headerbar scale slider { background-color: #fbfbfc; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:hover, headerbar scale slider:hover { background-color: white; - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale slider:active, headerbar scale slider:active { background-color: #5294e2; border-color: #5294e2; } .primary-toolbar scale slider:disabled, headerbar scale slider:disabled { background-color: rgba(245, 246, 247, 0.985); - border-color: rgba(82, 93, 118, 0.3); } + border-color: rgba(53, 59, 75, 0.3); } .primary-toolbar scale trough, headerbar scale trough { - background-color: rgba(82, 93, 118, 0.15); } + background-color: rgba(53, 59, 75, 0.15); } .primary-toolbar scale trough:disabled, headerbar scale trough:disabled { - background-color: rgba(82, 93, 118, 0.1); } + background-color: rgba(53, 59, 75, 0.1); } .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 6px; @@ -1378,7 +1378,7 @@ window.csd > .titlebar:not(headerbar):backdrop { padding-right: 4px; } treeview.view { - border-left-color: rgba(92, 97, 108, 0.15); + border-left-color: rgba(59, 62, 69, 0.15); border-top-color: rgba(0, 0, 0, 0.1); } * { -GtkTreeView-horizontal-separator: 4; @@ -1392,9 +1392,9 @@ treeview.view { treeview.view:selected, treeview.view:selected:focus { border-radius: 0; border-left-color: #a9caf1; - border-top-color: rgba(92, 97, 108, 0.1); } + border-top-color: rgba(59, 62, 69, 0.1); } treeview.view:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } treeview.view:disabled:selected { color: #97bfee; } treeview.view.separator { @@ -1403,18 +1403,18 @@ treeview.view { treeview.view:drop(active) { border-style: solid none; border-width: 1px; - border-color: #577ba7; } + border-color: #476994; } treeview.view:drop(active).after { border-top-style: none; } treeview.view:drop(active).before { border-bottom-style: none; } treeview.view.expander { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); - color: #aeb0b6; } + color: #9d9fa2; } treeview.view.expander:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } treeview.view.expander:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view.expander:selected { color: #cbdff6; } treeview.view.expander:selected:hover { @@ -1430,7 +1430,7 @@ treeview.view { box-shadow: none; background-color: #ffffff; } treeview.view.trough { - color: #5c616c; + color: #3b3e45; background-color: #cfd6e6; border-radius: 3px; border-width: 0; } @@ -1444,7 +1444,7 @@ treeview.view { min-width: 0; padding: 3px 6px; font-weight: bold; - color: #7d8189; + color: #62656a; background-color: #ffffff; background-image: none; border-style: none solid none none; @@ -1453,11 +1453,11 @@ treeview.view { treeview.view header button:hover { color: #5294e2; } treeview.view header button:active { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:active, treeview.view header button:hover { background-color: #ffffff; } treeview.view header button:active:hover { - color: #5c616c; } + color: #3b3e45; } treeview.view header button:disabled { border-color: #F5F6F7; background-image: none; } @@ -1481,10 +1481,10 @@ menubar, -GtkWidget-window-dragging: true; padding: 0px; background-color: #e7e8eb; - color: rgba(82, 93, 118, 0.8); } + color: rgba(53, 59, 75, 0.8); } menubar:backdrop, .menubar:backdrop { - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } menubar > menuitem, .menubar > menuitem { padding: 4px 8px; @@ -1496,7 +1496,7 @@ menubar, color: #ffffff; } menubar > menuitem:disabled, .menubar > menuitem:disabled { - color: rgba(82, 93, 118, 0.2); + color: rgba(53, 59, 75, 0.2); border-color: transparent; } menu, @@ -1535,7 +1535,7 @@ menu, background-color: #5294e2; } menu menuitem:disabled, .menu menuitem:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } menu menuitem arrow, .menu menuitem arrow { min-height: 16px; @@ -1572,16 +1572,16 @@ menu, menu > arrow.top, .menu > arrow.top { margin-top: -6px; - border-bottom: 1px solid #efeff0; + border-bottom: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); } menu > arrow.bottom, .menu > arrow.bottom { margin-bottom: -6px; - border-top: 1px solid #efeff0; + border-top: 1px solid #ebecec; -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } menu > arrow:hover, .menu > arrow:hover { - background-color: #efeff0; } + background-color: #ebecec; } menu > arrow:disabled, .menu > arrow:disabled { color: transparent; @@ -1723,13 +1723,13 @@ notebook { notebook > header.left > tabs > arrow.down:first-child, notebook > header.right > tabs > arrow.down:first-child { margin-bottom: 2px; } notebook > header > tabs > arrow { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } notebook > header > tabs > arrow:hover { - color: rgba(92, 97, 108, 0.775); } + color: rgba(59, 62, 69, 0.775); } notebook > header > tabs > arrow:active { - color: #5c616c; } + color: #3b3e45; } notebook > header > tabs > arrow:disabled { - color: rgba(92, 97, 108, 0.25); } + color: rgba(59, 62, 69, 0.25); } notebook > header.top > tabs > tab:hover:not(:checked) { box-shadow: inset 0 -1px #dcdfe3; } notebook > header.bottom > tabs > tab:hover:not(:checked) { @@ -1739,21 +1739,21 @@ notebook { notebook > header.right > tabs > tab:hover:not(:checked) { box-shadow: inset 1px 0 #dcdfe3; } notebook > header > tabs > tab { - color: rgba(92, 97, 108, 0.55); + color: rgba(59, 62, 69, 0.55); background-color: rgba(255, 255, 255, 0); } notebook > header > tabs > tab:hover:not(:checked) { - color: rgba(92, 97, 108, 0.775); + color: rgba(59, 62, 69, 0.775); background-color: rgba(255, 255, 255, 0.5); border-color: #dcdfe3; } notebook > header > tabs > tab:checked { - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border-color: #dcdfe3; } notebook > header > tabs > tab button.flat, notebook > header > tabs > tab button.sidebar-button { min-height: 22px; min-width: 16px; padding: 0; - color: #92959d; } + color: #7c7e83; } notebook > header > tabs > tab button.flat:hover, notebook > header > tabs > tab button.sidebar-button:hover { color: #ff4d4d; } notebook > header > tabs > tab button.flat:active, notebook > header > tabs > tab button.sidebar-button:active, notebook > header > tabs > tab button.flat:active:hover, notebook > header > tabs > tab button.sidebar-button:active:hover { @@ -1790,9 +1790,9 @@ scrollbar { border: 4px solid transparent; border-radius: 8px; background-clip: padding-box; - background-color: #b8babf; } + background-color: #abacb0; } scrollbar slider:hover { - background-color: #c7c9cd; } + background-color: #bdbfc2; } scrollbar slider:hover:active { background-color: #5294e2; } scrollbar slider:disabled { @@ -1812,7 +1812,7 @@ scrollbar { margin: 0; min-width: 4px; min-height: 4px; - background-color: #8a8e96; + background-color: #73757a; border: 1px solid rgba(255, 255, 255, 0.6); } scrollbar.overlay-indicator:not(.dragging):not(.hovering).horizontal slider { margin: 0 2px; @@ -2249,7 +2249,7 @@ scale { progressbar { padding: 0; font-size: smaller; - color: rgba(92, 97, 108, 0.7); } + color: rgba(59, 62, 69, 0.7); } progressbar.osd { min-width: 3px; min-height: 3px; @@ -2312,8 +2312,8 @@ levelbar block.full { background-color: #73d216; } levelbar block.empty { - background-color: rgba(92, 97, 108, 0.2); - border-color: rgba(92, 97, 108, 0.2); } + background-color: rgba(59, 62, 69, 0.2); + border-color: rgba(59, 62, 69, 0.2); } printdialog paper { border: 1px solid #dcdfe3; @@ -2439,10 +2439,10 @@ row.activatable.has-open-popup, row.activatable:hover { background-color: rgba(0, 0, 0, 0.05); } row.activatable:active { - color: #5c616c; } + color: #3b3e45; } row.activatable:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } row.activatable:disabled image { color: inherit; } @@ -2490,30 +2490,30 @@ expander arrow { expander arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme("pan-end-symbolic-rtl"); } expander arrow:hover { - color: #aaaeb7; } + color: #848995; } expander arrow:checked { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } calendar { - color: #5c616c; + color: #3b3e45; border: 1px solid #dcdfe3; border-radius: 3px; padding: 2px; } calendar:selected { border-radius: 1.5px; } calendar.header { - color: #5c616c; + color: #3b3e45; border: none; } calendar.button { - color: rgba(92, 97, 108, 0.45); } + color: rgba(59, 62, 69, 0.45); } calendar.button:hover { - color: #5c616c; } + color: #3b3e45; } calendar.button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } calendar:indeterminate { color: alpha(currentColor,0.55); } calendar.highlight { - color: #5c616c; } + color: #3b3e45; } messagedialog .titlebar { min-height: 20px; @@ -2791,11 +2791,11 @@ colorswatch:disabled { colorswatch#add-color-button { border-style: solid; border-width: 1px; - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } colorswatch#add-color-button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } colorswatch#add-color-button overlay { @@ -2818,7 +2818,7 @@ colorchooser .popover.osd { -gtk-icon-effect: highlight; } .scale-popup button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } @@ -2845,7 +2845,7 @@ button.circular-button { min-width: 16px; min-height: 20px; padding: 3px 6px 4px 6px; - color: #5c616c; + color: #3b3e45; background-color: #ffffff; border: 1px solid #dcdfe3; border-radius: 2.5px; @@ -2911,8 +2911,8 @@ headerbar button.titlebutton, background-color: rgba(231, 232, 235, 0); } headerbar button.titlebutton:hover, .titlebar button.titlebutton:hover { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } headerbar button.titlebutton:active, headerbar button.titlebutton:checked, .titlebar button.titlebutton:active, @@ -3031,7 +3031,7 @@ terminal-window notebook > header.top, color: white; text-shadow: 1px 1px rgba(0, 0, 0, 0.6); } .nautilus-desktop.nautilus-canvas-item:active, .nemo-desktop.nemo-canvas-item:active, .caja-desktop:active { - color: #5c616c; } + color: #3b3e45; } .nautilus-desktop.nautilus-canvas-item:selected, .nemo-desktop.nemo-canvas-item:selected, .caja-desktop:selected { color: #ffffff; text-shadow: none; } @@ -3039,7 +3039,7 @@ terminal-window notebook > header.top, .nautilus-canvas-item.dim-label, label.nautilus-canvas-item.separator, popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-canvas-item.subtitle, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle, .nautilus-list-dim-label { - color: #a9acb2; } + color: #989a9e; } .nautilus-canvas-item.dim-label:selected, label.nautilus-canvas-item.separator:selected, headerbar .nautilus-canvas-item.subtitle:selected, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected, .nautilus-canvas-item.dim-label:selected:focus, label.nautilus-canvas-item.separator:selected:focus, headerbar .nautilus-canvas-item.subtitle:selected:focus, .titlebar:not(headerbar) .nautilus-canvas-item.subtitle:selected:focus, .nautilus-list-dim-label:selected, .nautilus-list-dim-label:selected:focus { @@ -3059,8 +3059,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; border-width: 1px; } .disk-space-display.unknown { - background-color: rgba(92, 97, 108, 0.5); - border-color: rgba(69, 72, 80, 0.5); } + background-color: rgba(59, 62, 69, 0.5); + border-color: rgba(35, 37, 42, 0.5); } .disk-space-display.used { background-color: rgba(82, 148, 226, 0.8); border-color: rgba(38, 121, 219, 0.8); } @@ -3070,8 +3070,8 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can @keyframes needs_attention_keyframes { 0% { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } 100% { color: #ffffff; @@ -3105,13 +3105,13 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 3px; - color: #5c616c; + color: #3b3e45; border-color: #5294e2; background-color: #ffffff; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button { - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(251, 251, 252, 0.9); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:not(:last-child):not(:only-child) { margin: 0 0 1px 0; } @@ -3122,19 +3122,19 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-color: #5294e2; background-color: #5294e2; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:disabled { - color: rgba(82, 93, 118, 0.4); } + color: rgba(53, 59, 75, 0.4); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button + button { border-left-style: none; } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1), inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1), inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):first-child:hover { - box-shadow: inset -1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset -1px 0 rgba(53, 59, 75, 0.1); } .nemo-window .primary-toolbar widget.raised.linked:not(.vertical):not(.path-bar) > button:hover:not(:checked):not(:active):not(:only-child):last-child:hover { - box-shadow: inset 1px 0 rgba(82, 93, 118, 0.1); } + box-shadow: inset 1px 0 rgba(53, 59, 75, 0.1); } .caja-notebook { border-top: 1px solid #dcdfe3; } @@ -3149,16 +3149,16 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can padding: 3px 6px 3px 6px; border-color: #ffffff; } .open-document-selector-treeview.view:hover, iconview.open-document-selector-treeview:hover { - background-color: #f4f4f5; } + background-color: #f1f1f2; } .open-document-selector-treeview.view:hover:selected, iconview.open-document-selector-treeview:hover:selected { color: #ffffff; background-color: #5294e2; } .open-document-selector-name-label { - color: #5c616c; } + color: #3b3e45; } .open-document-selector-path-label { - color: #aeb0b6; + color: #9d9fa2; font-size: smaller; } .open-document-selector-path-label:selected { color: rgba(255, 255, 255, 0.9); } @@ -3175,11 +3175,11 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can color: inherit; } .gedit-document-panel row:hover:not(:selected) button { - color: #92959d; } + color: #7c7e83; } .gedit-document-panel row:hover:not(:selected) button:hover { color: #ff4d4d; } .gedit-document-panel row:hover:not(:selected) button:active { - color: #5c616c; } + color: #3b3e45; } .gedit-document-panel row:hover:selected button:hover { color: #ff6666; @@ -3192,7 +3192,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can .gedit-document-panel-dragged-row { border: 1px solid #dcdfe3; background-color: #d9dde0; - color: #5c616c; } + color: #3b3e45; } .gedit-side-panel-paned statusbar { border-top: 1px solid #dcdfe3; @@ -3207,7 +3207,7 @@ popover.background label.nautilus-canvas-item.separator, headerbar .nautilus-can border-style: solid; } .gedit-search-entry-occurrences-tag { - color: rgba(92, 97, 108, 0.6); + color: rgba(59, 62, 69, 0.6); border: none; margin: 2px; padding: 2px; } @@ -3344,7 +3344,7 @@ gstyleslidein #scale_box button.toggle:checked, gstyleslidein #strings_controls button.toggle:checked, gstyleslidein #palette_controls button.toggle:checked, gstyleslidein #components_controls button.toggle:checked { - color: #5c616c; } + color: #3b3e45; } configurationview entry.flat { background: none; } @@ -3365,7 +3365,7 @@ button.documents-load-more { border-radius: 2px; } .documents-collection-icon, .photos-collection-icon { - background-color: rgba(92, 97, 108, 0.3); + background-color: rgba(59, 62, 69, 0.3); border-radius: 2px; } button.documents-favorite:active, @@ -3574,8 +3574,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-radius: 3px; padding-left: 4px; padding-right: 4px; - color: rgba(82, 93, 118, 0.8); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.8); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.9); } .marlin-pathbar.pathbar image, .marlin-pathbar.pathbar image:hover { color: inherit; } @@ -3584,8 +3584,8 @@ panel-toplevel.background button:not(#tasklist-button), .xfce4-panel.panel butto border-color: #5294e2; background-color: #5294e2; } .marlin-pathbar.pathbar:disabled { - color: rgba(82, 93, 118, 0.35); - border-color: rgba(82, 93, 118, 0.1); + color: rgba(53, 59, 75, 0.35); + border-color: rgba(53, 59, 75, 0.1); background-color: rgba(255, 255, 255, 0.75); } .marlin-pathbar.pathbar:active, .marlin-pathbar.pathbar:checked { color: #5294e2; } @@ -3667,11 +3667,11 @@ UnityDecoration { border-radius: 4px 4px 0 0; padding: 1px 6px 0 6px; background-image: linear-gradient(to bottom, #e7e8eb, #e7e8eb); - color: rgba(82, 93, 118, 0.8); + color: rgba(53, 59, 75, 0.8); box-shadow: inset 0 1px rgba(239, 240, 242, 0.95); } UnityDecoration .top:backdrop { border-bottom-width: 0; - color: rgba(82, 93, 118, 0.5); } + color: rgba(53, 59, 75, 0.5); } UnityDecoration .left, UnityDecoration .right, UnityDecoration .bottom, UnityDecoration .left:backdrop, UnityDecoration .right:backdrop, UnityDecoration .bottom:backdrop { background-color: transparent; @@ -3821,7 +3821,7 @@ toolbar.bottom-toolbar, .bottom-toolbar.inline-toolbar { .source-list.view, iconview.source-list { background-color: #F5F6F7; - color: #5c616c; + color: #3b3e45; -gtk-icon-style: regular; } .source-list.category-expander { @@ -3866,7 +3866,7 @@ iconview.source-list:selected:focus, color: #5294e2; } .source-list.category-expander { - color: #5c616c; + color: #3b3e45; -gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); -GtkTreeView-expander-size: 16; } @@ -3882,13 +3882,13 @@ GraniteWidgetsWelcome { background-color: #ffffff; } GraniteWidgetsWelcome label { - color: #a9acb2; + color: #989a9e; font-size: 11px; text-shadow: none; } GraniteWidgetsWelcome .h1, GraniteWidgetsWelcome .h3 { - color: rgba(92, 97, 108, 0.8); } + color: rgba(59, 62, 69, 0.8); } .help_button { border-radius: 0; } @@ -3924,7 +3924,7 @@ GraniteWidgetsXsEntry entry { .h4, .category-label { - color: #8a8e96; + color: #73757a; font-weight: 600; } .h4 { @@ -3958,7 +3958,7 @@ GtkListBox .h4 { font-weight: normal; border-style: none; background-color: transparent; - color: #5c616c; } + color: #3b3e45; } #content_frame { padding-bottom: 14px; @@ -3969,11 +3969,11 @@ GtkListBox .h4 { border-width: 1px 1px 0 1px; } #content_frame button { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: #fbfbfc; } #content_frame button:hover { - color: #5c616c; + color: #3b3e45; border-color: #cfd6e6; background-color: white; } #content_frame button:active, #content_frame button:checked { @@ -3984,7 +3984,7 @@ GtkListBox .h4 { border-color: rgba(207, 214, 230, 0.55); background-color: rgba(251, 251, 252, 0.55); } #content_frame button:disabled label, #content_frame button:disabled { - color: rgba(92, 97, 108, 0.55); } + color: rgba(59, 62, 69, 0.55); } #buttonbox_frame { padding-top: 20px; @@ -4015,7 +4015,7 @@ GtkListBox .h4 { background-color: rgba(102, 109, 132, 0.2); } #login_window #user_combobox { - color: #5c616c; + color: #3b3e45; font-size: 13px; } #login_window #user_combobox menu { font-weight: normal; } @@ -4266,23 +4266,23 @@ filechooser placessidebar.sidebar scrollbar, .nautilus-window placessidebar.sidebar scrollbar trough, .nemo-window .sidebar scrollbar trough, .caja-side-pane scrollbar trough { background-color: rgba(42, 45, 55, 0.95); } -@define-color theme_fg_color #5c616c; -@define-color theme_text_color #5c616c; +@define-color theme_fg_color #3b3e45; +@define-color theme_text_color #3b3e45; @define-color theme_bg_color #F5F6F7; @define-color theme_base_color #ffffff; @define-color theme_selected_bg_color #5294e2; @define-color theme_selected_fg_color #ffffff; -@define-color fg_color #5c616c; -@define-color text_color #5c616c; +@define-color fg_color #3b3e45; +@define-color text_color #3b3e45; @define-color bg_color #F5F6F7; @define-color base_color #ffffff; @define-color selected_bg_color #5294e2; @define-color selected_fg_color #ffffff; @define-color insensitive_bg_color #fbfbfc; -@define-color insensitive_fg_color alpha(#5c616c, 0.5); +@define-color insensitive_fg_color alpha(#3b3e45, 0.5); @define-color insensitive_base_color #ffffff; -@define-color theme_unfocused_fg_color #5c616c; -@define-color theme_unfocused_text_color #5c616c; +@define-color theme_unfocused_fg_color #3b3e45; +@define-color theme_unfocused_text_color #3b3e45; @define-color theme_unfocused_bg_color #F5F6F7; @define-color theme_unfocused_base_color #ffffff; @define-color borders #dcdfe3; @@ -4293,8 +4293,8 @@ filechooser placessidebar.sidebar scrollbar, @define-color placeholder_text_color #A8A8A8; @define-color link_color #2679db; @define-color content_view_bg #ffffff; -@define-color wm_title alpha(#525d76, 0.8); -@define-color wm_unfocused_title alpha(#525d76, 0.5); +@define-color wm_title alpha(#353b4b, 0.8); +@define-color wm_unfocused_title alpha(#353b4b, 0.5); @define-color wm_bg #e7e8eb; @define-color wm_bg_unfocused #eff0f2; @define-color wm_highlight #eff0f2; diff --git a/common/gtk-3.0/3.20/sass/_colors.scss b/common/gtk-3.0/3.20/sass/_colors.scss index 8d3a5f2..e328678 100644 --- a/common/gtk-3.0/3.20/sass/_colors.scss +++ b/common/gtk-3.0/3.20/sass/_colors.scss @@ -3,9 +3,9 @@ $base_color: if($variant =='light', #ffffff, #404552); -$text_color: if($variant == 'light', #5c616c, #D3DAE3); +$text_color: if($variant == 'light', #3b3e45, #D3DAE3); $bg_color: if($variant =='light', #F5F6F7, #383C4A); -$fg_color: if($variant =='light', #5c616c, #D3DAE3); +$fg_color: if($variant =='light', #3b3e45, #D3DAE3); $selected_fg_color: #ffffff; $selected_bg_color: #5294e2;