All Projects → owainlewis → Emacs Color Themes

owainlewis / Emacs Color Themes

Licence: other
A collection of custom themes for Emacs. All the themes are named after famous programmers.

Projects that are alternatives of or similar to Emacs Color Themes

Emacs Kaolin Themes
Set of eye pleasing themes for GNU Emacs. Supports both GUI and terminal.
Stars: ✭ 421 (-10.23%)
Mutual labels:  dark-theme, emacs, color-theme
Halcyon Vscode
A dark blue theme for VS Code based on the Ayu Mirage theme
Stars: ✭ 108 (-76.97%)
Mutual labels:  dark-theme, color-theme
Nimbus Theme
The best dark theme for Emacs
Stars: ✭ 102 (-78.25%)
Mutual labels:  dark-theme, emacs
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (-66.1%)
Mutual labels:  dark-theme, color-theme
Spacemacs Theme
Light and dark theme for spacemacs that supports GUI and terminal
Stars: ✭ 483 (+2.99%)
Mutual labels:  dark-theme, emacs
Idea One Dark Theme
One Dark theme for IntelliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm
Stars: ✭ 971 (+107.04%)
Mutual labels:  dark-theme, color-theme
Emacs4cl
A 40 line ~/.emacs to quickly set up vanilla Emacs for Common Lisp programming
Stars: ✭ 151 (-67.8%)
Mutual labels:  dark-theme, emacs
Hydrangea Vim
Hydrangea theme for Vim.
Stars: ✭ 121 (-74.2%)
Mutual labels:  dark-theme, color-theme
Dracula Theme
🧛🏻‍♂️ One theme. All platforms.
Stars: ✭ 17,480 (+3627.08%)
Mutual labels:  dark-theme, emacs
paddy-color-theme
A very detailed VS Code color theme with earthy tones and many background options for all ye badass hackers. 🍁
Stars: ✭ 29 (-93.82%)
Mutual labels:  dark-theme, color-theme
valley-vscode
Valley is a simple theme for Visual Studio Code without visual noise. Created with handpicked and vivid colors, appropriate contrast and a lot of love to help you focus on your code.
Stars: ✭ 14 (-97.01%)
Mutual labels:  dark-theme, color-theme
Color Theme Buffer Local
Set emacs color themes by buffer.
Stars: ✭ 69 (-85.29%)
Mutual labels:  emacs, color-theme
Suscolors Emacs
Colorful theme for Emacs, Inspired by Gruvbox.
Stars: ✭ 9 (-98.08%)
Mutual labels:  emacs, color-theme
Solarized Emacs
The Solarized colour theme, ported to Emacs.
Stars: ✭ 640 (+36.46%)
Mutual labels:  emacs, color-theme
Xcode One Dark
Atom One Dark theme for Xcode
Stars: ✭ 273 (-41.79%)
Mutual labels:  dark-theme, color-theme
Emacs
🧛🏻‍♂️ Dark theme for Emacs
Stars: ✭ 190 (-59.49%)
Mutual labels:  dark-theme, emacs
alternight-vscode-theme
Repository of AlterNight, your new favorite theme for Visual Studio Code.
Stars: ✭ 53 (-88.7%)
Mutual labels:  dark-theme, color-theme
Themecreator
https://mswift42.github.io/themecreator/ create themes for intellij, textmate, atom, emacs, vim and gnome terminal.
Stars: ✭ 303 (-35.39%)
Mutual labels:  emacs, color-theme
Sublimity
Smooth-scrolling and minimap like sublime editor
Stars: ✭ 430 (-8.32%)
Mutual labels:  emacs
Hexo Theme Obsidian
🎨 A dark Hexo theme, it's responsive, simple but elegant.
Stars: ✭ 448 (-4.48%)
Mutual labels:  dark-theme

Emacs themes

A collection of color themes for Emacs24 +

The themes are named after important/influential programmers.

Fixes, pull requests and feedback very welcome : )

Contributors

https://github.com/owainlewis/emacs-color-themes/graphs/contributors

Use

The easiest way to install is to use MELPA

M-x package-install <RET> sublime-themes

Manual install

Running install.sh will put the themes in ~/.emacs.d/themes

To load a theme add the following to your init.el

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'hickey t)

You can browse the themes with

M-x load-theme <RET> name-of-theme

One line install script

git clone https://github.com/owainlewis/emacs-color-themes.git && cd emacs-color-themes && ./install.sh

As an Elisp Package

If the package directory is in the load path, one can simply

(require 'emacs-color-themes)

and use load-theme function to load any theme that is provided. This way, one can add the package to their Emacs configuration as is, without needing to add any directories, symlinks or copies.

Brin

A color theme based on the Space Grey ST2 theme named after Sergey Brin.

We believed we could build a better search. We had a simple idea, that not all pages are created equal. Some are more important"

Granger

A color theme based on the Light Table default

Spolsky

If something seems possible, that's probably because someone is already doing it. When something seems that it can't possibly work, nobody tries it. Real innovation happens when someone tries anyway, overlooking an obvious flaw, and finds a way to make an idea work. -- Joel Spolsky

A theme heavily inspired by the default ST2 theme. My personal favourite.

Graham

What I tell founders is not to sweat the business model too much at first. The most important task at first is to build something people want. If you don't do that, it won't matter how clever your business model is. -- Paul Graham

A dark red, black and orange color theme

Odersky

A color theme based on Goldfish

Hickey

Choose immutability and see where it takes you -- Rich Hickey

A dark theme.

Fogus

The apprentice avoids all use of Java classes. The journeyman embraces Java classes. The master knows which classes to embrace and which to avoid. -- Michael Fogus

A dark blue theme which is more or less the Tron theme.

Dorsey

Make every detail perfect, and limit the number of details to perfect -- Jack Dorsey

A dark and grungy theme.

McCarthy

It's difficult to be rigorous about whether a machine really 'knows', 'thinks', etc., because we're hard put to define these things. We understand human mental processes only slightly better than a fish understands swimming. -- John McCarthy

A light theme loosely based on Facebook colors

Wilson

A grungy theme based upon an oilstained and muddy aircraft.

Junio

A vivid theme like a chocolate

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