]>
git.madduck.net Git - etc/vim.git/commitdiff
madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@ git. madduck. net .
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged .
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
5db5c6b )
" Maintainer: Stefan Wimmer <wimstefan@gmail.com>
" Website: https://github.com/wimstefan/vim-artesanal
" License: Vim License (see `:help license`)
" Maintainer: Stefan Wimmer <wimstefan@gmail.com>
" Website: https://github.com/wimstefan/vim-artesanal
" License: Vim License (see `:help license`)
-" Last Updated: Sat 21 Jul 2018 03:45:52 PM CEST
+" Last Updated: Sat 21 Jul 2018 04:03:46 PM CEST
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
\ && (!exists('&t_Co') || &t_Co < 256)
if !(has('termguicolors') && &termguicolors) && !has('gui_running')
\ && (!exists('&t_Co') || &t_Co < 256)
hi! link CursorColumn CursorLine
hi CursorLine ctermfg=NONE ctermbg=238 guifg=NONE guibg=#424853 guisp=NONE cterm=NONE,bold,italic gui=NONE,bold,italic
hi DiffAdd ctermfg=242 ctermbg=158 guifg=#707070 guibg=#b3ffcc guisp=NONE cterm=NONE gui=NONE
hi! link CursorColumn CursorLine
hi CursorLine ctermfg=NONE ctermbg=238 guifg=NONE guibg=#424853 guisp=NONE cterm=NONE,bold,italic gui=NONE,bold,italic
hi DiffAdd ctermfg=242 ctermbg=158 guifg=#707070 guibg=#b3ffcc guisp=NONE cterm=NONE gui=NONE
- hi DiffChange ctermfg=242 ctermbg=195 guifg=#707070 guibg=#cceeff guisp=NONE cterm=NONE gui=NONE
+ hi DiffChange ctermfg=242 ctermbg=117 guifg=#707070 guibg=#a1c8db guisp=NONE cterm=NONE gui=NONE
hi DiffDelete ctermfg=242 ctermbg=210 guifg=#707070 guibg=#ff9999 guisp=NONE cterm=NONE gui=NONE
hi DiffText ctermfg=242 ctermbg=158 guifg=#707070 guibg=#b3ffcc guisp=NONE cterm=NONE gui=NONE
hi Directory ctermfg=74 ctermbg=NONE guifg=#7ab1cc guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
hi DiffDelete ctermfg=242 ctermbg=210 guifg=#707070 guibg=#ff9999 guisp=NONE cterm=NONE gui=NONE
hi DiffText ctermfg=242 ctermbg=158 guifg=#707070 guibg=#b3ffcc guisp=NONE cterm=NONE gui=NONE
hi Directory ctermfg=74 ctermbg=NONE guifg=#7ab1cc guibg=NONE guisp=NONE cterm=NONE,bold gui=NONE,bold
\ '#ff9999',
\ '#b3ffcc',
\ '#ffffaf',
\ '#ff9999',
\ '#b3ffcc',
\ '#ffffaf',
\ '#d1c4e9',
\ '#b2dfdb',
\ '#d3d3d3'
\ '#d1c4e9',
\ '#b2dfdb',
\ '#d3d3d3'
" Color: brightyellow #ffffaf ~ LightYellow
" Color: darkyellow #ffea00 ~ DarkYellow
" Color: blue #7ab1cc ~ Blue
" Color: brightyellow #ffffaf ~ LightYellow
" Color: darkyellow #ffea00 ~ DarkYellow
" Color: blue #7ab1cc ~ Blue
-" Color: brightblue #cceeff ~ LightBlue
+" Color: brightblue #a1c8db ~ LightBlue
" Color: darkblue #266280 ~ DarkBlue
" Color: magenta #ab47bc ~ Magenta
" Color: brightmagenta #d1c4e9 ~ LightMagenta
" Color: darkblue #266280 ~ DarkBlue
" Color: magenta #ab47bc ~ Magenta
" Color: brightmagenta #d1c4e9 ~ LightMagenta
Color: brightyellow #ffffaf ~ LightYellow
Color: darkyellow #ffea00 ~ DarkYellow
Color: blue #7ab1cc ~ Blue
Color: brightyellow #ffffaf ~ LightYellow
Color: darkyellow #ffea00 ~ DarkYellow
Color: blue #7ab1cc ~ Blue
-Color: brightblue #cceeff ~ LightBlue
+Color: brightblue #a1c8db ~ LightBlue
Color: darkblue #266280 ~ DarkBlue
Color: magenta #ab47bc ~ Magenta
Color: brightmagenta #d1c4e9 ~ LightMagenta
Color: darkblue #266280 ~ DarkBlue
Color: magenta #ab47bc ~ Magenta
Color: brightmagenta #d1c4e9 ~ LightMagenta