config: nvim: use colorscheme dark_colorblind from github-nvim-theme
The currently used colorscheme 'vim-dichromatic' is missing support for various neovim plugins.
This commit is contained in:
parent
2b78050f5f
commit
ab5cceddab
3 changed files with 6 additions and 4 deletions
|
|
@ -35,8 +35,8 @@ return require('packer').startup({
|
|||
-- Visuals
|
||||
--------------------
|
||||
use { -- colorblind-friendly colorscheme
|
||||
'romainl/vim-dichromatic',
|
||||
config = function() vim.cmd('colorscheme dichromatic') end,
|
||||
'projekt0n/github-nvim-theme',
|
||||
config = load_config('github-nvim-theme'),
|
||||
}
|
||||
use { -- color highlighter
|
||||
'norcalli/nvim-colorizer.lua',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue