diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 14:19:55 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-09-05 14:19:55 -0700 |
commit | ed07f9825db5ec4899f6e15e7b2276078a9a92e7 (patch) | |
tree | cc30cccd6735a50606e079f49ae5110cbae3fc25 /source_edit.lua | |
parent | e0f750913fa653c03a666203e04c59e847e73bff (diff) | |
parent | 516944b57215db43e20678b7462a46c1beae99ea (diff) | |
download | view.love-ed07f9825db5ec4899f6e15e7b2276078a9a92e7.tar.gz |
Merge lines.love
Diffstat (limited to 'source_edit.lua')
-rw-r--r-- | source_edit.lua | 1 |
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 |