change colorscheme to vscode dark
This commit is contained in:
parent
1f7ab400c3
commit
bb865f33c4
@ -1,2 +1,3 @@
|
||||
vim.opt.termguicolors = true -- Enable 24-bit RGB color in the TUI
|
||||
require("kanagawa").load("wave") -- Activate theme previously installed in lua/core/plugins
|
||||
vim.o.background = 'dark' -- Select dark or light theme
|
||||
require('vscode').load() -- Activate theme previously installed in lua/core/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user