Swap plasma accent colour base0D -> base0E
This commit is contained in:
parent
0df26d4a48
commit
a3f4e5df67
|
@ -19,13 +19,7 @@
|
|||
overrideConfig = true;
|
||||
|
||||
workspace = {
|
||||
# theme = "default";
|
||||
# colorScheme = "Breeze";
|
||||
iconTheme = config.gtk.iconTheme.name;
|
||||
# windowDecorations = {
|
||||
# library = "org.kde.breeze";
|
||||
# theme = "Breeze";
|
||||
# };
|
||||
cursor = {
|
||||
inherit (config.home.pointerCursor) size;
|
||||
theme = config.home.pointerCursor.name;
|
||||
|
@ -286,9 +280,9 @@
|
|||
let
|
||||
AccentColor =
|
||||
let
|
||||
r = config.lib.stylix.scheme."base0D-rgb-r";
|
||||
g = config.lib.stylix.scheme."base0D-rgb-g";
|
||||
b = config.lib.stylix.scheme."base0D-rgb-b";
|
||||
r = config.lib.stylix.scheme."base0E-rgb-r";
|
||||
g = config.lib.stylix.scheme."base0E-rgb-g";
|
||||
b = config.lib.stylix.scheme."base0E-rgb-b";
|
||||
in
|
||||
"${r}, ${g}, ${b}";
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue