Skip to content

Port of the Min Visual Studio Code theme for Windows Terminal

License

Notifications You must be signed in to change notification settings

mdxv/min-windows-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Min Windows Terminal

Min Theme for Windows Terminal. Sem nome (2000 x 751 px) (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

Releases

No releases published