Go to file
Daniel Hill 912abb7dda fix: resolve merge conflicts 2023-03-13 22:01:13 -04:00
colors update: user customization and highlights 2023-03-13 12:31:31 +01:00
lua/gruber-darker fix: resolve merge conflicts and make some slight modifications 2023-03-13 21:49:38 -04:00
.stylua.toml style: reformat code with StyLua 2023-01-22 23:56:37 -05:00
LICENSE chore: create license 2023-01-10 15:37:04 -05:00
README.md fix: resolve merge conflicts and make some slight modifications 2023-03-13 21:49:38 -04: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

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.