tokyonight colorscheme

This commit is contained in:
Lorran David 2024-11-17 19:10:41 -03:00
parent 52df341842
commit 922a96ee62
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

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