Explorar o código

feat: colorscheme tweaks

ChristianChiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
67234b748a
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      lua/lvim/core/theme.lua

+ 7 - 1
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,