aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2021-05-29 23:51:55 -0400
committermitchell <70453897+orbitalquark@users.noreply.github.com>2021-05-29 23:51:55 -0400
commit331e8bcb0d5d9e86201c0aa2a75a55b0b12f132c (patch)
tree8ac94f9b6d50f4931150d3da54edd866d31242c5 /init.lua
parent0153f16c581b0c9ebb4b65913fddac5690dfa81e (diff)
downloadtextadept-331e8bcb0d5d9e86201c0aa2a75a55b0b12f132c.tar.gz
textadept-331e8bcb0d5d9e86201c0aa2a75a55b0b12f132c.zip
Updated to Scintilla 5.0.3.
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 5af6b6e5..ead191e7 100644
--- a/init.lua
+++ b/init.lua
@@ -149,7 +149,6 @@ if not CURSES then view.idle_styling = view.IDLESTYLING_ALL end
-- Caret and Selection Styles.
-- view.sel_eol_filled = true
-view.caret_line_visible = not CURSES
-- view.caret_line_visible_always = true
-- view.caret_period = 0
-- view.caret_style = view.CARETSTYLE_BLOCK