3 Commit-ok 2ea70f3adf ... db8d91f500

Szerző SHA1 Üzenet Dátum
  Kartik K. Agaram db8d91f500 Merge text.love 4 hónapja
  Kartik K. Agaram 0e042c1a47 Merge lines.love 4 hónapja
  Kartik K. Agaram 60bc27decd transparent highlights work with more colors 4 hónapja
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      edit.lua

+ 1 - 1
edit.lua

@@ -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