Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dracula/emacs
π§π»ββοΈ Dark theme for Emacs
https://github.com/dracula/emacs
dark-theme dracula emacs theme
Last synced: about 5 hours ago
JSON representation
π§π»ββοΈ Dark theme for Emacs
- Host: GitHub
- URL: https://github.com/dracula/emacs
- Owner: dracula
- License: mit
- Created: 2016-05-18T20:22:20.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:45:51.000Z (about 2 months ago)
- Last Synced: 2025-02-01T05:06:12.537Z (7 days ago)
- Topics: dark-theme, dracula, emacs, theme
- Language: Emacs Lisp
- Homepage: https://draculatheme.com/emacs
- Size: 1.05 MB
- Stars: 332
- Watchers: 13
- Forks: 86
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dracula for [Emacs](https://www.gnu.org/software/emacs/)
> A dark theme for [Emacs](https://www.gnu.org/software/emacs/).
![Screenshot](./screenshot.png)
## Install
![Melpa badge](https://melpa.org/packages/dracula-theme-badge.svg)
![NonGNU elpa badge](https://elpa.nongnu.org/nongnu/dracula-theme.svg)All instructions can be found at
[draculatheme.com/emacs](https://draculatheme.com/emacs).## Configure
Some aspects of this theme are customizable. You can change them either
by doing `M-x customize-group dracula` or setting one or more of the
following values in your Emacs init file. Note that these variables
need to be set before `load-theme` is invoked for Dracula.```el
;; Don't change the font size for some headings and titles (default t)
(setq dracula-enlarge-headings nil);; Adjust font size of titles level 1 (default 1.3)
(setq dracula-height-title-1 1.25);; Adjust font size of titles level 2 (default 1.1)
(setq dracula-height-title-2 1.15);; Adjust font size of titles level 3 (default 1.0)
(setq dracula-height-title-3 1.05);; Adjust font size of document titles (default 1.44)
(setq dracula-height-doc-title 1.4);; Use less pink and bold on the mode-line and minibuffer (default nil)
(setq dracula-alternate-mode-line-and-minibuffer t)
```## Test
This repository contains a small script named `start_emacs_test.sh`,
which helps you to test this color theme in various environment
(graphical, 256+ colors terminals, 16 colors terminals).```sh
# Graphical test
./start_emacs_test.sh# Full color terminal
./start_emacs_test.sh -nw 256# TTY like env
./start_emacs_test.sh -nw 16
```This script requires the **xterm** terminfo files.
## Team
This theme is maintained by the following person(s) and a bunch of
[awesome contributors](https://github.com/dracula/emacs/graphs/contributors).| [![Garrett T](https://avatars3.githubusercontent.com/u/1043908?v=3&s=70)](https://github.com/film42) | [![Γtienne D](https://avatars3.githubusercontent.com/u/349239?v=3&s=70)](https://github.com/milouse) |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [Garrett T](https://github.com/film42) | [Γtienne D](https://github.com/milouse) |## Community
- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.## Dracula PRO
[![Dracula PRO](./dracula-pro.png)](https://draculatheme.com/pro)
## License
[MIT License](./LICENSE)