diff --git a/Resources.md b/Resources.md
index 659dad2..46557ad 100644
--- a/Resources.md
+++ b/Resources.md
@@ -89,4 +89,23 @@ class Handlers
127.0.0.1 api-account-os.hoyoverse.com
127.0.0.1 hk4e-sdk-os.hoyoverse.com
127.0.0.1 uspider.yuanshen.com
-```
\ No newline at end of file
+```
+
+# Fun
+
+## Colored nickname and signature :peacock: ([written by](https://github.com/actuallyeunha))
+Unity supports colored text by default (See [Unity Manual](https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/StyledText.html) for more info)
+
+By replacing them with `text` or `text` you can change most, if not all, strings' colors.
+
+**It's not possible to do this directly in game, you have to edit the db using something like MongoDBCompass!**
+
+1. Open MongoDBCompass and connect to your db
+2. Go to `grasscutter/players`
+3. Make your changes. *Change it inside `playerProfile` too!*
+ e.g `nickname: "na.na"`;
+ `signature: "Running on Grasscutter!"`
+4. Update the document
+5. Relog to see changes
+
+Enjoy your colorful name :sparkles:
\ No newline at end of file