From 7627976b363725fa2f3129e3225a70fb1d7b142a Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sun, 19 Jan 2020 15:20:28 +0100
Subject: [PATCH] Feat: Added additional commit types.

---
 display/packages.el | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/display/packages.el b/display/packages.el
index efdb504..f59dd6f 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
-- 
GitLab