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