Skip to content

Commit

Permalink
dumping more hacks
Browse files Browse the repository at this point in the history
I should get rid of this fork. Looks like stuff might be happening over
on
jeffkreeftmeijer#12 (comment)?
I'm subscribed to the relevant issue.
  • Loading branch information
jfly committed Sep 18, 2024
1 parent 84128e8 commit 23124b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions colors/dim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@ let g:fzf_colors = { 'fg': ['fg', 'DimFzfFg'],
\ 'prompt': ['fg', 'DimFzfPrompt'],
\ 'pointer': ['fg', 'DimFzfPointer'],
\ 'marker': ['fg', 'DimFzfMarker']}

" Tweak the gutter color so it stands out from the background.
highlight! LineNr ctermbg=8
highlight! link SignColumn LineNr

" Link diffRemoved and diffAdded to saner values
" (this is basically copied from https://github.com/dracula/vim/issues/46)
highlight! link diffRemoved DiffDelete
highlight! link diffAdded DiffAdd

0 comments on commit 23124b9

Please sign in to comment.