emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 2d886a6 116/137: add flycheck faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 2d886a6 116/137: add flycheck faces
Date: Thu, 21 Oct 2021 18:12:23 -0400 (EDT)

branch: elpa/ujelly-theme
commit 2d886a64f84b3a27a53d2f29cd22528a8e3c7be2
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    add flycheck faces
---
 ujelly-theme.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index a3d7b68..c458754 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.33
+;; Version: 1.1.34
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -82,6 +82,8 @@
        `(eshell-ls-executable ((,class (:weight normal :foreground 
,ujelly-red-0))))
        `(eshell-ls-product ((,class (:foreground ,ujelly-fg))))
        `(eshell-ls-symlink ((,class (:weight normal :foreground 
,ujelly-purple-2))))
+       `(flycheck-error ((,class (:foreground ,ujelly-red-2))))
+       `(flycheck-info ((,class (:foreground ,ujelly-purple-2))))
        `(font-lock-builtin-face ((,class (:foreground ,ujelly-blue-0))))
        `(font-lock-comment-face ((,class (:slant italic :foreground 
,ujelly-grey-0))))
        `(font-lock-constant-face ((,class (:foreground ,ujelly-green-1))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]