Skip to content

Commit

Permalink
Fix #239
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Aug 31, 2023
1 parent 099f364 commit 08d3dfb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions gtk/src/adw-gtk3/gtk-3.0/_apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1093,3 +1093,33 @@ geary-conversation-viewer#conversation_viewer {
#DialogNotebook treeview.view:hover {
background-color: gtkalpha($selected_bg_color, .5);
}

// **********
// * Budgie *
// **********

.budgie-panel {
button {
min-height: 16px;
min-width: 16px;
padding: 0;
border-radius: 0;

&.flat.launcher {
padding: 0;
}
}

&.horizontal button,
#tasklist-button {
padding: 0 4px;
}

&.vertical button {
padding: 4px 0;
}

&.vertical #tasklist-button {
min-height: 32px;
}
}
1 change: 1 addition & 0 deletions gtk/src/adw-gtk3/gtk-3.0/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $headerbar_fg_color: gtkcolor(headerbar_fg_color);
$headerbar_border_color: gtkalpha(gtkcolor(headerbar_border_color), .15);
$headerbar_backdrop_color: gtkcolor(headerbar_backdrop_color);
$headerbar_shade_color: gtkcolor(headerbar_shade_color);
$headerbar_darker_shade_color: gtkcolor(headerbar_darker_shade_color);
$card_bg_color: gtkcolor(card_bg_color);
$card_fg_color: gtkcolor(card_fg_color);
$card_shade_color: gtkcolor(card_shade_color);
Expand Down
1 change: 1 addition & 0 deletions gtk/src/adw-gtk3/gtk-3.0/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
@define-color headerbar_border_color #{if($variant == 'light', transparentize(black, .2), white)};
@define-color headerbar_backdrop_color @window_bg_color;
@define-color headerbar_shade_color #{if($variant == 'light', transparentize(black, .93), transparentize(black, .64))};
@define-color headerbar_darker_shade_color #{if($variant == 'light', transparentize(black, .88), transparentize(black, .1))};

// Split pane views
@define-color sidebar_bg_color #{if($variant == 'light', #ebebeb, #303030)};
Expand Down

0 comments on commit 08d3dfb

Please sign in to comment.