https://github.com/cdalvaro/github-vscode-theme-iterm
:octocat: GitHub VS Code Theme for iTerm
https://github.com/cdalvaro/github-vscode-theme-iterm
dark-theme github-css-primer github-theme github-theme-dark iterm-theme iterm2 iterm2-color-scheme iterm2-theme light-theme ogham-exa
Last synced: 2 months ago
JSON representation
:octocat: GitHub VS Code Theme for iTerm
- Host: GitHub
- URL: https://github.com/cdalvaro/github-vscode-theme-iterm
- Owner: cdalvaro
- Created: 2020-07-01T14:20:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T11:51:06.000Z (5 months ago)
- Last Synced: 2025-02-15T01:28:35.664Z (4 months ago)
- Topics: dark-theme, github-css-primer, github-theme, github-theme-dark, iterm-theme, iterm2, iterm2-color-scheme, iterm2-theme, light-theme, ogham-exa
- Homepage: https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
- Size: 35.3 MB
- Stars: 317
- Watchers: 4
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GitHub Theme][vscode-github-theme-version]][github-vscode-theme-release]
# GitHub VS Code Theme for iTerm
[GitHub Visual Studio Code Theme][vscode-github-theme-marketplace] for [iTerm](https://iterm2.com) (Dark, Dimmed, Light and High Contrast)
![]()
ll
is an alias1 forogham/exa
cli tool.Download iTerm profiles and open them.
- [GitHub Dark Default.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/GitHub%20Dark%20Default.itermcolors)
- [GitHub Dark Dimmed.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/GitHub%20Dark%20Dimmed.itermcolors)
- [GitHub Dark High Contrast.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/GitHub%20Dark%20High%20Contrast.itermcolors)
- [GitHub Light Default.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/GitHub%20Light%20Default.itermcolors)
- [GitHub Light High Contrast.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/GitHub%20Light%20High%20Contrast.itermcolors)| GitHub Dark Default | GitHub Dark Dimmed | GitHub Dark High Contrast |
| :----------------------------------------------------------: | :--------------------------------------------------------: | :----------------------------------------------------------------------: |
|  |  |  || GitHub Light Default | GitHub Light High Contrast |
| :------------------------------------------------------------: | :------------------------------------------------------------------------: |
|  |  |### iTerm legacy themes
- [GitHub Dark.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/legacy/GitHub%20Dark.itermcolors)
- [GitHub Light.itermcolors](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/legacy/GitHub%20Light.itermcolors)| GitHub Dark | GitHub Light |
| :------------------------------------------: | :--------------------------------------------: |
|  |  |They will be automatically added to your _Color Presets..._ inside _Profiles > Colors_ in iTerm Preferences pane.

## GitHub VSCode Theme for Apple Terminal
You can also download these profiles for Apple Terminal app:
- [GitHub Dark Default.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/GitHub%20Dark%20Default.terminal)
- [GitHub Dark Dimmed.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/GitHub%20Dark%20Dimmed.terminal)
- [GitHub Dark High Contrast.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/GitHub%20Dark%20High%20Contrast.terminal)
- [GitHub Light Default.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/GitHub%20Light%20Default.terminal)
- [GitHub Light High Contrast.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/GitHub%20Light%20High%20Contrast.terminal)### Terminal.app legacy themes
- [GitHub Dark.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/legacy/GitHub%20Dark.terminal)
- [GitHub Light.terminal](https://raw.githubusercontent.com/cdalvaro/github-vscode-theme-iterm/HEAD/terminal/legacy/GitHub%20Light.terminal)[vscode-github-theme-marketplace]: https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme
[vscode-github-theme-version]: https://img.shields.io/badge/GitHub%20Theme-v6.3.5-007ACC?style=flat-square&logo=visual-studio-code&logoColor=007ACC
[github-vscode-theme-release]: https://github.com/primer/github-vscode-theme/releases/tag/v6.3.5## GitHub VSCode Theme for Ghostty Terminal
If you are interested on these themes for [Ghostty Terminal](https://ghostty.org), you can download the iTerm themes and convert them using this gist: [cdalvaro/iterm2ghostty.rb](https://gist.github.com/cdalvaro/baaf834c705b5b9e073fc092de1e8520)
For example:
```sh
curl -L -o iterm2ghostty.rb https://gist.github.com/cdalvaro/baaf834c705b5b9e073fc092de1e8520/raw/iterm2ghostty.rb
chmod +x iterm2ghostty.rb
./iterm2ghostty.rb --file github-vscode-theme-iterm-main/GitHub\ Dark\ Dimmed.itermcolors
```You can copy the output to you Ghostty config file:
```sh
./iterm2ghostty.rb --file github-vscode-theme-iterm-main/GitHub\ Dark\ Dimmed.itermcolors >> ~/.config/ghostty/config
```or create a new theme file with the output:
```sh
mkdir -p ~/.config/ghostty/themes
./iterm2ghostty.rb --file github-vscode-theme-iterm-main/GitHub\ Dark\ Dimmed.itermcolors > ~/.config/ghostty/themes/github-dark-dimmed
```Then, set the new theme in your config file `~/.config/ghostty/config`:
```conf
theme = github-dark-dimmed
```## About my shell setup
I use [Z shell](https://zsh.sourceforge.io) in combination with [_ohmyzsh_](https://ohmyz.sh) framework.
My prompt theme is [starship](https://starship.rs), which is available for any shell. And the font I'm currently using is [MonoLisa](https://www.monolisa.dev).
Some of the _ohmyzsh_ plugins I use are:
- [ohmyzsh/colored-man-pages](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/colored-man-pages)
- [ohmyzsh/git](https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git)
- [wfxr/forgit](https://github.com/wfxr/forgit)Apart of those, I use other plugins such as:
- [zsh-users/zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting)
- [zsh-users/zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)And some interesting utils I use are:
- [`ogham/exa`](https://the.exa.website), which is a modern replacement for `ls`. In my case for `ll`1.
- [`junegunn/fzf`](https://github.com/junegunn/fzf)
- [`BurntSushi/ripgrep`](https://github.com/BurntSushi/ripgrep)
- [`neovim/neovim`](https://github.com/neovim/neovim)See cdalvaro/dotfiles for more details.
---
1. `alias ll='exa --long --header --group --git --modified --color-scale'` [↩️](#a1)