LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trying to edit/create a Vim color scheme (https://www.linuxquestions.org/questions/linux-software-2/trying-to-edit-create-a-vim-color-scheme-4175592084/)

lucmove 10-23-2016 10:50 PM

Trying to edit/create a Vim color scheme
 
I copied a color scheme:

$ cd ~/.vim/colors
$ cp ron.vim luc.vim

Then I edited luc.vim:

let g:colors_name = "luc"
(changed from "ron" to "luc")

Then I ran :colo luc, but the colors don't change.
Then I ran :colo and the answer is luc, but the colors don't change.

What am I doing wrong?

Elizine 10-25-2016 06:37 AM

Please refer to the link below - http://vimcasts.org/episodes/creatin...hemes-for-vim/


All times are GMT -5. The time now is 04:09 PM.