diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-06 17:36:07 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-01-06 17:36:07 -0500 |
commit | 132dcb648981050990e34a44925e6b54d0dc008c (patch) | |
tree | 7a41a97308b1921c62d2f5afd12c7cf475f14247 /ted.cfg | |
parent | 9e055b2e25455fc4fa0376495ccc9335059f3131 (diff) |
more open menu, border thickness setting, fixed small text clipping issue
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 |