diff options
Diffstat (limited to 'themes/jao-themes.el')
-rw-r--r-- | themes/jao-themes.el | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 0b4b44c..6599cad 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -127,6 +127,8 @@ (buffer-menu-buffer bf) (button (p button))) `((calendar-holiday-marker (p f00)) + (clojure-test-failure-face (p warning) ul) + (clojure-test-error-face (p error) ul) (cursor (p error))) `((diredp-compressed-file-suffix (~ diredp-file-suffix)) (diredp-date-time (p f01)) @@ -227,7 +229,8 @@ (dired-marked bf (p f00)) (dired-symlink (p f11)) (dired-warn-writable (p warning)) - (dired-warning (p warning))) + (dired-warning (p warning)) + (diredp-number (p f11))) `((ediff-current-diff-A (~ diff-added)) (ediff-current-diff-Ancestor (c nil ,jao-themes--box)) (ediff-current-diff-B (~ ediff-current-diff-A)) @@ -416,9 +419,10 @@ (help-argument-name) (highlight (p hilite))) `((ido-first-match (p warning)) + (ido-first-match-face (p warning)) (ido-incomplete-regexp (p error)) (ido-indicator (p error) nbf) - (ido-only-match (p f00)) + (ido-only-match (p error)) (ido-subdir (p f01)) (info-header-node bf dfg) (info-header-xref dfg) @@ -476,9 +480,13 @@ (magit-diff-file-header (~ diff-file-header)) (magit-diff-hunk-header (~ diff-hunk-header)) (magit-diff-none (p dimm)) - (magit-item-highlight (p hilite)) + (magit-item-highlight (~ mm-uu-extract)) (magit-item-mark (p warning)) (magit-log-head-label (p keyword) bf) + (magit-log-head-label-default (p keyword) nbf) + (magit-log-head-label-local (p keyword) bf) + (magit-log-head-label-remote (p function) bf) + (magit-log-head-label-tags (p warning) nbf) (magit-log-graph bf) (magit-log-tag-label (p keyword)) (magit-section-title (~ outline-2)) @@ -501,6 +509,7 @@ (mode-line-highlight (~ mode-line)) (modeline-mousable (~ mode-line-active)) (modeline-mousable-minor-mode (~ modeline-mousable)) + (moinmoin-table-pi (p f02)) (mouse dfg dbg ul) (muse-link link) (muse-verbatim (p f02))) @@ -554,9 +563,9 @@ (outline-8 nbf (p outline))) `((query-replace bf (p hilite))) `((rcirc-bright-nick (p hilite)) - (rcirc-my-nick (p error)) - (rcirc-nick-in-message (p error)) - (rcirc-nick-in-message-full-line nbf) + (rcirc-my-nick (p warning)) + (rcirc-nick-in-message (p warning)) + (rcirc-nick-in-message-full-line (~ rcirc-nick-in-message)) (rcirc-other-nick (p keyword)) (rcirc-prompt bf) (rcirc-server (p dimm)) @@ -572,6 +581,9 @@ (sh-quoted-exec (p f00)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) + (sldb-frame-line-face (p f00)) + (sldb-frame-label-face (p f01)) + (sldb-condition-face (p f02)) (slime-repl-prompt-face (p f00)) (slime-repl-input-face (p f00) bf) (slime-repl-inputed-output-face (p f02)) @@ -585,7 +597,9 @@ (shadow nil)) `((tool-bar nil) (tooltip :family ,jao-themes--face-family (c nil "lightyellow")) - (trailing-whitespace (p error))) + (trailing-whitespace (p error)) + (twittering-uri-face (~ link)) + (twittering-username-face (p f01))) `((underline nul)) `((variable-pitch :family ,jao-themes--face-family :height 11) (vertical-border (c ,jao-themes--box nil) :inherit default)) |