aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/term.lua')
-rw-r--r--themes/term.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/term.lua b/themes/term.lua
index 0a88dc89..53783e69 100644
--- a/themes/term.lua
+++ b/themes/term.lua
@@ -67,8 +67,8 @@ property['style.whitespace'] = ''
--view.caret_line_back =
-- Fold Margin.
---view:set_fold_margin_colour(true, property_int['color.white'])
---view:set_fold_margin_hi_colour(true, property_int['color.white'])
+--view:set_fold_margin_color(true, property_int['color.white'])
+--view:set_fold_margin_hi_color(true, property_int['color.white'])
-- Markers.
local MARK_BOOKMARK = textadept.bookmarks.MARK_BOOKMARK
@@ -87,4 +87,4 @@ view.indic_fore[INDIC_PLACEHOLDER] = property_int['color.magenta']
view.call_tip_fore_hlt = property_int['color.blue']
-- Long Lines.
-view.edge_colour = property_int['color.red']
+view.edge_color = property_int['color.red']