A NeoVim Theme, that's purple.
If you like this project, consider giving it a ⭐ to show your support!
It also helps others to discover it.
The Dark Orchid Theme is a cohesive visual ecosystem built around the striking color purple.
Centered on the rich Dark Orchid shade, it highlights purple's depth, creativity, and elegance. Through balanced contrasts and unified tones, the theme creates a bold yet harmonious aesthetic that stands out across any design.
- Supports latest NeoVim Features (>= 0.11.0)
- Fully Transparent
- Many Plugin Integrations
- It's purple
- barbar
- nvim-cmp (all plugins: nvim-cmp, cmp-cmdline)
- dashboard-nvim
- gitsigns.nvim
- mini.hipatterns
- indentmini.nvim
- lazy.nvim
- lualine.nvim
- mason.nvim
- neo-tree.nvim
- telescope.nvim
Install Dark Orchid with your favorite Plugin Manager.
For Example with lazy.nvim:
return {
"dark-orchid/neovim",
lazy = false,
priority = 1000,
opts = {},
}After installing Dark Orchid with your Choice of Plugin Manager, you can enable this Theme in 2 Ways.
by init.lua
vim.cmd.colorscheme("dark-orchid")by NeoVim Command
:colorscheme dark-orchidImportant
Since this Plugin should only activate necessary Integrations, only NeoVim is activated by default.
To enable other Integrations, follow the Steps below.
- Go to the Integrations Directory
- Remember the Plugin filename from this Directory, you want to active Integration for
- Enable the Plugin Integration:
return {
"dark-orchid/neovim",
lazy = false,
priority = 1000,
opts = {
integrations = {
plugin_name_without_lua_extension = {
enabled = true
}
}
}
}Change plugin_name_without_lua_extension with the actual Plugin filename from the given Directory, but WITHOUT lua file extension (.lua).
The MIT License (MIT) - Please have a look at the LICENSE file for more details.
Contributions are always welcome and greatly appreciated. Whether you want to report a bug, suggest a new feature, or improve the documentation, your input helps make the project better for everyone.
Feel free to submit a pull request, issue or feature request.
Reporting an issue or creating a feature request is made by creating a new issue on this repository.
You can create a new issue or feature request here.
GitHub offers a solid guideline for contributing to open source projects through pull requests, covering key practices. These best practices provide a reliable starting point for making effective contributions.
You can find the guidelines here.
We are committed to keeping a welcoming, inclusive, and respectful community for everyone. To help us achieve this, we kindly ask that you adhere to our Code of Conduct.
All trademarks and registered trademarks mentioned are property of their respective owners and are used for identification purposes only. Use of these names does not imply endorsement or affiliation.
This project is a trademark of Dark Orchid. The License does not grant rights to use the trademark without permission.
© 2025 — present by The Dark Orchid Maintainers
