diff --git a/display/packages.el b/display/packages.el
index efdb5041ee7ff0b4e6ca6cb3adb8b050b19fd76d..f59dd6f80e3d359c9d0021193eda8623d773b895 100644
--- a/display/packages.el
+++ b/display/packages.el
@@ -282,13 +282,19 @@
     :after magit
     :config
     (progn
-      (pretty-magit "Feature" ?ï‚£ (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
-      (pretty-magit "Add"     ? (:foreground "#375E97" :height 1.0 :family "FontAwesome"))
-      (pretty-magit "Fix"     ? (:foreground "#FB6542" :height 1.0 :family "FontAwesome"))
-      (pretty-magit "Clean"   ? (:foreground "#FFBB00" :height 1.0 :family "FontAwesome"))
-      (pretty-magit "Docs"    ? (:foreground "#3F681C" :height 1.0 :family "FontAwesome"))
-      (pretty-magit "master"  ? (:box nil :height 1.0 :family "github-octicons") t)
-      (pretty-magit "origin"  ?ï‚› (:box nil :height 1.0 :family "github-octicons") t)
+      (pretty-magit "Chore"    ? (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "CI"       ? (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Test"     ?ï’’ (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Refactor" ? (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Style"    ? (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Build"    ?ï‚­ (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Perf"     ? (:foreground "slate gray" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Feat"     ? (:foreground "#375E97" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Fix"      ? (:foreground "#FB6542" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Revert"   ? (:foreground "#FFBB00" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "Docs"     ? (:foreground "#3F681C" :height 1.0 :family "FontAwesome"))
+      (pretty-magit "master"   ? (:box nil :height 1.0 :family "github-octicons") t)
+      (pretty-magit "origin"   ?ï‚› (:box nil :height 1.0 :family "github-octicons") t)
       )))
 
 ;;;; Pretty-outlines