Skip to content

Commit

Permalink
add UIDialog color
Browse files Browse the repository at this point in the history
  • Loading branch information
doums committed Apr 9, 2021
1 parent e2dcb12 commit faf8dba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions colors/darcula.vim
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ call s:Hi('HintSign', s:p.hintStripe, s:p.gutter)
call s:Hi('IdentifierUnderCaret', s:p.null, s:p.identifierUnderCaret)
call s:Hi('IdentifierUnderCaretWrite', s:p.null, s:p.identifierUnderCaretWrite)
call s:Hi('InstanceField', s:p.constant)
call s:Hi('UIDialog', s:p.fg, s:p.statusLine)
call s:Hi('UIBorder', s:p.UIBorder, s:p.statusLine)
call s:Hi('UISelection', s:p.null, s:p.UISelection)

Expand Down

0 comments on commit faf8dba

Please sign in to comment.