aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--plugin/memory.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/memory.json b/plugin/memory.json
index eb8d0e4..f495b04 100644
--- a/plugin/memory.json
+++ b/plugin/memory.json
@@ -28,6 +28,10 @@
28 "name": "Locked", 28 "name": "Locked",
29 "color": "ff00ff" 29 "color": "ff00ff"
30 }, 30 },
31 "slab": {
32 "name": "Slab",
33 "color": "ff00ff"
34 },
31 "used": { 35 "used": {
32 "name": "Used", 36 "name": "Used",
33 "color": "ff0000" 37 "color": "ff0000"