mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 23:09:26 -05:00
13 lines
194 B
Nix
13 lines
194 B
Nix
{
|
|
colorschemes = {
|
|
onedark = {
|
|
enable = true;
|
|
settings = {
|
|
colors = { yellow = "#d9a950"; };
|
|
style = "dark";
|
|
transparent = true;
|
|
};
|
|
};
|
|
};
|
|
}
|