forked from Shinonome/dots-hyprland
colors: adjust light theme
This commit is contained in:
@@ -14,9 +14,9 @@ $transparency_enabled: false;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@if $darkmode ==false {
|
@if $darkmode ==false {
|
||||||
$background: mix($background, $primary, 87%);
|
$background: mix($background, $primary, 85%);
|
||||||
$surface: mix($surface, $primary, 93%);
|
$surface: mix($surface, $primary, 90%);
|
||||||
$surfaceVariant: mix($surfaceVariant, #ffffff, 25%);
|
$surfaceVariant: mix($surfaceVariant, #ffffff, 50%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user