vim-code-dark icon indicating copy to clipboard operation
vim-code-dark copied to clipboard

Feature Request: theme for bat

Open ocraft opened this issue 4 years ago • 3 comments

It would be great if the codedark theme was also available for bat https://github.com/sharkdp/bat#adding-new-themes. This tool is often used to syntax coloring in fzf.vim.

ocraft avatar Oct 06 '20 13:10 ocraft

https://github.com/sharkdp/bat/pull/1598 should be merged soon and is very similar.

David-Else avatar Apr 10 '21 11:04 David-Else

that's been merged, you can enable it via $BAT_THEME='Visual Studio Dark+' after updating bat. Interestingly, the bat version looks different (vim on left, bat on right, on a TypeScript file):

image

towc avatar Sep 11 '21 09:09 towc

@towc I have been using it for a while. If you use Neovim treesitter vim-code-dark looks a bit better/different, and they both look a little different to VS Code. I think the Bat theme looks close enough that it doesn't jump out as annoying.

I think when https://github.com/neovim/neovim/pull/14122 is merged we could get closer to VS Code, I think they use semantic tokens for certain TypeScript syntax... but I might be mistaken!

David-Else avatar Sep 11 '21 09:09 David-Else