diff --git a/home/programs/vesktop.nix b/home/programs/vesktop.nix index 7abe3da..73b114e 100644 --- a/home/programs/vesktop.nix +++ b/home/programs/vesktop.nix @@ -1,6 +1,4 @@ -{config, ...}: let - inherit (config.lib.stylix) colors; -in { +{ wayland.windowManager.hyprland.settings.windowrulev2 = [ "workspace 4, class:^(vesktop)$" @@ -20,8 +18,8 @@ in { discordBranch = "stable"; minimizeToTray = false; arRPC = true; - splashColor = "#${colors.base0E}"; - splashBackground = "#${colors.base00}"; + splashColor = "#cba6f7"; + splashBackground = "#1e1e2e"; }; vencord = {