noctalia-shell/hm: replace foreground grays with accent colors (#2189)

Replace the foreground grays with accent colors to improve theme
vibrancy.

Link: https://github.com/nix-community/stylix/discussions/2187
Link: https://github.com/nix-community/stylix/pull/2189

Reviewed-by: Alexander <63157919+rwxae@users.noreply.github.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
Assil Ksiksi 2026-02-07 17:56:36 -05:00 committed by GitHub
parent 05c798e007
commit 044ac0cc6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,21 +11,21 @@ mkTarget {
{
programs.noctalia-shell = {
colors = with colors.withHashtag; {
mPrimary = base05;
mPrimary = base0D;
mOnPrimary = base00;
mSecondary = base05;
mSecondary = base0E;
mOnSecondary = base00;
mTertiary = base04;
mTertiary = base0C;
mOnTertiary = base00;
mError = base08;
mOnError = base00;
mSurface = base00;
mOnSurface = base05;
mHover = base04;
mHover = base0C;
mOnHover = base00;
mSurfaceVariant = base01;
mOnSurfaceVariant = base04;
mOutline = base02;
mOutline = base03;
mShadow = base00;
};
};