mirror of
https://github.com/He4eT/desolate.nvim.git
synced 2026-05-04 17:07:23 +00:00
Update README.md
This commit is contained in:
parent
0033224767
commit
c8085ddcb4
1 changed files with 8 additions and 5 deletions
13
README.md
13
README.md
|
|
@ -1,6 +1,8 @@
|
||||||
|

|
||||||
|
|
||||||
# desolate.nvim
|
# desolate.nvim
|
||||||
|
|
||||||
Another not-so-colorful neovim colorscheme based on
|
Another customizable and not-so-colorful neovim colorscheme based on
|
||||||
[m o n o t o n e](https://github.com/Lokaltog/monotone.nvim).
|
[m o n o t o n e](https://github.com/Lokaltog/monotone.nvim).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
@ -10,8 +12,7 @@ This colorscheme depends on [lush.nvim](https://github.com/rktjmp/lush.nvim). Ex
|
||||||
```lua
|
```lua
|
||||||
require('packer').startup(function()
|
require('packer').startup(function()
|
||||||
-- ...
|
-- ...
|
||||||
use 'rktjmp/lush.nvim'
|
use { 'He4eT/desolate.nvim', requires = { 'rktjmp/lush.nvim' } }
|
||||||
use 'He4eT/desolate.nvim'
|
|
||||||
-- ...
|
-- ...
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
@ -22,6 +23,8 @@ vim.cmd [[colorscheme desolate]]
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
|
I recommend that you first set the background color, adjust the HSL, and then pick accents for the statements, identifiers and constants.
|
||||||
|
|
||||||
The background and normal text colors can be configured with:
|
The background and normal text colors can be configured with:
|
||||||
```lua
|
```lua
|
||||||
vim.g.desolate_bg
|
vim.g.desolate_bg
|
||||||
|
|
@ -83,8 +86,8 @@ vim.g.desolate_info = '#ffffff'
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
vim.g.desolate_h = 210
|
vim.g.desolate_h = 210
|
||||||
vim.g.desolate_s = 80
|
vim.g.desolate_s = 55
|
||||||
vim.g.desolate_l = 120
|
vim.g.desolate_l = 60
|
||||||
vim.g.desolate_contrast = 100
|
vim.g.desolate_contrast = 100
|
||||||
|
|
||||||
vim.g.desolate_fg = '#9747ff'
|
vim.g.desolate_fg = '#9747ff'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue