feat: add walker and rofi themes for summer-night and fix styling logic

This commit is contained in:
Bernardo Magri
2026-04-13 11:19:43 +01:00
parent 0e5fb6c813
commit 6b3e96b3b3
4 changed files with 199 additions and 10 deletions

View File

@@ -40,16 +40,7 @@
};
themes."nomarchy" = lib.mkDefault {
style = ''
* {
color: #${config.colorScheme.palette.base05};
}
#window {
background-color: #${config.colorScheme.palette.base00};
}
.item.active {
background-color: #${config.colorScheme.palette.base03};
color: #${config.colorScheme.palette.base0B};
}
@import "${config.home.homeDirectory}/.config/nomarchy/current/theme/apps/walker/style.css";
'';
};
};