Go to file
Daniel Hill ed4edbacdd feat: add some treesitter highlight groups 2023-01-10 21:56:39 -05:00
colors feat: add more highlight groups 2023-01-10 15:11:37 -05:00
lua/gruber-darker feat: add some treesitter highlight groups 2023-01-10 21:56:39 -05:00
LICENSE chore: create license 2023-01-10 15:37:04 -05:00
README.md feat: add a lot more highlight groups 2023-01-10 21:14:06 -05:00

README.md

gruber-darker.nvim

A modern 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()
  end
}

Then, somewhere in your init.lua, set the colorscheme like this

vim.cmd.colorscheme("GruberDarker")

Special thanks

These repositories were great knowledge sources and helped immensely with the development of this plugin.