nixvim-for-share/config/colorscheme/tokyonight.nix
2025-07-26 12:43:01 +00:00

12 lines
200 B
Nix

{
colorschemes.tokyonight = {
enable = true;
settings = {
transparent = true;
styles = {
sidebars = "transparent";
floats = "transparent";
};
};
};
}