Skip to content

mohvn/min-windows-terminal

Repository files navigation

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

About

Port of the Min Visual Studio Code theme for Windows Terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published