diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-07-22 16:50:18 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2015-07-22 16:50:18 +0200 |
commit | 14677e62e61e1245164c6cf79efb999bce4fdc57 (patch) | |
tree | e30f328ade268f012cac840c540bf389db652abe /themes | |
parent | 44a3bd7f8051b071465f87ec641f93d537975b58 (diff) | |
download | elibs-14677e62e61e1245164c6cf79efb999bce4fdc57.tar.gz elibs-14677e62e61e1245164c6cf79efb999bce4fdc57.tar.bz2 |
themes: a couple magit faces
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-themes.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 3030db1..6bda1e3 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -603,6 +603,8 @@ (magit-log-head-label-tags (p warning) nbf) (magit-log-graph (p f11)) (magit-log-tag-label (p keyword)) + (magit-section-highlight (p hilite)) + (magit-section-heading (~ outline-2)) (magit-section-title (~ outline-2)) (match (p hilite)) (markdown-italic-face (~ italic)) |