62
55

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

vimで設定可能な色の種類を一覧で確認する方法

Posted at

##はじめに
vimを使う上で色の設定は不可欠ですよね。でも.vimrcを設定する時、どういう色設定が現在されていて、どういう色が設定できるのか確認したいなーと思うことが多々あるので紹介します。

##何色が設定出来るか確認
以下のコマンドをvimで実行。

vim
:so $VIMRUNTIME/syntax/colortest.vim

設定できる色が一覧で表示されます。
色がどのエイリアスに割り当てられていてどんな色になるかを確認できます。
イメージ画像はこちら。

スクリーンショット 2014-10-22 14.18.17.png

##現在設定している色の確認
以下のコマンドを同じくvimで実行。

vim
:so $VIMRUNTIME/syntax/hitest.vim

どのエイリアスがどの色を表示しているかを確認できます。
イメージ画像はこちら。

スクリーンショット 2014-10-22 14.24.21.png

##おわりに
vimの色で困ったらご参考に。
今回は以下の記事を参考にさせていただきました。ありがとうございます。

vimカラーの微調整時のまとめ
http://d.hatena.ne.jp/connvoi_tyou/20080306/1204825179

62
55
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
62
55

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?