summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarco Galli <marco.galli@protonmail.com>2022-06-14 23:15:47 +0200
committerGitHub <noreply@github.com>2022-06-14 23:15:47 +0200
commit699aa9cd153dd14c00405fa26a7b9d93aed6dbe2 (patch)
treeed15ddc99ae7d7fecf31b6c4732cd1b666dbcbf7 /README.md
parent5cb00c1486a53277545ccd23dfa5201881e6a7ec (diff)
Fix WinSeparator hl and make it consistent with Telescope window borders, also make the configuration variables actually work (#3)
* Fix WinSeparator hl and make it consistent with Telescope border color * Make config variables work README configuration description * Remove useless comment
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index beca896..008645a 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,20 @@ NB if anyone else use this colorscheme, it could be wise to fix the commit. At t
- Treesitter
- StatusLine (the default non custom one)
- WhichKey
+
+## Configuration
+It's possible to configure some preferences, for example:
+
+```lua
+vim.g.transparent_background = true
+vim.g.italic_comments = false
+```
+
+These are all the available variables and their default values.
+| Variable | Default |
+| --- | --- |
+| transparent_background | false |
+| italic_comments | true |
+| italic_keywords | false |
+| italic_functions | false |
+| italic_variables | false |