summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-23 21:43:07 -0500
committerpommicket <pommicket@gmail.com>2022-12-23 21:43:07 -0500
commit8d96a4b0f0ebb059a63cc4c3193e0169ccf4f5b5 (patch)
tree7155b5d90b9eb8836fa637ed1db44f4e3304fdba /ted.cfg
parentaabe543ee93796330158fa7fd247fb1ebeb8e3bb (diff)
framework for having multiple/configurable LSPs
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/ted.cfg b/ted.cfg
index 4d1d843..98f8c5e 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -242,11 +242,13 @@ cancel = #ffa
# autocomplete
autocomplete-bg = #000
autocomplete-border = #999
-autocomplete-hl = #0a0
+autocomplete-hl = #f6a3
+# these control the text color for various kinds of completions
autocomplete-variable = #bfb
autocomplete-function = #aaf
autocomplete-type = #fac
+
# Syntax highlighting
keyword = #0c0
preprocessor = #77f