diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |