Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 0dbf12b52e4652421be660054b83f0e3 > files > 1

mate-terminal-1.8.1-2.mga5.src.rpm

diff -up mate-terminal-1.5.0/src/org.mate.terminal.gschema.xml.in.colors mate-terminal-1.5.0/src/org.mate.terminal.gschema.xml.in
--- mate-terminal-1.5.0/src/org.mate.terminal.gschema.xml.in.colors	2013-01-17 22:03:24.000000000 +0100
+++ mate-terminal-1.5.0/src/org.mate.terminal.gschema.xml.in	2013-01-20 01:38:35.234058283 +0100
@@ -89,12 +89,12 @@
       <description>True if the menubar should be shown in new windows,  for windows/tabs with this profile.</description>
     </key>
     <key name="foreground-color" type="s">
-      <default>'#000000'</default>
+      <default>'#d3d6d3'</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>
@@ -254,7 +254,7 @@
       <description>Sets what code the delete key generates. Possible values  are "ascii-del" for the ASCII DEL character,  "control-h" for Control-H (AKA the ASCII BS character),  "escape-sequence" for the escape sequence typically  bound to backspace or delete. "escape-sequence" is normally  considered the correct setting for the Delete key.</description>
     </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>
       <description>If true, the theme color scheme used for text entry boxes will  be used for the terminal, instead of colors provided by the user.</description>
     </key>