Skip to content

kordyte/harfynn-nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot
Harfynn

A dark colour scheme for neovim.

Supports:

  • Lualine
  • Telescope
  • Treesitter
  • LSP
  • DAP
  • Neovim terminal

The code is deliberately simple. Don't expect fanciness.

Installation

lazy.nvim

{ "kordyte/harfynn-nvim" }

Usage

colorscheme harfynn 

If you want Lualine to match, then you will need to set the Lualine theme:

require('lualine').setup {
  options = {
    theme = 'harfynn',
    ...