diff options
-rw-r--r-- | data/org.mate.eom.gschema.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.mate.eom.gschema.xml.in b/data/org.mate.eom.gschema.xml.in index 92c430b..6fec652 100644 --- a/data/org.mate.eom.gschema.xml.in +++ b/data/org.mate.eom.gschema.xml.in @@ -12,7 +12,7 @@ <description>Whether the image should be rotated automatically based on EXIF orientation.</description> </key> <key name="background-color" type="s"> - <default>'#000000'</default> + <default>'rgb(0,0,0)'</default> <summary>Background Color</summary> <description>The color that is used to fill the area behind the image. If the use-background-color key is not set, the color is determined by the active GTK+ theme instead.</description> </key> @@ -47,7 +47,7 @@ <description>The multiplier to be applied when using the mouse scroll wheel for zooming. This value defines the zooming step used for each scroll event. For example, 0.05 results in a 5% zoom increment for each scroll event and 1.00 result in a 100% zoom increment.</description> </key> <key name="trans-color" type="s"> - <default>'#000000'</default> + <default>'rgb(0,0,0)'</default> <summary>Transparency color</summary> <description>If the transparency key has the value COLOR, then this key determines the color which is used for indicating transparency.</description> </key> |