aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorworkingj2023-03-09 02:17:45 +0000
committerGitHub2023-03-09 02:17:45 +0000
commitbc23e548050570d297f263c5f0204af1d2210830 (patch)
tree4ee566950233c021d76de16c2dbe2ba55ea36076 /runtime
parent34be71fb50738a7e9d9e5ee5090680a0d84a321c (diff)
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
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/pop-dark.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/pop-dark.toml b/runtime/themes/pop-dark.toml
index d2010ed6..17621d2a 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'] }