mirror of https://github.com/gabehf/base46.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
466 B
36 lines
466 B
local theme = require("base46").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,
|
|
},
|
|
}
|