diff options
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,7 @@ cursor-blink-time-off = 0.3 # undo the past this many seconds of editing. undo-save-time = 6 text-size = 16 +border-thickness = 1 [keyboard] # motion and selection @@ -68,4 +69,5 @@ text = #fff bg = #001 # The entire screen gets filled with this color when a menu (e.g. the "open" menu) is shown. # By making it transparent, we can dim everything else while the menu is open. -menu-bg = #0004 +menu-backdrop = #0004 +menu-bg = #222 |