modules: add base16 Theming support

theme/theme.nix: fix formatting

supported-themes.nix: formatting

clean up base16-colors.nix

theme: fix plugin setup, change base16 flake input
This commit is contained in:
Charlie Root 2024-09-29 23:22:26 +02:00
commit e80dedd098
No known key found for this signature in database
7 changed files with 126 additions and 6 deletions

View file

@ -349,6 +349,11 @@
};
# Themes
plugin-base16 = {
url = "github:rrethy/base16-nvim";
flake = false;
};
plugin-tokyonight = {
url = "github:folke/tokyonight.nvim";
flake = false;