Open Ontonator opened 4 years ago
My colours are defined in init.vim as:
init.vim
let g:skim_colors = { \ 'fg': ['fg', 'Comment', 'Normal'], \ 'bg': ['bg', 'Comment', 'Normal'], \ 'matched': ['fg', 'SpellLocal', 'Normal'], \ 'matched_bg': ['bg', 'Normal'], \ 'current': ['fg', 'CursorLine', 'CursorColumn', 'Normal'], \ 'current_bg': ['bg', 'CursorLine', 'CursorColumn'], \ 'current_match': ['bg', 'Search', 'Normal'], \ 'current_match_bg': ['fg', 'Search', 'SpellLocal', 'Normal'], \ 'info': ['fg', 'Function'], \ 'border': ['fg', 'Ignore'], \ 'prompt': ['fg', 'Keyword'], \ 'pointer': ['fg', 'Error'], \ 'marker': ['fg', 'Special'], \ 'spinner': ['fg', 'Label'], \ 'header': ['fg', 'Comment'] \ }
They work in all other predefined commands (although I couldn't test :Ag or :Snippets).
:Ag
:Snippets
My colours are defined in
init.vim
as:They work in all other predefined commands (although I couldn't test
:Ag
or:Snippets
).