Go to file
Daniel Hill 1209faee39 fix: correct links in README.md 2023-01-10 15:27:06 -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
README.md fix: correct links in README.md 2023-01-10 15:27:06 -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 {
  name = "",
  config = function()
    require("gruber-darker").setup()
  end
}