Skip to content

Commit

Permalink
Merge pull request #16 from yutkat/patch-1
Browse files Browse the repository at this point in the history
fix: Correct the color when true-color
  • Loading branch information
cmgriffing authored Jun 3, 2021
2 parents a937b97 + b8687ae commit 918bd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/nvim-biscuits.vim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:lua require('nvim-biscuits')

highlight default BiscuitColor ctermfg=gray
highlight default BiscuitColor ctermfg=gray guifg=gray

augroup NVIM_BISCUITS
autocmd!
Expand Down

0 comments on commit 918bd17

Please sign in to comment.