aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/textadept/editing.lua')
-rw-r--r--modules/textadept/editing.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index 401a72e0..83dd1fd1 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -33,7 +33,7 @@ HIGHLIGHT_BRACES = true
AUTOINDENT = true
STRIP_WHITESPACE_ON_SAVE = true
MARK_HIGHLIGHT_BACK = buffer and buffer.caret_line_back or 0xEEEEEE
-INDIC_HIGHLIGHT_BACK = 0x4080C0
+INDIC_HIGHLIGHT_BACK = 0x4D99E6
INDIC_HIGHLIGHT_ALPHA = 100
-- end settings