diff options
author | 2011-07-07 18:06:10 -0400 | |
---|---|---|
committer | 2011-07-07 18:06:10 -0400 | |
commit | bd4227bd775cfd3a0aa6ba565c079187e8ccbda0 (patch) | |
tree | 033538566efd15aa4571c2be005ec5c7da9a9373 /themes/dark/view.lua | |
parent | ca7cf7321960093bf5437c303660c18e8eb62068 (diff) | |
download | textadept-bd4227bd775cfd3a0aa6ba565c079187e8ccbda0.tar.gz textadept-bd4227bd775cfd3a0aa6ba565c079187e8ccbda0.zip |
Updated indentation guide settings for themes.
Diffstat (limited to 'themes/dark/view.lua')
-rwxr-xr-x | themes/dark/view.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/dark/view.lua b/themes/dark/view.lua index d4e4702d..69a54953 100755 --- a/themes/dark/view.lua +++ b/themes/dark/view.lua @@ -75,7 +75,7 @@ buffer.annotation_visible = 2 --buffer.two_phase_draw = false -- Indentation Guides. -buffer.indentation_guides = 1 +buffer.indentation_guides = 3 -- Fold Margin Markers. buffer:marker_define(c.SC_MARKNUM_FOLDEROPEN, c.SC_MARK_ARROWDOWN) |