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 24c09fd commit d362aa2
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 @@ -105,6 +105,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 @@ -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(#434c5e, 0.89);
@define-color wm_button_active_color_c shade(#434c5e, 0.9);
@define-color content_view_bg #3b4252;
@define-color text_view_bg #3b4252;
@define-color budgie_tasklist_indicator_color #81a1c1;
@define-color budgie_tasklist_indicator_color_active #81a1c1;
@define-color placeholder_text_color #b9bfcb;
Expand Down Expand Up @@ -5714,7 +5715,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: #81a1c1; }

/********
* 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 @@ -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(#434c5e, 0.89);
@define-color wm_button_active_color_c shade(#434c5e, 0.9);
@define-color content_view_bg #3b4252;
@define-color text_view_bg #3b4252;
@define-color budgie_tasklist_indicator_color #81a1c1;
@define-color budgie_tasklist_indicator_color_active #81a1c1;
@define-color placeholder_text_color #b9bfcb;
Expand Down Expand Up @@ -5714,7 +5715,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: #81a1c1; }

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

0 comments on commit d362aa2

Please sign in to comment.