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

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

[nongnu] elpa/ujelly-theme cf03692 015/137: smerge faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme cf03692 015/137: smerge faces
Date: Thu, 21 Oct 2021 18:12:01 -0400 (EDT)

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

    smerge faces
---
 ujelly-theme.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 60b91d3..20f314e 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -1,8 +1,8 @@
 ;;; ujelly-theme.el --- Ujelly theme for GNU Emacs 24 (deftheme)
 
-;; Author: Mark Tran <mark.tran@gmail.com
+;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.0.4
+;; Version: 1.0.5
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -80,7 +80,8 @@
        `(mode-line-inactive ((,class (:foreground ,ujelly-grey-2 :background 
nil))))
        `(org-checkbox ((,class (:foreground ,ujelly-orange-0))))
        `(region ((,class (:background ,ujelly-purple-1))))
-       `(smerge-refined-change ((,class (:background ,ujelly-bg))))
+       `(smerge-markers ((,class (:foreground ,ujelly-yellow-0))))
+       `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
        `(trailing-whitespace ((,class (:background ,ujelly-red-1))))))
 
 ;;; ###autoload



reply via email to

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