mirror of https://github.com/helix-editor/helix
Fix selecting pop dark theme (#4323)
parent
50b191a7df
commit
a330b5d224
|
@ -43,7 +43,6 @@ module = { bg = 'orangeL' }
|
|||
special = { fg = 'orangeW' }
|
||||
operator = { fg = 'orangeY' }
|
||||
attribute = { fg = 'orangeL' }
|
||||
attribute = { fg = 'orangeL' }
|
||||
namespace = { fg = 'orangeL' }
|
||||
'type' = { fg = 'redH' }
|
||||
'type.builtin' = { fg = 'orangeL' }
|
||||
|
|
Loading…
Reference in New Issue