diff options
author | jao <jao@gnu.org> | 2019-11-28 00:08:58 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-11-28 00:08:58 +0000 |
commit | 229b6f7936a47f26c0826840f4ff77c8f2d3cad0 (patch) | |
tree | 4ca30f9daaabe24fbcddcb8b49570d50c7ffcfb2 | |
parent | c3054e71c0dcca39d3e92b701ca15e69bf6e6069 (diff) | |
download | elibs-229b6f7936a47f26c0826840f4ff77c8f2d3cad0.tar.gz elibs-229b6f7936a47f26c0826840f4ff77c8f2d3cad0.tar.bz2 |
themes: mpdel faces
-rw-r--r-- | themes/jao-themes.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 7c457cc..8eb57c7 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -637,7 +637,7 @@ (lui-button-face (p link)) (lui-highlight-face (p warning)) (lui-time-stamp-face (p dimm)) - (lui-track-bar (c nil "gray90") :height 0.1)) + (lui-track-bar (p hilite) :height 0.1)) `((magit-branch (p f00)) (magit-cherry-equivalent (p warning)) (magit-diff-add (~ diff-added)) @@ -687,6 +687,12 @@ (moinmoin-table-pi (p f02)) (mouse dfg dbg ul) (mpdel-playlist-current-song-face (p hilite) ex) + (mpdel-tablist-song-name-face (p f00)) + (mpdel-tablist-track-face (~ default)) + (mpdel-tablist-album-face (p f01)) + (mpdel-tablist-disk-face (~ default)) + (mpdel-tablist-date-face (~ default)) + (mpdel-tablist-artist-face (p f01)) (muse-bad-link (p warning)) (muse-header-1 (~ outline-1)) (muse-header-2 (~ outline-2)) |