Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Mossy Forest Light GreenNew to Visual Studio Code? Get it now.
Mossy Forest Light Green

Mossy Forest Light Green

Dylan Bay

|
2 installs
| (0) | Free
A soft, nature-inspired light theme designed for minimum eye fatigue and excellent readability. Mossy Forest Light Green uses a palette of light greens with darker muted earth tones. A nice alternative to darker green themes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Mossy Forest Light Green

A soft, nature-inspired light theme designed for minimum eye fatigue and excellent readability. Mossy Forest Light Green uses a palette of light greens with darker muted earth tones. A nice alternative to darker green themes. Born out of a notable lack of quality light theme extensions that aren't white, tan, or blue, this theme embraces the natural side of the color wheel.

Supports Jupyter notebooks and sidebar chat pane coloration out of box as well.

Theme by Dylan Bay.

Screenshots

Python and Chat
Docs and Terminal
Jupyter Notebook

Primary Design Choices

The major colors used include:

Interface

  • Editor Background #F1F5E0, "Moss" — the primary writing surface, soft and low-glare.
  • Sidebar #E4EAD0, "Understory" — one step darker than the editor to create gentle depth.
  • Tab Bar #DFE6CA, "Canopy" — inactive tab area, slightly darker still.
  • Activity Bar #3D5436, "Deep Evergreen" — anchors the left chrome in an appealing dark forest tone.
  • Status Bar #4A6741, "Fern" — echoes the activity bar at a lighter shade to avoid looking too monochromatic.
  • Hover/Definition Popups #F7FAF0, "Morning Mist" — the lightest surface, used for floating widgets.
  • Panel & Terminal #E8EED4, "Sage" — a hair darker to provide visual separation while keeping the same overall impact.

Syntax

  • Plain Text #2C3320, "Dark Moss" — near-black with a green lean to match the theme without readability issues.
  • Comments #6B7D52, "Lichen" — clearly de-emphasized but readable and italic. See below for alternatives.
  • Keywords #4B83CD, "Cornflower" — confident blue, commonly used and also for links, to stay familiar.
  • Strings #448C27, "Leaf" — a natural green that feels at home on the green base. I like it lighter like this, but you could darken it.
  • Functions #AA3731, "Redwood" — muted brick red for clear function call visibility, looks nice slightly bold.
  • Classes & Types #7A3E9D, "Thistle" — medium purple distinguishes type-level constructs without feeling out of place.
  • Constants & Numbers #AB6526, "Soil" — warm earthy amber for literals and language constants, I think it blends well.
  • Operators & Punctuation #6A7A56, "Sage Gray" — intentionally quiet and de-emphasized. See below for more standout alternatives.
  • Doc Comments #448C27, "Leaf" — same as strings, reinforcing that doc comments are content.

Popular Tweaks

For a stronger, more neutral comment color, if the italics are currently too subtle for you, I recommend #556644.

For a slightly stronger selection highlight, I suggest #AABF80.

For more attention-grabbing operators, comparators, and punctuation, I suggest #007A7C ("Deep Water") for a middle ground or #880E4F ("Autumn Berry") for higher importance. Alternatively, you may choose merely to make these bold while keeping the original coloration.

To override these settings yourself, paste into settings.json some variant of the following with only the changes you want, which will trigger only when the theme is active:

"workbench.colorCustomizations": {
    "[Mossy Forest Light Green]": {
        "editor.selectionBackground": "#AABF80AA",
        "editor.selectionHighlightBackground": "#AABF8055"
    }
},
"editor.tokenColorCustomizations": {
    "[Mossy Forest Light Green]": {
        "comments": "#556644",
        "textMateRules": [
            {
                "scope": "keyword.operator",
                "settings": {
                    "foreground": "#007A7C",  // or #880E4F
                    "fontStyle": "bold"         // optional
                },
            }
        ]
    }
}

Pull Requests

You can find the repository for this theme at http://www.github.com/dylanbay11/mossy-forest-light-green. Feel free to open a PR if you think you have a good suggestion for an improvement, or fork as you please.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft