forked from Shinonome/fred-neovim
13 lines
194 B
Nix
13 lines
194 B
Nix
{
|
|
colorschemes = {
|
|
onedark = {
|
|
enable = true;
|
|
settings = {
|
|
colors = { yellow = "#d9a950"; };
|
|
style = "dark";
|
|
transparent = true;
|
|
};
|
|
};
|
|
};
|
|
}
|