Skip to content
Snippets Groups Projects
Unverified Commit 5c40dc9d authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Feat: Expanded the commit types and icons.

parent 7627976b
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ This function should only modify configuration layer settings."
better-defaults
emacs-lisp
git
;;:helm
ivy
helm
;ivy
java
;;lsp
;;(java :variables java-backend 'lsp)
......@@ -84,7 +84,7 @@ This function should only modify configuration layer settings."
dotspacemacs-additional-packages '(
outshine
helm
;;ivy
ivy
button-lock
fixmee
)
......
......@@ -282,13 +282,15 @@
:after magit
:config
(progn
(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 "Release" ? (:foreground "gold" :height 1.0 :family "FontAwesome"))
(pretty-magit "Git" ? (:foreground "blue" :height 1.0 :family "FontAwesome"))
(pretty-magit "Chore" ? (:foreground "golden rod" :height 1.0 :family "FontAwesome"))
(pretty-magit "CI" ? (:foreground "green" :height 1.0 :family "FontAwesome"))
(pretty-magit "Test" ? (:foreground "magenta" :height 1.0 :family "FontAwesome"))
(pretty-magit "Refactor" ? (:foreground "olive" :height 1.0 :family "FontAwesome"))
(pretty-magit "Style" ? (:foreground "purple" :height 1.0 :family "FontAwesome"))
(pretty-magit "Build" ? (:foreground "silver" :height 1.0 :family "FontAwesome"))
(pretty-magit "Perf" ? (:foreground "red" :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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment