summaryrefslogtreecommitdiffstats
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-19 17:15:35 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-19 17:15:35 +0100
commite80086446cc20856ed8359bc8dc87c4d430da4c8 (patch)
tree2ec2710297c314efa0530ca3f24cbb99de21679c /runtime/doc/syntax.txt
parent13ed494bb5edc5a02d0ed0feabddb68920f88570 (diff)
Update runtime files
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 86e7edd02c..7d6b92da1a 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4905,6 +4905,7 @@ Before the color scheme will be loaded all default color list scripts
autocommand event is triggered. After the color scheme has been loaded the
|ColorScheme| autocommand event is triggered.
+ *colorscheme-override*
If a color scheme is almost right, you can add modifications on top of it by
using the |ColorScheme| autocommand. For example, to remove the background
color (can make it transparent in some terminals): >