From bd2c02aa2969543b64b8248cab28f687428ccb7e Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 31 Dec 2019 13:37:16 +0000 Subject: themes: google translate and markdown faces --- themes/jao-themes.el | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'themes') 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) -- cgit v1.2.3