This is a set of color schemes for iTerm (aka iTerm2). It also includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Screenshots below and in the screenshots directory.
There are 3 ways to install an iTerm theme:
Direct way via keyboard shortcut:
Via iTerm preferences (go to the same configuration location as above):
Via Bash script
# Import all color schemes
tools/import-scheme.sh schemes/*
# Import all color schemes (verbose mode)
tools/import-scheme.sh -v schemes/*
# Import specific color schemes (quotations are needed for schemes with spaces in name)
tools/import-scheme.sh 'schemes/SpaceGray Eighties.itermcolors' # by file path
tools/import-scheme.sh 'SpaceGray Eighties' # by scheme name
tools/import-scheme.sh Molokai 'SpaceGray Eighties' # import multiple
Have a great iTerm theme? Send it to me via a Pull Request! To export your theme settings:
To include a screenshot, please generate the output using the screenshotTable.sh script in the tools
directory.
For screenshot consistency, please have your font set to 13pt Monaco and no transparency on the window
It would also be very helpful if you cd tools/
and run python3 update_all.py
to generate all formats of your scheme
Some applications assume the ANSI color code 8 is a gray color. Solarized treatsthis code as equal to the background. This theme is for people who prefer theformer. See issues #59, #62, and #63 formore information.
The schemes Novel, Espresso, Grass, Homebrew, Ocean, Pro, Man Page, Red Sands, and Terminal Basic are ports of the schemes of the same name included with the Mac Terminal application. All of Terminal's schemes have now been ported, with the exception of "Solid Colors" (random backgrounds, which iTerm doesn't support) and "Aerogel" (which is hideous).
Credits for all other themes are listed in CREDITS.md
If there are other color schemes you'd like to see included, drop me a line!
To install under the X Window System:
Import the .xrdb file of the scheme you'd like to use:
#include "/home/mbadolato/iTerm2-Color-Schemes/xrdb/Blazer.xrdb"
Use the #define
s provided by the imported .xrdb file:
Rxvt*color0: Ansi_0_Color
Rxvt*color1: Ansi_1_Color
Rxvt*color2: Ansi_2_Color
Rxvt*color3: Ansi_3_Color
Rxvt*color4: Ansi_4_Color
Rxvt*color5: Ansi_5_Color
Rxvt*color6: Ansi_6_Color
Rxvt*color7: Ansi_7_Color
Rxvt*color8: Ansi_8_Color
Rxvt*color9: Ansi_9_Color
Rxvt*color10: Ansi_10_Color
Rxvt*color11: Ansi_11_Color
Rxvt*color12: Ansi_12_Color
Rxvt*color13: Ansi_13_Color
Rxvt*color14: Ansi_14_Color
Rxvt*color15: Ansi_15_Color
Rxvt*colorBD: Bold_Color
Rxvt*colorIT: Italic_Color
Rxvt*colorUL: Underline_Color
Rxvt*foreground: Foreground_Color
Rxvt*background: Background_Color
Rxvt*cursorColor: Cursor_Color
XTerm*color0: Ansi_0_Color
XTerm*color1: Ansi_1_Color
XTerm*color2: Ansi_2_Color
XTerm*color3: Ansi_3_Color
XTerm*color4: Ansi_4_Color
XTerm*color5: Ansi_5_Color
XTerm*color6: Ansi_6_Color
XTerm*color7: Ansi_7_Color
XTerm*color8: Ansi_8_Color
XTerm*color9: Ansi_9_Color
XTerm*color10: Ansi_10_Color
XTerm*color11: Ansi_11_Color
XTerm*color12: Ansi_12_Color
XTerm*color13: Ansi_13_Color
XTerm*color14: Ansi_14_Color
XTerm*color15: Ansi_15_Color
XTerm*colorBD: Bold_Color
XTerm*colorIT: Italic_Color
XTerm*colorUL: Underline_Color
XTerm*foreground: Foreground_Color
XTerm*background: Background_Color
XTerm*cursorColor: Cursor_Color
Store the above snippets in a file and pass it in:
xrdb -merge YOUR_FILE_CONTAINING_ABOVE_SNIPPETS
Open new XTerm or Rxvt windows to see the changes.
Adapt this procedure to other terminals as needed.
Edit your Terminator configuration file (located in: $HOME/.config/terminator/config
) and add the configurations for the theme(s) you'd like to use the [profiles]
section. The terminator/
directory contains the config snippets you'll need. Just paste the configurations into the [profiles]
sections, and you're good to go!
At a minimum, this is all you need. You can customize the fonts and other aspects as well, if you wish. See the Terminator documentation for more details.
An example config file that includes the code snippet for the Symfonic theme would look like this:
[global_config]
[keybindings]
[profiles]
[[default]]
palette = "#1a1a1a:#f4005f:#98e024:#fa8419:#9d65ff:#f4005f:#58d1eb:#c4c5b5:#625e4c:#f4005f:#98e024:#e0d561:#9d65ff:#f4005f:#58d1eb:#f6f6ef"
background_image = None
use_system_font = False
cursor_color = "#f6f7ec"
foreground_color = "#c4c5b5"
font = Source Code Pro Light 11
background_color = "#1a1a1a"
[[Symfonic]]
palette = "#000000:#dc322f:#56db3a:#ff8400:#0084d4:#b729d9:#ccccff:#ffffff:#1b1d21:#dc322f:#56db3a:#ff8400:#0084d4:#b729d9:#ccccff:#ffffff"
background_color = "#000000"
cursor_color = "#dc322f"
foreground_color = "#ffffff"
background_image = None
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
[plugins]
Copy the themes from the konsole
directory to $HOME/.config/konsole
(in some versions of KDE, the theme directory may be located at $HOME/.local/share/konsole
), restart Konsole and choose your new theme from the profile preferences window.
If you want to make the themes available to all users, copy the .colorscheme files to /usr/share/konsole
.
Just double click on selected theme in terminal
directory
This method creates a new blank session with JUST colors set properly.
Download the appropriate colorscheme.reg
file and import the registry changes by right-clicking and choosing Merge. Choose "Yes" when prompted if you're sure. Color scheme will show up as a new PuTTY session with all defaults except entries at Window > Colours > Adjust the precise colours PuTTY displays
.
This method modifies an existing session and changes JUST the color settings.
Download the appropriate colorscheme.reg
file. Open the file with a text editor and change the color scheme portion (Molokai
below) to match the session you want to modify:
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\Molokai]
- CHANGE TO (EXAMPLE) -
[HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\root@localhost]
NOTE: Some special characters will need to be changed to their Percent-encoded representation (IE, Space as %20
). To quickly find the right session name view the top-level entries at HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\Sessions\
with regedit.exe
.
Window > Apprearance
Font: Consolas, bold, 14-point
Font quality:
( ) Antialiased ( ) Non-Antialiased
(O) ClearType ( ) Default
Window > Colours
[X] Allow terminal to specify ANSI colours
[X] Allow terminal to use xterm 256-colour mode
Indicate bolded text by changing:
( ) The font (O) The colour ( ) Both
[ ] Attempt to use logical palettes
[ ] Use system colours
Copy the colorschemes
folder to ~/.local/share/xfce4/terminal/
and restart Terminal.
Append your favourite theme from freebsd_vt/
to /boot/loader.conf
or /boot/loader.conf.local
and reboot.
Copy the theme content from mobaxterm/
and paste the content to your MobaXterm.ini
in the corresponding place ([Colors]
).
Copy the theme content from lxterminal/
and paste the content to your lxterminal
in the corresponding place ([general]
).
Copy the theme content from vscode/
and paste the content to your UserSettings.json.
Copy the theme content from windowsterminal/
and paste the content to your profiles.json
in the corresponding place ("schemes"
). Then specify the name of your theme by "colorScheme"
in "profiles"
.
Copy the theme content from alacritty/
and paste the content to your alacritty config file.
preview.rb is a simple script that allows you to previewthe color schemes without having to import them. It parses .itermcolors filesand applies the colors to the current session using iTerm's proprietaryescape codes. As noted inthe linked page, it doesn't run on tmux or screen.
# Apply AdventureTime scheme to the current session
tools/preview.rb schemes/AdventureTime.itermcolors
# Apply the schemes in turn.
# - Press (almost) any key to advance; hit CTRL-C or ESC to stop
# - Press the delete key to go back
tools/preview.rb schemes/*
iTerm Color Schemes | iTerm2 Color Schemes | iTerm 2 Color Schemes | iTerm Themes | iTerm2 Themes | iTerm 2 Themes
1、前置校验 # 1、默认已安装 Homebrew、iTerm2 # 2、查看是否安装了zsh,查看是否返回 /usr/bin/zsh cat /etc/shells # 若未安装 brew install zsh # iTerm2 启动项配置 chsh -s /bin/zsh # 设置为zsh chsh -s /bin/bash # 设置为bash(Mac自带默认) 2、安
在美化Windows Terminal的过程中,由于Windows Terminal处于preview阶段更新变化极大,导致走了一些弯路,现以0.10.781.0版本为例(到目前为止最新发布)。 注意:Adding New Color Schemes to Windows Terminal中的脚本Add-WindowsTerminalSchemes.ps1经检验无法被Windows Termina
说明 iterm2更换主题 此处使用的是Homebrew主题[绿色字体] 操作步骤 安装iterm2 下载并解压含有主题包的压缩文件“mbadolato-iTerm2-Color-Schemes-518f474.zip”,下载地址:iterm主题下载 打开iterm2 按Command+,键,打开Preferences配置界面 然后Profiles->Colors->Color Presets->
iTerm2 作为一名开发者,我们常常花上很多时间在终端 上,如同武士的剑,一出手便知高低。所以让我们安装 Mac 上最强大的终端 iTerm2 吧!写码除虫,居家必备。 在 Finder 中,将 iTerm 拖拽进入 Application 文件夹中。然后,你可以在 Launchpad 中启动 iTerm。 颜色和字体设置 在 Keys -> Hotkey 中设置 command + optio
iTerm2 是 iTerm 的后继者,也是 Terminal 的替代者。这是一款用于 macOS 的终端模拟器,支持窗口分割、热键、搜索、自动补齐、无鼠标复制、历史粘贴、即时重播等功能特性,适用于 MacOS 10.10 及以上版本。 窗口分割 将选项卡划分为多个窗格,每个窗格显示不同的会话。可以垂直和水平切分,并以任何可以想象的排列创建任意数量的窗格。非活动窗格会略微变暗,因此很容易看出哪个窗
我们将安装 zsh ,其拓展功能和主题将由 oh-my-zsh 提供。其中Env.sh 文件用于维护别名(aliases),输出(exports)和路径改变(path changes)等等,以免影响 ~/.zshrc。 Zsh 使用 Homebrew 完成 zsh 和 zsh completions 的安装 brew install zsh zsh-completions 安装 oh-my
An arctic, north-bluish clean and elegant iTerm2 color scheme. Designed for a fluent and clear workflow. Based on the Nord color palette. Font: Source Code Pro 12px. Getting started Installation Downl
NAME \color - 用于指定数学的颜色。 概要 (SYNOPSIS) { \color #1 #2 } OPTIONS 输入 描述 #1 color #2 Mathematics to be colored 描述 \color命令用于指定数学的颜色。 例 \color{red}{ \frac{1+\sqrt{5}}{2} }$ \color{red}{ \frac{1+\sqrt{5}}
new LSGlobe.Color(red, green, blue, alpha) 颜色类,用红、绿、蓝和透明度的值来描述(这几个值的范围是从0到1)。 Name Type Default Description red Number 1.0 optional 红色分量(R) green Number 1.0 optional 绿色分量(G) blue Number 1.0 optional 蓝