~akkartik/lines2.love

233297a1ac31ff3df440a4ede298a88a9cd3852b — Kartik K. Agaram 19 days ago e81207c
transparent highlights work with more colors
1 files changed, 1 insertions(+), 1 deletions(-)

M edit.lua
M edit.lua => edit.lua +1 -1
@@ 5,7 5,7 @@ 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
Focus_stroke_color = {r=1, g=0, b=0}  -- what mouse is hovering over
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
Icon_color = {r=0.7, g=0.7, b=0.7}  -- color of current mode icon in drawings
Help_color = {r=0, g=0.5, b=0}
Help_background_color = {r=0, g=0.5, b=0, a=0.1}