From 33567739337783e67167a43557c434accb6fe3a0 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 19 May 2026 22:23:40 -0400 Subject: Small cleanup --- files/gdbinit | 1 + files/vim/colors/lil_pablo.vim | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'files') diff --git a/files/gdbinit b/files/gdbinit index 53c7be0..782b0b8 100644 --- a/files/gdbinit +++ b/files/gdbinit @@ -1,2 +1,3 @@ set auto-load safe-path / set pagination off +set style emoji off diff --git a/files/vim/colors/lil_pablo.vim b/files/vim/colors/lil_pablo.vim index fcf2d93..ac9ccb7 100644 --- a/files/vim/colors/lil_pablo.vim +++ b/files/vim/colors/lil_pablo.vim @@ -52,7 +52,7 @@ hi VisualNOS ctermfg=NONE guifg=NONE ctermbg=0 guibg=#000000 cterm=underline hi LineNr ctermfg=8 guifg=#808080 ctermbg=NONE guibg=NONE cterm=NONE hi! link LineNrAbove LineNr hi! link LineNrBelow LineNr -hi MatchParen ctermfg=15 guifg=#ffffff ctermbg=NONE guibg=NONE cterm=NONE +hi MatchParen ctermfg=14 guifg=#ffd700 ctermbg=NONE guibg=NONE cterm=NONE hi ModeMsg ctermfg=NONE guifg=NONE ctermbg=NONE guibg=NONE cterm=bold hi MoreMsg ctermfg=12 guifg=#00875f ctermbg=NONE guibg=NONE cterm=bold hi Question ctermfg=10 guifg=#af8700 ctermbg=NONE guibg=NONE cterm=bold -- cgit v1.2.3-101-g0448