diff options
author | raveit65 <[email protected]> | 2017-04-24 23:02:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-24 23:02:16 +0200 |
commit | 7c4c46f32b281ae45c7711499d52cb92fbc1181b (patch) | |
tree | 7e75b5f3a225066a4ee2da7ff88757f4fcaa5283 /data | |
parent | e87b765d2cfaa6cd9abaf952a3b795f086d403e0 (diff) | |
download | eom-7c4c46f32b281ae45c7711499d52cb92fbc1181b.tar.bz2 eom-7c4c46f32b281ae45c7711499d52cb92fbc1181b.tar.xz |
settings: use rgb color definition as defaults
Diffstat (limited to 'data')
-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> |