feat: more cool theming

This commit is contained in:
2024-04-25 22:18:18 +02:00
parent 5c27567ca1
commit b9cd147c0e
5 changed files with 30 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
box#main {
background: rgba({{colors.surface.default.red}}, {{colors.surface.default.green}}, {{colors.surface.default.blue}}, 0.4);
color: {{colors.on_surface.default.hex}};
}

View File

@@ -0,0 +1,4 @@
general {
col.inactive_border = rgba({{colors.surface.default.hex_stripped}}cc)
col.active_border = rgb({{colors.primary.default.hex_stripped}})
}

View File

@@ -83,6 +83,10 @@ in
for i in $(pgrep -u "$USER" -x nvim); do
kill -USR1 "$i"
done
if command -v hyprctl &> /dev/null; then
hyprctl reload
fi
'';
})
];
@@ -134,6 +138,14 @@ in
input_path = ./nvim.vim;
output_path = "${homeCfg.xdg.configHome}/nvim/colors/matugen.vim";
};
hyprland = {
input_path = ./hyprland.conf;
output_path = "${homeCfg.xdg.configHome}/hypr/theme.conf";
};
anyrun = {
input_path = ./anyrun.css;
output_path = "${homeCfg.xdg.configHome}/anyrun/theme.css";
};
};
};
};