update noctalia

This commit is contained in:
EdenQwQ 2026-02-20 10:45:35 +08:00
parent 29a86f2bb1
commit 9f15e013e2
2 changed files with 5 additions and 3 deletions

6
flake.lock generated
View file

@ -1273,11 +1273,11 @@
]
},
"locked": {
"lastModified": 1768801291,
"narHash": "sha256-eGnrXp89nJjavi/hTsJ9SRiVzZtVGi+ffe+HvXyLr4E=",
"lastModified": 1770957573,
"narHash": "sha256-aHNxTDDmbRmsh3PY+PyqBFklFimZ4LcwvkQazzOxsaw=",
"owner": "noctalia-dev",
"repo": "noctalia-shell",
"rev": "4c89a451cce411018928775d389a5c4f7e064caa",
"rev": "8c4a30406b86dd4acd59640169d176a0f83176d3",
"type": "github"
},
"original": {

View file

@ -10,7 +10,9 @@
programs.noctalia-shell = {
colors = with config.lib.stylix.colors.withHashtag; {
mError = base08;
mHover = base0E;
mOnError = base00;
mOnHover = base00;
mOnPrimary = base00;
mOnSecondary = base01;
mOnSurface = base05;