Skip to content

Commit

Permalink
Fix dock & application launcher colors for cosmic
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaedus committed Jul 20, 2021
1 parent ff33af4 commit 538fe56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gnome-shell/src/gnome-shell-sass/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ $error_color: $text_red;
$success_color: if($variant=='light', #82BF8C, #90CFB0);
$destructive_color: if($variant=='light', #E56A54, #EA9090);

$osd_fg_color: $fg_color;
$osd_text_color: $text_color;
$osd_bg_color: $base_color;
$osd_fg_color: #d8dee9;
$osd_text_color: #d8dee9;
$osd_bg_color: #2e3440;
$osd_insensitive_bg_color: transparentize(mix($osd_fg_color, opacify($osd_bg_color, 1), 10%), 0.5);
$osd_insensitive_fg_color: mix($osd_fg_color, opacify($osd_bg_color, 1), 50%);
$osd_borders_color: transparentize(black, 0.3);
Expand Down
2 changes: 1 addition & 1 deletion gnome-shell/src/gnome-shell-sass/widgets/_overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

#overview.cosmic-solid-bg {
background-color: #36322f;
background-color: darken(#353b49, 1%);
}

.overview-controls {
Expand Down

0 comments on commit 538fe56

Please sign in to comment.