diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2024-09-19 13:45:37 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2024-09-19 13:45:37 -0700 |
commit | db8d91f50023c6293115ffb4d305ece05857a5ae (patch) | |
tree | 8efb91578e39dd7b96d70ccd9fb8f8067fc62047 | |
parent | 2ea70f3adfcd1cc8fc60ed05c57fbba9f5faf38f (diff) | |
parent | 0e042c1a47b754d4bd444f64d436131254939d6e (diff) | |
download | view.love-db8d91f50023c6293115ffb4d305ece05857a5ae.tar.gz |
Merge text.love
-rw-r--r-- | edit.lua | 2 |
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 |