もた日記

くだらないことを真面目にやる

気分転換にDracula Themeを使ってみる(Vim, Zsh, iTerm)

draculatheme.com

気分転換にカラーテーマを変更しようとしていろいろ探していたところDracula Themeというテーマがあったので試してみる。
上記ページで紹介されているように有名どころは対応しているので、普段使っている環境のVim, Zsh, iTermにインストールしてみる。

f:id:wonder-wall:20160622211547p:plain
f:id:wonder-wall:20160622211559p:plain

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

以下の手順でテーマを有効にして再起動。

  1. iTerm2 > Preferences > Profiles > Colors Tab
  2. Click Load Presets...
  3. Click Import...
  4. Select the Dracula.itermcolors file
  5. Select the Dracula from Load Presets...