From dfea44c86a4cc244f02b0fc5a17881d065bd0484 Mon Sep 17 00:00:00 2001 From: EliverLara Date: Sun, 4 Oct 2020 13:08:05 -0500 Subject: [PATCH] Fix terminal background issue, related to #105 --- gtk-3.0/_colors-public.scss | 1 + gtk-3.0/gtk-dark.css | 1 + gtk-3.0/gtk.css | 1 + 3 files changed, 3 insertions(+) diff --git a/gtk-3.0/_colors-public.scss b/gtk-3.0/_colors-public.scss index ef36bbd..4beb7c1 100755 --- a/gtk-3.0/_colors-public.scss +++ b/gtk-3.0/_colors-public.scss @@ -104,6 +104,7 @@ read if you used those and something break with a version upgrade you're on your //FIXME this is really an API @define-color content_view_bg #{"" + $base_color}; +@define-color text_view_bg #{"" + $base_color}; //Budgie desktop @define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color}; diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index 43d7d26..c71d1a7 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -68,6 +68,7 @@ read if you used those and something break with a version upgrade you're on your @define-color wm_button_active_color_b shade(#161925, 0.89); @define-color wm_button_active_color_c shade(#161925, 0.9); @define-color content_view_bg #181b28; +@define-color text_view_bg #181b28; @define-color budgie_tasklist_indicator_color #c50ed2; @define-color budgie_tasklist_indicator_color_active #c50ed2; @define-color placeholder_text_color #a1a5b0; diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 43d7d26..c71d1a7 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -68,6 +68,7 @@ read if you used those and something break with a version upgrade you're on your @define-color wm_button_active_color_b shade(#161925, 0.89); @define-color wm_button_active_color_c shade(#161925, 0.9); @define-color content_view_bg #181b28; +@define-color text_view_bg #181b28; @define-color budgie_tasklist_indicator_color #c50ed2; @define-color budgie_tasklist_indicator_color_active #c50ed2; @define-color placeholder_text_color #a1a5b0;