https://github.com/tinted-theming/tinted-iterm2
Base16 for iTerm2
https://github.com/tinted-theming/tinted-iterm2
base16 iterm2-theme
Last synced: 9 months ago
JSON representation
Base16 for iTerm2
- Host: GitHub
- URL: https://github.com/tinted-theming/tinted-iterm2
- Owner: tinted-theming
- License: mit
- Created: 2017-09-05T21:13:06.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T01:20:46.000Z (over 1 year ago)
- Last Synced: 2024-12-15T02:22:04.460Z (over 1 year ago)
- Topics: base16, iterm2-theme
- Language: Shell
- Homepage: https://github.com/base16-project/base16
- Size: 1.4 MB
- Stars: 195
- Watchers: 7
- Forks: 30
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Tinted iTerm2
**Deprecated**: tinted-iterm2 and all the other Tinted Theming
terminal template repositories have moved to a single [Tinted
Terminal](https://github.com/tinted-theming/tinted-terminal) repository.
---
[Base16] and [Base24] themes for iTerm2. See [Tinted Theming] for more
information.
Formerly base16-iterm2, but now this repository supports more scheme
systems than Base16 so it has been renamed.
## Usage
### Manual
- Open `Preferences` > `Profiles` > `Colors` or `⌘ + i` > `Colors`
- Click on `Color Presets` > `Import` and import your favorite theme
from this repo
- Load the theme by clicking on `Color Presets` and selecting it
### Tinty
If you use [Tinty] to set your themes, append the following to your
tinty/config.toml file and your theme will update when applying a theme:
```toml
[[items]]
path = "https://github.com/tinted-theming/tinted-iterm2"
name = "tinted-iterm2"
hook = "sh %f"
themes-dir = "scripts"
supported-systems = ["base16", "base24"]
```
Note: The above uses `sh` to run the hook script so make sure you have
that shell installed. Most Unix-based systems have it in `$PATH` by
default.
## Bright Ansi colors
Base16 will use the same colors for normal and bright variants. Base24
supports bright ANSI colors.
[Base16]: https://github.com/tinted-theming/home/blob/main/styling.md
[Base24]: https://github.com/tinted-theming/base24/blob/main/styling.md
[Tinted Theming]: https://github.com/tinted-theming/home
[tinted-shell]: https://github.com/tinted-theming/tinted-shell
[Tinty]: https://github.com/tinted-theming/tinty