Skip to content

Commit

Permalink
Improve Budgie DE support
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Nov 29, 2018
1 parent 013c62d commit 9c5e89d
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 282 deletions.
3 changes: 3 additions & 0 deletions gtk-3.0/_colors-public.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,6 @@ read if you used those and something break with a version upgrade you're on your

@define-color content_view_bg #{"" + $base_color};

//Budgie desktop
@define-color budgie_tasklist_indicator_color #{"" +$selected_bg_color};
@define-color budgie_tasklist_indicator_color_active #{"" +$selected_bg_color};
7 changes: 7 additions & 0 deletions gtk-3.0/_drawing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,13 @@
border:none;
}

@else if $t==active-header {
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: rgb(255, 250, 250);
}

@else if $t==backdrop-header {
//
// backdrop button headerbar look
Expand Down

0 comments on commit 9c5e89d

Please sign in to comment.