[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/ujelly-theme 5dbd7c380f: switch from linum to display-line
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/ujelly-theme 5dbd7c380f: switch from linum to display-line-number-mode |
Date: |
Sat, 9 Nov 2024 22:00:55 -0500 (EST) |
branch: elpa/ujelly-theme
commit 5dbd7c380f8c6f474f08262aaf8dc7641ee603eb
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>
switch from linum to display-line-number-mode
---
ujelly-theme.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index ee2db02b48..70bd263c74 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.3.1
+;; Version: 1.3.2
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -147,7 +147,7 @@
`(js2-external-variable ((,class (:foreground ,ujelly-yellow-0))))
`(js2-function-param ((,class (:foreground ,ujelly-fg))))
`(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
- `(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
+ `(line-number ((,class (:slant italic :foreground ,ujelly-grey-4))))
`(magit-blame-heading ((,class (:foreground ,ujelly-grey-1 :background
,ujelly-grey-2))))
`(magit-branch-current ((,class (:foreground ,ujelly-green-2))))
`(magit-branch-local ((,class (:foreground ,ujelly-green-2))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/ujelly-theme 5dbd7c380f: switch from linum to display-line-number-mode,
ELPA Syncer <=