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

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

[elpa] externals/nano-theme b39e09042e 01/21: Made faded and popout more


From: ELPA Syncer
Subject: [elpa] externals/nano-theme b39e09042e 01/21: Made faded and popout more salient.
Date: Mon, 31 Jan 2022 11:57:48 -0500 (EST)

branch: externals/nano-theme
commit b39e09042e0bbfec9ba203eacf0a1a9915fc2ea2
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Made faded and popout more salient.
---
 nano-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nano-theme.el b/nano-theme.el
index 690d8373e2..f202c32288 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -175,7 +175,7 @@
   "Subtle color is used to suggest a physical area on the screen."
   :type 'color :group 'nano-theme-light)
 
-(defcustom nano-light-faded "#B0BEC5" ;; Blue Grey / L200
+(defcustom nano-light-faded "#90A4AE" ;; Blue Grey / L300
   "Faded face is for information that are less important."
   :type 'color :group 'nano-theme-light)
 
@@ -187,7 +187,7 @@
   "Strong color is used for information of a structural nature."
   :type 'color :group 'nano-theme-light)
 
-(defcustom nano-light-popout "#FFAB91" ;; Deep Orange / L200
+(defcustom nano-light-popout "#FF8A65" ;; Deep Orange / L300
   "Popout colour is used for information that needs attention."
   :type 'color :group 'nano-theme-light)
 



reply via email to

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