瀏覽代碼

feat: colorscheme tweaks

ChristianChiarulli 2 年之前
父節點
當前提交
67234b748a
共有 1 個文件被更改,包括 7 次插入1 次删除
  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,