diff options
| author | ChristianChiarulli <[email protected]> | 2022-09-25 20:50:57 -0400 | 
|---|---|---|
| committer | ChristianChiarulli <[email protected]> | 2022-09-25 20:50:57 -0400 | 
| commit | 67234b748abc7089591c2b6b5f7b1a96a98c5c91 (patch) | |
| tree | 840ae07eef3abe477fca4b1650d16ba79ffe276a /lua/lvim/core/theme.lua | |
| parent | 7acb8d9e34a9f277956bbcca5d3ea2d1432206dc (diff) | |
feat: colorscheme tweaks
Diffstat (limited to 'lua/lvim/core/theme.lua')
| -rw-r--r-- | lua/lvim/core/theme.lua | 8 | 
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, | 
