Skip to content

Commit

Permalink
Fix terminal background issue, related to #88
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Oct 5, 2020
1 parent 36b1b56 commit 15f33dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions gtk-3.0/_colors-public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,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};
Expand Down
3 changes: 2 additions & 1 deletion gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,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(#3b4252, 0.89);
@define-color wm_button_active_color_c shade(#3b4252, 0.9);
@define-color content_view_bg #2e3440;
@define-color text_view_bg #2e3440;
@define-color budgie_tasklist_indicator_color #4c566a;
@define-color budgie_tasklist_indicator_color_active #4c566a;
@define-color placeholder_text_color #b6bcc8;
Expand Down Expand Up @@ -5689,7 +5690,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
transition: none;
box-shadow: none; }
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: #8fbcbb; }
border-color: #4c566a; }

/********
* Gala *
Expand Down
3 changes: 2 additions & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,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(#3b4252, 0.89);
@define-color wm_button_active_color_c shade(#3b4252, 0.9);
@define-color content_view_bg #2e3440;
@define-color text_view_bg #2e3440;
@define-color budgie_tasklist_indicator_color #4c566a;
@define-color budgie_tasklist_indicator_color_active #4c566a;
@define-color placeholder_text_color #b6bcc8;
Expand Down Expand Up @@ -5704,7 +5705,7 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
transition: none;
box-shadow: none; }
#gnc-id-main-window .arrow.button.toggle:hover {
border-color: #8fbcbb; }
border-color: #4c566a; }

/********
* Gala *
Expand Down

0 comments on commit 15f33dc

Please sign in to comment.