mirror of
https://github.com/gabehf/base46.git
synced 2026-03-10 07:50:31 -07:00
minor fixes
This commit is contained in:
parent
897c90cc79
commit
9d23caba95
3 changed files with 26 additions and 4 deletions
|
|
@ -50,7 +50,25 @@ M.base_16 = {
|
|||
base0C = "#e69875",
|
||||
base0D = "#a7c080",
|
||||
base0E = "#e67e80",
|
||||
base0F = "#d699b6",
|
||||
base0F = "#e67e80",
|
||||
}
|
||||
|
||||
M.polish_hl = {
|
||||
TSPunctBracket = {
|
||||
fg = M.base_30.red,
|
||||
},
|
||||
|
||||
TSTag = {
|
||||
fg = M.base_30.orange,
|
||||
},
|
||||
|
||||
TSTagDelimiter = {
|
||||
fg = M.base_30.green,
|
||||
},
|
||||
|
||||
TSConstructor = {
|
||||
fg = "#7fbbb3",
|
||||
},
|
||||
}
|
||||
|
||||
M = require("base46").override_theme(M, "everforest")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue