Bring the Cyber Renaissance to tmux with this theme inspired by the iconic aesthetics of Deus Ex: Human Revolution. Featuring signature gold and copper tones set against dark backgrounds, Jensen transforms your terminal multiplexer into an augmented experience.
Creator: tomaytotomato
- 🎨 Cyber Renaissance Aesthetic: Rich gold (
#EDA622) and copper tones against deep carbon black backgrounds - 🌙 Dark Theme Optimized: Easy on the eyes during extended terminal sessions
- 🎯 Multiple Variants: 12 different theme variations to choose from
- 💻 Universal Support: Works on any system running tmux
This directory contains multiple Jensen theme variants:
- default - Clean, minimal status bar
- block - Block-style separators
- double - Double-line separators
- v0 - Minimal information
- v1 - Standard information
- v2 - Enhanced information
- v3 - Maximum information display
Choose the variant that best suits your workflow!
- Choose your preferred variant (e.g.,
themer-tmux.dark.default.v0.tmuxtheme) - Copy it to a permanent location:
mkdir -p ~/.config/tmux/themes/ cp themer-tmux.dark.default.v0.tmuxtheme ~/.config/tmux/themes/jensen.tmuxtheme
- Add to your
~/.tmux.conf:source-file ~/.config/tmux/themes/jensen.tmuxtheme - Reload tmux configuration:
tmux source-file ~/.tmux.conf
- Copy the contents of your preferred theme file
- Paste directly into your
~/.tmux.conf - Reload:
tmux source-file ~/.tmux.conf
# Install Jensen theme for tmux (default style, version 1)
cd ~/.config/tmux/
mkdir -p themes
cp /path/to/jensen/tmux/themer-tmux.dark.default.v1.tmuxtheme themes/jensen.tmuxtheme
# Add to ~/.tmux.conf
echo "source-file ~/.config/tmux/themes/jensen.tmuxtheme" >> ~/.tmux.conf
# Reload tmux
tmux source-file ~/.tmux.confThe Jensen theme uses a carefully curated palette inspired by Deus Ex: Human Revolution's iconic UI design:
| Color Name | Hex Code | Usage |
|---|---|---|
| Eerie Black | #141514 |
Main background, status bar background |
| White | #FBFBFB |
Primary text, foreground elements |
| Silver Sand | #C4C7C4 |
Inactive panes, secondary information |
| Marigold | #EDA622 |
Primary accent, active pane, signature gold highlight |
| Electronic Copper | #E55D02 |
Secondary accent, alerts |
| French Lime | #A0FF33 |
Success states, positive feedback |
| Pacific Blue | #0EA2C9 |
Information states, window indicators |
| Imperial Red | #ED333C |
Error states, warnings, urgent notifications |
You can customize the Jensen theme by modifying the theme file. Common customizations:
# Change status bar position
set -g status-position top
# Adjust status update interval
set -g status-interval 1
# Customize left/right status content
set -g status-left "#[fg=#EDA622]❯ #S "
set -g status-right "#[fg=#0EA2C9]%H:%M"- True Color: Ensure your terminal supports true color (24-bit)
- Font: Use a powerline-compatible font for best results with block styles
- Reload Quickly: Create a keybinding to reload tmux config:
bind r source-file ~/.tmux.conf \; display "Jensen augmented!"
- Pane Borders: The gold borders make it easy to see your active pane
Pair Jensen with these settings for the best experience:
# Enable true color support
set -g default-terminal "screen-256color"
set -ga terminal-overrides ",*256col*:Tc"
# Better mouse support
set -g mouse on
# Start windows and panes at 1
set -g base-index 1
setw -g pane-base-index 1Jensen is available for 30+ applications. Check out the main repository for themes for:
- IDEs: IntelliJ IDEA, VS Code, Xcode, Sublime Text
- Terminals: iTerm2, Alacritty, Warp, Hyper, Konsole
- Browsers: Firefox, Chrome, Brave
- And many more!
Visit the Jensen Theme website to browse all available themes.
Inspired by the stunning UI/UX design of Deus Ex: Human Revolution by Eidos Montreal.
MIT License - see the LICENSE file for details.
"I never asked for this... but I'm glad it exists."
