All Projects → jonathanchu → Atom One Dark Theme

jonathanchu / Atom One Dark Theme

Licence: gpl-3.0
Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.

Labels

Projects that are alternatives of or similar to Atom One Dark Theme

Dimmer.el
Interactively highlight which buffer is active by dimming the others.
Stars: ✭ 194 (-10.6%)
Mutual labels:  emacs
Toc Org
toc-org is an Emacs utility to have an up-to-date table of contents in the org files without exporting (useful primarily for readme files on GitHub)
Stars: ✭ 202 (-6.91%)
Mutual labels:  emacs
Fsautocomplete
F# language server using Language Server Protocol
Stars: ✭ 208 (-4.15%)
Mutual labels:  emacs
Evil Snipe
2-char searching ala vim-sneak & vim-seek, for evil-mode
Stars: ✭ 196 (-9.68%)
Mutual labels:  emacs
Literate Calc Mode.el
🧮 Literate programming for M-x calc
Stars: ✭ 201 (-7.37%)
Mutual labels:  emacs
Elfeed Org
Configure the Elfeed RSS reader with an Orgmode file
Stars: ✭ 203 (-6.45%)
Mutual labels:  emacs
Emacs
🧛🏻‍♂️ Dark theme for Emacs
Stars: ✭ 190 (-12.44%)
Mutual labels:  emacs
Modalka
Modal editing your way
Stars: ✭ 212 (-2.3%)
Mutual labels:  emacs
Company Sourcekit
Completion for Swift projects via SourceKit with the help of SourceKitten
Stars: ✭ 203 (-6.45%)
Mutual labels:  emacs
Dotfiles
Ninrod's sharpened dotfiles for emacs, vim, zsh, tmux. Since '15.
Stars: ✭ 208 (-4.15%)
Mutual labels:  emacs
Hackernews.el
Hacker News client for Emacs
Stars: ✭ 200 (-7.83%)
Mutual labels:  emacs
Evil Multiedit
Multiple cursors for evil-mode, based on iedit
Stars: ✭ 200 (-7.83%)
Mutual labels:  emacs
Uncledavesemacs
My personal ~/.emacs.d
Stars: ✭ 204 (-5.99%)
Mutual labels:  emacs
Emacs Direnv
direnv integration for emacs
Stars: ✭ 194 (-10.6%)
Mutual labels:  emacs
Doct
DOCT: Declarative Org Capture Templates for Emacs
Stars: ✭ 210 (-3.23%)
Mutual labels:  emacs
Build Emacs For Macos
Somewhat hacky script to automate building of Emac.app on macOS.
Stars: ✭ 192 (-11.52%)
Mutual labels:  emacs
Emacs Module Rs
Rust binding and tools for emacs-module (Emacs's dynamic module support)
Stars: ✭ 203 (-6.45%)
Mutual labels:  emacs
Homebrew Emacs Head
GNU Emacs formula for the Homebrew package manager
Stars: ✭ 214 (-1.38%)
Mutual labels:  emacs
Github Review
Github code reviews with Emacs.
Stars: ✭ 210 (-3.23%)
Mutual labels:  emacs
Verb
Organize and send HTTP requests from Emacs
Stars: ✭ 205 (-5.53%)
Mutual labels:  emacs

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

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