]> 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:

- remove italic from CursorLine
authorStefan Wimmer <wimstefan@gmail.com>
Thu, 20 Dec 2018 14:07:57 +0000 (15:07 +0100)
committerStefan Wimmer <wimstefan@gmail.com>
Thu, 20 Dec 2018 14:07:57 +0000 (15:07 +0100)
colors/artesanal.vim
templates/_common.colortemplate

index 16c6ed2aec1cdad4cce685cb9c4d3dd2a4727579..eb4cedf5b757b84d852dd8ccab8fab6088341319 100644 (file)
@@ -4,7 +4,7 @@
 " Maintainer:   Stefan Wimmer <wimstefan@gmail.com>
 " Website:      https://github.com/wimstefan/vim-artesanal
 " License:      Vim License (see `:help license`)
-" Last Updated: Tue 20 Nov 2018 11:33:55 PM CET
+" Last Updated: Thu 20 Dec 2018 03:05:22 PM CET
 
 if !(has('termguicolors') && &termguicolors) && !has('gui_running')
       \ && (!exists('&t_Co') || &t_Co < 256)
@@ -37,7 +37,7 @@ if &background ==# 'dark'
   hi Conceal ctermfg=74 ctermbg=NONE guifg=#7ab1cc guibg=NONE guisp=NONE cterm=NONE gui=NONE
   hi Cursor ctermfg=NONE ctermbg=NONE guifg=NONE guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
   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 CursorLine ctermfg=NONE ctermbg=238 guifg=NONE guibg=#424853 guisp=NONE cterm=NONE,bold gui=NONE,bold
   hi DiffAdd ctermfg=231 ctermbg=65 guifg=#fbfbfb guibg=#4c8c6c guisp=NONE cterm=NONE gui=NONE
   hi DiffChange ctermfg=231 ctermbg=67 guifg=#fbfbfb guibg=#5f87af guisp=NONE cterm=NONE gui=NONE
   hi DiffDelete ctermfg=231 ctermbg=167 guifg=#fbfbfb guibg=#d66363 guisp=NONE cterm=NONE gui=NONE
@@ -172,7 +172,7 @@ hi ColorColumn ctermfg=NONE ctermbg=255 guifg=NONE guibg=#ebebeb guisp=NONE cter
 hi Conceal ctermfg=74 ctermbg=NONE guifg=#7ab1cc guibg=NONE guisp=NONE cterm=NONE gui=NONE
 hi Cursor ctermfg=NONE ctermbg=NONE guifg=NONE guibg=NONE guisp=NONE cterm=NONE,reverse gui=NONE,reverse
 hi! link CursorColumn CursorLine
-hi CursorLine ctermfg=NONE ctermbg=255 guifg=NONE guibg=#ebebeb guisp=NONE cterm=NONE,bold,italic gui=NONE,bold,italic
+hi CursorLine ctermfg=NONE ctermbg=255 guifg=NONE guibg=#ebebeb guisp=NONE cterm=NONE,bold gui=NONE,bold
 hi DiffAdd ctermfg=233 ctermbg=158 guifg=#141414 guibg=#b3ffcc guisp=NONE cterm=NONE gui=NONE
 hi DiffChange ctermfg=233 ctermbg=153 guifg=#141414 guibg=#afc3d7 guisp=NONE cterm=NONE gui=NONE
 hi DiffDelete ctermfg=233 ctermbg=210 guifg=#141414 guibg=#ff9999 guisp=NONE cterm=NONE gui=NONE
@@ -335,7 +335,7 @@ finish
 " Conceal                          blue         none
 " Cursor                           none         none    reverse
 " CursorColumn                  -> CursorLine
-" CursorLine                       none         bg1     bold,italic
+" CursorLine                       none         bg1     bold
 " DiffAdd                          fg0          brightgreen
 " DiffChange                       fg0          brightblue
 " DiffDelete                       fg0          brightred
@@ -469,7 +469,7 @@ finish
 " Conceal                          blue         none
 " Cursor                           none         none    reverse
 " CursorColumn                  -> CursorLine
-" CursorLine                       none         bg1     bold,italic
+" CursorLine                       none         bg1     bold
 " DiffAdd                          fg0          brightgreen
 " DiffChange                       fg0          brightblue
 " DiffDelete                       fg0          brightred
index af6733c573bd662a89ec06dc94265388fd99b75a..68f4a61d4ecdd06db041184411b1e6da8e80dc75 100644 (file)
@@ -28,7 +28,7 @@ ColorColumn                      none         bg1
 Conceal                          blue         none
 Cursor                           none         none    reverse
 CursorColumn                  -> CursorLine
-CursorLine                       none         bg1     bold,italic
+CursorLine                       none         bg1     bold
 DiffAdd                          fg0          brightgreen
 DiffChange                       fg0          brightblue
 DiffDelete                       fg0          brightred