From 331e8bcb0d5d9e86201c0aa2a75a55b0b12f132c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 29 May 2021 23:51:55 -0400 Subject: 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. --- init.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'init.lua') 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 -- cgit v1.2.3