気分転換にDracula Themeを使ってみる(Vim, Zsh, iTerm)
気分転換にカラーテーマを変更しようとしていろいろ探していたところDracula Themeというテーマがあったので試してみる。
上記ページで紹介されているように有名どころは対応しているので、普段使っている環境のVim, Zsh, iTermにインストールしてみる。
Vim
Dracula — A dark theme for Vim and more
NeoBundleの場合は下記行を.vimrc
に追加してインストール。
NeoBundle 'dracula/vim'
カラースキーマを設定する。
colorschema dracula
Zsh
Dracula — A dark theme for Zsh and more
git clone
してdracula.zsh-theme
テーマファイルを取得。
$ git clone https://github.com/dracula/zsh.git
oh-my-zsh
を使っている場合はthemes
ディレクトリ以下にシンボリックリンクを作成(またはコピー)。
$ ln -s dracula.zsh-theme $OH_MY_ZSH/themes/dracula.zsh-theme
.zshrc
のテーマを以下のように変更してsource ~/.zshrc
を実行。
ZSH_THEME="dracula"
iTerm
Dracula — A dark theme for iTerm and more
git clone
してDracula.itermcolors
ファイルを取得。
$ git clone https://github.com/dracula/iterm.git
以下の手順でテーマを有効にして再起動。
- iTerm2 > Preferences > Profiles > Colors Tab
- Click Load Presets...
- Click Import...
- Select the Dracula.itermcolors file
- Select the Dracula from Load Presets...