mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Switched to my fork for vim-fixkey with support for screen-it and
screen-256color-it (termcap for screen/tmux patched to allow tmux to render italics). The HTML headings were switched from underlined to strictly bold from 1-3 and strictly italic from 4-6.
This commit is contained in:
parent
ceb0874c45
commit
09941e143f
3 changed files with 11 additions and 11 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -52,9 +52,6 @@
|
|||
[submodule "vim/bundle/vim-neco-calc"]
|
||||
path = vim/bundle/vim-neco-calc
|
||||
url = https://github.com/hrsh7th/vim-neco-calc.git
|
||||
[submodule "vim/bundle/vim-fixkey"]
|
||||
path = vim/bundle/vim-fixkey
|
||||
url = https://github.com/drmikehenry/vim-fixkey.git
|
||||
[submodule "vim/bundle/vim-move"]
|
||||
path = vim/bundle/vim-move
|
||||
url = https://github.com/matze/vim-move.git
|
||||
|
@ -94,3 +91,6 @@
|
|||
[submodule "vim/bundle/tlib_vim"]
|
||||
path = vim/bundle/tlib_vim
|
||||
url = git://github.com/tomtom/tlib_vim.git
|
||||
[submodule "vim/bundle/vim-fixkey"]
|
||||
path = vim/bundle/vim-fixkey
|
||||
url = https://github.com/prurigro/vim-fixkey.git
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 306d63a7d2614edadde9ecb42838ad7d0dd6f0ec
|
||||
Subproject commit c9b32a8152b571c1298f068b8c7de8f7b777a688
|
|
@ -373,13 +373,13 @@ hi! link gitconfigAssignment Label
|
|||
hi! link ExtraditeLogName Type
|
||||
|
||||
"html
|
||||
call s:X("htmlTitle","#ffffff","","underline,bold","White","")
|
||||
call s:X("htmlH1","#d75f5f","","underline,bold","Red","")
|
||||
call s:X("htmlH2","#ffd787","","underline,bold","Yellow","")
|
||||
call s:X("htmlH3","#87d7ff","","underline,bold","Blue","")
|
||||
call s:X("htmlH4","#d75f5f","","underline","Red","")
|
||||
call s:X("htmlH5","#ffd787","","underline","Yellow","")
|
||||
call s:X("htmlH6","#87d7ff","","underline","Blue","")
|
||||
hi! link htmlTitle Title
|
||||
call s:X("htmlH1","#d75f5f","","bold","Red","")
|
||||
call s:X("htmlH2","#ffd787","","bold","Yellow","")
|
||||
call s:X("htmlH3","#87d7ff","","bold","Blue","")
|
||||
call s:X("htmlH4","#d75f5f","","italic","Red","")
|
||||
call s:X("htmlH5","#ffd787","","italic","Yellow","")
|
||||
call s:X("htmlH6","#87d7ff","","italic","Blue","")
|
||||
call s:X("htmlSpecialChar","","","italic","","")
|
||||
call s:X("htmlArg","#d75f5f","","bold","Red","")
|
||||
call s:X("htmlTagName","#ffd787","","bold","Yellow","")
|
||||
|
|
Loading…
Reference in a new issue