All Projects β†’ dracula β†’ Emacs

dracula / Emacs

Licence: mit
πŸ§›πŸ»β€β™‚οΈ Dark theme for Emacs

Projects that are alternatives of or similar to Emacs

Dracula Theme
πŸ§›πŸ»β€β™‚οΈ One theme. All platforms.
Stars: ✭ 17,480 (+9100%)
Mutual labels:  dark-theme, emacs
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+154.21%)
Mutual labels:  dark-theme, emacs
Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (+121.58%)
Mutual labels:  dark-theme, emacs
Nimbus Theme
The best dark theme for Emacs
Stars: ✭ 102 (-46.32%)
Mutual labels:  dark-theme, emacs
Emacs Color Themes
A collection of custom themes for Emacs. All the themes are named after famous programmers.
Stars: ✭ 469 (+146.84%)
Mutual labels:  dark-theme, emacs
Emacs4cl
A 40 line ~/.emacs to quickly set up vanilla Emacs for Common Lisp programming
Stars: ✭ 151 (-20.53%)
Mutual labels:  dark-theme, emacs
Ue4minimal
My Minimal Dark Theme for Unreal Engine 4
Stars: ✭ 180 (-5.26%)
Mutual labels:  dark-theme
Darkmode.js
πŸŒ“ Add a dark-mode / night-mode to your website in a few seconds
Stars: ✭ 2,339 (+1131.05%)
Mutual labels:  dark-theme
Nox
Nox is a lightweight, high-performance LSP client for Emacs
Stars: ✭ 181 (-4.74%)
Mutual labels:  emacs
Boo
Boo - A beautiful, clean and responsive theme for Ghost.
Stars: ✭ 176 (-7.37%)
Mutual labels:  dark-theme
Know Your Http Well
HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.
Stars: ✭ 2,205 (+1060.53%)
Mutual labels:  emacs
Smudge
Control the Spotify app from within Emacs.
Stars: ✭ 186 (-2.11%)
Mutual labels:  emacs
El Patch
✨ Future-proof your Emacs Lisp customizations!
Stars: ✭ 184 (-3.16%)
Mutual labels:  emacs
Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+1065.26%)
Mutual labels:  dark-theme
Org Books
Reading list management with org mode
Stars: ✭ 186 (-2.11%)
Mutual labels:  emacs
Environmentoverrides
QA assistant for a SwiftUI app: change the color scheme, accessibility settings, and localization on the fly!
Stars: ✭ 181 (-4.74%)
Mutual labels:  dark-theme
Julia Emacs
Julia support in Emacs.
Stars: ✭ 187 (-1.58%)
Mutual labels:  emacs
Flycheck
On the fly syntax checking for GNU Emacs
Stars: ✭ 2,138 (+1025.26%)
Mutual labels:  emacs
Pomidor
Pomidor is a simple and cool pomodoro technique timer.
Stars: ✭ 183 (-3.68%)
Mutual labels:  emacs
Emacs History
Historical Emacs Software Preservation
Stars: ✭ 184 (-3.16%)
Mutual labels:  emacs

Dracula for Emacs

A dark theme for Emacs.

Screenshot

Install

Melpa badge

All instructions can be found at 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.

;; 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-1 1.15)

;; Adjust font size of titles level 3 (default 1.0)
(setq dracula-height-title-1 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).

# 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.

Garrett T Γ‰tienne D
Garrett T Γ‰tienne D

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].