(file) Return to style_ifh.st CVS log (file) (dir) Up to [RizwankCVS] / testProject / share / enscript / hl

 1 rizwank 1.1 
 2             state style_ifh
 3             {
 4               BEGIN {
 5                 call (default_faces);
 6             
 7                 if (color)
 8                   {
 9             	/* Set colors. */
10             	face_bold[fg_color] =		language_color ("black");
11             	face_italic[fg_color] =		language_color ("black");
12             	face_bold_italic[fg_color] =	language_color ("black");
13             	face_comment[fg_color] =	language_color ("DarkSeaGreen");
14             	face_function_name[fg_color] =	language_color ("Coral");
15             	face_variable_name[fg_color] =	language_color ("dark goldenrod");
16             	face_keyword[fg_color] =	language_color ("SeaGreen2");
17             	face_reference[fg_color] =	language_color ("forest green");
18             	face_string[fg_color] =		language_color ("Goldenrod");
19             	face_reference[fg_color] =	language_color ("Aquamarine");
20             	face_builtin[fg_color] =	language_color ("purple");
21             	face_type[fg_color] =		language_color ("DarkSlateGray1");
22 rizwank 1.1       }
23             
24                 return;
25               }
26             }
27             
28             
29             /*
30             Local variables:
31             mode: c
32             End:
33             */

Rizwan Kassim
Powered by
ViewCVS 0.9.2