From 7c4c46f32b281ae45c7711499d52cb92fbc1181b Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 24 Apr 2017 23:02:16 +0200 Subject: settings: use rgb color definition as defaults --- data/org.mate.eom.gschema.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') 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 @@ Whether the image should be rotated automatically based on EXIF orientation. - '#000000' + 'rgb(0,0,0)' Background Color 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. @@ -47,7 +47,7 @@ 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. - '#000000' + 'rgb(0,0,0)' Transparency color If the transparency key has the value COLOR, then this key determines the color which is used for indicating transparency. -- cgit v1.2.1