A VSCode One Monokai-inspired colorscheme rewritten in Lua for seamless Neovim integration.
One Monokai Nvim is a colorscheme plugin for Neovim that ports the popular VSCode One Monokai theme to the terminal editor. It solves the problem of Vim/Neovim users wanting to use their favorite VSCode theme by providing a faithful recreation with better integration through Lua implementation.
Neovim users who want to use the VSCode One Monokai theme in their terminal editor, particularly those who value theme consistency across different development environments.
Developers choose this over other theme ports because it's specifically rewritten in Lua for Neovim, offering better performance, deeper integration with Neovim features, and extensive customization options while maintaining visual fidelity to the original VSCode theme.
One Monokai for Neovim
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Accurately recreates the VSCode One Monokai theme, ensuring visual consistency for developers migrating from VSCode, as highlighted in the description and demo images.
Rewritten in Lua for better Neovim integration and performance, leveraging modern features like nvim-treesitter for enhanced syntax highlighting, as stated in the key features.
Supports transparent backgrounds, custom colors, highlight groups, and italic toggles with detailed examples in the README, including color blending utilities like darken and lighten.
Includes built-in support for Lualine status bar theme, providing consistent theming across Neovim interfaces, as shown in the plugin support section with demo images.
Only supports Lualine out of the box; other popular Neovim plugins like Telescope or nvim-cmp require manual highlight configuration, which the README acknowledges as optional.
Customizing colors and highlights demands Lua knowledge and familiarity with nvim_set_hl, making it less accessible for users who prefer simple configuration files.
Requires Neovim >= 0.9.1, limiting compatibility with older installations or those on stable releases with different feature sets.