Update theme

This commit is contained in:
Yorick Barbanneau 2022-08-05 23:15:17 +02:00
parent 097cdea76a
commit 82d9f01eda

View file

@ -27,7 +27,7 @@ vim.opt.wildmode = 'lastused:full,list' -- enhance menu
-- Options than need vim.cmd
vim.cmd('syntax on')
vim.cmd('colorscheme base16-classic-dark')
vim.cmd('colorscheme base16-default-dark')
-- -- Code Fold
-- "Load and save view atomatocally (save and restore fold)