macos-terminal-themes
Color themes for default macOS Terminal.app
This is a set of color themes for default macOS Terminal.app (initially ported from
iTerm2 color schemes, collected by @mbadolato). Screenshots are demonstrated 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 :)
Prerequisites
Since terminal themes are just color schemes, you need to enable color formatting for your shell first - see this comment for more details
Installation Instructions
-
Clone or download this repo
-
Go to
themes/
folder -
Double click on
*.terminal
file. It will open a new Terminal window with selected color theme. -
Set the theme as the default one with
Shell -> Use Settings as Default
Tools
Convert iTerm2 Color Scheme
This repo contains a tool to convert any iTerm2 color theme into macOS Terminal theme. To run just execute script:
$ ./tools/iterm2terminal.swift /path/to/my/awesome-theme.itermcolors
Generate Theme Preview
If you have an awesome theme and want to publish it, please generate a 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 theme screenshot.
Note: preview will be generated using ANSI Escape Sequences