feat: add transparency support for tokyonight

docs: update release notes
This commit is contained in:
Ching Pei Yang 2023-07-17 23:31:21 +02:00
parent eaab87d151
commit 86237bfd2d
2 changed files with 14 additions and 0 deletions

View 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

View file

@ -18,6 +18,9 @@
style ? "night",
transparent,
}: ''
require('tokyonight').setup {
transparent = ${lib.boolToString transparent};
}
vim.cmd[[colorscheme tokyonight-${style}]]
'';
styles = ["day" "night" "storm" "moon"];