Update generated theme config (#7)

* Update theme system

* Fixes
This commit is contained in:
Henry Sipp
2025-07-28 10:18:22 -05:00
committed by GitHub
parent 701953ccdc
commit 7d7a7a9f11
5 changed files with 44 additions and 28 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ inputs: {
palette = config.colorScheme.palette;
convert = inputs.nix-colors.lib.conversions.hexToRGBString;
backgroundRgb = "rgb(${convert ", " palette.base00})";
foregroundRgb = "rgb(${convert ", " palette.base05})";
in {
home.file = {
".config/waybar/" = {
@@ -16,7 +17,7 @@ in {
text = ''
@define-color background ${backgroundRgb};
* {
color: white;
color: ${foregroundRgb};
}
window#waybar {