diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -397,11 +397,14 @@ cancel = #ffa autocomplete-bg = #000 autocomplete-border = #999 autocomplete-hl = #f6a3 -# hover (press shift while hovering over an identifier with an LSP server running) +# hover (press F1 while hovering over an identifier with an LSP server running) hover-bg = #000a hover-border = #fffa hover-text = #fff -hover-hl = #ffc4 +hover-hl = #fff4 +# highlight color for F2 key (LSP "document highlights") for write accesses to a variable +# (hover-hl is used for read accesses) +hl-write = #fca4 # these control the text color for various kinds of completions autocomplete-variable = #bfb autocomplete-function = #fec |