mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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:
parent
650e204c07
commit
061d47f7c5
1 changed files with 2 additions and 1 deletions
|
@ -55,12 +55,13 @@ lib.nixvim.neovim-plugin.mkNeovimPlugin {
|
||||||
style =
|
style =
|
||||||
defaultNullOpts.mkEnumFirstDefault
|
defaultNullOpts.mkEnumFirstDefault
|
||||||
[
|
[
|
||||||
|
"moon"
|
||||||
"storm"
|
"storm"
|
||||||
"night"
|
"night"
|
||||||
"day"
|
"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" ''
|
light_style = defaultNullOpts.mkStr "day" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue