summaryrefslogtreecommitdiffhomepage
path: root/themes/jao-themes.el
diff options
context:
space:
mode:
Diffstat (limited to 'themes/jao-themes.el')
-rw-r--r--themes/jao-themes.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el
index a814354..8c1d518 100644
--- a/themes/jao-themes.el
+++ b/themes/jao-themes.el
@@ -205,6 +205,7 @@
`((calendar-holiday-marker (p f00))
(circe-highlight-nick-face (p warning))
(circe-originator-face (p f00))
+ (circe-my-message-face (~ font-lock-string-face))
(circe-server-face (p dimm))
(clojure-test-failure-face (p warning) ul)
(clojure-test-error-face (p error) ul)
@@ -244,7 +245,12 @@
(cider-test-success-face (p f01))
(comint-highlight-input (p f01) nbf)
(comint-highlight-prompt (p f00))
+ (company-echo-common (p warning))
+ (company-scrollbar-bg (p warning))
+ (company-scrollbar-fg (p warning))
(company-tooltip (~ highlight))
+ (company-tooltip-annotation (~ company-tooltip) it)
+ (company-tooltip-annotation-selection (~ company-tooltip) it ul)
(company-tooltip-selection (~ company-tooltip) ul)
(company-tooltip-common (~ company-tooltip) bf)
(company-tooltip-common-selection
@@ -610,6 +616,8 @@
(jde-java-font-lock-protected-face (~ font-lock-keyword-face))
(jde-java-font-lock-modifier-face (~ font-lock-keyword-face)))
`((lazy-highlight (p hilite))
+ (line-number (p dimm))
+ (line-number-current-line (p hilite))
(link link nul)
(link-visited vlink nul)
(lui-button-face (p link))
@@ -638,8 +646,10 @@
(magit-section-heading (~ outline-2))
(magit-section-title (~ outline-2))
(match (p hilite))
- (markdown-italic-face (~ italic))
+ (markdown-pre-face (p f12))
+ (markdown-code-face (p f12))
(markdown-inline-code-face (p f12))
+ (markdown-italic-face (~ italic))
(menu nil)
(message-cited-text (p f01) nbf)
(message-header-cc (p f00) nbf)