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

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

[nongnu] elpa/ujelly-theme ff4b9fb 096/137: add customizations for elixi


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme ff4b9fb 096/137: add customizations for elixir/alchemist
Date: Thu, 21 Oct 2021 18:12:19 -0400 (EDT)

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

    add customizations for elixir/alchemist
---
 ujelly-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 1434a27..acec38b 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.13
+;; Version: 1.1.14
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -36,6 +36,8 @@
       (custom-theme-set-faces
        'ujelly
        `(default ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
+       `(alchemist-test--failed-face ((,class (:foreground ,ujelly-red-0))))
+       `(alchemist-test--success-face ((,class (:foreground ,ujelly-green-0))))
        `(company-preview-common ((,class (:foreground nil :background 
,ujelly-purple-1))))
        `(company-scrollbar-bg ((,class (:background ,ujelly-grey-2))))
        `(company-scrollbar-fg ((,class (:background ,ujelly-grey-0))))
@@ -64,6 +66,7 @@
        `(diredp-symlink ((,class (:foreground ,ujelly-red-3))))
        `(diredp-write-priv ((,class (:foreground ,ujelly-fg :background 
,ujelly-bg))))
        `(emmet-preview-output ((,class (:background ,ujelly-purple-1))))
+       `(elixir-atom-face ((,class (:foreground ,ujelly-blue-0))))
        `(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
        `(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
        `(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))



reply via email to

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