Add slogor handler
diff --git a/Resources-for-slog.md b/Resources-for-slog.md
index 650a7f5..94f325b 100644
--- a/Resources-for-slog.md
+++ b/Resources-for-slog.md
@@ -8,6 +8,7 @@
 - tinted (colorized) output: https://pkg.go.dev/github.com/lmittmann/tint
 - humane: a human-friendly (but still largely structured) slog Handler: https://github.com/telemachus/humane
 - slug: a handler that prints colourful logs for humans: https://github.com/dotse/slug
+- slogor: An opinionated colorful slog handler: https://gitlab.com/GreyXor/slogor
 
 #### Logger bridge
 - Zap Handler, a slog handler that uses Zap: https://github.com/chanchal1987/zaphandler