Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Clarify how to activate the theme. See nashamri#178.
  • Loading branch information
gwgundersen authored Oct 24, 2022
1 parent e04d1f2 commit a20b486
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ You can install it from NonGNU ELPA or MELPA by:
M-x package-install RET spacemacs-theme
```

To load the dark theme, for example, add the following to your Emacs init file:

```
(use-package spacemacs-theme :ensure t) (load-theme 'spacemacs-dark t)
```

## Supported modes

Some of the supported modes are:
Expand Down

0 comments on commit a20b486

Please sign in to comment.