From d5bde071ecc1e86d96686e905371b597cfd1e5f3 Mon Sep 17 00:00:00 2001 From: wo2wz <189177184+wo2wz@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:39:26 -0500 Subject: [PATCH] vesktop: change theme to system24 --- modules/home/vesktop.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/vesktop.nix b/modules/home/vesktop.nix index ec0eb34..cdeff49 100755 --- a/modules/home/vesktop.nix +++ b/modules/home/vesktop.nix @@ -4,8 +4,8 @@ programs.vesktop = { enable = true; vencord.settings = { - themeLinks = [ "https://catppuccin.github.io/discord/dist/catppuccin-mocha.theme.css" ]; - enabledThemes = [ "catppuccin-mocha.theme.css" ]; + themeLinks = [ "https://raw.githubusercontent.com/refact0r/system24/refs/heads/main/theme/flavors/system24-tokyo-night.theme.css" ]; + enabledThemes = [ "system24-tokyo-night.theme.css" ]; plugins = { ChatInputButtonAPI.enabled = true; CommandsAPI.enabled = true;