~akkartik/carousel.love

66cac1fe7caf3fef67039e3a2f54f56668964e79 — Kartik K. Agaram a month ago fc5e418 + 0cb33a9
Merge template-live-editor
1 files changed, 1 insertions(+), 1 deletions(-)

M edit.lua
M edit.lua => edit.lua +1 -1
@@ 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