summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-05-19 22:23:40 -0400
committerAndrew Opalach <andrew@akon.city> 2026-05-19 22:23:40 -0400
commit33567739337783e67167a43557c434accb6fe3a0 (patch)
tree2db5300d10d8d0b5c1fc52622919b5b4ce43e4b6 /files
parent0848d6c89defb95966deeecd1c61352deccbeaec (diff)
downloaddotfiles-master.tar.gz
dotfiles-master.tar.bz2
dotfiles-master.zip
Small cleanupHEADmaster
Diffstat (limited to 'files')
-rw-r--r--files/gdbinit1
-rw-r--r--files/vim/colors/lil_pablo.vim2
2 files changed, 2 insertions, 1 deletions
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