aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
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
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')
-rw-r--r--themes/dark.lua6
-rw-r--r--themes/light.lua6
-rw-r--r--themes/term.lua6
3 files changed, 9 insertions, 9 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']
diff --git a/themes/light.lua b/themes/light.lua
index 5ec91924..b0ae292b 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -102,8 +102,8 @@ view.caret_line_back = property_int['color.dark_white']
--view.caret_line_back_alpha =
-- 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, t_run = textadept.bookmarks.MARK_BOOKMARK, textadept.run
@@ -134,4 +134,4 @@ view.indic_fore[INDIC_PLACEHOLDER] = property_int['color.grey_black']
view.call_tip_fore_hlt = property_int['color.light_blue']
-- Long Lines.
-view.edge_colour = property_int['color.grey']
+view.edge_color = property_int['color.grey']
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']