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

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

[nongnu] elpa/ujelly-theme 2a35e63 132/137: fix no bg color bug on graph


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 2a35e63 132/137: fix no bg color bug on graphic display
Date: Thu, 21 Oct 2021 18:12:27 -0400 (EDT)

branch: elpa/ujelly-theme
commit 2a35e63545132e24becff21a3daa9325126d8504
Author: David Lukes <dafydd.lukes@gmail.com>
Commit: David Lukes <dafydd.lukes@gmail.com>

    fix no bg color bug on graphic display
---
 ujelly-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 1541b8e..b4d689e 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,14 +2,14 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.2.8
+;; Version: 1.2.9
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
 
 (let ((class '((class color) (min-colors 89)))
       (ujelly-fg "#ffffff")
-      (ujelly-bg nil)
+      (ujelly-bg (if (display-graphic-p) "#000000" nil))
       (ujelly-blue-0 "#8fbfdc")
       (ujelly-green-0 "#99ad6a")
       (ujelly-green-1 "#447799")



reply via email to

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