Skip to content

Commit

Permalink
fix highlight color for ALEWarningSign, also set it for ALEErrorSign,…
Browse files Browse the repository at this point in the history
… ALEInfoSign (#317)
  • Loading branch information
ArtAndreev authored Oct 10, 2022
1 parent 0c23bb0 commit b6b5ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions colors/onedark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@ call s:h("GitGutterDelete", { "fg": s:red })
call s:h("ALEError", { "fg": s:red, "gui": "underline", "cterm": "underline" })
call s:h("ALEWarning", { "fg": s:yellow, "gui": "underline", "cterm": "underline" })
call s:h("ALEInfo", { "gui": "underline", "cterm": "underline" })
call s:h("ALEErrorSign", { "fg": s:red })
call s:h("ALEWarningSign", { "fg": s:yellow })
call s:h("ALEInfoSign", { })

" easymotion/vim-easymotion
call s:h("EasyMotionTarget", { "fg": s:red, "gui": "bold", "cterm": "bold" })
Expand Down

0 comments on commit b6b5ffe

Please sign in to comment.