dark-theme
This commit is contained in:
parent
a0898bea1f
commit
8693b55d3f
2 changed files with 4 additions and 2 deletions
3
init.lua
3
init.lua
|
|
@ -776,7 +776,8 @@ require('lazy').setup({
|
|||
vim.cmd.colorscheme 'gruvbox'
|
||||
|
||||
-- You can configure highlights by doing something like:
|
||||
vim.o.background = 'light' -- or "light" for light mode
|
||||
vim.o.background = 'dark' -- or "light" for light mode
|
||||
-- vim.o.background = 'light' -- or "light" for light mode
|
||||
-- vim.cmd [[colorscheme catppuccin-macchiato]]
|
||||
end,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue