Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forest Mint

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

Neovim

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,
}

Zed

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.

VS Code

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.

Ghostty

Copy themes/ghostty/ForestMint to Ghostty's themes directory, then add this to your Ghostty config:

theme = ForestMint

Restart Ghostty after changing the theme.

Oh My Pi

Use forest-mint-omp.json as your Oh My Pi theme file.

Palette

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.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages