• Stars
    star
    255
  • Rank 159,729 (Top 4 %)
  • Language
    Emacs Lisp
  • License
    GNU General Publi...
  • Created over 9 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.

MELPA MELPA Stable License: GPL v3

Atom One Dark Theme for Emacs

This is a port of the Atom One Dark theme from Atom.io. The original One Dark theme for Atom can be found here:

This is a work in progress. I have yet to include theme faces for many popular modes. Pull requests are extremely welcomed! :)

Installation

From Packages (MELPA)

Make sure you have enabled the MELPA package archive in your Emacs configuration.

m-x package-install RET atom-one-dark-theme

Manual

First, clone this repo:

$ git clone https://github.com/jonathanchu/atom-one-dark-theme.git

Then, add this to your Emacs config:

(add-to-list 'custom-theme-load-path "~/.emacs.d/path/to/atom-one-dark-theme/")

Configuration

Load the theme with:

load-theme atom-one-dark

To load this theme on Emacs startup and make it the default, add this to your Emacs config:

(load-theme 'atom-one-dark t)

Screenshots

Atom One Dark theme screenshot