Skip to content

Squirrelsong Dark Theme for WezTerm

Squirrelsong dark theme for WezTerm

#Installation from GitHub

  1. Copy the squirrelsong-dark.toml to ~/.config/wezterm/colors.

  2. 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, 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

View source codeReport an issueEdit on GitHub