diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-13 15:47:30 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-13 15:47:30 -0500 |
commit | e9357bfd982b37672ed9c319956af32bf3db7856 (patch) | |
tree | ebc8d3d514725b9402f8316f92aafe2fe14fb22c /ted.cfg | |
parent | cdca3cc10dceda9580b2d87c2105c0654aa084fc (diff) |
view-only mode
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -119,6 +119,8 @@ cursor = #3ff # color to highlight matching brackets with matching-bracket-hl = #fda8 selection-bg = #36aa +view-only-cursor = #0d0 +view-only-selection-bg = #0a05 hl = #ccc text = #fff # less prominent text color |