[gtk+/gtk-3-14] Adwaita: dim backdrop foreground color
- From: Lapo Calamandrei <lapo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] Adwaita: dim backdrop foreground color
- Date: Fri, 31 Oct 2014 13:05:28 +0000 (UTC)
commit 8055a3723060c388677907a6add0c0ca802d6fd6
Author: Lapo Calamandrei <calamandrei gmail com>
Date: Fri Oct 31 14:04:25 2014 +0100
Adwaita: dim backdrop foreground color
To make the focused window more evident.
gtk/resources/theme/Adwaita/_colors.scss | 2 +-
gtk/resources/theme/Adwaita/gtk-contained-dark.css | 66 ++++++++++----------
gtk/resources/theme/Adwaita/gtk-contained.css | 60 +++++++++---------
3 files changed, 64 insertions(+), 64 deletions(-)
---
diff --git a/gtk/resources/theme/Adwaita/_colors.scss b/gtk/resources/theme/Adwaita/_colors.scss
index d1fa4b6..cf9ab2d 100644
--- a/gtk/resources/theme/Adwaita/_colors.scss
+++ b/gtk/resources/theme/Adwaita/_colors.scss
@@ -38,7 +38,7 @@ $insensitive_borders_color: $borders_color;
//colors for the backdrop state, derived from the main colors.
$backdrop_base_color: if($variant =='light', darken($base_color,1%), lighten($base_color,1%));
$backdrop_bg_color: $bg_color;
-$backdrop_fg_color: mix($fg_color, $backdrop_bg_color, 80%);
+$backdrop_fg_color: mix($fg_color, $backdrop_bg_color, 50%);
$backdrop_insensitive_color: if($variant =='light', darken($backdrop_bg_color,15%),
lighten($backdrop_bg_color,15%));
$backdrop_borders_color: mix($borders_color, $bg_color, 90%);
$backdrop_dark_fill: mix($backdrop_borders_color,$backdrop_bg_color, 35%);
diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
index 500a7ce..2752263 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css
@@ -67,7 +67,7 @@
color: #eeeeec;
background-color: #292929; }
.view:backdrop {
- color: #c9cbc9;
+ color: #939695;
background-color: #2c2c2c; }
.rubberband {
@@ -82,7 +82,7 @@ GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
color: #eeeeec; }
GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
.sidebar .view GtkLabel.separator:backdrop {
- color: #c9cbc9; }
+ color: #939695; }
GtkLabel:insensitive {
color: #939695; }
GtkLabel:insensitive:backdrop {
@@ -187,7 +187,7 @@ GtkFlowBox .grid-child {
.entry:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, #212121, #292929 90%);
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #2c2c2c);
box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px rgba(238,
238, 236, 0); }
@@ -258,7 +258,7 @@ GtkFlowBox .grid-child {
.entry.image:active {
color: #215d9c; }
.entry.image:backdrop {
- color: #a9aba9; }
+ color: #7e8080; }
/***********
* Buttons *
@@ -320,7 +320,7 @@ GtkCalendar.header .button.titlebutton {
GtkCalendar.header .button.titlebutton:backdrop, .button.flat:backdrop, .header-bar
.titlebutton.button:backdrop,
.titlebar .titlebutton.button:backdrop,
GtkCalendar.header .titlebutton.button:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -332,7 +332,7 @@ GtkCalendar.header .button.titlebutton {
GtkCalendar.header .titlebutton.button:backdrop:active, .button.flat:backdrop:checked, .header-bar
.titlebutton.button:backdrop:checked,
.titlebar .titlebutton.button:backdrop:checked,
GtkCalendar.header .titlebutton.button:backdrop:checked {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #2f3434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
@@ -925,14 +925,14 @@ GtkCalendar.header .inline-toolbar GtkToolButton > .button.titlebutton {
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton >
.button:insensitive:checked > GtkLabel {
color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
.inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton >
.button:backdrop:checked {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #2f3434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0); }
@@ -1307,7 +1307,7 @@ GtkCalendar.header .button.titlebutton:visited {
.spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl)
.button:first-child:insensitive > GtkLabel {
color: inherit; }
.spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl)
.button:first-child:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -1347,7 +1347,7 @@ GtkCalendar.header .button.titlebutton:visited {
.spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl)
.button:last-child:insensitive > GtkLabel {
color: inherit; }
.spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl)
.button:last-child:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -1392,7 +1392,7 @@ GtkComboBox {
text-shadow: none;
icon-shadow: none; }
GtkComboBox:backdrop {
- color: #c9cbc9;
+ color: #939695;
text-shadow: none;
icon-shadow: none; }
GtkComboBox:backdrop:insensitive {
@@ -1693,7 +1693,7 @@ GtkComboBox {
color: inherit; }
.titlebar.selection-mode .button.suggested-action:backdrop, GtkCalendar.selection-mode.header
.button.suggested-action:backdrop,
.header-bar.selection-mode .button.suggested-action:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -1792,7 +1792,7 @@ GtkTreeView.view {
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.expander:backdrop {
- color: #999b99; }
+ color: #747675; }
GtkTreeView.view.progressbar {
border-radius: 4px;
border-color: #0f2b48;
@@ -1884,7 +1884,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
GtkCalendar.header column-header .button.titlebutton:backdrop {
border-color: #393f3f;
border-style: none solid solid none;
- color: #818584;
+ color: #666a6a;
background-image: none;
background-color: #2c2c2c; }
column-header .button:backdrop:insensitive {
@@ -1924,7 +1924,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.menu .menuitem:insensitive:backdrop {
color: #5d6767; }
.menu .menuitem:backdrop, .menu .menuitem:backdrop:hover {
- color: #c9cbc9;
+ color: #939695;
background-color: #2c2c2c; }
.menu .menuitem.arrow {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
@@ -2251,15 +2251,15 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
font-weight: bold;
color: #939695; }
.notebook tab GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
- color: #939998; }
+ color: #787e7e; }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #c0c2c0; }
.notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
- color: #939998; }
+ color: #787e7e; }
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #eeeeec; }
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
- color: #c9cbc9; }
+ color: #939695; }
.notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab
.button.titlebutton,
.notebook tab .titlebar .button.titlebutton,
.titlebar .notebook tab .button.titlebutton,
@@ -2290,7 +2290,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
icon-shadow: 0 -1px rgba(0, 0, 0, 0.89176);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
.notebook tab .button:backdrop {
- color: rgba(201, 203, 201, 0.3);
+ color: rgba(147, 150, 149, 0.3);
border-color: transparent; }
.notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage,
.header-bar .notebook tab .button.titlebutton > GtkImage,
.notebook tab .titlebar .button.titlebutton > GtkImage,
@@ -2307,7 +2307,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.notebook.arrow:insensitive {
color: rgba(147, 150, 149, 0.3); }
.notebook.arrow:backdrop {
- color: rgba(201, 203, 201, 0.4); }
+ color: rgba(147, 150, 149, 0.4); }
.notebook.arrow:backdrop:insensitive {
color: #5d6767; }
@@ -2385,7 +2385,7 @@ GtkSwitch {
box-shadow: 0 1px rgba(238, 238, 236, 0.1);
text-shadow: none; }
GtkSwitch.trough:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #2f3434);
box-shadow: none;
@@ -2431,7 +2431,7 @@ GtkSwitch {
GtkSwitch.slider:insensitive > GtkLabel {
color: inherit; }
GtkSwitch.slider:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -3345,7 +3345,7 @@ GtkLevelBar.vertical {
.level-bar.trough:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, #212121, #292929 90%);
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #2c2c2c);
box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px rgba(238,
238, 236, 0); }
@@ -3376,7 +3376,7 @@ GtkLevelBar.vertical {
border-color: rgba(238, 238, 236, 0.1);
box-shadow: none; }
.level-bar.fill-block.empty-fill-block:backdrop {
- border-color: rgba(201, 203, 201, 0.15); }
+ border-color: rgba(147, 150, 149, 0.15); }
/**********
* Frames *
@@ -3480,7 +3480,7 @@ GtkCalendar.header .list-row.button.titlebutton {
.titlebar .list-row:selected .titlebutton.button:backdrop,
.list-row:selected GtkCalendar.header .titlebutton.button:backdrop,
GtkCalendar.header .list-row:selected .titlebutton.button:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -3495,7 +3495,7 @@ GtkCalendar.header .list-row.button.titlebutton {
.titlebar .list-row:selected .titlebutton.button:backdrop:checked,
.list-row:selected GtkCalendar.header .titlebutton.button:backdrop:checked,
GtkCalendar.header .list-row:selected .titlebutton.button:backdrop:checked {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #2f3434);
box-shadow: inset 0 1px rgba(255, 255, 255, 0); }
@@ -3550,7 +3550,7 @@ GtkCalendar.header .list-row.button.titlebutton {
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(238, 238, 236, 0);
text-shadow: none;
icon-shadow: none;
- color: #c9cbc9; }
+ color: #939695; }
.list-row:selected .button:insensitive {
color: #939695;
border-color: #1c1f1f;
@@ -3675,7 +3675,7 @@ GtkCalendar {
color: #ffffff;
border-radius: 3px; }
GtkCalendar:selected:backdrop {
- color: #c9cbc9; }
+ color: #939695; }
GtkCalendar.header {
box-shadow: inset 0 -1px #303535, inset 0px 1px rgba(238, 238, 236, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
border: 1px solid #1c1f1f;
@@ -3693,7 +3693,7 @@ GtkCalendar {
GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop,
.titlebar GtkCalendar.button.titlebutton:backdrop,
GtkCalendar.header GtkCalendar.button.titlebutton:backdrop {
- color: rgba(201, 203, 201, 0.45); }
+ color: rgba(147, 150, 149, 0.45); }
GtkCalendar.highlight {
color: alpha(currentColor,0.55); }
GtkCalendar:backdrop {
@@ -3749,7 +3749,7 @@ GtkCalendar {
.message-dialog.csd .dialog-action-area .button:insensitive > GtkLabel {
color: inherit; }
.message-dialog.csd .dialog-action-area .button:backdrop {
- color: #c9cbc9;
+ color: #939695;
border-color: #1e2222;
background-image: linear-gradient(to bottom, #393f3f);
text-shadow: none;
@@ -4181,7 +4181,7 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
.view:backdrop:selected, GtkLabel:backdrop:selected, GtkFlowBox .grid-child:backdrop:selected,
.entry:backdrop:selected, .menuitem.button.flat:backdrop:selected, .header-bar
.menuitem.titlebutton.button:backdrop:selected,
.titlebar .menuitem.titlebutton.button:backdrop:selected,
GtkCalendar.header .menuitem.titlebutton.button:backdrop:selected, .list-row:backdrop:selected {
- color: #c9cbc9; }
+ color: #939695; }
/* Decouple the font of context menus from their entry/textview */
.touch-selection,
@@ -4197,7 +4197,7 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
@define-color insensitive_bg_color #323636;
@define-color insensitive_fg_color #939695;
@define-color insensitive_base_color #292929;
- define-color theme_unfocused_fg_color #c9cbc9;
+ define-color theme_unfocused_fg_color #939695;
@define-color theme_unfocused_bg_color #393f3f;
@define-color theme_unfocused_base_color #2c2c2c;
@define-color theme_unfocused_selected_bg_color #215d9c;
@@ -4208,7 +4208,7 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
@define-color error_color #cc0000;
@define-color success_color #5aa411;
@define-color wm_title shade(#eeeeec, 1.8);
- define-color wm_unfocused_title #c9cbc9;
+ define-color wm_unfocused_title #939695;
@define-color wm_highlight transparent;
@define-color wm_borders_edge rgba(238, 238, 236, 0.1);
@define-color wm_bg_a shade(#393f3f, 1.2);
diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css
index b54e907..e22903b 100644
--- a/gtk/resources/theme/Adwaita/gtk-contained.css
+++ b/gtk/resources/theme/Adwaita/gtk-contained.css
@@ -67,7 +67,7 @@
color: #2e3436;
background-color: #ffffff; }
.view:backdrop {
- color: #54595a;
+ color: #8d9091;
background-color: #fcfcfc; }
.rubberband {
@@ -82,7 +82,7 @@ GtkLabel.separator, .sidebar GtkLabel.separator:backdrop,
color: #2e3436; }
GtkLabel.separator:backdrop, .sidebar GtkLabel.separator:backdrop,
.sidebar .view GtkLabel.separator:backdrop {
- color: #54595a; }
+ color: #8d9091; }
GtkLabel:insensitive {
color: #8d9091; }
GtkLabel:insensitive:backdrop {
@@ -187,7 +187,7 @@ GtkFlowBox .grid-child {
.entry:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #fcfcfc);
box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px rgba(255,
255, 255, 0); }
@@ -250,7 +250,7 @@ GtkFlowBox .grid-child {
.entry.image:active {
color: #4a90d9; }
.entry.image:backdrop {
- color: #75797a; }
+ color: #a3a5a6; }
/***********
* Buttons *
@@ -312,7 +312,7 @@ GtkCalendar.header .button.titlebutton {
GtkCalendar.header .button.titlebutton:backdrop, .button.flat:backdrop, .header-bar
.titlebutton.button:backdrop,
.titlebar .titlebutton.button:backdrop,
GtkCalendar.header .titlebutton.button:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -324,7 +324,7 @@ GtkCalendar.header .button.titlebutton {
GtkCalendar.header .titlebutton.button:backdrop:active, .button.flat:backdrop:checked, .header-bar
.titlebutton.button:backdrop:checked,
.titlebar .titlebutton.button:backdrop:checked,
GtkCalendar.header .titlebutton.button:backdrop:checked {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #d4d4d4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
@@ -917,14 +917,14 @@ GtkCalendar.header .inline-toolbar GtkToolButton > .button.titlebutton {
.inline-toolbar GtkToolButton > .button:insensitive:active > GtkLabel, .inline-toolbar GtkToolButton >
.button:insensitive:checked > GtkLabel {
color: inherit; }
.inline-toolbar GtkToolButton > .button:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
icon-shadow: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
.inline-toolbar GtkToolButton > .button:backdrop:active, .inline-toolbar GtkToolButton >
.button:backdrop:checked {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #d4d4d4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
@@ -1299,7 +1299,7 @@ GtkCalendar.header .button.titlebutton:visited {
.spinbutton.vertical .button:first-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl)
.button:first-child:insensitive > GtkLabel {
color: inherit; }
.spinbutton.vertical .button:first-child:backdrop, .spinbutton.vertical:dir(rtl)
.button:first-child:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -1339,7 +1339,7 @@ GtkCalendar.header .button.titlebutton:visited {
.spinbutton.vertical .button:last-child:insensitive > GtkLabel, .spinbutton.vertical:dir(rtl)
.button:last-child:insensitive > GtkLabel {
color: inherit; }
.spinbutton.vertical .button:last-child:backdrop, .spinbutton.vertical:dir(rtl)
.button:last-child:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -1384,7 +1384,7 @@ GtkComboBox {
text-shadow: none;
icon-shadow: none; }
GtkComboBox:backdrop {
- color: #54595a;
+ color: #8d9091;
text-shadow: none;
icon-shadow: none; }
GtkComboBox:backdrop:insensitive {
@@ -1685,7 +1685,7 @@ GtkComboBox {
color: inherit; }
.titlebar.selection-mode .button.suggested-action:backdrop, GtkCalendar.selection-mode.header
.button.suggested-action:backdrop,
.header-bar.selection-mode .button.suggested-action:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -1784,7 +1784,7 @@ GtkTreeView.view {
GtkTreeView.view.expander:checked {
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); }
GtkTreeView.view.expander:backdrop {
- color: #86898a; }
+ color: #aeb0b1; }
GtkTreeView.view.progressbar {
color: #ffffff;
border-radius: 4px;
@@ -1881,7 +1881,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
GtkCalendar.header column-header .button.titlebutton:backdrop {
border-color: #ededed;
border-style: none solid solid none;
- color: #a0a3a3;
+ color: #bdbebf;
background-image: none;
background-color: #fcfcfc; }
column-header .button:backdrop:insensitive {
@@ -1921,7 +1921,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.menu .menuitem:insensitive:backdrop {
color: #c7c7c7; }
.menu .menuitem:backdrop, .menu .menuitem:backdrop:hover {
- color: #54595a;
+ color: #8d9091;
background-color: #fcfcfc; }
.menu .menuitem.arrow {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }
@@ -2248,15 +2248,15 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
font-weight: bold;
color: #8d9091; }
.notebook tab GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
- color: #8d9090; }
+ color: #aaabac; }
.notebook tab .prelight-page GtkLabel, .notebook tab GtkLabel.prelight-page {
color: #5d6263; }
.notebook tab .prelight-page GtkLabel:backdrop, .notebook tab GtkLabel.prelight-page:backdrop {
- color: #8d9090; }
+ color: #aaabac; }
.notebook tab .active-page GtkLabel, .notebook tab GtkLabel.active-page {
color: #2e3436; }
.notebook tab .active-page GtkLabel:backdrop, .notebook tab GtkLabel.active-page:backdrop {
- color: #54595a; }
+ color: #8d9091; }
.notebook tab .button, .notebook tab .header-bar .button.titlebutton, .header-bar .notebook tab
.button.titlebutton,
.notebook tab .titlebar .button.titlebutton,
.titlebar .notebook tab .button.titlebutton,
@@ -2287,7 +2287,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
icon-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 1px -2px rgba(0, 0, 0, 0.6); }
.notebook tab .button:backdrop {
- color: rgba(84, 89, 90, 0.3);
+ color: rgba(141, 144, 145, 0.3);
border-color: transparent; }
.notebook tab .button > GtkImage, .notebook tab .header-bar .button.titlebutton > GtkImage,
.header-bar .notebook tab .button.titlebutton > GtkImage,
.notebook tab .titlebar .button.titlebutton > GtkImage,
@@ -2304,7 +2304,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
.notebook.arrow:insensitive {
color: rgba(141, 144, 145, 0.3); }
.notebook.arrow:backdrop {
- color: rgba(84, 89, 90, 0.4); }
+ color: rgba(141, 144, 145, 0.4); }
.notebook.arrow:backdrop:insensitive {
color: #c7c7c7; }
@@ -2382,7 +2382,7 @@ GtkSwitch {
box-shadow: 0 1px white;
text-shadow: none; }
GtkSwitch.trough:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #d4d4d4);
box-shadow: none;
@@ -2429,7 +2429,7 @@ GtkSwitch {
GtkSwitch.slider:insensitive > GtkLabel {
color: inherit; }
GtkSwitch.slider:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -3498,7 +3498,7 @@ GtkLevelBar.vertical {
.level-bar.trough:backdrop {
background-color: transparent;
background-image: linear-gradient(to bottom, #f7f7f7, #ffffff 90%);
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #fcfcfc);
box-shadow: inset 0 3px transparent, inset 0 2px transparent, inset 0 1px transparent, 0 1px rgba(255,
255, 255, 0); }
@@ -3529,7 +3529,7 @@ GtkLevelBar.vertical {
border-color: rgba(46, 52, 54, 0.2);
box-shadow: none; }
.level-bar.fill-block.empty-fill-block:backdrop {
- border-color: rgba(84, 89, 90, 0.15); }
+ border-color: rgba(141, 144, 145, 0.15); }
/**********
* Frames *
@@ -3636,7 +3636,7 @@ GtkCalendar.header .list-row.button.titlebutton {
.titlebar .list-row:selected .titlebutton.button:backdrop,
.list-row:selected GtkCalendar.header .titlebutton.button:backdrop,
GtkCalendar.header .list-row:selected .titlebutton.button:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -3652,7 +3652,7 @@ GtkCalendar.header .list-row.button.titlebutton {
.titlebar .list-row:selected .titlebutton.button:backdrop:checked,
.list-row:selected GtkCalendar.header .titlebutton.button:backdrop:checked,
GtkCalendar.header .list-row:selected .titlebutton.button:backdrop:checked {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #d4d4d4);
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
@@ -3854,7 +3854,7 @@ GtkCalendar {
GtkCalendar.button:backdrop, .header-bar GtkCalendar.button.titlebutton:backdrop,
.titlebar GtkCalendar.button.titlebutton:backdrop,
GtkCalendar.header GtkCalendar.button.titlebutton:backdrop {
- color: rgba(84, 89, 90, 0.45); }
+ color: rgba(141, 144, 145, 0.45); }
GtkCalendar.highlight {
color: alpha(currentColor,0.55); }
GtkCalendar:backdrop {
@@ -3910,7 +3910,7 @@ GtkCalendar {
.message-dialog.csd .dialog-action-area .button:insensitive > GtkLabel {
color: inherit; }
.message-dialog.csd .dialog-action-area .button:backdrop {
- color: #54595a;
+ color: #8d9091;
border-color: #a8a8a8;
background-image: linear-gradient(to bottom, #ededed);
text-shadow: none;
@@ -4359,7 +4359,7 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
@define-color insensitive_bg_color #f4f4f4;
@define-color insensitive_fg_color #8d9091;
@define-color insensitive_base_color #ffffff;
- define-color theme_unfocused_fg_color #54595a;
+ define-color theme_unfocused_fg_color #8d9091;
@define-color theme_unfocused_bg_color #ededed;
@define-color theme_unfocused_base_color #fcfcfc;
@define-color theme_unfocused_selected_bg_color #4a90d9;
@@ -4370,7 +4370,7 @@ GtkCalendar.header .menuitem.titlebutton.button:selected, .list-row:selected {
@define-color error_color #cc0000;
@define-color success_color #73d216;
@define-color wm_title shade(#2e3436, 1.8);
- define-color wm_unfocused_title #54595a;
+ define-color wm_unfocused_title #8d9091;
@define-color wm_highlight white;
@define-color wm_borders_edge white;
@define-color wm_bg_a shade(#ededed, 1.2);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]