A dark colour scheme for neovim.
Supports:
- Lualine
- Telescope
- Treesitter
- LSP
- DAP
- Neovim terminal
The code is deliberately simple. Don't expect fanciness.
{ "kordyte/harfynn-nvim" }
colorscheme harfynn
If you want Lualine to match, then you will need to set the Lualine theme:
require('lualine').setup {
options = {
theme = 'harfynn',
...