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:
parent
05c798e007
commit
044ac0cc6d
1 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue