Skip to content

Commit

Permalink
feat(gtk320: colors): define text_view_bg for new vte versions (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 23, 2021
1 parent 07de72b commit 7e28149
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gtk-3.20/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
@define-color theme_bg_color #{"" + $bg_color};
@define-color theme_fg_color #{"" + $fg_color};
@define-color theme_base_color #{"" + $base_color};
@define-color text_view_bg #{"" + $base_color}; /*workaround for new vte versions */
@define-color theme_text_color #{"" + $text_color};
@define-color theme_selected_bg_color #{"" + $selected_bg_color};
@define-color theme_selected_fg_color #{"" + $selected_fg_color};
Expand Down

0 comments on commit 7e28149

Please sign in to comment.