3 Комити 2ea70f3adf ... db8d91f500

Аутор SHA1 Порука Датум
  Kartik K. Agaram db8d91f500 Merge text.love пре 2 месеци
  Kartik K. Agaram 0e042c1a47 Merge lines.love пре 2 месеци
  Kartik K. Agaram 60bc27decd transparent highlights work with more colors пре 2 месеци
1 измењених фајлова са 1 додато и 1 уклоњено
  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