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
7872623387
commit
5bf06c998b
1 changed files with 15 additions and 13 deletions
34
README.md
34
README.md
|
|
@ -31,24 +31,11 @@ vim.g.desolate_bg
|
||||||
vim.g.desolate_fg
|
vim.g.desolate_fg
|
||||||
```
|
```
|
||||||
|
|
||||||
Accent colors may be defined by setting:
|
|
||||||
```lua
|
|
||||||
vim.g.desolate_constant
|
|
||||||
vim.g.desolate_identifier
|
|
||||||
vim.g.desolate_statement
|
|
||||||
```
|
|
||||||
|
|
||||||
Colors for error, warning, success and info messages:
|
|
||||||
```lua
|
|
||||||
vim.g.desolate_error
|
|
||||||
vim.g.desolate_warning
|
|
||||||
vim.g.desolate_success
|
|
||||||
vim.g.desolate_info
|
|
||||||
```
|
|
||||||
|
|
||||||
The base color may be customized by setting HSL values with:
|
The base color may be customized by setting HSL values with:
|
||||||
```lua
|
```lua
|
||||||
vim.g.desolate_[hsl]
|
vim.g.desolate_h
|
||||||
|
vim.g.desolate_s
|
||||||
|
vim.g.desolate_l
|
||||||
```
|
```
|
||||||
|
|
||||||
Also you may slightly adjust the colorscheme contrast to your liking by setting:
|
Also you may slightly adjust the colorscheme contrast to your liking by setting:
|
||||||
|
|
@ -56,6 +43,21 @@ Also you may slightly adjust the colorscheme contrast to your liking by setting:
|
||||||
vim.g.desolate_contrast
|
vim.g.desolate_contrast
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Accent colors may be defined by setting:
|
||||||
|
```lua
|
||||||
|
vim.g.desolate_statement
|
||||||
|
vim.g.desolate_identifier
|
||||||
|
vim.g.desolate_constant
|
||||||
|
```
|
||||||
|
|
||||||
|
Colors for error, warning, success and info messages (you can use colors from your terminal):
|
||||||
|
```lua
|
||||||
|
vim.g.desolate_error
|
||||||
|
vim.g.desolate_warning
|
||||||
|
vim.g.desolate_success
|
||||||
|
vim.g.desolate_info
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration example
|
## Configuration example
|
||||||
|
|
||||||
### Default colors
|
### Default colors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue