A collection of custom themes for Zellij - a terminal workspace with batteries included.
A serious red-themed configuration designed specifically for production environments. The red color scheme serves as a visual reminder that you're working in production, helping prevent accidental changes or mistakes.
- Clone this repository:
git clone https://github.com/witjem/zellij-themes.git
cd zellij-themes
- Copy the theme files to your Zellij config directory:
mkdir -p ~/.config/zellij/themes
cp themes/*.kdl ~/.config/zellij/themes/
- Purpose: Visual indicator for production environments
- Primary Colors: Various shades of red (Crimson, Tomato, Fire Brick)
- Accent Color: Gold for warnings and important highlights
- Background: Dark red (
40 15 15
) for reduced eye strain - Text: High contrast white/light pink for excellent readability
This project is licensed under the MIT License—see the LICENSE file for details.
- Zellij - For creating an amazing terminal multiplexer