summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-06 17:36:07 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-06 17:36:07 -0500
commit132dcb648981050990e34a44925e6b54d0dc008c (patch)
tree7a41a97308b1921c62d2f5afd12c7cf475f14247 /ted.cfg
parent9e055b2e25455fc4fa0376495ccc9335059f3131 (diff)
more open menu, border thickness setting, fixed small text clipping issue
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 f18dc12..be0ed17 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -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