diff options
author | Stefano Karapetsas <[email protected]> | 2013-01-04 11:55:33 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-01-04 11:55:33 +0100 |
commit | 8335218ae2c9ab769d584cd1bcc9d5da581efed4 (patch) | |
tree | 1e2446db655633e04db7d2c01d26788ad699835b /src | |
parent | 6c8240e5611355fdf8f69ab603c0113a2840000b (diff) | |
download | mate-system-monitor-8335218ae2c9ab769d584cd1bcc9d5da581efed4.tar.bz2 mate-system-monitor-8335218ae2c9ab769d584cd1bcc9d5da581efed4.tar.xz |
Restore first 4 original cpu colors
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.system-monitor.gschema.xml.in.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/org.mate.system-monitor.gschema.xml.in.in b/src/org.mate.system-monitor.gschema.xml.in.in index 3c2a75b..008432a 100644 --- a/src/org.mate.system-monitor.gschema.xml.in.in +++ b/src/org.mate.system-monitor.gschema.xml.in.in @@ -53,19 +53,19 @@ <_description>0 for the System Info, 1 for the processes list, 2 for the resources and 3 for the disks list</_description> </key> <key name="cpu-color0" type="s"> - <default>'#FF0000'</default> + <default>'#FF6E00'</default> <_summary>Default graph cpu color</_summary> </key> <key name="cpu-color1" type="s"> - <default>'#0000FF'</default> + <default>'#CB0C29'</default> <_summary>Default graph cpu color</_summary> </key> <key name="cpu-color2" type="s"> - <default>'#FFFF00'</default> + <default>'#49A835'</default> <_summary>Default graph cpu color</_summary> </key> <key name="cpu-color3" type="s"> - <default>'#00FF00'</default> + <default>'#2D7DB3'</default> <_summary>Default graph cpu color</_summary> </key> <key name="cpu-color4" type="s"> |