feat: sick theming

This commit is contained in:
2024-04-25 01:18:54 +02:00
parent a79c2c2489
commit 28b30353d8
5 changed files with 111 additions and 100 deletions

View File

@@ -44,9 +44,19 @@ in
red = "#ff0000";
green = "#00ff00";
yellow = "#ffff00";
orange = "#ff8000";
blue = "#0000ff";
magenta = "#ff00ff";
cyan = "#00ffff";
warn = {
color = "#ffff00";
blend = false;
};
ok = {
color = "#00ff00";
blend = false;
};
};
};
@@ -55,6 +65,10 @@ in
input_path = ./kitty.conf;
output_path = "${homeCfg.xdg.configHome}/kitty/theme.conf";
};
nvim = {
input_path = ./nvim.vim;
output_path = "${homeCfg.xdg.configHome}/nvim/colors/matugen.vim";
};
};
};
};