Go to file
blazkowolf 09bb1b50df
chore: create license
2023-01-10 15:37:04 -05:00
colors feat: add more highlight groups 2023-01-10 15:11:37 -05:00
lua/gruber-darker feat: add more highlight groups 2023-01-10 15:11:37 -05:00
LICENSE chore: create license 2023-01-10 15:37:04 -05:00
README.md docs: fix prospective installation instructions 2023-01-10 15:33:38 -05:00

README.md

gruber-darker.nvim

A Neovim port of a deftheme adaptation of an Emacs port of a BBEdit colorscheme

Installation

Packer

use {
  "blazkowolf/gruber-darker.nvim",
  config = function()
    require("gruber-darker").setup({
      -- possible config values here...
    })
  end
}