mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
re-write whole plugin
added features to have local nvchad themes, override specific colors aka variables in nvchad themes
This commit is contained in:
parent
dbd746da1b
commit
1db5a6eda8
76 changed files with 1592 additions and 1284 deletions
35
lua/integrations/mail.lua
Normal file
35
lua/integrations/mail.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue