diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-10-06 07:25:22 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-10-06 07:25:22 +0200 |
commit | fd6bea466753f37c676bf89b2e8c5e0364b7e876 (patch) | |
tree | fabb3815cc8990ea13800f39babee53f2563f5eb /themes | |
parent | b89e52b9f176210b1cbb5c58a42453cfa9e0bbca (diff) | |
download | elibs-fd6bea466753f37c676bf89b2e8c5e0364b7e876.tar.gz elibs-fd6bea466753f37c676bf89b2e8c5e0364b7e876.tar.bz2 |
Themes: a couple magit faces
Diffstat (limited to 'themes')
-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)) |