Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

:octocat: GitHub VS Code Theme for iTerm

NotificationsYou must be signed in to change notification settings

cdalvaro/github-vscode-theme-iterm

Repository files navigation

GitHub Theme

GitHub VS Code Theme for iTerm

GitHub Visual Studio Code Theme foriTerm (Dark, Dimmed, Light and High Contrast)

ll is an alias1 forogham/exa cli tool.

Download iTerm profiles and open them.

GitHub Dark DefaultGitHub Dark DimmedGitHub Dark High Contrast
GitHub Dark DefaultGitHub Dark DimmedGitHub Dark High Contrast
GitHub Light DefaultGitHub Light High Contrast
GitHub Light DefaultGitHub Light High Contrast

iTerm legacy themes

GitHub DarkGitHub Light
GitHub DarkGitHub Light

They will be automatically added to yourColor Presets... insideProfiles > Colors in iTerm Preferences pane.

iTerm Profiles Colors Pane

GitHub VSCode Theme for Apple Terminal

You can also download these profiles for Apple Terminal app:

Terminal.app legacy themes

GitHub VSCode Theme for Ghostty Terminal

If you are interested on these themes forGhostty Terminal, you can download the iTerm themes and convert them using this gist:cdalvaro/iterm2ghostty.rb

For example:

curl -L -o iterm2ghostty.rb https://gist.github.com/cdalvaro/baaf834c705b5b9e073fc092de1e8520/raw/iterm2ghostty.rbchmod +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:

./iterm2ghostty.rb --file github-vscode-theme-iterm-main/GitHub\Dark\Dimmed.itermcolors>>~/.config/ghostty/config

or create a new theme file with the output:

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:

theme = github-dark-dimmed

About my shell setup

I useZ shell in combination withohmyzsh framework.

My prompt theme isstarship, which is available for any shell. And the font I'm currently using isMonoLisa.

Some of theohmyzsh plugins I use are:

Apart of those, I use other plugins such as:

And some interesting utils I use are:

Seecdalvaro/dotfiles for more details.


  1. alias ll='exa --long --header --group --git --modified --color-scale'↩️

[8]ページ先頭

©2009-2026 Movatter.jp