diff --git a/gtk/resources/theme/Adwaita/_common.scss b/gtk/resources/theme/Adwaita/_common.scss index 79edaf1a6d..063918d3d4 100644 --- a/gtk/resources/theme/Adwaita/_common.scss +++ b/gtk/resources/theme/Adwaita/_common.scss @@ -138,6 +138,9 @@ GtkLabel { &:backdrop:selected { @extend %selected_items; } + &:insensitive { + color: $insensitive_fg_color; + } } .dim-label { diff --git a/gtk/resources/theme/Adwaita/gtk-contained-dark.css b/gtk/resources/theme/Adwaita/gtk-contained-dark.css index 3f95e47b21..db7e3333c6 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained-dark.css +++ b/gtk/resources/theme/Adwaita/gtk-contained-dark.css @@ -116,6 +116,9 @@ .overshoot { background-color: rgba(33, 93, 156, 0.2); } +GtkLabel:insensitive { + color: #939695; } + .dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle, .header-bar .subtitle { opacity: 0.55; diff --git a/gtk/resources/theme/Adwaita/gtk-contained.css b/gtk/resources/theme/Adwaita/gtk-contained.css index bb98e7dea9..5b177f8252 100644 --- a/gtk/resources/theme/Adwaita/gtk-contained.css +++ b/gtk/resources/theme/Adwaita/gtk-contained.css @@ -116,6 +116,9 @@ .overshoot { background-color: rgba(74, 144, 217, 0.2); } +GtkLabel:insensitive { + color: #8d9091; } + .dim-label, .titlebar .subtitle, GtkCalendar.header .subtitle, .header-bar .subtitle { opacity: 0.55;