projekt0n/github-nvim-theme

Typo in README for setting "Github Light High Contrast" theme

mattfan00 opened this issue · 0 comments

In README.md, the command for setting the "Github Light High Contrast" theme is shown as:

vim.cmd('colorscheme github_light_default')

However, "github_light_default" is deprecated. The correct command should be:

vim.cmd('colorscheme github_light_high_contrast')