colorscheme rose-pine

This commit is contained in:
Lorran David 2024-11-20 11:55:26 -03:00
parent f2d6d6e0f7
commit ce225e2698
2 changed files with 3 additions and 5 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 'tokyonight'
-- vim.cmd.colorscheme 'tokyonight'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'