summaryrefslogtreecommitdiff
path: root/ted.cfg
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-25 17:07:09 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-25 17:07:09 -0500
commita56f549a266e14cdc00a98e8dc3e154f5ac6c23e (patch)
treeb513d9bbf656fe1ac054e3201fe10ac94de461ef /ted.cfg
parentf6d49d377ac136fc29457b3b4501f0488b6412e3 (diff)
error box; generally better error handling
Diffstat (limited to 'ted.cfg')
-rw-r--r--ted.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ted.cfg b/ted.cfg
index c9608a5..8660f04 100644
--- a/ted.cfg
+++ b/ted.cfg
@@ -15,6 +15,7 @@ text-size = 18
border-thickness = 1
max-menu-width = 600
padding = 10
+error-display-time = 10
[keyboard]
# motion and selection
@@ -87,3 +88,7 @@ bg = #001
menu-backdrop = #0004
menu-bg = #222
menu-hl = #afa2
+# error box colors
+error-border = #f00
+error-bg = #800
+error-text = #fdd