mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
- clean out unused colors; add desaturated light color - remove long unused drawing functions; add high contrast color mixin - de-duplicate and move common colors to a default-colors stylesheet - rework how HighContrast is defined; clean up HC cruft - bring over named color defines and other colors from libadwaita - change how panel colors are defined Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3097>
7 lines
215 B
SCSS
7 lines
215 B
SCSS
$variant: 'dark';
|
|
$contrast: "high";
|
|
|
|
@import "gnome-shell-sass/_high-contrast-colors"; //use gtk colors
|
|
@import "gnome-shell-sass/_drawing";
|
|
@import "gnome-shell-sass/_common";
|
|
@import "gnome-shell-sass/_widgets";
|