feat: colorscheme tweaks

This commit is contained in:
ChristianChiarulli 2022-09-25 20:50:57 -04:00
parent 7acb8d9e34
commit 67234b748a

View file

@ -8,7 +8,13 @@ M.config = function()
hl.IndentBlanklineContextChar = {
fg = c.dark5,
}
local prompt = "#2d3149"
hl.TSConstructor = {
fg = c.blue1,
}
hl.TSTagDelimiter = {
fg = c.dark5,
}
-- local prompt = "#2d3149"
-- hl.TelescopeNormal = {
-- bg = c.bg_dark,
-- fg = c.fg_dark,