tokyonight colorscheme

pull/1467/head
Lorran David 7 months ago
parent 52df341842
commit 922a96ee62

@ -853,7 +853,7 @@ require('lazy').setup({
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
-- vim.cmd.colorscheme 'gruvbox'
vim.cmd.colorscheme 'tokyonight'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'

@ -103,6 +103,6 @@ return {
config = function()
vim.cmd('colorscheme vscode')
end,
enabled = true,
enabled = false,
}
}

Loading…
Cancel
Save