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