daltonmenezes / aura-theme

✨ A beautiful dark theme for your favorite apps.
MIT License
3.18k stars 151 forks source link

Add selection background in Alacritty terminal #163

Closed eulixir closed 2 years ago

eulixir commented 2 years ago

What’s up @daltonmenezes!

I am currently using the alacritty terminal, and I came across a detail.

When selecting some lines, the background is white (probably this came by default of the terminal), my suggestion is to add this line in aura-theme.yml:

selection:
  text: CellForeground
  background: '#2C293A'

Before:

image

After:

image