aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light.lua
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light.lua')
-rw-r--r--themes/light.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light.lua b/themes/light.lua
index d72a85f9..5ec91924 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -2,8 +2,8 @@
-- Light theme for Textadept.
-- Contributions by Ana Balan.
-local buffer, view = buffer, view
-local property, property_int = buffer.property, buffer.property_int
+local view = view
+local property, property_int = view.property, view.property_int
-- Greyscale colors.
property['color.dark_black'] = 0x000000