tv vim industry: retab & co.

This commit is contained in:
tv 2015-11-01 11:32:51 +01:00
parent c0cfbb5fcf
commit 4cdd35a7ce

View File

@ -23,9 +23,11 @@ let
" Vim color file " Vim color file
" Maintainer: Shian Lee " Maintainer: Shian Lee
" Last Change: 2014 Mar 6 (for vim 7.4) " Last Change: 2014 Mar 6 (for vim 7.4)
" Remark: "industry" stands for 'industrial' color scheme. In industrial " Remark: "industry" stands for 'industrial' color scheme. In
" HMI (Human-Machine-Interface) programming, using a standard color " industrial HMI (Human-Machine-Interface) programming,
" scheme is mandatory in many cases (in traffic-lights for example): " using a standard color scheme is mandatory in many cases
" (in traffic-lights for example):
"
" LIGHT_RED is 'Warning' " LIGHT_RED is 'Warning'
" LIGHT_YELLOW is 'Attention' " LIGHT_YELLOW is 'Attention'
" LIGHT_GREEN is 'Normal' " LIGHT_GREEN is 'Normal'
@ -49,7 +51,8 @@ let
" First set Normal to regular white on black text colors: " First set Normal to regular white on black text colors:
hi Normal ctermfg=LightGray ctermbg=Black guifg=#dddddd guibg=Black hi Normal ctermfg=LightGray ctermbg=Black guifg=#dddddd guibg=Black
" Syntax highlighting (other color-groups using default, see :help group-name): " Syntax highlighting
" (other color-groups using default, see :help group-name):
hi Comment cterm=NONE ctermfg=DarkCyan gui=NONE guifg=#00aaaa hi Comment cterm=NONE ctermfg=DarkCyan gui=NONE guifg=#00aaaa
hi Constant cterm=NONE ctermfg=LightCyan gui=NONE guifg=#00ffff hi Constant cterm=NONE ctermfg=LightCyan gui=NONE guifg=#00ffff
hi Identifier cterm=NONE ctermfg=LightMagenta gui=NONE guifg=#ff00ff hi Identifier cterm=NONE ctermfg=LightMagenta gui=NONE guifg=#ff00ff