Skip to content

Material Color Schemes for Windows Terminal inspired by carloscuesta/materialshell.

License

Notifications You must be signed in to change notification settings

yosukes-dev/material-windows-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Material Windows Terminal

Material Color Schemes for Windows Terminal inspired by carloscuesta/materialshell.

screenshot

How To Use

1. Open Settings(profiles.json)

2. Copy Schemes from schemes.json file on this repo and paste into schemes section.

// Add custom color schemes to this array
  "schemes": [
    {
      "background": "#151515",
      "black": "#252525",
      "blue": "#42A5F5",
      "brightBlack": "#708284",
      "brightBlue": "#42A5F5",
      "brightCyan": "#00ACC1",
      "brightGreen": "#C3D82C",
      "brightPurple": "#D81B60",
      "brightRed": "#FF5252",
      "brightWhite": "#F5F5F5",
      "brightYellow": "#FFC135",
      "cyan": "#00ACC1",
      "foreground": "#A1B0B8",
      "green": "#C3D82C",
      "name": "Material Dark",
      "purple": "#D81B60",
      "red": "#FF5252",
      "white": "#F5F5F5",
      "yellow": "#FFC135"
    },
    {
      "background": "#263238",
      "black": "#252525",
      "blue": "#40C4FF",
      "brightBlack": "#708284",
      "brightBlue": "#40C4FF",
      "brightCyan": "#18FFFF",
      "brightGreen": "#C3D82C",
      "brightPurple": "#FF4081",
      "brightRed": "#FF5252",
      "brightWhite": "#F5F5F5",
      "brightYellow": "#FFD740",
      "cyan": "#18FFFF",
      "foreground": "#A1B0B8",
      "green": "#C3D82C",
      "name": "Material Oceanic",
      "purple": "#FF4081",
      "red": "#FF5252",
      "white": "#F5F5F5",
      "yellow": "#FFD740"
    }
  ],

3. Set colorScheme.

"colorScheme": "Material Dark",

or

"colorScheme": "Material Oceanic",

About

Material Color Schemes for Windows Terminal inspired by carloscuesta/materialshell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published