folke / tokyonight.nvim

🏙 A clean, dark Neovim theme written in Lua, with support for lsp, treesitter and lots of plugins. Includes additional themes for Kitty, Alacritty, iTerm and Fish.
Apache License 2.0
6.43k stars 433 forks source link

bug: style = "moon", doesn't work #469

Closed JuGit-pk closed 10 months ago

JuGit-pk commented 10 months ago

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 the lazyvim

Steps to Reproduce

Expected behavior

The moon style should be applied to the lazyvim plugin.

Screenshot 2024-01-10 at 1 07 35 AM

What I Get

Screenshot 2024-01-10 at 1 05 36 AM

Additional Information

Steps To Reproduce

  1. Install lazyvim plugin.
  2. Use the colorscheme.lua file in the plugins directory for the lazyvim .config file.
  3. Set the moon style in the colorscheme.lua file.
  4. Observe that the moon style is not applied.

Expected Behavior

The moon style should be applied to the lazyvim

I have tried this

return { "folke/tokyonight.nvim", lazy = false, priority = 1000, opts = { -- transparent = true, style = "moon", }, }

JuGit-pk commented 10 months ago

i want to use that moon style in LazyVim but its not working .... 😭

folke commented 10 months ago

moon is the default colorscheme in LazyVim and obviously works. check your config