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 - New color scheme #32

Closed
brainfucksec opened this issue Jan 26, 2025 · 3 comments
Closed

Breaking Change - New color scheme #32

brainfucksec opened this issue Jan 26, 2025 · 3 comments
Assignees
Labels
breaking change Require manual intervention enhancement New feature or request important Important or critical changes

Comments

@brainfucksec
Copy link
Owner

brainfucksec commented Jan 26, 2025

New color scheme:

In the next updates the package monokai.nvim will be removed and will be replaced by the package monokai-pro.nvim.

Remove: Neovim Monokai

Add: Monokai Pro

File changes on git package:

nvim/lua/core/lazy.lua

nvim/lua/core/colors.lua

Why this change:

  • The monokai.nvim (Neovim Monokai) package is now obsolete and has not been updated for some time.
  • The package monokai-pro (Monokai Pro) is currently maintained and offers several setups and themes.

Important!

Before install the monokai-pro package you have to manually remove the folder of the old monokai color scheme:

Delete the monokai.nvim folder from the $HOME/.local/share/nvim/lazy folder:

cd ~/.local/share/nvim/lazy/
rm -rf monokai.nvim

Other info:

As usual updates could be several before stabilizing the config, in any case there will be no breaks in the operation of intermediate configs.

Good work :)

@brainfucksec brainfucksec self-assigned this Jan 26, 2025
@brainfucksec brainfucksec added enhancement New feature or request breaking change Require manual intervention important Important or critical changes labels Jan 26, 2025
@brainfucksec brainfucksec pinned this issue Jan 26, 2025
@brainfucksec
Copy link
Owner Author

A breaking change should be opened for other colors as well.

brainfucksec added a commit that referenced this issue Feb 1, 2025
See Issue: #32 - Breaking Change - New color scheme
Replace Monokai with Monokai Pro color scheme
@brainfucksec
Copy link
Owner Author

Updated, see: Commit bc7af80

This post will remain open for a while, in case you have problems with the configuration.

@brainfucksec
Copy link
Owner Author

Updated the related sections in the README.

@brainfucksec brainfucksec unpinned this issue Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Require manual intervention enhancement New feature or request important Important or critical changes
Projects
None yet
Development

No branches or pull requests

1 participant