Frage

I'm trying to add textmate color theme to my vim editor

I have got the railscast.vim from https://github.com/jpo/vim-railscasts-theme and downloaded to

~/.vim/colors/railscast.vim

and in my ~/.vimrc I have added the following line

colorscheme railscasts

and I dont have anything in ~/.vimrc.after file

but still seems like the theme is not applied correctly (please look at the screenshot),

enter image description here

Am I doing something wrong or can anyone point me to a good resource

I'm using vim version 7.2.411

thanks in advance

War es hilfreich?

Lösung

vim.wikia.com/wiki/256_colors_in_vim might help.

http://www.calmar.ws/vim/256-xterm-24bit-rgb-color-chart.html, this helped as well for color customization using cterm option.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top