aboutsummaryrefslogtreecommitdiff
path: root/themes/dark.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-06-10 17:12:28 -0400
commit290d3fec717baf7973fce3e43fb03ac4f126880c (patch)
treeb777187d8b1be41bc133ca74d4d3abf7f429e40d /themes/dark.lua
parent1db240f243f6263dc2f85b9a65c0f9615e3c7cf9 (diff)
downloadtextadept-290d3fec717baf7973fce3e43fb03ac4f126880c.tar.gz
textadept-290d3fec717baf7973fce3e43fb03ac4f126880c.zip
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/dark.lua')
-rw-r--r--themes/dark.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index af135dcd..26c15d2b 100644
--- a/themes/dark.lua
+++ b/themes/dark.lua
@@ -102,8 +102,8 @@ view.caret_line_back = property_int['color.light_black']
--view.caret_line_back_alpha =
-- Fold Margin.
-view:set_fold_margin_colour(true, property_int['color.black'])
-view:set_fold_margin_hi_colour(true, property_int['color.black'])
+view:set_fold_margin_color(true, property_int['color.black'])
+view:set_fold_margin_hi_color(true, property_int['color.black'])
-- Markers.
local MARK_BOOKMARK = textadept.bookmarks.MARK_BOOKMARK
@@ -134,4 +134,4 @@ view.indic_fore[INDIC_PLACEHOLDER] = property_int['color.grey']
view.call_tip_fore_hlt = property_int['color.light_blue']
-- Long Lines.
-view.edge_colour = property_int['color.dark_grey']
+view.edge_color = property_int['color.dark_grey']