diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-11 14:19:38 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-11 14:50:02 -0500 |
commit | aaebf30ccd75ba27ec55bc45ed886cdae2ca58ef (patch) | |
tree | 7dc6e7c752dacdd916a96f304fa51edd61db0cb0 /ted.cfg | |
parent | 90b4b08717730733402df25190bba0cc5d2fd952 (diff) |
highlight matching parentheses
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,8 @@ border = #a77 active-tab-hl = #a77a cursor-line-bg = #222 cursor = #3ff +# color to highlight matching brackets with +matching-bracket-hl = #fda8 selection-bg = #36aa hl = #ccc text = #fff |