aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-02-07 22:54:20 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-02-07 22:56:49 +0530
commit0c02f9c13097fe52b42d9b656190d8973c452df9 (patch)
tree7348d55481d4599f87718cfc8887d2488d93e89e /README.md
parentusing virtualtext as one option for highlight (diff)
Allow lower case color names
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a8e75ab..1ec45f5 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ library to do custom highlighting themselves.
DEFAULT_OPTIONS = {
RGB = true; -- #RGB hex codes
RRGGBB = true; -- #RRGGBB hex codes
- names = true; -- "Name" codes like Blue
+ names = true; -- "Name" codes like Blue oe blue
RRGGBBAA = false; -- #RRGGBBAA hex codes
rgb_fn = false; -- CSS rgb() and rgba() functions
hsl_fn = false; -- CSS hsl() and hsla() functions