plugins/tokyonight: add moon style to settings

Default style since tokyonight v4.0.0. See [folke/tokyonight.nvim
blame](766be08803 (diff-2118ce7f3d4c28292bfec01fd0828fa01ea8b5505df921c874452e35997939c5R9))
This commit is contained in:
sportshead 2024-09-18 10:32:55 +01:00
parent 650e204c07
commit 061d47f7c5
No known key found for this signature in database
GPG key ID: A874DB2CBFD3CFD0

View file

@ -55,12 +55,13 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
style =
defaultNullOpts.mkEnumFirstDefault
[
"moon"
"storm"
"night"
"day"
]
''
The theme comes in three styles, `storm`, a darker variant `night` and `day`.
The theme comes in four styles, `moon`, `storm`, a darker variant `night`, and `day`.
'';
light_style = defaultNullOpts.mkStr "day" ''