about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-06-07 21:52:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-06-07 21:52:37 -0700
commita9c68776db3dde49e090f223ec098f04c62b588a (patch)
tree356276424c6113e2f75b38dd006596b493beb022 /edit.lua
parent208f40535d004720ce37561e1a3aba82d7a9697c (diff)
parente8a5faaa4cbdb6a9f15ad4edf1ca4e86879edf19 (diff)
downloadview.love-a9c68776db3dde49e090f223ec098f04c62b588a.tar.gz
Merge text.love
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua
index e34d088..8ccb9d4 100644
--- a/edit.lua
+++ b/edit.lua
@@ -1,7 +1,6 @@
 -- some constants people might like to tweak
 Text_color = {r=0, g=0, b=0}
 Cursor_color = {r=1, g=0, b=0}
-Focus_stroke_color = {r=1, g=0, b=0}  -- what mouse is hovering over
 Highlight_color = {r=0.7, g=0.7, b=0.9}  -- selected text
 
 Margin_top = 15