Check-in [9c256a46b7]
Not logged in
Overview

SHA1 Hash:9c256a46b7b5533aec58b700de548df65066e2f0
Date: 2009-01-21 17:52:02
User: drh
Comment:New color choices on the background color editor.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/info.c from [0a7e3b6c33] to [f65e70f125].

@@ -1162,18 +1162,20 @@
   static const struct SampleColors {
      const char *zCName;
      const char *zColor;
   } aColor[] = {
      { "(none)",  "" },
+     { "#f2dcdc", "#f2dcdc" },
+     { "#f0ffc0", "#f0ffc0" },
+     { "#bde5d6", "#bde5d6" },
      { "#c0ffc0", "#c0ffc0" },
      { "#c0fff0", "#c0fff0" },
      { "#c0f0ff", "#c0f0ff" },
      { "#d0c0ff", "#d0c0ff" },
      { "#ffc0ff", "#ffc0ff" },
      { "#ffc0d0", "#ffc0d0" },
      { "#fff0c0", "#fff0c0" },
-     { "#f0ffc0", "#f0ffc0" },
      { "#c0c0c0", "#c0c0c0" },
   };
   int i;
 
   login_check_credentials();