Skip to content

Commit

Permalink
feat(dosini): better hl
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 8, 2023
1 parent 4412daf commit 6151fb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/tokyonight/theme.lua
Expand Up @@ -169,6 +169,8 @@ function M.setup()
debugPC = { bg = c.bg_sidebar }, -- used for highlighting the current line in terminal-debug
debugBreakpoint = { bg = util.darken(c.info, 0.1), fg = c.info }, -- used for breakpoint colors in terminal-debug

dosIniLabel = { link = "@property" },

-- These groups are for the native LSP client. Some other LSP clients may
-- use these groups, or use their own. Consult your LSP client's
-- documentation.
Expand Down

0 comments on commit 6151fb4

Please sign in to comment.