diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -195,6 +195,8 @@ Ctrl+Shift+tab = :split-swap Escape = :escape [colors] +# below, bg is short for background and hl is short for highlight + border = #a77 active-tab-hl = #a77a # this color is used for tabs which are selected, but not active (because you are on the other side of a split, perhaps) @@ -233,6 +235,14 @@ yes = #afa no = #faa cancel = #ffa +# autocomplete +autocomplete-bg = #000 +autocomplete-border = #999 +autocomplete-hl = #0a0 +autocomplete-variable = #bfb +autocomplete-function = #aaf +autocomplete-type = #fac + # Syntax highlighting keyword = #0c0 preprocessor = #77f |