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:19:55 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-09-05 14:19:55 -0700
commited07f9825db5ec4899f6e15e7b2276078a9a92e7 (patch)
treecc30cccd6735a50606e079f49ae5110cbae3fc25 /source_edit.lua
parente0f750913fa653c03a666203e04c59e847e73bff (diff)
parent516944b57215db43e20678b7462a46c1beae99ea (diff)
downloadview.love-ed07f9825db5ec4899f6e15e7b2276078a9a92e7.tar.gz
Merge lines.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