summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2021-07-25 12:18:10 +0200
committermjarkk <mkopenga@gmail.com>2021-07-26 10:38:45 +0200
commit4fca89bc52daaa8fdd84011dd236cb816ba0dc94 (patch)
tree25341bde8a15fdc0955bef0cadd13dea8932eb04 /docs
parentc005b0d92bcb03403582a36674d3ad8801b7806a (diff)
Allow hex theme colors
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index c46c9c0f6..883a47ff7 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -252,7 +252,8 @@ os:
For color attributes you can choose an array of attributes (with max one color attribute)
The available attributes are:
-- default
+**Colors**
+
- black
- red
- green
@@ -261,7 +262,12 @@ The available attributes are:
- magenta
- cyan
- white
+- '#ff00ff' # can't be used on text
+
+**Modifiers**
+
- bold
+- default
- reverse # useful for high-contrast
- underline