bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC] Change the color of the hypertext.


From: Shigio YAMAGUCHI
Subject: [RFC] Change the color of the hypertext.
Date: Sun, 11 Dec 2005 19:38:54 +0900

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 <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]