From: Daniel Carl <danielcarl@gmx.de>
Date: Wed, 31 Jul 2013 21:33:17 +0000 (+0200)
Subject: Used lighter red inputbox background for errors.
X-Git-Url: https://git.owens.tech/dummy.html/dummy.html/git?a=commitdiff_plain;h=9d0e0280926ff76d12ac5a19184b4df31d39f33a;p=vimb.git

Used lighter red inputbox background for errors.
---

diff --git a/src/default.h b/src/default.h
index e5f52c0..0604b75 100644
--- a/src/default.h
+++ b/src/default.h
@@ -120,11 +120,11 @@ static char *default_config[] = {
     "set status-ssl-color-bg=#95e454",
     "set status-ssl-color-fg=#000",
     "set status-ssl-font=monospace bold 8",
-    "set status-sslinvalid-color-bg=#f08080",
+    "set status-sslinvalid-color-bg=#f77",
     "set status-sslinvalid-color-fg=#000",
     "set status-sslinvalid-font=monospace bold 8",
     "set input-bg-normal=#fff",
-    "set input-bg-error=#f00",
+    "set input-bg-error=#f77",
     "set input-fg-normal=#000",
     "set input-fg-error=#000",
     "set input-font-normal=monospace normal 8",