diff --git a/neovim/.config/nvim/lua/user/theme.lua b/neovim/.config/nvim/lua/user/theme.lua index 111b478..13b19ab 100644 --- a/neovim/.config/nvim/lua/user/theme.lua +++ b/neovim/.config/nvim/lua/user/theme.lua @@ -1,7 +1,8 @@ vim.g.edge_diagnostic_virtual_text = "colored" vim.g.edge_better_performance = 1 +vim.g.tokyonight_style = "night" vim.cmd([[ -colorscheme edge +colorscheme tokyonight hi SpellBad guifg=red ]])