From 0d2cf6a4b68d45810124caa1ada6ebc852f26265 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 16 Mar 2010 12:09:02 -0400 Subject: Added annotation settings to themes. --- themes/light/view.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/light/view.lua') diff --git a/themes/light/view.lua b/themes/light/view.lua index 5527120e..62d047f5 100644 --- a/themes/light/view.lua +++ b/themes/light/view.lua @@ -42,6 +42,10 @@ buffer:marker_define(c.SC_MARKNUM_FOLDEREND, c.SC_MARK_EMPTY) buffer:marker_define(c.SC_MARKNUM_FOLDEROPENMID, c.SC_MARK_EMPTY) buffer:marker_define(c.SC_MARKNUM_FOLDERMIDTAIL, c.SC_MARK_EMPTY) +-- annotations +buffer.annotation_visible = 2 +buffer.annotation_style_offset = 512 + -- various buffer.call_tip_use_style = 0 buffer:set_fold_flags(16) -- cgit v1.2.3