diff options
| author | tslil clingman <> | 2020-01-06 20:40:14 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-06 20:40:14 -0500 |
| commit | a86d9385f37b8705fe9e9cf98361a129e2bfe0b3 (patch) | |
| tree | 0d453598cc08026c108e6c54ab16a49db89213bd /emacs/themes | |
| parent | 887533080d932de82cc638fa5096b3cb07d8f2f6 (diff) | |
Some proof fixes and ACME tweaks
Diffstat (limited to 'emacs/themes')
| -rw-r--r-- | emacs/themes/acme-theme.el | 65 |
1 files changed, 32 insertions, 33 deletions
diff --git a/emacs/themes/acme-theme.el b/emacs/themes/acme-theme.el index ad5baab..c375ab8 100644 --- a/emacs/themes/acme-theme.el +++ b/emacs/themes/acme-theme.el @@ -22,12 +22,10 @@ (deftheme acme "A theme inspired by the classic colours of the ACME editor.") -(let ((bg-yellow "#FFFFCA") - (bg-blue "#DAEFEF") - +(let ((bg-yellow "#FFFFEA") + (bg-blue "#EAFFFF") (lazy "#D1D1C0") (mud "#99994C") - (yellow "#EAEA9E") (blue "#268BD2") (red "#AA0000") @@ -36,7 +34,6 @@ (link "#D05000")) (custom-theme-set-faces 'acme - `(default ((t (:background ,bg-yellow :foreground "black")))) '(cursor ((t (:background "black")))) '(escape-glyph ((t (:foreground "black")))) @@ -45,14 +42,12 @@ `(region ((t (:background ,yellow :foreground "black")))) `(secondary-selection ((t (:background ,red)))) '(trailing-whitespace ((t (:background "grey")))) - + + '(font-lock-comment-face ((t (:foreground "black" :slant italic)))) '(font-lock-builtin-face ((t (:foreground "black" :slant normal)))) '(font-lock-comment-delimiter-face ((default (:inherit (font-lock-comment-face))))) - '(font-lock-comment-face ((t (:foreground "black" :slant italic - :font "Hack")))) '(font-lock-constant-face ((t (:foreground "black")))) - '(font-lock-doc-face ((t (:foreground "black" :slant italic - :font "Hack")))) + '(font-lock-doc-face ((t (:foreground "black" :slant italic)))) '(font-lock-function-name-face ((t (:foreground "black" :weight bold)))) '(font-lock-keyword-face ((t (:foreground "black" :weight bold)))) '(font-lock-negation-char-face ((t (:foreground "black")))) @@ -61,20 +56,29 @@ '(font-lock-type-face ((t (:foreground "black" :underline t)))) '(font-lock-variable-name-face ((t (:foreground "black")))) '(font-lock-warning-face ((t (:foreground "black")))) - + '(button ((t (:inherit (link))))) - `(link ((t (:underline (:color foreground-color :style line) - :foreground ,link)))) + `(link ((t (:underline (:color foreground-color :style line) :foreground ,link)))) '(link-visited ((default (:inherit (link))) (((class color) (background light)) (:foreground "magenta4")) (((class color) (background dark)) (:foreground "violet")))) - + `(fringe ((t (:background ,bg-yellow :foreground "black")))) - '(header-line ((default (:inherit (mode-line))) (((type tty)) (:underline (:color foreground-color :style line) :inverse-video nil)) (((class color grayscale) (background light)) (:box nil :foreground "grey20" :background "grey90")) (((class color grayscale) (background dark)) (:box nil :foreground "grey90" :background "grey20")) (((class mono) (background light)) (:underline (:color foreground-color :style line) :box nil :inverse-video nil :foreground "black" :background "white")) (((class mono) (background dark)) (:underline (:color foreground-color :style line) :box nil :inverse-video nil :foreground "white" :background "black")))) - '(tooltip ((((class color)) - (:inherit (variable-pitch) :foreground "black" :background "lightyellow")) + + '(header-line ((default (:inherit (mode-line))) + (((type tty)) (:underline (:color foreground-color :style line) :inverse-video nil)) + (((class color grayscale) (background light)) (:box nil :foreground "grey20" :background "grey90")) + (((class color grayscale) (background dark)) (:box nil :foreground "grey90" :background "grey20")) + (((class mono) (background light)) (:underline (:color foreground-color :style line) + :box nil :inverse-video nil + :foreground "black" :background "white")) + (((class mono) (background dark)) (:underline (:color foreground-color :style line) + :box nil :inverse-video nil + :foreground "white" :background "black")))) + + '(tooltip ((((class color)) (:inherit (variable-pitch) :foreground "black" :background "lightyellow")) (t (:inherit (variable-pitch))))) - + `(mode-line ((t (:background ,bg-blue :foreground "black" :box 2)))) '(mode-line-buffer-id ((t (:foreground "black" :weight bold)))) '(mode-line-emphasis ((t (:foreground "black")))) @@ -88,30 +92,28 @@ '(next-error ((t (:inherit (region))))) '(query-replace ((t (:inherit (isearch))))) '(table-cell ((t (:inherit (default))))) - + `(show-paren-match ((t (:weight bold :background ,purple)))) `(show-paren-mismatch ((t (:background ,red)))) `(sp-show-pair-match-face ((t (:weight bold :background ,purple)))) `(sp-show-pair-mismatch-face ((t (:background ,red)))) '(ivy-modified-buffer ((t (:underline t :inherit (default))))) - + `(company-echo-common ((t (:foreground "black" :background ,bg-blue :weight bold)))) `(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 "black" :background "grey" :slant italic)))) + `(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-common-selection ((t (:foreground "black" :background + ,yellow :weight bold)))) `(company-tooltip-selection ((t (:background ,yellow :foreground "black")))) '(font-latex-bold-face ((t (:weight bold)))) '(font-latex-italic-face ((t (:slant italic)))) - `(font-latex-math-face ((t (:foreground "black" - :box (:line-width 2 :color ,lazy - :style pressed-button) - :foreground "black")))) + '(font-latex-math-face ((t (:foreground "black" :box (:line-width 1 :color "grey" :style sunken))))) '(font-latex-string-face ((t (:foreground "black")))) '(font-latex-verbatim-face ((t (:foreground "black")))) '(font-latex-sedate-face ((t (:foreground "black")))) @@ -127,12 +129,9 @@ `(avy-lead-face-1 ((t (:background ,red)))) `(avy-lead-face-2 ((t (:background ,purple)))) - '(company-coq-comment-h1-face ((t (:height 1.8 :slant italic - :inherit (default))))) - '(company-coq-comment-h2-face ((t (:height 1.4 :slant italic - :inherit (default))))) - '(company-coq-comment-h3-face ((t (:height 1.2 :slant italic - :inherit (default))))) + '(company-coq-comment-h1-face ((t (:height 1.8 :slant italic :inherit (default))))) + '(company-coq-comment-h2-face ((t (:height 1.4 :slant italic :inherit (default))))) + '(company-coq-comment-h3-face ((t (:height 1.2 :slant italic :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)))) @@ -140,7 +139,7 @@ '(company-coq-features/code-folding-bullet-face ((t (:foreground "black" :weight bold)))) - + `(coq-solve-tactics-face ((t (:foreground "black" :underline t)))) `(proof-tactics-name-face ((t (:foreground "black" :weight bold)))) )) |
