No description
- Lua 93.4%
- JavaScript 6.6%
Dark and light variants for Blink Shell, Fish, Ghostty, Neovim, and tmux. Moved from the design-system repo into its own repository. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| blink | ||
| fish | ||
| ghostty | ||
| nvim | ||
| tmux | ||
| CLAUDE.md | ||
| README.md | ||
bases themes
Terminal and editor color schemes for bases. Two variants: bases (dark) and bases-light (light).
Blink Shell
Blink themes are loaded from a URL. Host bases.js / bases-light.js somewhere reachable, then in Blink:
- Appearance → Themes → New Theme
- Paste the URL to
bases.jsorbases-light.js - Select it from the themes list
Fish
cp fish/bases.theme fish/bases-light.theme ~/.config/fish/themes/
fish_config theme choose bases
Ghostty
cp ghostty/bases ghostty/bases-light ~/.config/ghostty/themes/
In ~/.config/ghostty/config:
theme = bases
Neovim
cp nvim/bases.lua nvim/bases-light.lua ~/.config/nvim/colors/
vim.cmd.colorscheme('bases')
Covers standard syntax groups, Treesitter, LSP, diagnostics, gitsigns, Telescope, and nvim-tree.
Tmux
# in ~/.config/tmux/tmux.conf
source-file /path/to/tmux/bases.conf
The tmux theme uses Powerline glyphs. If your font doesn't include them, replace the separator values with plain text.