From eb51057ac9baa120fd598af8920b38878905a1df Mon Sep 17 00:00:00 2001 From: demenik Date: Sun, 21 Dec 2025 00:56:52 +0100 Subject: [PATCH] Revert "fix(vesktop): Make vesktop splash colors static" This reverts commit f670c0720c42325b54eecd8b640e3d532a653c68. --- home/programs/vesktop.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/programs/vesktop.nix b/home/programs/vesktop.nix index 73b114e..7abe3da 100644 --- a/home/programs/vesktop.nix +++ b/home/programs/vesktop.nix @@ -1,4 +1,6 @@ -{ +{config, ...}: let + inherit (config.lib.stylix) colors; +in { wayland.windowManager.hyprland.settings.windowrulev2 = [ "workspace 4, class:^(vesktop)$" @@ -18,8 +20,8 @@ discordBranch = "stable"; minimizeToTray = false; arRPC = true; - splashColor = "#cba6f7"; - splashBackground = "#1e1e2e"; + splashColor = "#${colors.base0E}"; + splashBackground = "#${colors.base00}"; }; vencord = {