diff options
Diffstat (limited to 'doc/colors')
-rw-r--r-- | doc/colors | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/colors b/doc/colors new file mode 100644 index 00000000..e600f64c --- /dev/null +++ b/doc/colors @@ -0,0 +1,42 @@ +.\" AWK Reference Card --- Arnold Robbins, arnold@gnu.ai.mit.edu +.\" This file sets the colors to use. +.\" +.\" Copyright (C) 1996 Free Software Foundation, Inc. +.\" +.\" Permission is granted to make and distribute verbatim copies of +.\" this reference card provided the copyright notice and this permission +.\" notice are preserved on all copies. +.\" +.\" Permission is granted to process this file through troff and print the +.\" results, provided the printed document carries copying permission +.\" notice identical to this one except for the removal of this paragraph +.\" (this paragraph not being relevant to the printed reference card). +.\" +.\" Permission is granted to copy and distribute modified versions of this +.\" reference card under the conditions for verbatim copying, provided that +.\" the entire resulting derived work is distributed under the terms of a +.\" permission notice identical to this one. +.\" +.\" Permission is granted to copy and distribute translations of this +.\" reference card into another language, under the above conditions for +.\" modified versions, except that this permission notice may be stated in +.\" a translation approved by the Foundation. +.\" +.ig +Strings for inline color change. +CR - color red +CG - color green +CL - color light blue +CB - color blue +CD - color dark, i.e. black +CX - color boX, i.e. for the surrounding boxes (red for now) +.. +.ds CR \X'ps: exec .768 0 .047 setrgbcolor' +.ds CG \X'ps: exec 0 .819 .259 setrgbcolor' +.\" this is deepskyblue3, pretty good +...ds CL \X'ps: exec 0 .604 .804 setrgbcolor' +.\" this is deepskyblue2, even better, use this for now +.ds CL \X'ps: exec 0 .698 .933 setrgbcolor' +.ds CB \X'ps: exec 0 .219 .941 setrgbcolor' +.ds CD \X'ps: exec 0 0 0 setrgbcolor' +.ds CX \*(CG |