diff options
-rw-r--r-- | themes/jao-themes.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 4c957b1..366664c 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -551,8 +551,9 @@ (magit-item-highlight (~ mm-uu-extract)) (magit-item-mark (p warning)) (magit-log-head-label (p keyword) bf) + (magit-log-head-label-head (p keyword) nbf ul) (magit-log-head-label-default (p keyword) nbf) - (magit-log-head-label-local (p keyword) bf) + (magit-log-head-label-local (p keyword) nbf) (magit-log-head-label-remote (p function) bf) (magit-log-head-label-tags (p warning) nbf) (magit-log-graph (p f11)) |