projekt0n / github-nvim-theme

Github's Neovim themes
MIT License
2.02k stars 105 forks source link

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

Closed mattfan00 closed 1 year ago

mattfan00 commented 1 year ago

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