https://github.com/jonathanchu/atom-one-dark-theme
Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.
https://github.com/jonathanchu/atom-one-dark-theme
emacs emacs-theme emacs-theme-port emacs-themes
Last synced: 5 months ago
JSON representation
Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.
- Host: GitHub
- URL: https://github.com/jonathanchu/atom-one-dark-theme
- Owner: jonathanchu
- License: gpl-3.0
- Created: 2015-06-06T02:26:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:33:41.000Z (over 2 years ago)
- Last Synced: 2024-08-05T06:05:40.667Z (9 months ago)
- Topics: emacs, emacs-theme, emacs-theme-port, emacs-themes
- Language: Emacs Lisp
- Size: 128 KB
- Stars: 256
- Watchers: 8
- Forks: 52
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://melpa.org/#/atom-one-dark-theme)
[](http://stable.melpa.org/#/atom-one-dark-theme)
[](https://www.gnu.org/licenses/gpl-3.0)# Atom One Dark Theme for Emacs
This is a port of the Atom One Dark theme from
[Atom.io](https://atom.io). The original One Dark theme for Atom can
be found here:* [Atom One Dark UI](https://atom.io/themes/one-dark-ui)
* [Atom One Dark Syntax](https://atom.io/themes/one-dark-syntax)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](http://melpa.org/) package
archive in your Emacs configuration.m-x `package-install` RET `atom-one-dark-theme`
### Manual
First, clone this repo:
```console
$ git clone https://github.com/jonathanchu/atom-one-dark-theme.git
```Then, add this to your Emacs config:
```elisp
(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:```elisp
(load-theme 'atom-one-dark t)
```## Screenshots
