diff options
author | pommicket <pommicket@gmail.com> | 2022-12-29 12:23:16 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-29 12:23:16 -0500 |
commit | 7dca1a04452ca6caf6e230839c48f0f9dd9d67b8 (patch) | |
tree | 807b29089283f15a08cf809a1ff2e5984dd725f6 /ted.cfg | |
parent | 18fbb21e6b95139a8890ba4a65f4402df128ac84 (diff) |
hover colors
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -303,6 +303,10 @@ 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-bg = #000a +hover-border = #fffa +hover-text = #fff # these control the text color for various kinds of completions autocomplete-variable = #bfb autocomplete-function = #aaf |