GithubHelp home page GithubHelp logo

owainlewis / emacs-color-themes Goto Github PK

View Code? Open in Web Editor NEW
498.0 18.0 55.0 6.42 MB

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

License: Other

Haskell 1.73% Emacs Lisp 96.79% Shell 1.48%
emacs-lisp emacs color-theme emacs-themes dark-theme

emacs-color-themes's Introduction

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

emacs-color-themes's People

Contributors

7h0ma5 avatar asok avatar cadadr avatar halvorgb avatar iwillspeak avatar owainlewis avatar purcell avatar quytelda avatar rationalash avatar rymndhng avatar rysk-t avatar sale87 avatar youhavethewrong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emacs-color-themes's Issues

Unusual issue

Hey, to start with, I really like your themes. Graham especially is awesome.

I've been trying to get my workflow setup in such a way that I can just start an emacs daemon at startup and emacsclient into it whenever I need a buffer. The issue I'm running into is a silent failure on startup of the form

Unable to load color "nil" [n times]

where n is anywhere from 8 to 60. After a great deal of digging into my emacs.d, I've nailed down the culprit, sublime-themes. This error occurs even if I have not loaded any of the themes, but only in terminal emacs (and therefore emacs --daemon). I've tested with 24.3 and HEAD on OS X.8.5, both terminal and Cocoa.

I'm guessing there are some GUI specific colors in use in sublime-themes, but I don't know why this should matter, nor why sublime-themes throws errors when none of the themes are even loaded.

Thanks for the great work, otherwise!

Color themes look weird on the comandline GNU emacs

When I use the color themes on the GUI Emacs, everything looks great but unfortunately I love using emacs in the comandline more than the GUI. Is there a way I fix my emacs (command line) to work well with these awesome colors?

Themes don't load

Tried MELPA -> error downloading
Tried install.sh and updating init.el -> no luck either.

Version:
GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.10.7) of 2014-03-07 on lamiak, modified by Debian

spolsky can't load

It says "requires Emacs 24 or later."
but other theme works ok. I'm using "Emacs 25.0.50.1 (x86_64-w64-mingw32)"

No Stallman color theme

[I]([url](

  • url

)) mean, Richard stallman is the creator of emacs and the GNU operating system which a lot of people use every day without knowing.

Edit: Should be Stallman color theme

Colors look off on OSX

I'm currently running emacs on OSX 10.9 from homebrew installed using:

brew install emacs --HEAD --use-git-head --cocoa --srgb

I love these colorschemes but I have a problem getting them to have the right look. I've tried fiddling with the srgb settings on a mac but they never quite look right.

From the README, it looks like this:

brin

But, this is what I see:
screen shot 2014-10-10 at 20 46 57

Blank Space

Encountering the following error: in some themes, there is a gap between the left border of my buffer and the line numbers.
Spolsky example:
spolskyerror
Monokai:
monokaicompar

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.