Files
nixovim/config/themes.nix
T
2024-09-30 21:16:38 -04:00

13 lines
194 B
Nix

{
colorschemes = {
onedark = {
enable = true;
settings = {
colors = { yellow = "#d9a950"; };
style = "dark";
transparent = true;
};
};
};
}