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 | 45 |
1 files changed, 17 insertions, 28 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index 2704afd0..6ad0111b 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -4,19 +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'] } -'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"] } +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 = { fg = 'greyT', bg = 'redD' } 'ui.background' = { bg = 'brownN' } -'ui.window' = { bg = 'brownH', fg = 'brownD' } -'ui.gutter' = { bg = 'brownU' } +'ui.window' = { bg = 'brownH', fg = "brownD" } +'ui.gutter' = { bg = 'brownH' } 'ui.text' = { fg = 'greyT' } 'ui.text.focus' = { fg = 'orangeN' } 'ui.text.info' = { fg = 'orangeH', bg = 'brownH' } @@ -27,22 +22,18 @@ error = { fg = 'redE', modifiers = ['bold'] } 'ui.cursor.primary' = { fg = 'black', bg = 'orangeN' } 'ui.selection' = { bg = 'blueH', fg = 'white' } 'ui.selection.primary' = { bg = 'blueD', fg = 'white' } -'ui.linenr' = { bg = 'brownU', fg = 'greyL' } -'ui.linenr.selected' = { fg = 'orangeH' } -'ui.cursorline' = { bg = 'brownH' } -'ui.statusline' = { fg = 'greyT', bg = 'brownU' } -'ui.statusline.inactive' = { fg = 'greyT', bg = 'brownN' } -'ui.statusline.normal' = { fg = 'greyT', bg = 'brownD', modifiers = ['bold'] } -'ui.statusline.select' = { bg = 'blueL', fg = 'brownD', modifiers = ['bold'] } -'ui.statusline.insert' = { bg = 'orangeL', fg = 'brownD', modifiers = ['bold'] } -'ui.help' = { fg = 'greyT', bg = 'brownD' } +'ui.linenr' = { bg = "brownN", fg = 'greyL' } +'ui.linenr.selected' = { bg = 'brownH', fg = 'orangeH' } +'ui.cursorline' = { bg = 'brownD' } +'ui.statusline' = { fg = "greyT", bg = 'brownH' } +'ui.statusline.inactive' = { fg = "greyT", bg = 'brownN' } +'ui.help' = { fg = "greyT", bg = 'brownD' } 'ui.highlight' = { bg = 'brownH' } 'ui.virtual' = { fg = 'brownV' } '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' = { fg = "greyT", bg = 'brownD' } 'ui.menu.selected' = { fg = 'orangeH', bg = 'brownH' } 'ui.popup' = { bg = 'brownD' } 'ui.popup.info' = { bg = 'brownH', fg = 'greyT' } @@ -71,7 +62,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' } @@ -110,7 +100,6 @@ namespace = { fg = 'orangeL' } 'markup.list.unnumbered' = { fg = 'greenN' } 'markup.bold' = { modifiers = ['bold'] } 'markup.italic' = { modifiers = ['italic'] } -'markup.strikethrough' = { modifiers = ['crossed_out'] } 'markup.link' = { fg = 'blueD' } 'markup.link.url' = { fg = 'blueL' } 'markup.link.label' = { fg = 'blueH' } @@ -158,8 +147,8 @@ blueL = '#6dd2fa' blueN = '#39B7C7' blueD = '#4AAAD6' brownV = '#67634F' -brownH = '#4b4845' -brownN = '#3E3B39' +brownH = '#56524E' +brownN = '#3F3B39' brownR = '#35312f' brownD = '#2B2928' -brownU = '#4C4643' + |