Swap plasma accent colour base0D -> base0E

This commit is contained in:
Evie Litherland-Smith 2024-10-10 18:04:22 +01:00
parent 0df26d4a48
commit a3f4e5df67

View file

@ -19,13 +19,7 @@
overrideConfig = true; overrideConfig = true;
workspace = { workspace = {
# theme = "default";
# colorScheme = "Breeze";
iconTheme = config.gtk.iconTheme.name; iconTheme = config.gtk.iconTheme.name;
# windowDecorations = {
# library = "org.kde.breeze";
# theme = "Breeze";
# };
cursor = { cursor = {
inherit (config.home.pointerCursor) size; inherit (config.home.pointerCursor) size;
theme = config.home.pointerCursor.name; theme = config.home.pointerCursor.name;
@ -286,9 +280,9 @@
let let
AccentColor = AccentColor =
let let
r = config.lib.stylix.scheme."base0D-rgb-r"; r = config.lib.stylix.scheme."base0E-rgb-r";
g = config.lib.stylix.scheme."base0D-rgb-g"; g = config.lib.stylix.scheme."base0E-rgb-g";
b = config.lib.stylix.scheme."base0D-rgb-b"; b = config.lib.stylix.scheme."base0E-rgb-b";
in in
"${r}, ${g}, ${b}"; "${r}, ${g}, ${b}";
in in