vic/rebecca-theme
{ "defaultBranch": "master", "description": "The purple turtle theme for Spacemacs", "fullName": "vic/rebecca-theme", "homepage": "", "language": "Emacs Lisp", "name": "rebecca-theme", "pushedAt": "2025-07-15T04:28:35Z", "stargazersCount": 125, "updatedAt": "2025-11-12T13:02:34Z", "url": "https://github.com/vic/rebecca-theme"}The future was cooler in the 80’s.
Section titled “The future was cooler in the 80’s.”Rebecca is a dark emacs theme with purple/violet colors.
Main accent color is Rebecca Purple and a personal loving tribute to the life of Rebecca De La Rosa.
Works best with this soundtrack and Liam Wong’s photos as background.
Screenshots
Section titled “Screenshots”Rebecca, the purple turtle.
Section titled “Rebecca, the purple turtle.”
emacsplus on OSX
Section titled “emacsplus on OSX”

running on terminal
Section titled “running on terminal”TERM=xterm-24bits
Section titled “TERM=xterm-24bits”on tmux in iterm2 with emacs patched for 24bit colors, vimpowerline


TERM=screen-256color
Section titled “TERM=screen-256color”

on Android inside termux
Section titled “on Android inside termux”
Installation
Section titled “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]M-x package-install [RET] rebecca-theme [RET]M-x load-theme [RET] rebecca [RET]Manually
Section titled “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
Section titled “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
Section titled “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
Wezterm
Section titled “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:
local wezterm = require 'wezterm'local config = {}config.color_scheme = 'rebecca'return configZellij
Section titled “Zellij”A port of this theme for zellij can be found here