branch: elpa/ujelly-theme
commit 2b54793859c0569b0e201f5c32cb796097250393
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
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 <[email protected]>
;; 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))))