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

[Breaking change] Rename color scheme from Forest Night to Everforest #43

Closed
sainnhe opened this issue Mar 20, 2021 · 3 comments
Closed

Comments

@sainnhe
Copy link
Owner

sainnhe commented Mar 20, 2021

Why?

This color scheme was created at my early stage, at that time it was basically a mixture of rhysd/vim-color-spring-night and karoliskoncevicius/sacredforest-vim, so I simply gave it the name "forest-night".

But now the situation has changed. The dark variant is not only based on spring night and sacredforest, but also based on my another color scheme gruvbox-material (inspired by morhetz/gruvbox). More importantly, I recently designed a new light variant based on solarized, which makes the name sounds strange.

Therefore, I believe it is necessary to rename this color scheme, even though people may need to update their vimrc to get it work.

Sincere apologies for the inconvenience caused.

How to update my vimrc?

Step1.

Replace forest-night and forest_night with everforest, like this:

" Old
set background=dark
let g:forest_night_enable_italic = 1
let g:forest_night_disable_italic_comment = 1
colorscheme forest-night
let g:lightline.colorscheme = 'forest_night'


" New
set background=dark
let g:everforest_enable_italic = 1
let g:everforest_disable_italic_comment = 1
colorscheme everforest
let g:lightline.colorscheme = 'everforest'

Step2.

Remove $INSTALL_PATH/doc/tags, and regenerate it via this command:

:helptags /path/to/everforest/doc/

Step3.

If you have g:forest_night_better_performance enabled, you'll also need to remove the syntax files generated by forest-night.

Typically, these files are located in $INSTALL_PATH/after/ftplugin. You can simply remove this directory, then it will be regenerated with updated code.

@sainnhe sainnhe pinned this issue Mar 20, 2021
evantravers added a commit to evantravers/lualine.nvim that referenced this issue Mar 31, 2021
hoob3rt pushed a commit to nvim-lualine/lualine.nvim that referenced this issue Mar 31, 2021
@antoineco antoineco changed the title [Break Change] Rename this color scheme [Breaking change] Rename color scheme from Forest Night to Everforest Aug 18, 2022
@talwat

This comment was marked as resolved.

@antoineco

This comment was marked as resolved.

Repository owner locked as resolved and limited conversation to collaborators Oct 28, 2022
@sainnhe
Copy link
Owner Author

sainnhe commented Dec 7, 2022

Closed since this issue has been pinned for over 1 year.

@sainnhe sainnhe closed this as completed Dec 7, 2022
@sainnhe sainnhe unpinned this issue Dec 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants