mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +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
11
docs/release-notes/rl-0.5.adoc
Normal file
11
docs/release-notes/rl-0.5.adoc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[[sec-release-0.5]]
|
||||||
|
== Release 0.5
|
||||||
|
|
||||||
|
|
||||||
|
[[sec-release-0.5-changelog]]
|
||||||
|
=== Changelog
|
||||||
|
|
||||||
|
|
||||||
|
https://github.com/horriblename[horriblename]:
|
||||||
|
|
||||||
|
* Add transparency support for tokyonight theme
|
|
@ -18,6 +18,9 @@
|
||||||
style ? "night",
|
style ? "night",
|
||||||
transparent,
|
transparent,
|
||||||
}: ''
|
}: ''
|
||||||
|
require('tokyonight').setup {
|
||||||
|
transparent = ${lib.boolToString transparent};
|
||||||
|
}
|
||||||
vim.cmd[[colorscheme tokyonight-${style}]]
|
vim.cmd[[colorscheme tokyonight-${style}]]
|
||||||
'';
|
'';
|
||||||
styles = ["day" "night" "storm" "moon"];
|
styles = ["day" "night" "storm" "moon"];
|
||||||
|
|
Loading…
Reference in a new issue