Package: cal / 4.0-3

calcol-unx.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
--- /dev/null
+++ b/calcol.unx
@@ -0,0 +1,40 @@
+00 02   video colors for month name
+01 03   video colors for weekday header
+07 01   video colors for normal calendar days
+13 01   video colors for sundays
+00 02   video colors for current day
+07 06   background color for yearly calendar (the space between months)
+00 15   video colors for special day descriptions
+04 15   video colors for indicator that a special description is for today
+
+FG BG
+
+This file is optional.  It doesn't have to exist.
+
+Color definitions must appear as above, as a two-character field for the
+foreground color, followed by a space, folowed by a two-character field
+for the background color.  The color definitions must start on the first
+line, and must not contain blank lines.
+
+Possible colors:
+
+black           00
+blue            01
+green           02
+cyan            03
+red             04
+violet          05
+orange          06
+light gray      07
+
+dark gray       08
+bright blue     09
+bright green    10
+bright cyan     11
+bright red      12
+bright violet   13
+yellow          14
+white           15
+
+Specifying a background color from 8 to 15 will result in a background
+color of 0 to 7, with flashing text.