diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 22:56:18 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 22:56:18 -0500 |
commit | b9ac4215ef8d02ad6da257315891c408bc395165 (patch) | |
tree | 3b7297102da65890944989f730dd1217c6931f7c /ted.cfg | |
parent | 266af5ed551765ca22cb90819f570ff9371e279b (diff) |
start capabilities
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 5 |
1 files changed, 4 insertions, 1 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) @@ -235,7 +237,8 @@ cancel = #ffa # autocomplete autocomplete-bg = #000 -autocomplete-border = #fff +autocomplete-border = #999 +autocomplete-hl = #0a0 autocomplete-variable = #bfb autocomplete-function = #aaf autocomplete-type = #fac |