Skip to content

Commit

Permalink
Tweak alpha for INDIC_HIGHLIGHT
Browse files Browse the repository at this point in the history
Towards fixing #10
  • Loading branch information
rgieseke committed Jul 21, 2020
1 parent b7cc4a6 commit 009a560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end

-- Indicators.
view.indic_fore[ui.INDIC_HIGHLIGHT] = colors.base07
view.indic_alpha[ui.INDIC_HIGHLIGHT] = 128
view.indic_alpha[ui.INDIC_HIGHLIGHT] = 64
view.indic_fore[ui.find.INDIC_FIND] = colors.base09
view.indic_alpha[ui.find.INDIC_FIND] = 255
view.indic_fore[textadept.editing.INDIC_BRACEMATCH] = colors.base06
Expand Down

0 comments on commit 009a560

Please sign in to comment.