aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/textadept/editing.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua
index b7645770..c2b06ba0 100644
--- a/modules/textadept/editing.lua
+++ b/modules/textadept/editing.lua
@@ -37,10 +37,10 @@ HIGHLIGHT_BRACES = true
AUTOINDENT = true
SAVE_STRIPS_WS = true
MARK_HIGHLIGHT = 2
-MARK_HIGHLIGHT_BACK = 0xEEEEEE
+MARK_HIGHLIGHT_BACK = buffer and buffer.caret_line_back or 0xEEEEEE
INDIC_HIGHLIGHT = 8 -- INDIC_CONTAINER
-INDIC_HIGHLIGHT_BACK = 0xC08040
-INDIC_HIGHLIGHT_ALPHA = 40
+INDIC_HIGHLIGHT_BACK = 0x4080C0
+INDIC_HIGHLIGHT_ALPHA = 100
-- end settings
---