Skip to content

Commit

Permalink
Theme Pop-Dark: Increase Diagnostics clarity (#7702)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricHenry authored Jul 26, 2023
1 parent 5a52897 commit dea6894
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/themes/pop-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
# Version: 1.0
# This theme is based on Nathaniel Webb's VSCodePopTheme <https://github.com/ArtisanByteCrafter/VSCodePopTheme>

info = { fg = 'yellowH', bg = 'brownD' }
hint = { fg = 'brownD', bg = 'yellowH', modifiers = ['bold'] }
warning = { fg = 'brownD', bg = 'orangeW', modifiers = ['bold'] }
error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] }
info = { fg = 'brownD' }
hint = { fg = 'yellowH', modifiers = ['bold'] }
warning = { fg = 'orangeW', modifiers = ['bold'] }
error = { fg = 'redE', modifiers = ['bold'] }
'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' }
'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' }
'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' }
Expand Down

0 comments on commit dea6894

Please sign in to comment.