Go to file
fraso-dev a7d34bcce1
feat: add theme preferences to configuration (#2)
* update DiffChange highlights

* update: user customization and highlights

---------

Co-authored-by: blazkowolf <9439488+blazkowolf@users.noreply.github.com>
2023-03-13 21:57:45 -04:00
colors feat: add theme preferences to configuration (#2) 2023-03-13 21:57:45 -04:00
lua/gruber-darker feat: add theme preferences to configuration (#2) 2023-03-13 21:57:45 -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 feat: add theme preferences to configuration (#2) 2023-03-13 21:57:45 -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, 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.