Skip to content

Commit eb1a757

Browse files
committed
manual: Update Color Schemes section to mention the cursor colour is settable, and also cover setting colours to values from the larger xterm palette, or directly to RGB values.
1 parent 30f85f4 commit eb1a757

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

doc/manual/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6511,6 +6511,11 @@ <h3 id="c7color">Color Schemes</h3>
65116511
<td>Black
65126512
<td>Yellow
65136513
<td><tt>set terminal color selection</tt>
6514+
<tr>
6515+
<td>Cursor (K95G only)
6516+
<td>Black
6517+
<td>#c0c0c0
6518+
<td><tt>set terminal color cursor</tt>
65146519
</table>
65156520
</blockquote>
65166521
<p>
@@ -6621,6 +6626,19 @@ <h3 id="c7color">Color Schemes</h3>
66216626
set terminal color status white cyan
66226627
</pre>
66236628

6629+
<p>
6630+
K95G supports xterms larger 256-color palette as well as direct 24bit RGB color
6631+
by default (this can be changed with <tt>set terminal color palette</tt>).
6632+
Colors from the xterm palette can be specified by number using the INDEX keyword
6633+
while RGB values can be given directly following the RGB keyword. For example,
6634+
set a the status line to an amber red 255, green 176, blue 0) foreground
6635+
with a SeaGreen3 (color 78) background:
6636+
<p>
6637+
<pre>
6638+
set terminal color status rgb 255 176 0 index 78
6639+
</pre>
6640+
6641+
66246642
<p>
66256643
You should avoid using high-intensity colors in the terminal screen as either
66266644
foreground or background colors, since this can make host-controlled effects

0 commit comments

Comments
 (0)