This commit is contained in:
Felipe Magrassi 2024-08-05 20:05:04 -03:00
parent a74c09f951
commit 3ae22ef849
2 changed files with 4 additions and 1 deletions

View file

@ -787,7 +787,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 'tokyonight-night'
-- vim.cmd.colorscheme 'tokyonight-night'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'
@ -911,5 +911,6 @@ require('lazy').setup({
},
})
vim.cmd.colorscheme 'github_light'
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et