Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcnski/nimbus-theme
Nimbus dark theme for Emacs. Beautiful, slightly retro, yet readable and easy on the eyes.
https://github.com/mrcnski/nimbus-theme
dark-theme emacs emacs-theme melpa theme
Last synced: about 2 months ago
JSON representation
Nimbus dark theme for Emacs. Beautiful, slightly retro, yet readable and easy on the eyes.
- Host: GitHub
- URL: https://github.com/mrcnski/nimbus-theme
- Owner: mrcnski
- License: gpl-3.0
- Created: 2017-03-09T19:19:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T00:14:20.000Z (5 months ago)
- Last Synced: 2024-08-19T01:32:01.533Z (5 months ago)
- Topics: dark-theme, emacs, emacs-theme, melpa, theme
- Language: Emacs Lisp
- Homepage:
- Size: 3.15 MB
- Stars: 131
- Watchers: 5
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nimbus
[![MELPA](https://melpa.org/packages/nimbus-theme-badge.svg)](https://melpa.org/#/nimbus-theme)
[![Issues](https://img.shields.io/github/issues-raw/mrcnski/nimbus-theme.svg)](https://github.com/mrcnski/nimbus-theme/issues)
[![LoC](https://tokei.rs/b1/github/mrcnski/nimbus-theme)](https://github.com/mrcnski/nimbus-theme)
[![License: GPL3](https://img.shields.io/badge/License-GPL3-yellow.svg)](https://opensource.org/licenses/GPL-3.0)Nimbus dark theme for Emacs.
![Screenshot](./screenshot.png)
> nimbus: (Latin) rainstorm, rain cloud
## About
I wanted to make a theme that would bring me joy every day. I wanted something
beautiful, slightly retro, yet readable and easy on the eyes. I regularly add
and modify faces and am always looking to support more third-party packages.[User testimonial!](https://grtcdr.tn/posts/2022-12-05.html)
Nimbus was originally a fork of [Ample](https://github.com/jordonbiondo/ample-theme).
## Installing
Make sure you have set up [MELPA](http://melpa.org/#/getting-started) and run:
```
M-x package-install RET nimbus-theme RET
```Use `M-x customize-themes` to activate it, or put the following in your Emacs configuration file:
```elisp
(load-theme 'nimbus t)
```Or, if you have [use-package](https://github.com/jwiegley/use-package):
```elisp
(use-package nimbus-theme)
```### Troubleshooting
If you encounter any issues with Nimbus (such as text faces being hard to read or not appearing as expected), please try the following:
1. Restart Emacs and make sure Nimbus is the first theme you enable. Switching custom themes during an Emacs session may cause artifacts from the previous theme to remain.
1. Leave a bug report on [GitHub](https://github.com/mrcnski/nimbus-theme/issues). Please try to include screenshots as well as full instructions for reproducing your problem, including setup of the relevant mode.## Contributing
All contributions are welcome. I want to support as many third-party Emacs packages as possible. Please write issues and raise pull requests!
### Contributors
- Marcin Swieczkowski [[GitHub](https://github.com/mrcnski)] -- The head honcho
- Jordon Biondo [[GitHub](https://github.com/jordonbiondo)] -- Creator of [Ample Theme](https://github.com/jordonbiondo/ample-theme)
- Davor Rotim [[GitHub](https://github.com/drot)]
- Pierre Le Gall [[GitHub](https://github.com/pierrelegall)]
- Bruno [[GitHub](https://github.com/arzoriac)]
- Jorge Araya Navarro [[GitHub](https://github.com/shackra)]
- Dario Gjorgjevski [[GitHub](https://github.com/d125q)]
- Aziz Ben Ali [[GitHub](https://github.com/grtcdr)]## Related Projects
- [Nimbus for VSCode](https://github.com/mrcnski/nimbus-theme-vscode)
- [Nimbus-Pygments](https://github.com/mrcnski/nimbus-pygments) (for static site generators)