Hi all, How about changing the color for the text and background of hypertext generated by htags(1)?
Up to now, I didn't set the default color for them, since I thought there are likes and dislikes in the selection of the color. But the default color, white and black, seems to be severe to the eyes. I would like to change the source code like following. What do you think? You can see the example at <http://www.tamacom.com/tour/kernel/linux/>. Index: gtags.conf.in =================================================================== RCS file: /cvsroot/global/global/gtags.conf.in,v retrieving revision 1.12 diff -r1.12 gtags.conf.in 109c109 < :body_begin=<body>:body_end=</body>:\ --- > :body_begin=<body text='#191970' bgcolor='#f5f5dc' > vlink='gray'>:body_end=</body>:\ Index: htags/common.c =================================================================== RCS file: /cvsroot/global/global/htags/common.c,v retrieving revision 1.55 diff -r1.55 common.c 59c59 < const char *body_begin = "<body>"; --- > const char *body_begin = "<body bgcolor='#f5f5dc' > text='#191970' vlink='gray'>"; Index: htags/style.css =================================================================== RCS file: /cvsroot/global/global/htags/style.css,v retrieving revision 1.2 diff -r1.2 style.css 11a12,13 > body { color: #191970; background-color: #f5f5dc; } > a.visited { color: gray; } -- Shigio YAMAGUCHI <[EMAIL PROTECTED]> - Tama Communications Corporation PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
