about summary refs log tree commit diff stats
path: root/edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-09-19 13:40:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2024-09-19 13:40:50 -0700
commit0e042c1a47b754d4bd444f64d436131254939d6e (patch)
tree565c16e7501fcd90bb71c33bfcde439ec87db766 /edit.lua
parent46cd42ecdc05d5fddb125ed4494b79ecccbfebba (diff)
parent60bc27decdda993e13c58dc368be8b7e558e9051 (diff)
downloadtext.love-0e042c1a47b754d4bd444f64d436131254939d6e.tar.gz
Merge lines.love
Diffstat (limited to 'edit.lua')
-rw-r--r--edit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua
index 52dc2ae..4b7a2fc 100644
--- a/edit.lua
+++ b/edit.lua
@@ -1,7 +1,7 @@
 -- some constants people might like to tweak
 Text_color = {r=0, g=0, b=0}
 Cursor_color = {r=1, g=0, b=0}
-Highlight_color = {r=0.7, g=0.7, b=0.9}  -- selected text
+Highlight_color = {r=0.7, g=0.7, b=0.9, a=0.4}  -- selected text
 
 Margin_top = 15
 Margin_left = 25