re-write whole plugin

added features to have local nvchad themes, override specific colors aka variables in nvchad themes
This commit is contained in:
siduck 2022-05-03 00:07:51 +05:30
parent dbd746da1b
commit 1db5a6eda8
76 changed files with 1592 additions and 1284 deletions

35
lua/integrations/mail.lua Normal file
View file

@ -0,0 +1,35 @@
local theme = require("base16").get_colors "base_16"
return {
mailQuoted1 = {
fg = theme.base0A,
},
mailQuoted2 = {
fg = theme.base0B,
},
mailQuoted3 = {
fg = theme.base0E,
},
mailQuoted4 = {
fg = theme.base0C,
},
mailQuoted5 = {
fg = theme.base0D,
},
mailQuoted6 = {
fg = theme.base0A,
},
mailURL = {
fg = theme.base0D,
},
mailEmail = {
fg = theme.base0D,
},
}