Forest Mint is a warm charcoal theme with forest-green, mint, terracotta, and gold accents. It currently supports Neovim, Zed, VS Code, Ghostty, and Oh My Pi.
Install this repository with your plugin manager, then load the colorscheme:
{
"<your-user>/forest-mint",
priority = 1000,
config = function()
require("forest-mint").setup({
variant = "dark", -- "dark", "light", or "auto"
transparent = false,
dim_inactive = false,
})
vim.cmd.colorscheme("forest-mint")
end,
}The Zed extension is included in themes/zed and is published separately at lauragarden/zed-forest-mint. Install Forest Mint from Zed's Extensions view, or load themes/zed as a development extension.
Install themes/vscode as a local extension, then select Forest Mint Dark or Forest Mint Light from the Color Theme picker. The directory is ready to package with vsce package when you are ready to publish it.
Copy themes/ghostty/ForestMint to Ghostty's themes directory, then add this to your Ghostty config:
theme = ForestMintRestart Ghostty after changing the theme.
Use forest-mint-omp.json as your Oh My Pi theme file.
| Role | Dark | Light |
|---|---|---|
| Background | #1B1917 |
#FCFAF6 |
| Foreground | #EDEAE4 |
#29251E |
| Accent | #4CAF7D |
#3A5A40 |
| Blue | #7FB4B0 |
#3D7A76 |
| Orange | #D9A566 |
#A9752E |
| Red | #D9666A |
#B3474B |
| Yellow | #D9B966 |
#A98A2E |
The Neovim implementation is the canonical complete palette today. As more targets are added, the palette should move into a format-neutral source file and generate the target-specific themes.