Skip to content

mdxv/min-windows-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Min Windows Terminal

Min Theme for Windows Terminal.

preview-dark

preview-light

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