colors | ||
lua/gruber-darker | ||
LICENSE | ||
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
}