about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2024-09-19 13:45:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2024-09-19 13:45:37 -0700
commitdb8d91f50023c6293115ffb4d305ece05857a5ae (patch)
tree8efb91578e39dd7b96d70ccd9fb8f8067fc62047
parent2ea70f3adfcd1cc8fc60ed05c57fbba9f5faf38f (diff)
parent0e042c1a47b754d4bd444f64d436131254939d6e (diff)
downloadview.love-db8d91f50023c6293115ffb4d305ece05857a5ae.tar.gz
Merge text.love
-rw-r--r--edit.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit.lua b/edit.lua
index 16f0321..842c459 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