Skip to content

Commit

Permalink
add ui.inlay-hint (#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingj authored Mar 13, 2023
1 parent 3493473 commit 66033ed
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 66033ed

Please sign in to comment.