https://github.com/weijiangan/emacs-snazzy
Elegant Emacs theme with bright colors
https://github.com/weijiangan/emacs-snazzy
bright-colors emacs emacs-theme melpa theme
Last synced: 6 months ago
JSON representation
Elegant Emacs theme with bright colors
- Host: GitHub
- URL: https://github.com/weijiangan/emacs-snazzy
- Owner: weijiangan
- License: gpl-3.0
- Created: 2017-03-28T11:58:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-22T17:32:16.000Z (over 7 years ago)
- Last Synced: 2025-03-25T11:52:16.184Z (7 months ago)
- Topics: bright-colors, emacs, emacs-theme, melpa, theme
- Language: Emacs Lisp
- Homepage:
- Size: 529 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emacs-snazzy
> Elegant Emacs theme with bright colors

## Install
### Manually
1. Install `base16-theme` from MELPA/manually.
2. Install `snazzy-theme.el` by running `M-x package-install-file` and point to the file.
3. Add the following line to your `init.el`.```elisp
(load-theme 'snazzy t)
```
### MELPA
This theme is now on [MELPA](https://melpa.org/#/getting-started)! Run the following command
```
M-x package-install
```
and enter `snazzy-theme`. Voila!(You might need run `M-x package-refresh-contents` first)
## Related
- [hyper-snazzy](https://github.com/sindresorhus/hyper-snazzy) - Hyper version
- [iterm2-snazzy](https://github.com/sindresorhus/iterm2-snazzy) - iTerm2 version
- [terminal-snazzy](https://github.com/sindresorhus/terminal-snazzy) - Terminal version## Credits
This color scheme is originally by [Sindre Sorhus](https://sindresorhus.com). I merely adapted his theme for Emacs and decided to share it for those who are looking for this color scheme for Emacs, as well as to learn to create my own Emacs package.## Contributing
Since I did not create this color scheme, feel free to create a pull request to make it more closely resemble the original vision of the author.## License
MIT © [Sindre Sorhus](https://sindresorhus.com)
GPLv3 © [Wei Jian Gan](http://weijiangan.me)