summaryrefslogtreecommitdiff
path: root/Base/etc
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-06-30 18:51:17 +0200
committerAndreas Kling <kling@serenityos.org>2020-06-30 23:11:07 +0200
commitdfc0a352959b68bde86e742916facdef3c19cfb4 (patch)
tree9809036ff7ce6ecd2f548bd78096b191ad99456d /Base/etc
parent1cffa28f955b165b758497546a78e6b3bf24f4b1 (diff)
downloadserenity-dfc0a352959b68bde86e742916facdef3c19cfb4.zip
Base: Tweak resource graph colors to match SystemMonitor
Diffstat (limited to 'Base/etc')
-rw-r--r--Base/etc/SystemServer.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/etc/SystemServer.ini b/Base/etc/SystemServer.ini
index e24dd6c914..329cd9b4ef 100644
--- a/Base/etc/SystemServer.ini
+++ b/Base/etc/SystemServer.ini
@@ -79,14 +79,14 @@ User=anon
[CPUGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet
-Arguments=--cpu --name=CPUGraph --color=limegreen
+Arguments=--cpu --name=CPUGraph --color=#00bb00
Priority=low
KeepAlive=1
User=anon
[MemoryGraph.MenuApplet]
Executable=/bin/ResourceGraph.MenuApplet
-Arguments=--memory --name=MemoryGraph --color=cyan
+Arguments=--memory --name=MemoryGraph --color=#00bbbb
Priority=low
KeepAlive=1
User=anon