aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorworkingj2023-03-06 23:35:32 +0000
committerGitHub2023-03-06 23:35:32 +0000
commit77d6ed150c746098020cc7104943fcb64453f388 (patch)
treecff9ed9fd1d9be38f426233898e85de22b284cb7 /runtime/themes
parentbc50502b1eef4971d3d3a5518386888bf43ccf8b (diff)
feat(theme): Update pop-dark for color-modes (#6208)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/pop-dark.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml
index 57db2d2c..d2010ed6 100644
--- a/runtime/themes/pop-dark.toml
+++ b/runtime/themes/pop-dark.toml
@@ -28,8 +28,10 @@ error = { fg = 'brownD', bg = 'redE', modifiers = ['bold'] }
'ui.linenr' = { bg = 'brownU', fg = 'greyL' }
'ui.linenr.selected' = { fg = 'orangeH' }
'ui.cursorline' = { bg = 'brownH' }
-'ui.statusline' = { fg = 'greyT', bg = 'brownD' }
'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.highlight' = { bg = 'brownH' }
'ui.virtual' = { fg = 'brownV' }