config: nvim: update github-nvim-theme settings

This commit is contained in:
Thomas Preisner 2023-05-16 13:49:02 +02:00
parent bf09d09da0
commit 07e06558b6

View file

@ -1,4 +1,7 @@
require('github-theme').setup({
theme_style = 'dark_colorblind',
options = {
transparent = true,
},
})
vim.cmd.colorscheme('github_dark_colorblind')