branch: elpa/gruber-darker-theme commit 2e9f99c41fe8ef0557e9ea0f3b94ef50c68b5557 Merge: 939f9e4a13 4d835ae3d6 Author: Alexey Kutepov <rexim...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #20 from kenranunderscore/support-orderless Add support for orderless --- gruber-darker-theme.el | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el index ba508b5137..132f0b8593 100644 --- a/gruber-darker-theme.el +++ b/gruber-darker-theme.el @@ -386,7 +386,7 @@ `(term-color-cyan ((t (:foreground ,gruber-darker-quartz :background ,gruber-darker-quartz)))) `(term-color-white ((t (:foreground ,gruber-darker-fg :background ,gruber-darker-white)))) - ;;;;; company-mode + ;; company-mode `(company-tooltip ((t (:foreground ,gruber-darker-fg :background ,gruber-darker-bg+1)))) `(company-tooltip-annotation ((t (:foreground ,gruber-darker-brown :background ,gruber-darker-bg+1)))) `(company-tooltip-annotation-selection ((t (:foreground ,gruber-darker-brown :background ,gruber-darker-bg-1)))) @@ -399,8 +399,14 @@ `(company-preview ((t (:background ,gruber-darker-green)))) `(company-preview-common ((t (:foreground ,gruber-darker-green :background ,gruber-darker-bg-1)))) - ;;;;; Proof General + ;; Proof General `(proof-locked-face ((t (:background ,gruber-darker-niagara-2)))) + + ;; Orderless + `(orderless-match-face-0 ((t (:foreground ,gruber-darker-yellow)))) + `(orderless-match-face-1 ((t (:foreground ,gruber-darker-green)))) + `(orderless-match-face-2 ((t (:foreground ,gruber-darker-brown)))) + `(orderless-match-face-3 ((t (:foreground ,gruber-darker-quartz)))) )) ;;;###autoload