1YAPET_COLORS(5) YAPET_CONFIG YAPET_COLORS(5)
2
3
4
6 yapet_colors - format of YAPET color configuration
7
9 The color scheme of YAPET can be customized by setting the colors
10 option in $HOME/.yapet. It has the following syntax:
11
12 colors=OBJ1:<fg1><bg1><attr1>;...;OBJN:<fgN><bgN><attrN>
13
14 OBJN
15 The UI object for which the color is set. See UI Objects for
16 possible values.
17
18 <fgN>
19 The foreground color of the UI object. See Colors for possible
20 values.
21
22 <bgN>
23 The background color of the UI object. See Colors for possible
24 values.
25
26 <attrN>
27 The attribute of the UI object. Attributes are used if the terminal
28 does not support colors. See Attributes for possible values.
29
30 Table 1. UI Objects
31 ┌─────────────────────────┬──────────────┐
32 │ │ │
33 │UI Object │ Abbreviation │
34 ├─────────────────────────┼──────────────┤
35 │ │ │
36 │Default Color │ DEF │
37 ├─────────────────────────┼──────────────┤
38 │ │ │
39 │Dialog │ DIA │
40 ├─────────────────────────┼──────────────┤
41 │ │ │
42 │Dialog Title │ DIT │
43 ├─────────────────────────┼──────────────┤
44 │ │ │
45 │Input Widget w/o focus │ IWN │
46 ├─────────────────────────┼──────────────┤
47 │ │ │
48 │Input Widget w/ focus │ IWF │
49 ├─────────────────────────┼──────────────┤
50 │ │ │
51 │Hidden text in Input │ IWH │
52 │Widget │ │
53 ├─────────────────────────┼──────────────┤
54 │ │ │
55 │Button w/o focus │ BTN │
56 ├─────────────────────────┼──────────────┤
57 │ │ │
58 │Button w/ focus │ BTF │
59 ├─────────────────────────┼──────────────┤
60 │ │ │
61 │List Box │ LBX │
62 ├─────────────────────────┼──────────────┤
63 │ │ │
64 │Highlighted line in List │ LBH │
65 │Box │ │
66 ├─────────────────────────┼──────────────┤
67 │ │ │
68 │Check box group │ CBG │
69 ├─────────────────────────┼──────────────┤
70 │ │ │
71 │Title Bar │ TLB │
72 ├─────────────────────────┼──────────────┤
73 │ │ │
74 │Status Bar │ STB │
75 └─────────────────────────┴──────────────┘
76
77 Table 2. Colors
78 ┌────────┬──────────────┐
79 │ │ │
80 │Color │ Abbreviation │
81 ├────────┼──────────────┤
82 │ │ │
83 │Black │ k │
84 ├────────┼──────────────┤
85 │ │ │
86 │Red │ r │
87 ├────────┼──────────────┤
88 │ │ │
89 │Green │ g │
90 ├────────┼──────────────┤
91 │ │ │
92 │Yellow │ y │
93 ├────────┼──────────────┤
94 │ │ │
95 │Blue │ b │
96 ├────────┼──────────────┤
97 │ │ │
98 │Magenta │ m │
99 ├────────┼──────────────┤
100 │ │ │
101 │Cyan │ c │
102 ├────────┼──────────────┤
103 │ │ │
104 │White │ w │
105 └────────┴──────────────┘
106
107 Table 3. Attributes
108 ┌──────────┬──────────────┐
109 │ │ │
110 │Attribute │ Abbreviation │
111 ├──────────┼──────────────┤
112 │ │ │
113 │Normal │ 0 │
114 ├──────────┼──────────────┤
115 │ │ │
116 │Standout │ 1 │
117 ├──────────┼──────────────┤
118 │ │ │
119 │Underline │ 2 │
120 ├──────────┼──────────────┤
121 │ │ │
122 │Reverse │ 3 │
123 ├──────────┼──────────────┤
124 │ │ │
125 │Blink │ 4 │
126 ├──────────┼──────────────┤
127 │ │ │
128 │Dim │ 5 │
129 ├──────────┼──────────────┤
130 │ │ │
131 │Protected │ 6 │
132 ├──────────┼──────────────┤
133 │ │ │
134 │Invisible │ 7 │
135 └──────────┴──────────────┘
136
138 Default YAPET Colors
139 Please note, the line has been wrapped for better readability. Line
140 breaks are not allowed in colors.
141
142 colors=DEF:wk0;DIA:wb0;DIT:bw3;IWN:kw3;IWF:kg3;IWH:yy7;
143 BTN:wk0;BTF:kg3;LBX:wk0;LBH:kg3;CBG:yc0;TLB:bw0;STB:bw0
144
146 $HOME/.yapet
147 The per-user configuration file. If existing, options are read from
148 this file but can be overridden by the command line options.
149 Processing of this file can be disabled by invoking yapet with the
150 -i option. Refer to the yapet_config(5) for an explanation of the
151 per-user configuration file.
152
154 Rafael Ostertag rafi@guengel.ch.
155
157 yapet(1), yapet_config(5)
158
159
160
161YAPET 2.3 2019-02-19 YAPET_COLORS(5)