All ports

Editor / Lua colorscheme

Agent Orange for Neovim.

Agent Orange for Neovim is a near-black colorscheme built for long editing sessions. Orange marks focus, while diagnostics, diffs, types, and properties keep their own restrained semantic colors.

Coverage

Built for the work state.

Neutral surfaces stay quiet. Color appears when focus, status, or code meaning needs to be read quickly.

  • Tree-sitter and LSP semantic highlights
  • Diagnostics, diffs, GitSigns, and search states
  • Telescope and nvim-cmp interface coverage
  • Matching light and dark variants

Installation

Put it on your surface.

Step 01

Install with Neovim packages

Add the repository with Neovim's built-in package manager, then select the dark colorscheme.

vim.pack.add({
  "https://github.com/edwardma33/agent-orange",
})

vim.cmd.colorscheme("agent_orange")

Step 02

Use the light variant

The same Lua source exposes a warm light palette without changing the semantic color roles.

vim.cmd.colorscheme("agent_orange_light")