This commit is contained in:
Bryan Ramos 2023-06-19 09:23:47 -04:00
parent 81ec026bf5
commit 081c2ff814
2 changed files with 8 additions and 1 deletions

View file

@ -9,7 +9,7 @@ return {
transparent = true,
},
})
vim.cmd("colorscheme github_dark")
vim.cmd("colorscheme github_dark_high_contrast")
end,
},