[gnome-terminal/gsettings] Change default colour scheme
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gsettings] Change default colour scheme
- Date: Mon, 5 Dec 2011 19:18:19 +0000 (UTC)
commit c86cd0531c834fa04891dc50e51fa0020defb3d7
Author: Christian Persch <chpe gnome org>
Date: Mon Dec 5 20:18:00 2011 +0100
Change default colour scheme
src/org.gnome.Terminal.Preferences.gschema.xml.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/org.gnome.Terminal.Preferences.gschema.xml.in b/src/org.gnome.Terminal.Preferences.gschema.xml.in
index c3b15db..15d4b7f 100644
--- a/src/org.gnome.Terminal.Preferences.gschema.xml.in
+++ b/src/org.gnome.Terminal.Preferences.gschema.xml.in
@@ -75,12 +75,12 @@
<_description>Human-readable name of the profile.</_description>
</key>
<key name="foreground-color" type="s">
- <default>'#000000'</default>
+ <default>'#00FF00'</default>
<_summary>Default color of text in the terminal</_summary>
<_description>Default color of text in the terminal, as a color specification (can be HTML-style hex digits, or a color name such as "red").</_description>
</key>
<key name="background-color" type="s">
- <default>'#FFFFDD'</default>
+ <default>'#000000'</default>
<_summary>Default color of terminal background</_summary>
<_description>Default color of terminal background, as a color specification (can be HTML-style hex digits, or a color name such as "red").</_description>
</key>
@@ -229,7 +229,7 @@
<_summary>The code sequence the Delete key generates</_summary>
</key>
<key name="use-theme-colors" type="b">
- <default>true</default>
+ <default>false</default>
<_summary>Whether to use the colors from the theme for the terminal widget</_summary>
</key>
<key name="use-system-font" type="b">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]