Skip to content

Commit

Permalink
add ui.inlay-hint (helix-editor#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingj authored and wes-adams committed Jul 3, 2023
1 parent 69a42d5 commit a3489a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/pop-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] }
'ui.virtual.ruler' = { bg = 'brownR' }
'ui.virtual.whitespace' = { fg = 'brownV' }
'ui.virtual.indent-guide' = { fg = 'brownR' }
'ui.virtual.inlay-hint' = {fg = 'brownD', bg = 'brownU'}
'ui.menu' = { fg = 'greyT', bg = 'brownD' }
'ui.menu.selected' = { fg = 'orangeH', bg = 'brownH' }
'ui.popup' = { bg = 'brownD' }
Expand Down

0 comments on commit a3489a8

Please sign in to comment.