diff options
author | eh | 2023-07-26 20:33:10 +0000 |
---|---|---|
committer | GitHub | 2023-07-26 20:33:10 +0000 |
commit | dea6894f92b23d6c94196e590efa01c491b5d6b2 (patch) | |
tree | bb288bf4ab3fe3ea94e317234499a5b9ee25fb8f /runtime | |
parent | 5a5289701429c2d7019d11d2184833745865063f (diff) |
Theme Pop-Dark: Increase Diagnostics clarity (#7702)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/pop-dark.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 6393dd73..54db3d1b 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -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' } |