eendroroy / alacritty-theme

Collection of Alacritty color schemes
Apache License 2.0
1.88k stars 239 forks source link

schemes file #14

Closed pbnj closed 4 years ago

pbnj commented 4 years ago

Alacritty supports a schemes which contains any arbitrary amount of themes that users can select from in colors:

Example:

scheme:
  afterglow: &afterglow
    primary:
      background: ....
      foreground: ...
    ...

  argonaut: &argonaut
    ...

  ayu_dark: &ayu_dark
    ...

colors: *ayu_dark

Would you be willing to accept a PR that merges all the themes into a schemes.yaml file?

eendroroy commented 4 years ago

Seems like a good idea. But would like to keep the separate theme files intact. So there will be option to use or not to use the schemes feature.