File: adv-custom-colors.page.stub

package info (click to toggle)
gnome-terminal 3.46.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,572 kB
  • sloc: cpp: 19,387; xml: 1,282; perl: 99; python: 27; sh: 24; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 899 bytes parent folder | 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
<page xmlns="http://projectmallard.org/1.0/"
      type="guide"
      id="adv-custom-colors">

  <info>
    <revision version="0.1" date="2013-01-09" status="draft"/>
    <link type="guide" xref="index#advanced"/>

    <credit type="author copyright">
      <name>Sindhu S</name>
      <email>sindhus@live.in</email>
      <years>2013</years>
    </credit>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>

    <desc>Set custom color schemes.</desc>
  </info>

  <title>Custom colors</title>

  <p>You can specify 16-bit hex color codes and pass them directly to through
  gconf-tool to set custom color schemes. Terminal supports a basic set of 16 colors, which the user can choose.[3] Furthermore, GNOME Terminal has support for a palette of 256 colors by default. Some programs, such as vim, can use that many colors.[6]</p>

  <!-- A bit more detail please. -->

</page>