Skip to content

Commit 2c726e4

Browse files
committed
gtk3: Add public color for text views
Based on upstream commit: https://gitlab.gnome.org/GNOME/gtk/-/commit/c09b9904c87c232bba78cf96553afad3cde21c29 Fixes #80
1 parent 424d83a commit 2c726e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/gtk-3.0/3.24/sass/_colors-public.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
@define-color link_color #{"" + $link_color};
3232

3333
@define-color content_view_bg #{"" + $base_color};
34+
@define-color text_view_bg #{"" + $base_color};
3435

3536
//WM
3637
$wm_highlight: lighten(opacify($header_bg, 1), 3%);

0 commit comments

Comments
 (0)