Fix terminal background issue, related to #105

This commit is contained in:
EliverLara
2020-10-04 13:08:05 -05:00
parent d897b33275
commit 20b8932bce
3 changed files with 3 additions and 0 deletions

View File

@@ -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 //FIXME this is really an API
@define-color content_view_bg #{"" + $base_color}; @define-color content_view_bg #{"" + $base_color};
@define-color text_view_bg #{"" + $base_color};
//Budgie desktop //Budgie desktop
@define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color}; @define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color};

View File

@@ -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_b shade(#161925, 0.89);
@define-color wm_button_active_color_c shade(#161925, 0.9); @define-color wm_button_active_color_c shade(#161925, 0.9);
@define-color content_view_bg #181b28; @define-color content_view_bg #181b28;
@define-color text_view_bg #181b28;
@define-color budgie_tasklist_indicator_color #f7b922; @define-color budgie_tasklist_indicator_color #f7b922;
@define-color budgie_tasklist_indicator_color_active #f7b922; @define-color budgie_tasklist_indicator_color_active #f7b922;
@define-color placeholder_text_color #a1a5b0; @define-color placeholder_text_color #a1a5b0;

View File

@@ -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(#e6e6e6, 0.89); @define-color wm_button_active_color_b shade(#e6e6e6, 0.89);
@define-color wm_button_active_color_c shade(#e6e6e6, 0.9); @define-color wm_button_active_color_c shade(#e6e6e6, 0.9);
@define-color content_view_bg #ebf0f5; @define-color content_view_bg #ebf0f5;
@define-color text_view_bg #ebf0f5;
@define-color budgie_tasklist_indicator_color #f7b922; @define-color budgie_tasklist_indicator_color #f7b922;
@define-color budgie_tasklist_indicator_color_active #f7b922; @define-color budgie_tasklist_indicator_color_active #f7b922;
@define-color placeholder_text_color #565b61; @define-color placeholder_text_color #565b61;