1
1

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の文字色を変える(themeを使う)

Last updated at Posted at 2018-10-19

vimの文字色を変えたかったのでメモ
https://github.com/chriskempson/vim-tomorrow-theme

Tomorrow-Night-Brightの設定が好きなのです。個人的に。

  1. .vimrcに指定する
colorscheme Tomorrow-Night-Bright

2.https://github.com/chriskempson/vim-tomorrow-theme
を/.vimにクローンする

pwd
/homes/${USER}/.vim
git clone https://github.com/chriskempson/vim-tomorrow-theme

3.https://github.com/chriskempson/vim-tomorrow-theme/colors
の置き場所を/homes/${USER}/.vim/colorsにする。

source .vimrc

で色が適用されました。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?