aarowill / base16-alacritty

Base16 for Alacritty
http://chriskempson.com/projects/base16
MIT License
286 stars 41 forks source link

Different colors in comparison to other base16 colorschemes #9

Closed okraits closed 1 year ago

okraits commented 1 year ago

I noticed that these base16 colorschemes for alacritty have some different colors in comparison to the base16 colorschemes for xfce4-terminal: https://github.com/tinted-theming/base16-xfce4-terminal

The difference is noticeable in several themes, if not all. Let me show with some screenshots. On the left: xfc4-terminal On the right: alacritty

grafik Theme: base16-bright

grafik Theme: base16-selenized-black

grafik Theme: base16-tomorrow-night

Could this be caused by some setting on my side or is it in the colorschemes?

aarowill commented 1 year ago

It looks like the xfce theme defaults to the 256 variants: some info on this in the README. If you want the themes to look like they do in the left-hand xfce4 examples, try using the -256 config instead, for example use base16-bright-256.yml instead of base16-bright.yml

okraits commented 1 year ago

Thank you for the explanation. I will try it out.