Skip to content

amnweb/monospace-idx-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monospace IDX Theme for VSCode

This is a clean and minimalistic Visual Studio Code theme that features subtle yet striking purple accents.
The theme is similar to the theme used in the IDX Project.

Usage

  1. Open VSCode
  2. Search for Monospace IDX Theme in Extensions or click here
  3. Install the theme and choose your variant in Preferences > Color Theme
  4. Optionally enable the included icon theme in Preferences > File Icon Theme

Gallery

Dark

Dark

Light

Light

Terminal Theme

        {
            "background": "#10151D",
            "black": "#738295",
            "blue": "#708FFF",
            "brightBlack": "#8B98A9",
            "brightBlue": "#A2B6FF",
            "brightCyan": "#71C2EE",
            "brightGreen": "#66CE98",
            "brightPurple": "#C8AAFF",
            "brightRed": "#FC8F8E",
            "brightWhite": "#FFFFFF",
            "brightYellow": "#FFC26E",
            "cursorColor": "#C8AAFF",
            "cyan": "#25A6E9",
            "foreground": "#A4AFBD",
            "green": "#00FF9C",
            "name": "IDX",
            "purple": "#A87FFB",
            "red": "#F76769",
            "selectionBackground": "#FFFFFF",
            "white": "#C7C7C7",
            "yellow": "#FFA23E"
        }