Skip to content

jonathanchu/atom-one-dark-theme

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

This seems to have caused some conflicts and should resolve #65
b34b62e

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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