10 lines
128 B
Nix
10 lines
128 B
Nix
{
|
|
colorschemes.onedark = {
|
|
enable = true;
|
|
settings = {
|
|
style = "dark";
|
|
transparent = false;
|
|
};
|
|
};
|
|
}
|