Skip to content

Commit 061d47f

Browse files
committed
plugins/tokyonight: add moon style to settings
Default style since tokyonight v4.0.0. See [folke/tokyonight.nvim blame](folke/tokyonight.nvim@766be08#diff-2118ce7f3d4c28292bfec01fd0828fa01ea8b5505df921c874452e35997939c5R9)
1 parent 650e204 commit 061d47f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/colorschemes/tokyonight.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
5555
style =
5656
defaultNullOpts.mkEnumFirstDefault
5757
[
58+
"moon"
5859
"storm"
5960
"night"
6061
"day"
6162
]
6263
''
63-
The theme comes in three styles, `storm`, a darker variant `night` and `day`.
64+
The theme comes in four styles, `moon`, `storm`, a darker variant `night`, and `day`.
6465
'';
6566

6667
light_style = defaultNullOpts.mkStr "day" ''

0 commit comments

Comments
 (0)