Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/pop-dark.toml')
| -rw-r--r-- | runtime/themes/pop-dark.toml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 2704afd0..6393dd73 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -4,16 +4,14 @@ # Version: 1.0 # This theme is based on Nathaniel Webb's VSCodePopTheme <https://github.com/ArtisanByteCrafter/VSCodePopTheme> -info = { fg = 'brownD' } -hint = { fg = 'yellowH', modifiers = ['bold'] } -warning = { fg = 'orangeW', modifiers = ['bold'] } -error = { fg = 'redE', modifiers = ['bold'] } +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'] } 'diagnostic.info'.underline = { color = 'yellowH', style = 'curl' } 'diagnostic.hint'.underline = { color = 'yellowH', style = 'curl' } 'diagnostic.warning'.underline = { color = 'orangeW', style = 'curl' } 'diagnostic.error'.underline = { color = 'redE', style = 'curl' } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } 'ui.background' = { bg = 'brownN' } 'ui.window' = { bg = 'brownH', fg = 'brownD' } 'ui.gutter' = { bg = 'brownU' } @@ -71,7 +69,6 @@ namespace = { fg = 'orangeL' } 'string.special.symbol' = { fg = 'orangeW' } 'comment' = { fg = 'greyC', modifiers = ['italic'] } 'comment.line' = { fg = 'greyC', modifiers = ['italic'] } -'comment.line.documentation' = { fg = 'greyC', modifiers = ['italic'] } 'comment.block' = { fg = 'greyC', modifiers = ['italic'] } 'comment.block.documentation' = { fg = 'greyC', modifiers = ['italic'] } 'variable' = { fg = 'greyT' } |