summaryrefslogtreecommitdiff
path: root/lua/lvim/core/theme.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lvim/core/theme.lua')
-rw-r--r--lua/lvim/core/theme.lua8
1 files changed, 7 insertions, 1 deletions
diff --git a/lua/lvim/core/theme.lua b/lua/lvim/core/theme.lua
index b1fce081..43ba3a07 100644
--- a/lua/lvim/core/theme.lua
+++ b/lua/lvim/core/theme.lua
@@ -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,