aboutsummaryrefslogtreecommitdiff
path: root/themes/dark.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-06-08 08:37:03 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-06-08 08:37:03 -0400
commitada6a867c87be0ed746cdb94c28ff24f8288280c (patch)
tree32fd916ced3128af7e5ef1725b9f1685ee121703 /themes/dark.lua
parent20833c35fd6d580c934cb6c3f6e7b9a2c39ac99b (diff)
downloadtextadept-ada6a867c87be0ed746cdb94c28ff24f8288280c.tar.gz
textadept-ada6a867c87be0ed746cdb94c28ff24f8288280c.zip
Prefer `view.property*` instead of `buffer.property*`.
Diffstat (limited to 'themes/dark.lua')
-rw-r--r--themes/dark.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index 6402c165..af135dcd 100644
--- a/themes/dark.lua
+++ b/themes/dark.lua
@@ -2,8 +2,8 @@
-- Dark 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