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:39:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-06-07 21:47:04 -0700
commite8a5faaa4cbdb6a9f15ad4edf1ca4e86879edf19 (patch)
tree0dce3c4c2c3257461f57e785c03dcd1c361ad350 /edit.lua
parent77164c61c8a4746b4bef8a3eb2a5cc7eb8efa0fc (diff)
parent68eaba7d3db72dda06c4504ec744f1d2f47f994c (diff)
downloadview.love-e8a5faaa4cbdb6a9f15ad4edf1ca4e86879edf19.tar.gz
Merge lines.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 3f9c73c..8b5cbf7 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