https://github.com/vic/rebecca-theme
The purple turtle theme for Spacemacs
https://github.com/vic/rebecca-theme
emacs-theme purple purple-turtle spacemacs
Last synced: 5 months ago
JSON representation
The purple turtle theme for Spacemacs
- Host: GitHub
- URL: https://github.com/vic/rebecca-theme
- Owner: vic
- License: mit
- Created: 2016-12-25T00:04:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T04:35:21.000Z (about 1 year ago)
- Last Synced: 2025-07-12T21:38:45.387Z (12 months ago)
- Topics: emacs-theme, purple, purple-turtle, spacemacs
- Language: Emacs Lisp
- Homepage:
- Size: 820 KB
- Stars: 126
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The future was cooler in the 80's.
[](https://melpa.org/#/rebecca-theme)
Rebecca is a dark emacs theme with purple/violet colors.
Main accent color is [Rebecca Purple](https://zeldman.com/2014/06/10/the-color-purple/) and a personal loving tribute to the life of Rebecca De La Rosa.
Works best with [this soundtrack](https://www.youtube.com/watch?v=rDBbaGCCIhk) and [Liam Wong's photos](http://liamwon9.tumblr.com/) as background.
### Screenshots
# Rebecca, the purple turtle.

## emacsplus on OSX



## running on terminal
##### TERM=xterm-24bits
[on tmux in iterm2 with emacs patched for 24bit colors, vimpowerline](https://gist.github.com/vic/fa58918694af3b3767fbc7dc22cbc406)


##### TERM=screen-256color


## on Android inside termux

[Rebecca at emacsthemes.com](https://emacsthemes.com/themes/rebecca-theme.html)
# Installation
#### With [Spacemacs](http://spacemacs.org)
Rebecca is now included in spacemacs' [theme-megapack](https://github.com/syl20bnr/spacemacs/tree/develop/layers/%2Bthemes/themes-megapack).
To set it as default just add it to the top of themes preference on your ~/.spacemacs file:
```emacs-lisp
dotspacemacs-themes '(
rebecca
)
```
Or activate it using the theme switcher:
```
SPC T s rebecca [RET]
```
#### From [MELPA](https://melpa.org/#/rebecca-theme)
```
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:
```emacs-lisp
(load-theme #'rebecca t)
```
## Term color scheme
The Rebecca color scheme has been [ported to `iterm2` and many other terminals](https://github.com/mbadolato/iTerm2-Color-Schemes).
Also, some [base16-rebecca](https://github.com/vic/base16-rebecca) iterm colors can be [found here](https://github.com/martinlindhe/base16-iterm2/tree/master/itermcolors)
## 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](https://gist.github.com/vic/fa58918694af3b3767fbc7dc22cbc406)
## Wezterm
Wezterm includes the rebbeca theme by default, to enable it use something like the following on your `$XDG_HOME/.config/wezterm/wezterm.lua` file:
```lua
local wezterm = require 'wezterm'
local config = {}
config.color_scheme = 'rebecca'
return config
```
## Zellij
A port of this theme for zellij can be [found here](https://github.com/vic/zellij-rebecca-theme)