aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/term.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
commit290d3fec717baf7973fce3e43fb03ac4f126880c (patch)
treeb777187d8b1be41bc133ca74d4d3abf7f429e40d /themes/term.lua
parent1db240f243f6263dc2f85b9a65c0f9615e3c7cf9 (diff)
Renamed some buffer/view fields to use American English instead of Australian.
This requires theme updates, primarily due to colour -> color.
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']