ee60efa02e
I'm not affiliated with the repositories in the Special Thanks
section, and I don't want to give the wrong impression as though
I were in correspondence with their respective creators. Maybe I'm
overthinking it 🥴
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
# gruber-darker.nvim
|
|
|
|
_A modern Neovim port of a deftheme [adaptation][gruber-darker-theme] of an Emacs
|
|
[port][gruber-darker] of a BBEdit [colorscheme][gruber-dark]_
|
|
|
|
__This is a work in progress, and is not currently stable__
|
|
|
|
## Installation
|
|
|
|
### Packer
|
|
|
|
```lua
|
|
use "blazkowolf/gruber-darker.nvim"
|
|
```
|
|
|
|
Then, somewhere in your `init.lua`, set the colorscheme like this
|
|
|
|
```lua
|
|
vim.cmd.colorscheme("GruberDarker")
|
|
```
|
|
|
|
## Special thanks
|
|
|
|
These repositories were great knowledge sources and their
|
|
inspiration helped immensely with the development of this plugin.
|
|
|
|
- [rexim/gruber-darker-theme][gruber-darker-theme]
|
|
- [folke/tokyonight.nvim][tokyonight]
|
|
- [drsooch/gruber-darker-vim][gruber-darker-theme]
|
|
|
|
[gruber-darker-theme]: https://github.com/rexim/gruber-darker-theme
|
|
[gruber-darker]: https://jblevins.org/projects/emacs-color-themes/gruber-darker-theme.el.html
|
|
[gruber-dark]: http://daringfireball.net/projects/bbcolors/schemes/
|
|
[tokyonight]: https://github.com/folke/tokyonight.nvim
|
|
[gruber-darker-vim]: https://github.com/drsooch/gruber-darker-vim
|