blob: f1608d4c7aa40f3bbc540629bcc359d834a9e738 (
plain)
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
|
<page xmlns="http://projectmallard.org/1.0/"
type="topic" style="task"
id="invert-colors">
<info>
<link type="guide" xref="index#tips"/>
<desc>
Inverting the colors can make it easier to read some text.
</desc>
<revision pkgversion="1.25" version="0.1" date="2021-03-13" status="final"/>
<credit type="author">
<name>Phil Bull</name>
<email>philbull@gmail.com</email>
</credit>
<credit type="editor">
<name>Anna Philips</name>
<email>anna.cs.au@gmail.com</email>
</credit>
<license>
<p>Creative Commons Share Alike 3.0</p>
</license>
</info>
<title>Invert colors on a page</title>
<p>To swap black for white, white for black, and so on, go to the <gui style="menuitem">View</gui> menu and select <gui style="menuitem">Invert Colours</gui> (or press <keyseq><key>Ctrl</key><key>I</key></keyseq>).</p>
<note style="tip">
<p>
Doing this can make it easier to read text, especially in the case of certain kinds of visual impairment.
</p>
</note>
</page>
|