From f2111f7771fdfa62a6267c59f610a1dec81a8c1b Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sat, 18 Oct 2025 12:56:58 +0800 Subject: [PATCH] feat(noctalia): customize color theme --- modules/desktop/wm/niri/default.nix | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/modules/desktop/wm/niri/default.nix b/modules/desktop/wm/niri/default.nix index 482afd3..63ed087 100644 --- a/modules/desktop/wm/niri/default.nix +++ b/modules/desktop/wm/niri/default.nix @@ -87,6 +87,25 @@ in programs.noctalia-shell = { enable = true; + # modified from official Tokyo-Night theme + colors = { + mError = "#f7768e"; + mOnError = "#16161e"; + mOnPrimary = "#16161e"; + mOnSecondary = "#16161e"; + mOnSurface = "#c0caf5"; + mOnSurfaceVariant = "#9aa5ce"; + mOnTertiary = "#16161e"; + mOutline = "#565f89"; + mPrimary = "#7aa2f7"; + mSecondary = "#9a9ef7"; + mTertiary = "#bb9af7"; + # mSecondary = "#bb9af7"; + # mTertiary = "#9ece6a"; + mShadow = "#15161e"; + mSurface = "#1a1b26"; + mSurfaceVariant = "#24283b"; + }; settings = { audio.mprisBlacklist = [ "firefox" @@ -162,8 +181,6 @@ in ]; }; }; - # FIXME: Customize - colorSchemes.predefinedScheme = "Tokyo-Night"; controlCenter = { cards = [ {