From 5bf06c998bc97927c55ce205d24baec611d874df Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 9 Mar 2023 05:40:23 +0500 Subject: [PATCH] Update README.md --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3f2cd8b..ebee6b0 100644 --- a/README.md +++ b/README.md @@ -31,24 +31,11 @@ vim.g.desolate_bg 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: ```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: @@ -56,6 +43,21 @@ Also you may slightly adjust the colorscheme contrast to your liking by setting: 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 ### Default colors