mirror of
https://github.com/joshdick/onedark.vim.git
synced 2025-11-08 11:03:49 -05:00
fix highlight color for ALEWarningSign, also set it for ALEErrorSign, ALEInfoSign (#317)
This commit is contained in:
@@ -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" })
|
||||
|
||||
Reference in New Issue
Block a user