[eww] Changes color-scheme to Tokyo Night

This commit is contained in:
2025-03-01 16:01:46 -08:00
parent 1dcb4c9479
commit 2c9c102b58
2 changed files with 30 additions and 10 deletions

View File

@@ -1,13 +1,13 @@
@use '/home/drew/.config/colors/decay' as decay;
@use 'tokyonight-night.scss' as colors;
$color-primary: decay.$blue-bright;
$color-standout: decay.$green;
$color-danger: decay.$red;
$color-foreground: decay.$foreground;
$color-background: decay.$background;
$color-primary: colors.$blue-bright;
$color-standout: colors.$green;
$color-danger: colors.$red;
$color-foreground: colors.$foreground;
$color-background: colors.$background;
$color-primary-dark: decay.$blue;
$color-background-light: decay.$black;
$color-primary-dark: colors.$blue;
$color-background-light: colors.$black;
$color-border: darker($color-background);
$color-foreground-dark: darker($color-foreground);
$color-standout-dark: darker($color-standout);
@@ -133,10 +133,10 @@ $color-standout-dark: darker($color-standout);
}
&-mem .system-monitor-sparkgraph-graph {
color: decay.$magenta;
color: colors.$magenta;
}
&-temp .system-monitor-sparkgraph-graph {
color: decay.$green;
color: colors.$green;
}
&-value {
color: $color-foreground;