BossBey File Manager
PHP:
8.2.28
OS:
Linux
User:
www-data
Root
/
usr
/
share
/
glib-2.0
/
schemas
📤 Upload
📝 New File
📁 New Folder
Close
Editing: org.x.viewer.plugins.pythonconsole.gschema.xml
<schemalist> <schema gettext-domain="xviewer-plugins" id="org.x.viewer.plugins.pythonconsole" path="/org/x/viewer/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>
Save
Cancel