Finally found a freakin colorblind friendly neovim colorscheme
This commit is contained in:
@@ -15,10 +15,9 @@ return require('packer').startup(function(use)
|
||||
|
||||
-- Color stuff
|
||||
use ({
|
||||
'tanvirtin/monokai.nvim',
|
||||
as = 'monokai',
|
||||
'romainl/vim-dichromatic',
|
||||
config = function()
|
||||
vim.cmd('colorscheme monokai')
|
||||
vim.cmd('colorscheme dichromatic')
|
||||
end
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user