diff options
| author | 2026-04-25 14:28:02 -0400 | |
|---|---|---|
| committer | 2026-04-25 14:46:39 -0400 | |
| commit | 0848d6c89defb95966deeecd1c61352deccbeaec (patch) | |
| tree | 21a2e74fcabb85c02fda8959badc08b0f7de0261 /files/vim/colors | |
| parent | ef40a5119a77280863c21ba67397818514714ccc (diff) | |
| download | dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.gz dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.tar.bz2 dotfiles-0848d6c89defb95966deeecd1c61352deccbeaec.zip | |
New CPU + Cleanup
Diffstat (limited to 'files/vim/colors')
| -rw-r--r-- | files/vim/colors/lil_pablo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/vim/colors/lil_pablo.vim b/files/vim/colors/lil_pablo.vim index 4bc3f61..fcf2d93 100644 --- a/files/vim/colors/lil_pablo.vim +++ b/files/vim/colors/lil_pablo.vim @@ -10,7 +10,7 @@ set background=dark hi clear let g:colors_name = 'lil_pablo' -" @TODO: 'fg' is not valid for ctermfg/bg, it's 7. +" @TODO: 'fg' is not valid for ctermfg/bg, it's NONE or 7. " :%s/gui\(bg\|fg\)=\(#[0-9a-f]*\|NONE\) //g " :%s/cterm\(bg\|fg\)=\([0-9]*\|NONE\|fg\)\ /cterm\1=\2\ gui\1=##\2##\ /g " :%s/##NONE##/NONE/g |