Skip to content

Commit

Permalink
Support jedi-vim (drewtempelmeyer#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago324 authored Oct 20, 2020
1 parent ee7adf3 commit 847fcf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions colors/palenight.vim
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ let s:visual_grey = s:colors.visual_grey
let s:menu_grey = s:colors.menu_grey
let s:special_grey = s:colors.special_grey
let s:vertsplit = s:colors.vertsplit
let s:white_mask_3 = s:colors.white_mask_3

" }}}

Expand Down Expand Up @@ -502,6 +503,10 @@ call s:h("VistaScopeKind", { "fg": s:yellow })
call s:h("debugBreakpoint", { "fg": s:blue_purple })
call s:h("debugPC", { "bg": s:blue_purple, "fg": s:black })

" davidhalter/jedi-vim
call s:h("jediFunction", { "bg": s:white_mask_3, "fg": s:white })
call s:h("jediFat", { "bg": s:white_mask_3, "fg": s:blue , "gui": "bold,underline" })

" }}}

" Git Highlighting {{{
Expand Down

0 comments on commit 847fcf5

Please sign in to comment.