aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-27 20:47:03 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-08-27 20:47:03 -0400
commit8fc13fadfb7e7d962bc8737517586148ef8d6104 (patch)
tree23824acf08de8aa1fb3b4f16b1ce582a2592baf6 /themes
parent4b78f9f512fb84018dc4cacf08557e83a38f18c6 (diff)
Updated `ui.find.FIND_INDIC` style.
Diffstat (limited to 'themes')
-rw-r--r--themes/dark.lua1
-rw-r--r--themes/light.lua1
2 files changed, 0 insertions, 2 deletions
diff --git a/themes/dark.lua b/themes/dark.lua
index 9107b045..94b0a1fb 100644
--- a/themes/dark.lua
+++ b/themes/dark.lua
@@ -119,7 +119,6 @@ end
-- Indicators.
view.indic_fore[ui.find.INDIC_FIND] = colors.yellow
-view.indic_alpha[ui.find.INDIC_FIND] = 128
view.indic_fore[textadept.editing.INDIC_BRACEMATCH] = colors.light_grey
view.indic_fore[textadept.editing.INDIC_HIGHLIGHT] = colors.orange
view.indic_alpha[textadept.editing.INDIC_HIGHLIGHT] = 128
diff --git a/themes/light.lua b/themes/light.lua
index f266333b..e6c382b1 100644
--- a/themes/light.lua
+++ b/themes/light.lua
@@ -119,7 +119,6 @@ end
-- Indicators.
view.indic_fore[ui.find.INDIC_FIND] = colors.yellow
-view.indic_alpha[ui.find.INDIC_FIND] = 128
view.indic_fore[textadept.editing.INDIC_BRACEMATCH] = colors.grey
view.indic_fore[textadept.editing.INDIC_HIGHLIGHT] = colors.orange
view.indic_alpha[textadept.editing.INDIC_HIGHLIGHT] = 128