[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] call for comments on a proposed patch
From: |
Rüdiger Härtel |
Subject: |
Re: [Groff] call for comments on a proposed patch |
Date: |
Fri, 16 Jun 2006 09:17:10 +0200 |
User-agent: |
KMail/1.9.1 |
Hello Gaius
this is really a nice patch. I can image another feature:
Highlighting every 2nd column.
This can be done already, I know, by defining every row. But
enabling this for the complete table would be less work.
.defcolor grey rgb 0.1f 0.1f 0.1f
.TS
tab(#), center, alternate(white,grey);
c c.
1#1st bg color (white)
2#2nd bg color (grey)
3#1st bg color (white)
4#2nd bg color (grey)
.TE
What then could happen is that the text is not visible because the
bg color was chosen badly. This could be solved by using the
inverse color for text of the bg color.
--
Ruediger Haertel