summaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2019-12-31 13:37:16 +0000
committerjao <jao@gnu.org>2019-12-31 13:37:16 +0000
commitbd2c02aa2969543b64b8248cab28f687428ccb7e (patch)
tree264bee2bbea9f4ded669789bcc4bbfc6ebf2ac6b /themes
parentdb24e9ca375168c353ffe5d539aff2562ee3c5f9 (diff)
downloadelibs-bd2c02aa2969543b64b8248cab28f687428ccb7e.tar.gz
elibs-bd2c02aa2969543b64b8248cab28f687428ccb7e.tar.bz2
themes: google translate and markdown faces
Diffstat (limited to 'themes')
-rw-r--r--themes/jao-themes.el12
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)