Skip to content

febyeji/bluehour.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bluehour.nvim

Bluehour.nvim is a Neovim colorscheme based on the Decaf (base16) theme.

Features

  • Supports Treesitter, LSP, and UI elements
  • Provides a seamless experience for users of the Arthur Gogh theme

Installation

Using lazy.nvim:

{
    'febyeji/bluehour.nvim',
    lazy = false,
    priority = 1000,
    config = function()
      vim.o.termguicolors = true
      vim.cmd.colorscheme 'bluehour'
    end,
}

Acknowledgments

This colorscheme heavily relies on code from melange.nvim, adapting its structure to fit the Arthur color palette.

License

MIT License

About

A Neovim Colorscheme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published