Skip to content

Commit

Permalink
chore: new upstream snapshot for GTK4
Browse files Browse the repository at this point in the history
  • Loading branch information
lonr authored and github-actions[bot] committed Nov 4, 2024
1 parent 195bc2b commit 47c0560
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion adwaita/upstream/gtk-4.0/_defaults.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
@define-color popover_shade_color #{if($variant == 'light', RGB(0 0 0 / 7%), RGB(0 0 0 / 25%))};

// Thumbnails
@define-color thumbnail_bg_color #{if($variant == 'light', #ffffff, #383838)};
@define-color thumbnail_bg_color #{if($variant == 'light', #ffffff, #3b3b3b)};
@define-color thumbnail_fg_color #{if($variant == 'light', RGB(0 0 0 / 80%), white)};

// Miscellaneous
Expand All @@ -107,4 +107,12 @@
--active-toggle-bg-color: rgb(255 255 255 / 20%);
--active-toggle-fg-color: #ffffff;
}

@if $variant == 'light' {
--overview-bg-color: #f3f3f3;
--overview-fg-color: rgb(0 0 0 / 80%);
} @else {
--overview-bg-color: #2a2a2a;
--overview-fg-color: #ffffff;
}
}

0 comments on commit 47c0560

Please sign in to comment.