diff options
| author | infirit <[email protected]> | 2014-12-18 15:59:01 +0100 | 
|---|---|---|
| committer | infirit <[email protected]> | 2014-12-18 15:59:01 +0100 | 
| commit | 2cdbc0cf048be0e5ed0f8a03ae99b67034bab695 (patch) | |
| tree | 38991848e295aae7df86355804014982f64014c9 | |
| parent | 12488b263a08694763e0747c64525cba295c9489 (diff) | |
| download | mate-system-monitor-2cdbc0cf048be0e5ed0f8a03ae99b67034bab695.tar.bz2 mate-system-monitor-2cdbc0cf048be0e5ed0f8a03ae99b67034bab695.tar.xz | |
Changed default net out color for better a11y for color-blind people
Taken from GSM commit: 2ba6de8e15dbe814d80e960f8b2ea4b772d1ccf2
From: Robert Roth <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=663569
| -rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in.in | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index 008432a..9b96b05 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -129,7 +129,7 @@        <_summary>Default graph incoming network traffic color</_summary>      </key>      <key name="net-out-color" type="s"> -      <default>'#844798'</default> +      <default>'#EE1D00'</default>        <_summary>Default graph outgoing network traffic color</_summary>      </key>      <key name="network-in-bits" type="b"> | 
