branch: elpa/ujelly-theme
commit 30efb05b1135992eaa88c5755814b35291e1f343
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
use background color set by terminal
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index fd3a50a..1541b8e 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,14 +2,14 @@
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.2.7
+;; Version: 1.2.8
;; 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 "#000000")
+ (ujelly-bg nil)
(ujelly-blue-0 "#8fbfdc")
(ujelly-green-0 "#99ad6a")
(ujelly-green-1 "#447799")