aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fecffae..c51331b 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ local modal = require('plugins/modal')
You can change the colors and mode descriptors in vis-modal to your liking, with this template:
```
local modal = require('plugins/modal')
+
modal.MODES = {
[vis.modes.NORMAL] = ' NORMAL ',
[vis.modes.INSERT] = ' INSERT ',
@@ -25,6 +26,7 @@ modal.MODES = {
[vis.modes.VISUAL_LINE] = ' VISUAL_LINE ',
[vis.modes.OPERATOR_PENDING] = ' OPERATOR_PENDING '
}
+
modal.STYLES = {
[vis.modes.NORMAL] = {
REGULAR = 'fore:default,back:yellow',