Update colorscheme
This commit is contained in:
parent
c2dc0f5c8b
commit
10469b1d42
3 changed files with 16 additions and 13 deletions
|
|
@ -5,9 +5,9 @@ vim.api.nvim_create_autocmd({'OptionSet'}, {
|
|||
pattern = {'background'},
|
||||
callback = function()
|
||||
if vim.o.background == 'dark' then
|
||||
vim.cmd('colorscheme xcodedark')
|
||||
vim.cmd('colorscheme github_dark_dimmed')
|
||||
else
|
||||
vim.cmd('colorscheme catppuccin-latte')
|
||||
vim.cmd('colorscheme github_light')
|
||||
end
|
||||
|
||||
-- force a full redraw:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue