mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
feat(theme): Update pop-dark for color-modes (#6208)
This commit is contained in:
parent
bc50502b1e
commit
77d6ed150c
@ -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' }
|
||||
|
Loading…
Reference in New Issue
Block a user