Revert "fix(vesktop): Make vesktop splash colors static"

This reverts commit f670c0720c.
This commit is contained in:
2025-12-21 00:56:52 +01:00
parent e15e64a1f9
commit eb51057ac9

View File

@@ -1,4 +1,6 @@
{ {config, ...}: let
inherit (config.lib.stylix) colors;
in {
wayland.windowManager.hyprland.settings.windowrulev2 = wayland.windowManager.hyprland.settings.windowrulev2 =
[ [
"workspace 4, class:^(vesktop)$" "workspace 4, class:^(vesktop)$"
@@ -18,8 +20,8 @@
discordBranch = "stable"; discordBranch = "stable";
minimizeToTray = false; minimizeToTray = false;
arRPC = true; arRPC = true;
splashColor = "#cba6f7"; splashColor = "#${colors.base0E}";
splashBackground = "#1e1e2e"; splashBackground = "#${colors.base00}";
}; };
vencord = { vencord = {