summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/themes/acme-theme.el50
1 files changed, 4 insertions, 46 deletions
diff --git a/emacs/themes/acme-theme.el b/emacs/themes/acme-theme.el
index ae39eea..a511302 100644
--- a/emacs/themes/acme-theme.el
+++ b/emacs/themes/acme-theme.el
@@ -93,17 +93,6 @@
'(eshell-prompt-face ((t (:inherit default :weight bold))))
- ;; `(company-echo-common ((t (:foreground "black" :background ,bg-blue :weight bold))))
- ;; `(company-preview-common ((t (:foreground "black" :background ,yellow))))
- ;; `(company-scrollbar-bg ((t (:background "grey"))))
- ;; `(company-scrollbar-fg ((t (:background ,green))))
- ;; `(company-tooltip ((t (:foreground "black" :background ,bg-blue))))
- ;; `(company-tooltip-search ((t (:foreground "black" :background ,yellow))))
- ;; `(company-tooltip-annotation ((t (:foreground ,link :slant italic))))
- ;; `(company-tooltip-common ((t (:foreground "black" :weight bold))))
- ;; `(company-tooltip-common-selection ((t (:foreground "black" :background ,yellow :weight bold))))
- ;; `(company-tooltip-selection ((t (:background ,yellow :foreground "black"))))
-
'(sh-quoted-exec ((t (:foreground "black" :underline t))))
'(font-latex-bold-face ((t (:weight bold))))
@@ -137,11 +126,11 @@
'(custom-variable-tag ((t (:inherit default :weight bold))))
'(company-coq-comment-h1-face ((t (:height 1.8 :slant italic
- :inherit (default)))))
+ :inherit (default)))))
'(company-coq-comment-h2-face ((t (:height 1.4 :slant italic
- :inherit (default)))))
+ :inherit (default)))))
'(company-coq-comment-h3-face ((t (:height 1.2 :slant italic
- :inherit (default)))))
+ :inherit (default)))))
'(company-coq-coqdoc-h1-face ((t (:weight bold :inverse-video t))))
'(company-coq-coqdoc-h2-face ((t (:weight bold :underline t))))
'(company-coq-coqdoc-h3-face ((t (:underline t))))
@@ -154,38 +143,7 @@
'(proof-tacticals-name-face ((t (:foreground "black" :underline t))))
`(proof-locked-face ((t (:background ,bg-blue))))
- `(vertico-current ((t (:foreground "black" :background ,bg-blue :weight bold))))
-
- '(magit-blame-heading ((t (inherit :default))))
- '(magit-blame-margin ((t (inherit :default))))
- '(magit-blame-hilight ((t (inherit :default))))
- '(magit-branch-current ((t (inherit :default))))
- '(magit-branch-local ((t (inherit :default))))
- '(magit-branch-remote ((t (inherit :default))))
- '(magit-branch-remote-head ((t (inherit :default))))
- '(magit-cherry-equivalent ((t (inherit :default))))
- '(magit-cherry-unmatched ((t (inherit :default))))
- '(magit-diff-added ((t (inherit :default))))
- '(magit-diff-added-highlight ((t (inherit :default))))
- '(magit-diff-base ((t (inherit :default))))
- '(magit-diff-base-highlight ((t (inherit :default))))
- '(magit-diff-conflicting-heading ((t (inherit :default))))
- '(magit-diff-context ((t (inherit :default))))
- '(magit-diff-context-highlight ((t (inherit :default))))
- '(magit-diff-file-heading-highlight ((t (inherit :default))))
- '(magit-diff-file-heading-selection ((t (inherit :default))))
- '(magit-diff-hunk-heading ((t (inherit :default))))
- '(magit-diff-hunk-heading-highlight ((t (inherit :default))))
- '(magit-diff-hunk-heading-selection ((t (inherit :default))))
- '(magit-diff-lines-heading ((t (inherit :default))))
- '(magit-diff-our ((t (inherit :default))))
- '(magit-diff-removed ((t (inherit :default))))
- '(magit-diff-removed-highlight ((t (inherit :default))))
- '(magit-refname ((t (inherit :default))))
- '(magit-refname-pullreq ((t (inherit :default))))
- '(magit-refname-stash ((t (inherit :default))))
- '(magit-refname-wip ((t (inherit :default))))
- '(magit-section-highlight ((t (inherit :default))))
+ `(icomplete-selected-match ((t (:foreground "black" :background ,bg-blue :weight bold))))
))
(provide-theme 'acme)