Skip to content

Commit

Permalink
Add color for text_view_bg. Fixes numixproject#755
Browse files Browse the repository at this point in the history
  • Loading branch information
AlynxZhou authored Jun 8, 2021
1 parent 0d6b4c8 commit ad4b345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gtk-3.0/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
@define-color success_color #{"" + $success_color};
@define-color warning_color #{"" + $warning_color};
@define-color error_color #{"" + $error_color};
@define-color text_view_bg #{"" + $base_color};

/* widget colors */
@define-color titlebar_bg_color @dark_bg_color;
Expand Down
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 @@ -31,6 +31,7 @@
@define-color success_color #{"" + $success_color};
@define-color warning_color #{"" + $warning_color};
@define-color error_color #{"" + $error_color};
@define-color text_view_bg #{"" + $base_color};

/* widget colors */
@define-color titlebar_bg_color @dark_bg_color;
Expand Down

0 comments on commit ad4b345

Please sign in to comment.