diff options
| author | 2025-11-21 14:50:30 -0500 | |
|---|---|---|
| committer | 2025-11-21 14:50:30 -0500 | |
| commit | 61c027738785e0585202b7b3a828e05344510f66 (patch) | |
| tree | 1a900c432c62b74e0e66d6f8f346030af8b187ec /files/vim/colors | |
| parent | 44edb4b57655de5b21c51d0471e2ea02ac469c0c (diff) | |
| download | dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.gz dotfiles-61c027738785e0585202b7b3a828e05344510f66.tar.bz2 dotfiles-61c027738785e0585202b7b3a828e05344510f66.zip | |
Tweaks
Diffstat (limited to 'files/vim/colors')
| -rw-r--r-- | files/vim/colors/lil_pablo.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/vim/colors/lil_pablo.vim b/files/vim/colors/lil_pablo.vim index 1ab6d2a..555ac4c 100644 --- a/files/vim/colors/lil_pablo.vim +++ b/files/vim/colors/lil_pablo.vim @@ -10,7 +10,9 @@ set background=dark hi clear let g:colors_name = 'lil_pablo' +" :%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 hi Normal ctermfg=15 guifg=#ffffff ctermbg=0 guibg=#000000 cterm=NONE hi Comment ctermfg=8 guifg=#808080 ctermbg=NONE guibg=NONE cterm=NONE |