ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.220 by ayin, Sun Oct 28 11:25:04 2007 UTC vs.
Revision 1.221 by ayin, Wed Oct 31 09:55:23 2007 UTC

154 "rgb:00/cd/00", // 2: green (Green3) 154 "rgb:00/cd/00", // 2: green (Green3)
155 "rgb:cd/cd/00", // 3: yellow (Yellow3) 155 "rgb:cd/cd/00", // 3: yellow (Yellow3)
156 "rgb:00/00/cd", // 4: blue (Blue3) 156 "rgb:00/00/cd", // 4: blue (Blue3)
157 "rgb:cd/00/cd", // 5: magenta (Magenta3) 157 "rgb:cd/00/cd", // 5: magenta (Magenta3)
158 "rgb:00/cd/cd", // 6: cyan (Cyan3) 158 "rgb:00/cd/cd", // 6: cyan (Cyan3)
159# ifdef XTERM_COLORS 159# ifdef XTERM_COLORS
160 "rgb:e5/e5/e5", // 7: white (Grey90) 160 "rgb:e5/e5/e5", // 7: white (Grey90)
161# else 161# else
162 "rgb:fa/eb/d7", // 7: white (AntiqueWhite) 162 "rgb:fa/eb/d7", // 7: white (AntiqueWhite)
163# endif 163# endif
164 /* high-intensity colors */ 164 /* high-intensity colors */
165# ifdef XTERM_COLORS 165# ifdef XTERM_COLORS
166 "rgb:4d/4d/4d", // 8: bright black (Grey30) 166 "rgb:4d/4d/4d", // 8: bright black (Grey30)
747 int i; 747 int i;
748 748
749#ifdef OFF_FOCUS_FADING 749#ifdef OFF_FOCUS_FADING
750 pix_colors = pix_colors_focused; 750 pix_colors = pix_colors_focused;
751#endif 751#endif
752 752
753 for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++) 753 for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++)
754 { 754 {
755 const char *name = rs[Rs_color + i]; 755 const char *name = rs[Rs_color + i];
756 756
757 if (!name) 757 if (!name)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines