Differences From:
File
src/info.c
part of check-in
[2521a0a9a7]
- The "fossil info" command now shows tags associated with the current check-out.
by
drh on
2009-01-21 02:54:02.
[view]
To:
File
src/info.c
part of check-in
[9c256a46b7]
- New color choices on the background color editor.
by
drh on
2009-01-21 17:52:02.
[view]
@@ -1163,16 +1163,18 @@
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;