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

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

[nongnu] elpa/ujelly-theme 2b54793 118/137: update flycheck/magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 2b54793 118/137: update flycheck/magit faces
Date: Thu, 21 Oct 2021 18:12:24 -0400 (EDT)

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

    update flycheck/magit faces
---
 ujelly-theme.el | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 521745e..c333707 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.35
+;; Version: 1.1.36
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -82,8 +82,9 @@
        `(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))))
+       `(flycheck-error ((,class (:background ,ujelly-grey-4))))
+       `(flycheck-info ((,class (:background ,ujelly-grey-4))))
+       `(flycheck-warning ((,class (:background ,ujelly-grey-4))))
        `(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))))
@@ -154,6 +155,8 @@
        `(magit-diffstat-removed ((,class (:foreground ,ujelly-red-0))))
        `(magit-hash ((,class (:foreground ,ujelly-red-0))))
        `(magit-log-author ((,class (:foreground ,ujelly-yellow-0))))
+       `(magit-popup-argument ((,class (:foreground ,ujelly-red-0))))
+       `(magit-popup-disabled-argument ((,class (:foreground ,ujelly-grey-0))))
        `(magit-section-highlight ((,class (:background ,ujelly-grey-2))))
        `(match ((,class (:background ,ujelly-red-1))))
        `(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))



reply via email to

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