Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g:skim_colors isn't used when running :Maps and :Rg #11

Open
3 of 9 tasks
Ontonator opened this issue Apr 27, 2020 · 0 comments
Open
3 of 9 tasks

g:skim_colors isn't used when running :Maps and :Rg #11

Ontonator opened this issue Apr 27, 2020 · 0 comments

Comments

@Ontonator
Copy link

  • Category
    • Question
    • Bug
    • Suggestion
  • OS
    • Linux
    • macOS
    • Windows
    • Etc.
  • Vim
    • Vim
    • Neovim

My colours are defined in init.vim as:

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant