about summary refs log tree commit diff stats
path: root/source_edit.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-09-05 14:20:24 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-05 14:20:24 -0700
commita3f4825dd537ec9d3064c2973fc3ec4b2a23269c (patch)
treeceb8583cbc63179525889ccbd39b209dcaa80ae3 /source_edit.lua
parent569f34fb5b23dc68cbb9be431c14050a0b194945 (diff)
parented07f9825db5ec4899f6e15e7b2276078a9a92e7 (diff)
downloadview.love-a3f4825dd537ec9d3064c2973fc3ec4b2a23269c.tar.gz
Merge text.love
Diffstat (limited to 'source_edit.lua')
-rw-r--r--source_edit.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/source_edit.lua b/source_edit.lua
index 65f00a2..6676b42 100644
--- a/source_edit.lua
+++ b/source_edit.lua
@@ -1,6 +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}
+Hyperlink_decoration_color = {r=0.4, g=0.4, b=1}
 Stroke_color = {r=0, g=0, b=0}
 Current_stroke_color = {r=0.7, g=0.7, b=0.7}  -- in process of being drawn
 Current_name_background_color = {r=1, g=0, b=0, a=0.1}  -- name currently being edited