Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onurtemizkan/paganini
Dark Emacs Theme 🎻
https://github.com/onurtemizkan/paganini
color-scheme emacs
Last synced: 2 months ago
JSON representation
Dark Emacs Theme 🎻
- Host: GitHub
- URL: https://github.com/onurtemizkan/paganini
- Owner: onurtemizkan
- License: mit
- Created: 2016-05-02T11:53:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-15T19:21:07.000Z (over 6 years ago)
- Last Synced: 2024-12-03T04:34:02.236Z (2 months ago)
- Topics: color-scheme, emacs
- Language: Emacs Lisp
- Homepage:
- Size: 605 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# paganini :violin:
Dark Emacs Theme[![MELPA](http://melpa.org/packages/paganini-theme-badge.svg)](http://melpa.org/#/paganini-theme)
[![License MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)## Installation
### Manual
Download `paganini-theme.el` to the directory `~/.emacs.d/themes/`. Add this to your
`.emacs`:```lisp
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
```Now you can load the theme with the interactive function `load-theme` like this:
`M-x load-theme RET paganini`
### Package.el
Paganini is available in [MELPA](http://melpa.org).
You can install `paganini` with the following command:
`M-x package-install paganini-theme`
To load it automatically on Emacs startup add this to your init file:
```lisp
(load-theme 'paganini t)
```
## Screenshots
![](https://github.com/onurtemizkan/paganini/raw/master/screenshots/s1.png)
![](https://github.com/onurtemizkan/paganini/raw/master/screenshots/s2.png)