summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-28 21:46:18 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-28 21:46:18 -0500
commit9d9993607c9093bd59a02138f5e51f1c678e17e9 (patch)
treeb26210dc32e96409e029488ad62309699919a5bf /ted.cfg
parentd00c3247691c2f30214bcfeffb1830d725a173b9 (diff)
fix find highlighting when cursor is on same line
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index 070a419..aed1794 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -134,7 +134,7 @@ border = #a77
active-tab-hl = #a77a
# this color is used for tabs which are selected, but not active (because you are on the other side of a split, perhaps)
selected-tab-hl = #7777
-cursor-line-bg = #222
+cursor-line-bg = #fff2
cursor = #3ff
# color to highlight matching brackets with
matching-bracket-hl = #fda8
@@ -161,7 +161,7 @@ error-border = #f00
error-bg = #800
error-text = #fdd
# color to highlight search results with
-find-hl = #fff3
+find-hl = #fff4
yes = #afa
no = #faa
cancel = #ffa