Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion colors/adio.vim
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if &t_Co > 255
"hl-Pmenu Popup menu: normal item.
hi Pmenu ctermfg=none ctermbg=none cterm=none
"hl-PmenuSel Popup menu: selected item.
hi PmenuSel ctermfg=none ctermbg=none cterm=none
hi PmenuSel ctermfg=248 ctermbg=235 cterm=none
"hl-PmenuSbar Popup menu: scrollbar.
hi PmenuSbar ctermfg=none ctermbg=none cterm=none
"hl-PmenuThumb Popup menu: Thumb of the scrollbar.
Expand Down