Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doums/dark.nvim
A dark color scheme for nvim
https://github.com/doums/dark.nvim
color-scheme color-theme colorscheme dark-mode dark-theme neovim nvim theme
Last synced: 3 days ago
JSON representation
A dark color scheme for nvim
- Host: GitHub
- URL: https://github.com/doums/dark.nvim
- Owner: doums
- Created: 2023-08-11T15:45:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-17T21:20:45.000Z (3 months ago)
- Last Synced: 2024-08-17T22:28:09.878Z (3 months ago)
- Topics: color-scheme, color-theme, colorscheme, dark-mode, dark-theme, neovim, nvim, theme
- Language: Lua
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dark.nvim
![dark](https://github.com/doums/dark.nvim/assets/6359431/df561063-7bea-419a-9fc3-6bf1c13b045f)
:moon: A dark colorscheme for [nvim](https://neovim.io/)
### Defined HL groups
- builtin groups (`:h highlight-groups`)
- common groups (`:h group-name`)
- Treesitter (`:h treesitter-highlight-groups`)
- builtin terminal colors
- some arbitrary [groups](https://github.com/doums/dark.nvim/blob/b0a8a76279eeb62149c5c8cfefd3026f70da073f/lua/dark/hl.lua#L35)### Install
As usual using your plugin manager, e.g. lazy.nvim
```lua
local P = {
'doums/dark.nvim',
lazy = false,
priority = 1000,
}return P
```Then load the colorscheme in your config
```lua
vim.cmd('colorscheme dark')
```### Palette
The color palette is exported
```lua
local p = require('dark').p
```### Credits
[JetBrains](https://www.jetbrains.com/) IDEs for the "Dark" theme palette
### License
Mozilla Public License 2.0