- Download iTerm2 3.1 beta version (https://iterm2.com/downloads/beta/iTerm2-3_1_beta_8.zip)
- Use Dracula theme for iTerm2 https://draculatheme.com/iterm/
- Install oh-my-zsh https://github.com/robbyrussell/oh-my-zsh
- Install Dracula there for zsh https://draculatheme.com/zsh/
- Set pane margins:
iTerm2 -> Preferences -> Advanced
General
section- Set
Width of left and right margins in terminal panes
to 12 - Set
Height of top and bottom margins in terminal panes
to 12
- Set
- Use escape code for setting title bar background color (add it to rc file):
printf -- $'\033]6;1;bg;red;brightness;40\a\033]6;1;bg;green;brightness;42\a\033]6;1;bg;blue;brightness;54\a'
@d11pl3, yes, but I don't think this tutorial is still valid as it's pretty old.