[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/nano-theme 34a3efc37b: Bugfix (missing parens)
From: |
ELPA Syncer |
Subject: |
[elpa] externals/nano-theme 34a3efc37b: Bugfix (missing parens) |
Date: |
Sat, 12 Nov 2022 05:57:53 -0500 (EST) |
branch: externals/nano-theme
commit 34a3efc37b329064a320225361ad833c57017485
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Bugfix (missing parens)
---
nano-dark-theme.el | 2 +-
nano-light-theme.el | 2 +-
nano-theme-support.el | 5 +++--
nano-theme.el | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/nano-dark-theme.el b/nano-dark-theme.el
index 193c670df7..c670762527 100644
--- a/nano-dark-theme.el
+++ b/nano-dark-theme.el
@@ -4,7 +4,7 @@
;; Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
;; URL: https://github.com/rougier/nano-theme
-;; Version: 0.3.3
+;; Version: 0.3.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: theme, dark, light
diff --git a/nano-light-theme.el b/nano-light-theme.el
index 2e1f823d04..975f178dbf 100644
--- a/nano-light-theme.el
+++ b/nano-light-theme.el
@@ -4,7 +4,7 @@
;; Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
;; URL: https://github.com/rougier/nano-theme
-;; Version: 0.3.3
+;; Version: 0.3.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: theme, dark, light
diff --git a/nano-theme-support.el b/nano-theme-support.el
index 6b6d7c91d3..aba9af66b2 100644
--- a/nano-theme-support.el
+++ b/nano-theme-support.el
@@ -4,7 +4,7 @@
;; Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
;; URL: https://github.com/rougier/nano-theme
-;; Version: 0.3.3
+;; Version: 0.3.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: theme, dark, light
@@ -1004,7 +1004,8 @@ background color that is barely perceptible."
'(org-agenda-calendar-sexp ((t (:inherit nano-salient))))
'(org-agenda-clocking ((t (:inherit nano-faded))))
'(org-agenda-column-dateline ((t (:inherit nano-faded))))
- '(org-agenda-current-time ((t (:inherit (nano-strong nano-salient))))
+ '(org-agenda-current-time ((t (:inherit (nano-strong
+ nano-salient)))))
'(org-agenda-date ((t (:inherit nano-strong))))
'(org-agenda-date-today ((t (:inherit (nano-salient
nano-strong)))))
diff --git a/nano-theme.el b/nano-theme.el
index 1f4b7fe847..b6e609780e 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -4,7 +4,7 @@
;; Maintainer: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
;; URL: https://github.com/rougier/nano-theme
-;; Version: 0.3.3
+;; Version: 0.3.4
;; Package-Requires: ((emacs "27.1"))
;; Keywords: theme, dark, light
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/nano-theme 34a3efc37b: Bugfix (missing parens),
ELPA Syncer <=