diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml index d2010ed62..17621d2af 100644 --- a/runtime/themes/pop-dark.toml +++ b/runtime/themes/pop-dark.toml @@ -28,6 +28,7 @@ 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 = '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'] }