Finally found a freakin colorblind friendly neovim colorscheme

This commit is contained in:
2023-04-25 15:39:25 +02:00
parent 85ebffbfbe
commit f21400872f
2 changed files with 3 additions and 4 deletions

View File

@@ -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" })