[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/monokai-theme 7b51beafca 13/16: Add support for `flymake-p
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/monokai-theme 7b51beafca 13/16: Add support for `flymake-popon`, `lsp-ui-doc-border` |
Date: |
Wed, 11 Sep 2024 07:00:30 -0400 (EDT) |
branch: elpa/monokai-theme
commit 7b51beafca7d06d8067fadd0c3cecc6fb3e46ca8
Author: coco24 <1281299809@qq.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>
Add support for `flymake-popon`, `lsp-ui-doc-border`
---
monokai-theme.el | 29 +++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index 61dedf9257..3bbe6ef370 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1433,8 +1433,8 @@ Also affects 'linum-mode' background."
(,monokai-256-class (:background ,monokai-256-highlight))))
`(corfu-default
- ((,monokai-class (:foreground ,monokai-foreground :background
,monokai-gray-d))
- (,monokai-256-class (:foreground ,monokai-256-foreground :background
,monokai-256-gray-d))))
+ ((,monokai-class (:background ,monokai-gray-d))
+ (,monokai-256-class (:background ,monokai-256-gray-d))))
`(corfu-annotations
((,monokai-class (:foreground ,monokai-green))
@@ -2267,6 +2267,27 @@ Also affects 'linum-mode' background."
:weight bold
:underline t))))
+ ;; flymake-popon
+ `(flymake-popon
+ ((,monokai-class (:background ,monokai-gray-d))
+ (,monokai-256-class (:background ,monokai-256-gray-d))))
+
+ `(flymake-popon-note
+ ((,monokai-class (:inherit flymake-popon :foreground ,monokai-comments))
+ (,monokai-256-class (:inherit flymake-popon :foreground
,monokai-256-comments))))
+
+ `(flymake-popon-error
+ ((,monokai-class (:inherit flymake-popon :foreground ,monokai-red))
+ (,monokai-256-class (:inherit flymake-popon :foreground
,monokai-256-red))))
+
+ `(flymake-popon-warning
+ ((,monokai-class (:inherit flymake-popon :foreground ,monokai-yellow))
+ (,monokai-256-class (:inherit flymake-popon :foreground
,monokai-256-yellow))))
+
+ `(flymake-popon-posframe-border
+ ((,monokai-class (:foreground ,monokai-highlight-alt))
+ (,monokai-256-class (:foreground ,monokai-256-highlight-alt))))
+
;; flycheck
`(flycheck-error
((,(append '((supports :underline (:style line))) monokai-class)
@@ -3487,6 +3508,10 @@ Also affects 'linum-mode' background."
((,monokai-class (:background ,monokai-gray-d))
(,monokai-256-class (:background ,monokai-256-gray-d))))
+ `(lsp-ui-doc-border
+ ((,monokai-class (:background ,monokai-highlight-alt))
+ (,monokai-256-class (:background ,monokai-256-highlight-alt))))
+
;; lusty-explorer
`(lusty-directory-face
((,monokai-class (:inherit dimonokai-red-directory))
- [nongnu] elpa/monokai-theme 24e9e34cc2 07/16: Disable `distant-foreground` for highlight, (continued)
- [nongnu] elpa/monokai-theme 24e9e34cc2 07/16: Disable `distant-foreground` for highlight, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 4febada5bb 15/16: Add support for `corfu-popupinfo`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 883c81314c 08/16: Add face for `child-frame-border`, `lsp-ui-doc-background`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme dacd9d8a88 16/16: Update `org-remark-highlighter`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 82a0a4e578 10/16: Add support for `org-remark-highlighter`, `highlight-indent-guides`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 1ea6ea3613 14/16: Add support for `eldoc-box`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 7743e4f3f7 09/16: Add support for `doom-modeline-bar`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme e963aa87ad 03/16: Improve the appearance of `tab-line`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme b88d09a6fe 11/16: Add support for `tty-menu`, `eshell-prompt-extras`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme eeb90f8f37 12/16: Add support for `custom-button`, `eww`, `shr`, `widget`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 7b51beafca 13/16: Add support for `flymake-popon`, `lsp-ui-doc-border`,
ELPA Syncer <=