config: nvim: update github-nvim-theme settings
This commit is contained in:
parent
bf09d09da0
commit
07e06558b6
1 changed files with 5 additions and 2 deletions
|
|
@ -1,4 +1,7 @@
|
|||
require('github-theme').setup({
|
||||
theme_style = 'dark_colorblind',
|
||||
options = {
|
||||
transparent = true,
|
||||
},
|
||||
})
|
||||
|
||||
vim.cmd.colorscheme('github_dark_colorblind')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue