File: org.gnome.eog.plugins.pythonconsole.gschema.xml.in

package info (click to toggle)
eog-plugins 44.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,564 kB
  • sloc: ansic: 2,848; python: 593; makefile: 34; xml: 14
file content (30 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download | duplicates (5)
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
<schemalist>
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.eog.plugins.pythonconsole" path="/org/gnome/eog/plugins/pythonconsole/">
    <key name="command-color" type="s">
      <default>'#0000FF'</default>
      <summary>Command Text Color</summary>
      <description>The color used for commands.</description>
    </key>
    <key name="error-color" type="s">
      <default>'#FF0000'</default>
      <summary>Error Text Color</summary>
      <description>The color used for errors.</description>
    </key>
    <key name="use-system-font" type="b">
      <default>true</default>
      <summary>Whether to use the system font</summary>
      <description>
        If true, the terminal will use the desktop-global standard
        font if it’s monospace (and the most similar font it can
        come up with otherwise).
      </description>
    </key>
    <key name="font" type="s">
      <default>'Monospace 10'</default>
      <summary>Font used by Python Console</summary>
      <description>
        A Pango font name. Examples are “Sans 12” or “Monospace Bold 14”.
      </description>
    </key>
  </schema>
</schemalist>