Merge pull request #93 from horriblename/feat-tokyonight-transparent

feat: add transparency support for tokyonight
This commit is contained in:
NotAShelf 2023-07-18 10:59:58 +03:00 committed by GitHub
commit 18c502006f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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", 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"];