Adwaita: tone down purple cast
- sync with gtk4 changes
This commit is contained in:
parent
b57a1a0b92
commit
06162a08b6
@ -2,9 +2,9 @@
|
||||
// it gets @if ed depending on $variant
|
||||
|
||||
|
||||
$base_color: if($variant == 'light', #ffffff, #241f31);
|
||||
$base_color: if($variant == 'light', #ffffff, desaturate(#241f31, 10%));
|
||||
$text_color: if($variant == 'light', black, white);
|
||||
$bg_color: if($variant == 'light', #f6f5f4, #3d3846);
|
||||
$bg_color: if($variant == 'light', #f6f5f4, desaturate(#3d3846, 10%));
|
||||
$fg_color: if($variant == 'light', #2e3436, #eeeeec);
|
||||
|
||||
$selected_fg_color: #ffffff;
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user