aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/editing.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-11-23 06:25:48 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-11-23 06:25:48 -0500
commit10cd8e9477e9e3ead6c12110bcc9f67924f540cd (patch)
treece8045dc01c4261cc54164a9440ebccd6c06b0dd /modules/textadept/editing.lua
parent1859dff605a32d9e78a36c14239129579d9fc6e4 (diff)
downloadtextadept-10cd8e9477e9e3ead6c12110bcc9f67924f540cd.tar.gz
textadept-10cd8e9477e9e3ead6c12110bcc9f67924f540cd.zip
Added theme utilities, modified light and dark themes, and removed scite theme.
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.
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