rajasegar / alacritty-themes

:rainbow: :lollipop: Themes :candy: :heart_eyes: for Alacritty: A cross-platform GPU-accelerated Terminal emulator
MIT License
699 stars 71 forks source link

How to find out what is the current theme? #25

Closed fedorpashin closed 2 years ago

fedorpashin commented 3 years ago

I want to switch the theme but I don't remember which is the current one to revert it later.

If there is no such feature, the name could be written as a comment in alacritty.yml.

polsust commented 2 years ago

Is this still an issue? I've looked into it and it seems like we could just add a --current flag that logs the output of colors.name in the alacritty config file.

The problem is that some themes don't have it.

So I would just replace it with the file name. That way it would be the same that it's displayed on the list when choosing a theme, I think makes more sense that way

JuanVqz commented 2 years ago

Yes, still an issue. yes, we can add that --current flag, we are open to PRs, thank you! :+1: