mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +00:00
parent
dd6ca6735b
commit
5651ca05fd
3 changed files with 38 additions and 0 deletions
|
@ -281,4 +281,23 @@ in {
|
|||
vim.cmd.colorscheme("solarized-osaka")
|
||||
'';
|
||||
};
|
||||
|
||||
everforest = {
|
||||
setup = {
|
||||
style ? "medium",
|
||||
transparent ? false,
|
||||
...
|
||||
}: ''
|
||||
vim.g.everforest_background = "${style}"
|
||||
vim.g.everforest_transparent_background = ${
|
||||
if transparent
|
||||
then "1"
|
||||
else "0"
|
||||
}
|
||||
|
||||
vim.cmd.colorscheme("everforest")
|
||||
'';
|
||||
|
||||
styles = ["hard" "medium" "soft"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue