diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 12:25:58 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 12:26:09 -0500 |
commit | 1c74c64c6429ebc3720e519cfb155b0a914e1c24 (patch) | |
tree | 75a4ccb9cfdb7e023ed19aa45b3f791d9a1dc9be /ted.cfg | |
parent | 7428d8a59298d6a7e45cfdbfa937a770393aaa1c (diff) |
different types of messages
Diffstat (limited to 'ted.cfg')
-rw-r--r-- | ted.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -310,7 +310,12 @@ menu-hl = #afa2 # error box colors error-border = #f00 error-bg = #800 -error-text = #fdd +# warning box colors +warning-border = #ff0 +warning-bg = #660 +# info box colors +info-border = #00f +info-bg = #004 # color to highlight search results with find-hl = #fff4 yes = #afa |