From bc23e548050570d297f263c5f0204af1d2210830 Mon Sep 17 00:00:00 2001 From: workingj <19818596+workingj@users.noreply.github.com> Date: Thu, 9 Mar 2023 03:17:45 +0100 Subject: [PATCH] feat(theme): Update pop-dark statusline (#6227) * update pop-theme for color-modes * fixed ui.statusline.select not worrking * adjustments for nicer statusline visuals * added status line color --- runtime/themes/pop-dark.toml | 1 + 1 file changed, 1 insertion(+) 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'] }