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

Error on startup: cannot find color scheme 'github' #72

Closed
merq312 opened this issue Sep 17, 2021 · 0 comments
Closed

Error on startup: cannot find color scheme 'github' #72

merq312 opened this issue Sep 17, 2021 · 0 comments
Assignees
Labels
assigned Under progress. bug Something isn't working
Projects

Comments

@merq312
Copy link

merq312 commented Sep 17, 2021

Nvim shows this error on startup when this theme is set as the default. Works fine after the error is suppressed.

Error detected while processing C:\tools\neovim\Neovim\share\nvim\runtime\syntax\synload.vim: line 19: E185: Cannot find color scheme 'github'

Seems like the global theme name set in L203 util.lua needs to be the correct name of the theme variant? Managed to fix it by concatenating the theme_style string from the theme object.

@ful1e5 ful1e5 self-assigned this Sep 17, 2021
@ful1e5 ful1e5 added assigned Under progress. bug Something isn't working labels Sep 17, 2021
@ful1e5 ful1e5 added this to To do in Workboard via automation Sep 17, 2021
@ful1e5 ful1e5 moved this from To do to In progress in Workboard Sep 17, 2021
@ful1e5 ful1e5 closed this as completed in 31aef54 Sep 18, 2021
ful1e5 added a commit that referenced this issue Sep 18, 2021
Workboard automation moved this from In progress to Done Sep 18, 2021
ful1e5 added a commit to ful1e5/github-nvim-theme that referenced this issue Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Under progress. bug Something isn't working
Projects
Development

No branches or pull requests

2 participants