Squirrelsong Dark Theme for WezTerm
Installation from GitHub
-
Copy the
squirrelsong-dark.toml
to~/.config/wezterm/colors
. -
Update your WezTerm config,
~/.wezterm.lua
, so it looks something like this:
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
-- Colors
config.color_scheme = 'Squirrelsong Dark'
config.window_frame = {
-- Fancy tab bar
active_titlebar_bg = '#574131',
inactive_titlebar_bg = '#352a21',
}
-- Command Palette
config.command_palette_bg_color = "#44382D"
config.command_palette_fg_color = "#cfbaa5"
return config
Squirrelsong themes are low-contrast color schemes with great readability for web developers and non-distracting UI themes for many apps. It’s also available for:
Alfred, Bear, Brave, CotEditor, Firefox, Ghostty, Google Chrome, IntelliJ IDEA, iTerm2, JetBrains, Marta File Manager, Microsoft Edge, Midnight Commander, Neovim, Nimble Commander, PhpStorm, PyCharm, RubyMine, Slack, Sublime Text, Telegram, Terminal.app, Vim, Visual Studio Code, Vivaldi, Warp, WebStorm, WezTerm