zenbones-theme / zenbones.nvim

🪨 A collection of contrast-based Vim/Neovim colorschemes
MIT License
657 stars 46 forks source link

Add extras, alacritty tokyobones dark #103

Open cipherlogs opened 1 year ago

cipherlogs commented 1 year ago

Hello! I recently switched to the TokyoBones color scheme and noticed that there was no corresponding Alacritty theme. I've created a dark version.

Thank you!

mcchrish commented 1 year ago

Hello. Terminal themes are autogenerated. So effectively if we want an alacritty theme for tokyobones, we just need to remove it from exclude: https://github.com/mcchrish/zenbones.nvim/blob/9d865e070ada2b81a92ba8b3bf564b3fc71efc53/zenbones.json#L55-L67

It's currently excluded since I figure there is already an existing Tokyo Night alacritty theme out there.

cipherlogs commented 1 year ago

I see, that's what I did first. I used Tokyo Night, however there are many differences like background color, folder and image colors, highlighting etc ...

if they were consistent it would be nice.

kstevens715 commented 1 year ago

I like the idea of generating the extras for all schemes. I like to set my Alacritty color theme by importing from the plugin. It makes it easy to switch and try out the different schemes, coordinated with Alacritty:

import:
  - ~/.local/share/nvim/site/pack/packer/start/zenbones.nvim/extras/alacritty/neobones_dark.yml
okraits commented 4 months ago

It would be nice if the terminal themes would be enabled by default. I'm using alacritty as well and like to use the same theme in both neovim and alacritty. In the end, the themes don't conflict with existing themes because they have unique names.

mcchrish commented 3 months ago

v4.2.0 I remove all the excludes and now all the extras are generated for all variants.