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