Closed JuGit-pk closed 10 months ago
0.9.4
MacOS 12.6.6
The style moon is not working for the lazyvim
moon
lazyvim
The moon style should be applied to the lazyvim plugin.
All other themes such as the github theme or solarized theme are working properly.
github
solarized
I have tried the day and storm versions, and they are working fine.
day
storm
I only want to use the moon style for the fonts.
also when changing the style, the suggestions or autocomplete tells that only three styles are available as.
night
but in the github page mentioned as
colorscheme.lua
.config
The moon style should be applied to the lazyvim
return { "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = { -- transparent = true, style = "moon", }, }
i want to use that moon style in LazyVim but its not working .... 😭
moon is the default colorscheme in LazyVim and obviously works. check your config
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.4
Operating system/version
MacOS 12.6.6
Describe the bug
Descrption
The style
moon
is not working for thelazyvim
Steps to Reproduce
Expected behavior
The
moon
style should be applied to thelazyvim
plugin.What I Get
Additional Information
All other themes such as the
github
theme orsolarized
theme are working properly.I have tried the
day
andstorm
versions, and they are working fine.I only want to use the
moon
style for the fonts.also when changing the style, the suggestions or autocomplete tells that only three styles are available as.
storm
,moon
, a darker variantnight
andday
but in the github page mentioned as
Steps To Reproduce
lazyvim
plugin.colorscheme.lua
file in the plugins directory for thelazyvim
.config
file.moon
style in thecolorscheme.lua
file.moon
style is not applied.Expected Behavior
The
moon
style should be applied to thelazyvim
I have tried this
return { "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = { -- transparent = true, style = "moon", }, }