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

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

[elpa] externals/nano-theme 9b4a669 06/24: Added installation instructio


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 9b4a669 06/24: Added installation instructions
Date: Wed, 29 Sep 2021 08:57:47 -0400 (EDT)

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

    Added installation instructions
---
 README.md | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6637c3a..efb5d67 100644
--- a/README.md
+++ b/README.md
@@ -44,10 +44,27 @@ The theme is based on a set of six faces (only):
   > information and this can be made by setting a very light
   > background color that is barely perceptible.
 
+
+### Installation
+
+Install with [straight.el](https://github.com/raxod502/straight.el):
+
+```
+(straight-use-package '(nano-theme :type git :host github
+                                   :repo "rougier/nano-theme")
+```
+
 ### Usage
 
-You can save the file in you `.emacs.d` directory and then type `M-x:
-(load-theme 'nano)` or `M-x: (nano-light)` or `M-x: (nano-dark)`
+Load theme directly: `M-x: (load-theme 'nano t)`  
+
+Alternatively, you can type:
+- `M-x: (nano-light)` for light theme
+- `M-x: (nano-dark)` for dark theme
+
+If you want the same aspect as in the screenshots, you can also use
+`M-x: (nano-setup)` 
+
 
 ### Screenshots
 



reply via email to

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