mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 00:19:53 +01:00
Fix terminal background issue, related to #105
This commit is contained in:
@@ -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};
|
||||||
|
|||||||
@@ -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(#1A1E21, 0.89);
|
@define-color wm_button_active_color_b shade(#1A1E21, 0.89);
|
||||||
@define-color wm_button_active_color_c shade(#1A1E21, 0.9);
|
@define-color wm_button_active_color_c shade(#1A1E21, 0.9);
|
||||||
@define-color content_view_bg #1c2124;
|
@define-color content_view_bg #1c2124;
|
||||||
|
@define-color text_view_bg #1c2124;
|
||||||
@define-color budgie_tasklist_indicator_color #F67E7D;
|
@define-color budgie_tasklist_indicator_color #F67E7D;
|
||||||
@define-color budgie_tasklist_indicator_color_active #F67E7D;
|
@define-color budgie_tasklist_indicator_color_active #F67E7D;
|
||||||
@define-color placeholder_text_color #646669;
|
@define-color placeholder_text_color #646669;
|
||||||
|
|||||||
@@ -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(#1A1E21, 0.89);
|
@define-color wm_button_active_color_b shade(#1A1E21, 0.89);
|
||||||
@define-color wm_button_active_color_c shade(#1A1E21, 0.9);
|
@define-color wm_button_active_color_c shade(#1A1E21, 0.9);
|
||||||
@define-color content_view_bg #1c2124;
|
@define-color content_view_bg #1c2124;
|
||||||
|
@define-color text_view_bg #1c2124;
|
||||||
@define-color budgie_tasklist_indicator_color #F67E7D;
|
@define-color budgie_tasklist_indicator_color #F67E7D;
|
||||||
@define-color budgie_tasklist_indicator_color_active #F67E7D;
|
@define-color budgie_tasklist_indicator_color_active #F67E7D;
|
||||||
@define-color placeholder_text_color #646669;
|
@define-color placeholder_text_color #646669;
|
||||||
|
|||||||
Reference in New Issue
Block a user