Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
SLATE
A tmux theme — dark and light, auto-switching, installable via TPM.
WHAT IS THIS?
slate applies a dark and light palette to your tmux session: status bar,
windows, panes, messages, popups, menus, and copy mode. Both dark and light
variants are included.
Auto-detects your macOS system appearance by default.
Toggle at any time with prefix + T.
INSTALL
Using TPM — add to ~/.tmux.conf:
set -g @plugin 'adarshba/slate'
Then prefix + I to install.
OPTIONS
@slate_variant "auto" | "dark" | "light" default: auto
set -g @slate_variant 'dark'
auto: follows macOS system appearance (dark → dark, light → light).
Falls back to light on non-macOS systems.
KEYBIND
prefix + T toggle dark ↔ light instantly
WHAT IT STYLES
Status bar session name in a raised bg block · date dim · time bright
Active window solid accent-colored tab · high contrast · bold
Inactive window number at bg3 (muted) · name at gray · breathes back
Pane borders active in orange · inactive nearly invisible
Copy mode yellow selection
Messages inline with the bg palette
Popups / menus bg0 base · yellow selection
DARK PALETTE
bg0_h #1d2021 bg0 #282828 bg1 #3c3836
bg2 #504945 bg3 #665c54 bg4 #7c6f64
fg0 #fbf1c7 fg1 #ebdbb2 fg2 #d5c4a1
fg3 #bdae93 fg4 #a89984 gray #928374
red #cc241d orange #fe8019 yellow #fabd2f
green #b8bb26 blue #83a598 aqua #8ec07c
LIGHT PALETTE
bg0_h #f9f5d7 bg0 #fbf1c7 bg1 #ebdbb2
bg2 #d5c4a1 bg3 #bdae93 bg4 #a89984
fg0 #282828 fg1 #3c3836 gray #928374
red #9d0006 orange #d65d0e yellow #b57614
Based on the Gruvbox color scheme by Pavel Pertsev.
https://github.com/morhetz/gruvbox
LICENSE
MIT