Skip to content

Instantly share code, notes, and snippets.

@kwiniarski
Last active July 26, 2025 10:17
Show Gist options
  • Select an option

  • Save kwiniarski/e39acf06880012a8bfea3ef3f6cc4136 to your computer and use it in GitHub Desktop.

Select an option

Save kwiniarski/e39acf06880012a8bfea3ef3f6cc4136 to your computer and use it in GitHub Desktop.
Plastic Theme for Windows Terminal

Plastic color theme for Windows Terminal

Plastic theme based on https://wstone.io/plastic.

Notes

selectionBackground should be #A9B2C333, however Windows Terminal does not support alpha channel.

{
"colorScheme": "Plastic",
"fontFace": "Cascadia Code PL",
"fontSize": 10
}
{
"name": "Plastic",
"background": "#181A1F",
"black": "#21252B",
"blue": "#61AFEF",
"brightBlack": "#5F6672",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#B57EDC",
"brightRed": "#E06C75",
"brightWhite": "#A9B2C3",
"brightYellow": "#E9D16C",
"cyan": "#56B6C2",
"foreground": "#A9B2C3",
"green": "#98C379",
"purple": "#B57EDC",
"red": "#E06C75",
"white": "#A9B2C3",
"yellow": "#E9D16C",
"cursorColor": "#A9B2C3",
"selectionBackground": "#A9B2C3"
}
@GavinRay97
Copy link

You rock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment