rose pine

This commit is contained in:
Brad 2024-04-18 08:07:46 -04:00
parent e870ca2f4f
commit 644ac32da0
2 changed files with 12 additions and 1 deletions

View file

@ -772,7 +772,8 @@ 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'
vim.cmd.colorscheme 'rose-pine'
-- You can configure highlights by doing something like:
vim.cmd.hi 'Comment gui=none'