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

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

[nongnu] elpa/gruber-darker-theme a92688dfb4 008/121: Added installation


From: ELPA Syncer
Subject: [nongnu] elpa/gruber-darker-theme a92688dfb4 008/121: Added installation instructions.
Date: Mon, 12 Dec 2022 21:00:03 -0500 (EST)

branch: elpa/gruber-darker-theme
commit a92688dfb41ed398fa367fe0e85018e0aa6f846c
Author: rexim <reximkut@gmail.com>
Commit: rexim <reximkut@gmail.com>

    Added installation instructions.
---
 README.md | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/README.md b/README.md
index a2cc493e42..53f3bfd7a1 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,45 @@ Gruber Darker color theme for Emacs by Jason Blevins. A darker 
variant
 of the Gruber Dark theme for BBEdit by John Gruber. Adapted for
 deftheme by Alexey Kutepov a.k.a. rexim.
 
+# Installation
+
+You can use built-in package manager (package.el) or do all by your
+hands.
+
+## Package.el
+
+Enable marmalade package repo if needed --- add the following to your
+emacs config file (.emacs, init.el, whatever):
+
+```
+(require 'package)
+(add-to-list 'package-archives
+             '("marmalade" . "http://marmalade-repo.org/packages/";) t)
+```
+
+Then use `M-x package-install RET gruber-darker-theme RET` to install
+the theme. Use `M-x customize-themes` to change your current theme.
+
+## Manual
+
+Download the theme to a local directory. You can do it through `git
+clone` command:
+
+```
+git clone git://github.com/rexim/gruber-darker-theme.git
+```
+
+Then add path to gruber-darker-theme to custom-theme-load-path list
+--- add the following to your emacs config file (.emacs, init.el,
+whatever):
+
+```
+(add-to-list 'custom-theme-load-path
+             "/path/to/gruber-darker-theme/")
+```
+
+Use `M-x customize-themes` to change your current theme.
+
 # Screenshot
 
 
![gruber-darker-theme](https://github.com/rexim/gruber-darker-theme/raw/master/gruber-darker-theme.png)



reply via email to

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