mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
feat: add transparency support for tokyonight
docs: update release notes
This commit is contained in:
parent
eaab87d151
commit
86237bfd2d
2 changed files with 14 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
|||
style ? "night",
|
||||
transparent,
|
||||
}: ''
|
||||
require('tokyonight').setup {
|
||||
transparent = ${lib.boolToString transparent};
|
||||
}
|
||||
vim.cmd[[colorscheme tokyonight-${style}]]
|
||||
'';
|
||||
styles = ["day" "night" "storm" "moon"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue