diff options
-rw-r--r-- | themes/jao-themes.el | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 0fb793b..2ab5edf 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -558,6 +558,12 @@ (gnus-summary-normal-unread dfg dbg) (gnus-summary-selected (p hilite)) (gnus-x-face) + (google-translate-listen-button-face (~ button)) + (google-translate-phonetic-face (~ default)) + (google-translate-suggestion-face (p f00)) + (google-translate-suggestion-label-face (p f01)) + (google-translate-text-face (~ default)) + (google-translate-translation-face bf) (gui-button-face (~ button)) (gui-element (~ gui-button-face))) `((header-line (~ mode-line-inactive)) @@ -673,9 +679,9 @@ (magit-section-heading (~ outline-2)) (magit-section-title (~ outline-2)) (match (p hilite)) - (markdown-pre-face (p f12)) - (markdown-code-face (p f12)) - (markdown-inline-code-face (p f12)) + (markdown-pre-face (~ font-lock-constant-face)) + (markdown-code-face (p keyword)) + (markdown-inline-code-face (p function)) (markdown-italic-face (~ italic)) (menu nil) (message-cited-text (p f01) nbf) |