Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > f7f2442c891e4b7a0ac7cff9bf44fad6 > files > 2

mate-terminal-1.26.1-1.mga9.src.rpm

Index: mate-terminal-1.19.1/src/org.mate.terminal.gschema.xml.in
Rediffed from our gnome-terminal-2.10.0-background.patch
===================================================================
--- mate-terminal-1.19.1/src/org.mate.terminal.gschema.xml.in
+++ mate-terminal-1.19.1/src/org.mate.terminal.gschema.xml.in	2017-12-30 01:45:29.720667663 +0300
@@ -94,12 +94,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>
@@ -264,7 +264,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>