[eww] More attempts to get Eww to work properly

This commit is contained in:
2025-03-02 11:05:50 -08:00
parent a43482734f
commit 493021ddb5
2 changed files with 11 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
@use 'tokyonight-night.scss' as colors;
$color-primary: colors.$blue-bright;
$color-primary: colors.$blue;
$color-standout: colors.$green;
$color-danger: colors.$red;
$color-foreground: colors.$foreground;
$color-background: colors.$background;
$color-primary-dark: colors.$blue;
$color-primary-dark: darker(colors.$blue);
$color-background-light: colors.$black;
$color-border: darker($color-background);
$color-foreground-dark: darker($color-foreground);