blob: 0c79a173668769c9abb40cdbc8f9609a3a0e1177 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="guide" style="task"
id="gedit-change-color-scheme">
<info>
<link type="guide" xref="index#configure-gedit"/>
<desc>Change the text and background colors in gedit.</desc>
<revision pkgversion="3.8" date="2013-03-07" status="final"/>
<revision pkgversion="3.15" date="2015-01-29" status="final"/>
<revision pkgversion="3.31.90" date="2019-03-03" status="final"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jcampbell@gnome.org</email>
</credit>
<credit type="editor">
<name>Jana Svarova</name>
<email its:translate="no">jana.svarova@gmail.com</email>
<years>2015</years>
</credit>
<credit type="editor">
<name>Ekaterina Gerasimova</name>
<email its:translate="no">kittykat3756@gmail.com</email>
<years>2015</years>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Change the color scheme</title>
<p><app>gedit</app> includes several different color schemes, allowing you to
change the appearance of the main text window.</p>
<steps>
<title>To change the color scheme:</title>
<item>
<p>Press the menu button in the top-right corner of the window and select
<guiseq><gui style="menuitem">Preferences</gui><gui>Font &
Colors</gui></guiseq>.</p>
</item>
<item>
<p>Choose your desired color scheme.</p>
</item>
</steps>
<p>The new color scheme will be applied immediately.</p>
<section id="custom-color-scheme">
<title>Use a Custom Color Scheme</title>
<!-- I'm not sure if I should link to the wiki for this chunk of help, or if
I should describe it here. I'm linking to the wiki for now because the wiki
page includes downloads and screenshots. I'm open to including the help here,
though. -->
<p>You can also use color schemes that have been created by others, or
create and use your own color schemes.</p>
<p>Instructions on how to install custom color schemes, as well as examples
of color schemes that you can download and use, are available on the
<link href="https://wiki.gnome.org/Projects/GtkSourceView/StyleSchemes">gedit
wiki</link>.</p>
</section>
</page>
|