GithubHelp home page GithubHelp logo

schoettkr / emacs-one-themes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from balajisivaraman/emacs-one-themes

0.0 2.0 0.0 1.34 MB

A port of the Vim/Atom One Dark and Light themes to Emacs

License: GNU General Public License v3.0

Emacs Lisp 100.00%

emacs-one-themes's Introduction

One for Emacs

License: GPL v3 MELPA

One for Emacs is an Emacs port of the One theme for Vim/Neovim. It provides both the Dark and Light variants. (Note that the Vim theme itself was a port of One Dark and One Light syntax themes for the Atom editor.)

This theme is primarly tested under Emacs 24 or greater, but it should ideally work Emacs 23 as well. It is also implemented in terms of the builtin theming support in Emacs 24 or greater and does not provide support for the older color-theme-package.

Also note that I have not tested this theme for usage in terminals. I primarily use Emacs GUI, and that is the environment in which I tested this theme.

Installation

From Melpa using package.el

One for Emacs is available via the MELPA package.el repository. Instructions for setting up Melpa can be found here.

Afterwards, it's simply a matter of doing the following within your Emacs:

M-x package-install one-themes

Once installed, you can do:

(load-theme 'one-dark t)

OR

(load-theme 'one-light t)

Using use-package

If you have use-package setup, then you should be able to do the following:

(use-package one-themes
  :init
  (load-theme 'one-dark t))

OR

(use-package one-themes
  :init
  (load-theme 'one-light t))

Manual Installation

Clone this repository to some location on your PC.

(add-to-list 'load-path "<clone location>/emacs-one-themes")
(add-to-list 'custom-theme-load-path "<clone location>/emacs-one-themes")

Afterwards, you can simply follow the load-theme instructions from above to load the variant of One you want.

Supported Modes

  • Helm
  • Magit
  • Org
  • Dired
  • Flycheck
  • Markdown
  • EDiff
  • Company
  • Rainbow Delimiters
  • Spaceline
  • Ledger

And more.

Screenshots

All the below screenshots use the wonderful Pragmata Pro as the font.

Dired Mode

Helm Find Files Mode

Helm Find Buffer Mode

Magit

Rust (Sample for Font Lock Colours)

Contributing

This port is very much a work-in-progress. I'm not a visual designer and have eyeballed colouring of the various faces based on the original Vim theme, as well as what looks pleasing to me. If you feel some colours could be improved, I'd happily accept PRs for the same.

If you find modes that are missing colour configurations, please feel free to contribute the same using PRs. This theme is heavily biased towards modes I use all the time.

License

This theme is licensed under the GNU Public License Version 3.0. For more info, please see the LICENSE file.

Credits

This theme draws heavily upon the colours and naming specified in Vim One by Ramzi Akremi.

Additionally, the design of this Emacs port is inspired by Bozhidar Batsov's Solarized and Steve Purcell's Tomorrow themes.

emacs-one-themes's People

Contributors

balajisivaraman avatar schoettker avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.