gruber-darker.nvim/README.md

1.3 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, and is not currently stable

Installation

Packer

use "blazkowolf/gruber-darker.nvim"

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

vim.cmd.colorscheme("GruberDarker")

Configuration

Additional settings for gruber-darker are:

-- setup must be called before loading the colorscheme
-- Default options:
require("gruber-darker").setup({
    bold = true,
    italic = true,
    underline = true,
    comment_italics = true,
})

Special thanks

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