Go to file
Daniel Hill 14d268bc6b feat: create `config` module
Add support for overriding plugin default options with
user preferences. Resolved user preferences are cached
between switching colorschemes.
2023-01-22 23:48:37 -05:00
colors chore: comment out user command for on-demand reload 2023-01-21 12:11:55 -05:00
lua/gruber-darker feat: create `config` module 2023-01-22 23:48:37 -05:00
LICENSE chore: create license 2023-01-10 15:37:04 -05:00
README.md docs: make special thanks section more clear 2023-01-21 12:24:49 -05:00

README.md

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")

Special thanks

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