Redpanda-branded color schemes for your terminal. Two themes, six terminals.
Warm palettes with red and orange brand colors front and center, inspired by the Redpanda brand palette.
Warm reddish-brown background with red/orange dominant colors.
Warm parchment background with darker red/orange variants for contrast.
Copy the theme file to your Ghostty themes directory and set it in your config:
# Create the themes directory if it doesn't exist
mkdir -p ~/.config/ghostty/themes
# Copy theme(s)
cp ghostty/redpanda-dark ~/.config/ghostty/themes/
cp ghostty/redpanda-light ~/.config/ghostty/themes/
# Set in ~/.config/ghostty/config
theme = redpanda-dark- Open iTerm2 → Preferences → Profiles → Colors
- Click Color Presets... → Import...
- Select the
.itermcolorsfile from theiterm2/directory - Choose the imported preset from the Color Presets dropdown
Add the scheme object from the JSON file to your settings.json under the "schemes" array:
Then set your profile's "colorScheme" to "Redpanda Dark" (or Light).
Import the theme in your Alacritty config:
# ~/.config/alacritty/alacritty.toml
[general]
import = ["~/redpanda/terminal-themes/alacritty/redpanda-dark.toml"]Or copy the [colors] sections into your existing config.
Include the theme in your Kitty config:
# Option 1: Include in ~/.config/kitty/kitty.conf
include /path/to/redpanda/terminal-themes/kitty/redpanda-dark.conf
# Option 2: Copy to Kitty themes directory
cp kitty/redpanda-dark.conf ~/.config/kitty/themes/Load the color scheme in your wezterm.lua:
local wezterm = require("wezterm")
local config = wezterm.config_builder()
local redpanda = dofile(os.getenv("HOME") .. "/redpanda/terminal-themes/wezterm/redpanda-dark.lua")
config.colors = redpanda
return configColors are inspired by the Redpanda brand palette. Magenta is shifted toward red and yellow toward orange for a brand-forward look.





























