Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.06 KB

Min Windows Terminal

Min Theme for Windows Terminal. Frame 2(1)

Installation

  1. Launch Windows Terminal
  2. Open the Settings panel (Ctrl + ,)
  3. Select Open JSON file at bottom left corner (Ctrl + Shift + ,)
  4. Choose your theme (min-dark, min-light)
  5. Copy the contents of theme (example: min-dark.json) into the opened JSON file under "schemes":
{
    "schemes":
    [
        ..min theme
        ..other schemes
    ],
}
  1. Save and exit
  2. In the Settings panel under Profiles, select the profile you want to apply the theme to. Defaults will apply to all profiles.
  3. Select Appearance
  4. Choose your theme in the Color scheme drop down menu
  5. Click on Save, enjoy!

Based on Min Theme for VSCode.

License

MIT License