gnome端末にlight vim colorchemeをインストールする

gnome端末にlight vim colorchemeをインストールする

私のvimに明るいカラースキームをインストールしたいのですが、うまくいかないようです(今私はいくつか試しました)。私が得たいのは、mayansmokeのスクリーンショットで見ることができるものと同じです。

残念ながら、このテーマをインストールする方法は次のとおりです。 https://www.dropbox.com/s/nf1p1dwkisekorm/My_vim.png?dl=0

ここに画像の説明を入力してください。

これは私の.vimrcです。

execute pathogen#infect()
set number
set tabstop=3 "tabs are 3 spaces big (smaller than default)
set autoindent "You'll keep the indentation on the next line when you press enter.

"auto complete brackets
inoremap { {}<Esc>i 
inoremap [ []<Esc>i
inoremap ( ()<Esc>i

syntax on
set t_Co=256
colorscheme distinguished

これは、最初のスクリーンショットがMacで撮影されたという事実に関連していますか?この明るいテーマを取得するにはどうすればよいですか?

ベストアンサー1

おすすめ記事