Skip to content

Commit

Permalink
Weaken grouped window list colors
Browse files Browse the repository at this point in the history
  • Loading branch information
torchipeppo committed Oct 31, 2024
1 parent 504a7ee commit cceadf3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions Winterbloom/files/Winterbloom/cinnamon/cinnamon.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@

@mixin grouped-window-list-focus-background-gradient($position) {
$color-strong: rgba(palette.$accent-vivid, 0.5);
$color-transp: rgba(palette.$accent-vivid, 0.4);
$color-transp: rgba(palette.$accent-vivid, 0.1);
@include -bggrad($color-strong, $color-transp, $position, panel-is-hard($position));
}

@mixin grouped-window-list-hoverfocus-background-gradient($position) {
$color-strong: rgba(palette.$accent-vivid, 0.7);
$color-transp: rgba(palette.$accent-vivid, 0.5);
$color-strong: rgba(palette.$accent-vivid, 0.6);
$color-transp: rgba(palette.$accent-vivid, 0.4);
@include -bggrad($color-strong, $color-transp, $position, panel-is-hard($position));
}

Expand Down
Binary file modified Winterbloom/files/Winterbloom/cinnamon/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Winterbloom/files/Winterbloom/index.theme
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=X-GNOME-Metatheme
Name=Winterbloom-WIP
Comment=A cool theme with transparent elements
Name=Winterbloom-DEV
Comment=A cool theme with transparent elements (DEVELOPMENT)
Encoding=UTF-8

[X-GNOME-Metatheme]
Expand Down
2 changes: 1 addition & 1 deletion Winterbloom/files/Winterbloom/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"last-edited": 1626007641
"last-edited": 1730372155
}

0 comments on commit cceadf3

Please sign in to comment.