Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 1.51 KB

File metadata and controls

51 lines (42 loc) · 1.51 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) and application-theme (min-dark-application-theme/min-light-application-theme)
  5. Copy the contents of theme (example: min-dark.json) into the opened JSON file under "schemes":
{
    "schemes":
    [
        ..min theme
        ..other schemes
    ],
}
  1. Copy the contents of theme (example: min-dark-application-theme.json) into the opened JSON file under "themes":
{
    "theme":
    [
        ..min dark application theme
        ..other themes
    ],
}
  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. In the sidebar, go to the General menu.
  6. Open the Appearance tab.
  7. Under Application Theme, select Min Dark or Min Light.
  8. Click on Save, enjoy!

Based on Min Theme for VSCode.

License

MIT License