Josh Dick
6 years ago
No known key found for this signature in database
GPG Key ID: 504C35EB636445DC
1 changed files with
8 additions and
0 deletions
-
colors/onedark.vim
|
@ -266,6 +266,14 @@ call s:h("WildMenu", { "fg": s:black, "bg": s:blue }) " current match in 'wildme |
|
|
|
|
|
|
|
|
" }}} |
|
|
" }}} |
|
|
|
|
|
|
|
|
|
|
|
" Termdebug highlighting for Vim 8.1+ {{{ |
|
|
|
|
|
|
|
|
|
|
|
" See `:h hl-debugPC` and `:h hl-debugBreakpoint`. |
|
|
|
|
|
call s:h("debugPC", { "bg": s:special_grey }) " the current position |
|
|
|
|
|
call s:h("debugBreakpoint", { "fg": s:black, "bg": s:red }) " a breakpoint |
|
|
|
|
|
|
|
|
|
|
|
" }}} |
|
|
|
|
|
|
|
|
" Language-Specific Highlighting {{{ |
|
|
" Language-Specific Highlighting {{{ |
|
|
|
|
|
|
|
|
" CSS |
|
|
" CSS |
|
|