Finally found a freakin colorblind friendly neovim colorscheme
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function ColorMyPencils(color)
|
||||
color = color or "monokai"
|
||||
color = color or "dichromatic"
|
||||
vim.cmd.colorscheme(color)
|
||||
|
||||
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
|
||||
Reference in New Issue
Block a user