Mar*_*cus 1 vim color-scheme rhel7
我喜欢Red Hat EL7上vim启用的语法高亮显示。我想知道它正在使用什么颜色方案,但是当我键入:colorscheme它时说“默认”。
我想在MacOS或其他地方复制这种色彩设计,但是我不确定从哪里开始。
All built-in colorschemes should be available in the colors directory of vim runtime. You can get to the directory using:
:e $VIMRUNTIME/colors
Run Code Online (Sandbox Code Playgroud)
However, the default colorscheme uses this syntax file:
:e $VIMRUNTIME/syntax/syncolor.vim
Run Code Online (Sandbox Code Playgroud)
You can use this vimcast as a reference for building your colorscheme: http://vimcasts.org/episodes/creating-colorschemes-for-vim/
P.S: I haven't used Red Hat EL7 before, could you please share a screenshot of how the colorscheme looks like?