Skip to content

Commit

Permalink
Add highlight for QuickFixLine 'bold = true'
Browse files Browse the repository at this point in the history
  • Loading branch information
fnune committed Jun 16, 2024
1 parent ff39269 commit 22c8e04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/vscode/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ theme.set_highlights = function(opts)
hl(0, 'NormalFloat', { bg = c.vscPopupBack })
hl(0, 'WinBar', { fg = c.vscFront, bg = c.vscBack, bold = true })
hl(0, 'WinBarNc', { fg = c.vscFront, bg = c.vscBack })
hl(0, 'QuickFixLine', { bold = true })

-- Treesitter
hl(0, '@error', { fg = c.vscRed, bg = 'NONE' }) -- Legacy
Expand Down

0 comments on commit 22c8e04

Please sign in to comment.