Question

I really like the Light Table color scheme but despite lots of Googling I can't seem to find an Emacs theme. I've made an attempt to recreate it but surely someone else has done this already.

It's a dark theme that looks like:

Light Table theme example

There's a load more example images on the Kickstarter page.

Was it helpful?

Solution 2

For completeness it's probably worth adding this new answer here. There is now a LightTable theme for Emacs. It's called Noctilux:

https://github.com/stafu/noctilux-theme

OTHER TIPS

I made a theme based on the LightTable color scheme, I've just released it as a gist.

https://gist.github.com/3027622 

bubbleberry-theme.el

FYI I'm publishing several new themes for Emacs24. There's a couple of other dark themes at https://emacsfodder.github.io/

Update

Here's a view of the font-lock (i.e. language generics, which are used by major modes to provide syntax highlighting.) definition with rainbow-mode.

BubbleBerry Theme font-lock defs rainbow-mode

Note:

In Emacs Lisp mode (CommonLisp & EmacsLisp are the closest things I know to Clojure.)

We can see that even local function usage isn't added to syntax highlighting:

Local function usage isn't added to syntax highlighting in Emacs Lisp mode.

(Having done a small check with clojure-mode, I can see the same thing going on there, defn's show their function name highlighted, but usage is in the default face color.)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top