Skip to content

vic/rebecca-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The future was cooler in the 80's.

Made with Spacemacs

MELPA

Rebecca is a dark emacs theme with purple/violet colors.

Works best with this soundtrack and Liam Wong's photos as background.

Screenshots

Rebecca, the purple turtle.

screen shot 2016-12-27 at 2 13 55 pm

emacsplus on OSX

screen shot 2016-12-27 at 2 21 45 pm screen shot 2016-12-27 at 2 17 04 pm rebecca

running on terminal

TERM=xterm-24bits

on tmux in iterm2 with emacs patched for 24bit colors, vimpowerline

screen shot 2018-04-01 at 11 56 34 pm

screen shot 2018-04-01 at 11 37 43 pm

TERM=screen-256color

screen shot 2017-04-24 at 3 23 56 pm screen shot 2017-04-24 at 3 30 44 pm

on Android inside termux

screenshot_20180129-030747

Rebecca at emacsthemes.com

Installation

Rebecca is now included in spacemacs' theme-megapack.

To set it as default just add it to the top of themes preference on your ~/.spacemacs file:

dotspacemacs-themes '(
   rebecca
)

Or activate it using the theme switcher:

SPC T s rebecca [RET]

From MELPA

M-x package-install [RET] rebecca-theme [RET]
M-x load-theme [RET] rebecca [RET]

Manually

put rebecca-theme.el in either the custom-theme-directory or load-path.

You can apply the theme via M-x customize-themes, or make it the default by adding the following to your Emacs configuration:

   (load-theme #'rebecca t)

Term color scheme

The Rebecca color scheme has been ported to iterm2 and many other terminals.

Also, some base16-rebecca iterm colors can be found here

Emacs terminal 24bit colors

For getting the best experience on terminal, I'd recommend to use an emacs patched with 24bit color support.

Instructions for getting emacs with 24bit colors can be found here