This is a set of color schemes for default macOS Terminal.app (ported from
iTerm 2 color schemes, collected by @mbadolato). Screenshots are below and
in the screenshots/
directory of this repo.
Note: Some default macOS themes are not included here (default themes like "Pro", "Basic", "Grass", etc.), because you already have them :)
Since terminal themes are just color schemes, you need to enable color formatting for your shell first - see this comment for more details
-
Clone or download this repo
-
Go to
schemes/
folder -
Double click on selected
*.terminal
file. It will open a new Terminal window with that color scheme. -
Set the scheme as the default one with
Shell -> Use Settings as Default
This repo contains a tool to convert any iTerm 2 color scheme into macOS Terminal scheme. To run just execute script:
./tools/iterm2terminal.swift /path/to/my/awesome-scheme.itermcolors
If you have an awesome schemes and going to publish them, please generate preview image using the following steps.
- Load the theme in a terminal.
- Run
bash tools/preview.sh
- Set the font size to 14.
- Take a screenshot and put it in the
screenshots/
folder. - Update the
README.md
to include your new screenshot.
Note: preview will be generated using ANSI Escape Sequences