add default config for nvim-colorizer

This commit is contained in:
siduck76 2021-08-30 05:54:31 +05:30
parent 60db2ec626
commit e1dfaa7a45
2 changed files with 14 additions and 2 deletions

View file

@ -2,7 +2,7 @@ local colors = {
white = "#c7b89d",
darker_black = "#1e2122",
black = "#222526", -- nvim bg
black2 = "#26292a",
black2 = "#282b2c",
one_bg = "#2b2e2f",
one_bg2 = "#3b3e3f",
one_bg3 = "#313435",