summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-03-03 18:01:34 -0500
committerpommicket <pommicket@gmail.com>2023-03-03 18:01:34 -0500
commitfb342182983ffdb0aae0497f5cbcb71b0b291023 (patch)
tree31fdc46c095fb7fe2d8f8f0d21f1d3a310fc1afc /ted.cfg
parentfb342637d3b2553daf4659967f35e8e26bd26eb1 (diff)
different read/write colors for ide-highlights
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg7
1 files changed, 5 insertions, 2 deletions
diff --git a/ted.cfg b/ted.cfg
index 6bf60d3..dbcc9d7 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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