1.4 KiB
1.4 KiB
gruber-darker.nvim
A modern Neovim port of a deftheme adaptation of an Emacs port of a BBEdit colorscheme
This is a work in progress
Installation
Lazy
{ "blazkowolf/gruber-darker.nvim" }
Packer
use "blazkowolf/gruber-darker.nvim"
Plug
Plug 'blazkowolf/gruber-darker.nvim'
Then, somewhere in your init.lua
, set the colorscheme like this
vim.cmd.colorscheme("GruberDarker")
Configuration
Configuration options can be changed by calling setup()
with your preferences prior to loading the colorscheme.
-- Config defaults
require("gruber-darker").setup({
bold = true,
italic = true,
underline = true,
comment_italics = true,
})
Credits
These repositories were great knowledge sources and their inspiration helped immensely with the development of this plugin.