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

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

[nongnu] elpa/ujelly-theme 6616fc2 063/137: add fringe customization


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 6616fc2 063/137: add fringe customization
Date: Thu, 21 Oct 2021 18:12:11 -0400 (EDT)

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

    add fringe customization
---
 ujelly-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 765560e..0a1e361 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.0.41
+;; Version: 1.0.42
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -77,6 +77,7 @@
        `(font-lock-warning-face ((,class (:foreground ,ujelly-red-1))))
        `(font-lock-regexp-grouping-construct ((t (:foreground ,ujelly-yellow-0 
:bold t))))
        `(font-lock-regexp-grouping-backslash ((t (:foreground ,ujelly-red-0 
:bold t))))
+       `(fringe ((,class (:foreground ,ujelly-fg :background ,ujelly-bg))))
        `(git-commit-comment-file-face ((,class (:foreground ,ujelly-fg))))
        `(git-commit-comment-heading-face ((,class (:foreground 
,ujelly-yellow-0))))
        `(git-commit-summary-face ((,class (:foreground ,ujelly-fg))))



reply via email to

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