mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): auto-darkmode
This commit is contained in:
parent
8aaa3aed7d
commit
e2db6b9ad9
5 changed files with 55 additions and 2 deletions
|
|
@ -28,5 +28,5 @@ vim.api.nvim_create_autocmd('TextYankPost', {
|
|||
})
|
||||
|
||||
vim.cmd "colorscheme one-nvim"
|
||||
vim.o.background = "light"
|
||||
-- vim.o.background = "light"
|
||||
vim.opt.guifont = { "Cascadia Code:h15" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue