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