[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/monokai-theme 764ffa3 045/207: Add theme company annotatio
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/monokai-theme 764ffa3 045/207: Add theme company annotations and template fields. |
Date: |
Thu, 21 Oct 2021 18:07:28 -0400 (EDT) |
branch: elpa/monokai-theme
commit 764ffa3955c48ae6772787367b783b7147284164
Author: ane <ane@iki.fi>
Commit: ane <ane@iki.fi>
Add theme company annotations and template fields.
If a backend provides support for company annotations (see screenshots),
then these are colored in bright green.
If a backend provides support for template fields, these are colored
exactly like the tooltip suggestions.
---
monokai-theme.el | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 77a956c..3e34b42 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1344,7 +1344,21 @@ Also affects 'linum-mode' background."
((,class (:background ,yellow-d))
(,terminal-class (:background ,terminal-yellow-d))))
- ;; cscope
+ ;; company-mode tooltip annnotations
+ `(company-tooltip-annotation
+ ((,class (:background ,monokai-hl
+ :foreground ,green-l))
+ (,terminal-class (:background ,terminal-monokai-hl
+ :foreground ,terminal-green))))
+
+ ;; company-mode templates
+ `(company-template-field
+ ((,class (:background ,monokai-hl
+ :foreground ,cyan))
+ (,terminal-class (:background ,terminal-monokai-hl
+ :foreground ,terminal-cyan))))
+
+ ;; CSCOPE
`(cscope-file-face
((,class (:foreground ,green
:weight bold))
- [nongnu] elpa/monokai-theme 791baae 204/207: Enhance diff-hl git gutter (fixes issue #104) (#105), (continued)
- [nongnu] elpa/monokai-theme 791baae 204/207: Enhance diff-hl git gutter (fixes issue #104) (#105), ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 186526c 010/207: Correct typo in auto-complete method which caused black text to be used instead of grey in the popup., ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme d6d9cc4 003/207: Update monokai-theme.el, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 3ef5efa 008/207: Change diff colours from darker green and red to standard green and red., ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 0426065 005/207: Update monokai-theme.el, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 33ba2cf 020/207: Add support for helm-ls-git faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 28f6f09 017/207: Rewrite theme using bbatsov/solarized-emacs as a guide., ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 41518d7 015/207: Add some new faces. Change warning color from "monokai-orange" to "monokai-yellow-1". Tweak the terminal colors to try get a better approximation of gui colors., ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 589e10a 035/207: Merge pull request #22 from jcsims/patch-1, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme a4143fc 044/207: Remove italics on type face, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 764ffa3 045/207: Add theme company annotations and template fields.,
ELPA Syncer <=
- [nongnu] elpa/monokai-theme 0f83a63 059/207: Fixes #42: add support for magit diff faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme ffcb1ec 068/207: Update monokai-theme.el, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 521746d 069/207: Update monokai-theme.el, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 2a7545a 076/207: Lighten tooltip colour, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 8de48b6 084/207: Rename line highlight variable and use it appropriately, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 66320eb 099/207: Update guide-key faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 35c7bca 109/207: Extend version, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 67d6276 089/207: Add cider faces, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 22df342 132/207: Merge pull request #60 from d1egoaz/expose_primary_colors, ELPA Syncer, 2021/10/21
- [nongnu] elpa/monokai-theme 53f0ba9 140/207: Bump version after update, ELPA Syncer, 2021/10/21