Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.4 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.4 KB

Wildtype

About

Wildtype is a dark theme with calm, earthy colors contrasted with deep, dark blues.

"Wildtype" is a play on wild type (the typical form of a species as it occurs in nature).

This theme works well across many different languages and was originally put together for JavaScript and TypeScript development. Feel free to contribute if something can improve.

Install

This extension can be installed directly in VS Code extensions tab, or by visiting and clicking install from:

VS Code Themes: https://vscodethemes.com/e/wildtype.wildtype

Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=wildtype.wildtype

Screenshots

Wildtype theme TypeScript

Wildtype theme Python

Wildtype theme JavaScript

Wildtype theme Powershell

Recommended settings

Bracket Pair Colorizer settings

  "bracketPairColorizer.consecutivePairColors": [
    "()",
    "[]",
    "{}",
    ["#f0af72", "#7dc0ff", "#8fc062"],
    "#ff5b1a"
  ]

Credits

Based off Hackpot's JSON.

Enjoy!