/inksea-theme

My theme collection for VSCode.

Primary LanguageJavaScriptMIT LicenseMIT

_inkSea Theme for VSCode

A theme collection with my own theme and some variations on some popular themes, such as Dracula and Hacker. Simple and functional.

Promo for _inkSea Theme

Screenshots

Screenshot of _inkSea Theme

Screenshot of _inkSea Dark Theme

Screenshot of _inkSea Midnight Theme

Screenshot of _inkSea Dracula Theme

Screenshot of _inkSea Dank Theme

Screenshot of _inkSea Hacker Theme

Install

Through VSCode marketplace.

My Settings

Font and indent rainbow colors.

{
    "editor.fontFamily": "Input Mono",
    "indentRainbow.colors": [
        "rgba(255, 255, 255, 0)",
        "rgba(255, 255, 255, 0.03)",
        "rgba(255, 255, 255, 0.06)",
        "rgba(255, 255, 255, 0.1)",
        "rgba(255, 255, 255, 0.06)",
        "rgba(255, 255, 255, 0.03)"
    ]
}