Skip to content

A purple-focused Neovim colorscheme built around the rich Dark Orchid tone. Elegant, expressive, and easy on the eyes — made for focused coding.

License

Notifications You must be signed in to change notification settings

dark-orchid/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dark Orchid for NeoVim

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.

Last Release Badge GitHub License Badge Contributions Welcomed Badge Sponsor Hint Badge

Dark Orchid NeoVim Preview

About

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.

Features

  • Supports latest NeoVim Features (>= 0.11.0)
  • Fully Transparent
  • Many Plugin Integrations
  • It's purple

Plugin Integrations

Usage

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-orchid

Configuration

Integrations

Important

Since this Plugin should only activate necessary Integrations, only NeoVim is activated by default.

To enable other Integrations, follow the Steps below.

  1. Go to the Integrations Directory
  2. Remember the Plugin filename from this Directory, you want to active Integration for
  3. 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).

License

The MIT License (MIT) - Please have a look at the LICENSE file for more details.

Contributing

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.

Issues and Feature Requests

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.

Pull Requests

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.

Code Of Conduct

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.

Legal

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

About

A purple-focused Neovim colorscheme built around the rich Dark Orchid tone. Elegant, expressive, and easy on the eyes — made for focused coding.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages