diff --git a/sbs b/sbs
index 4ae7eebbdad219c03ed97e685d8d9053ec5fb661..f0518a82cb3a681cf12f548adbf25c3c19d008ce 100755
--- a/sbs
+++ b/sbs
@@ -1,3 +1,4 @@
 #!/bin/bash
 
-python skyward-boardcore/sbs "$@"
\ No newline at end of file
+python skyward-boardcore/sbs "$@" 2>&1 | sed -e "s,.*warning:.*,$(tput setaf 3)&$(tput sgr0)," -e "s,.*error:.*,$(tput setaf 1)&$(tput sgr0)," -e "s,.*note:.*,$(tput setaf 4)&$(tput sgr0),"
+