From 43ad653bb325686e06a9f1a9a7f4097b9c8b5981 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 27 Mar 2022 15:06:53 +0300 Subject: [PATCH] back to tokyonight --- neovim/.config/nvim/lua/user/theme.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]])