diff --git a/plugins/colorschemes/tokyonight.nix b/plugins/colorschemes/tokyonight.nix index 571bc706..4404dbfe 100644 --- a/plugins/colorschemes/tokyonight.nix +++ b/plugins/colorschemes/tokyonight.nix @@ -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" ''