Closed pbnj closed 4 years ago
Alacritty supports a schemes which contains any arbitrary amount of themes that users can select from in colors:
schemes
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?
schemes.yaml
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.
Alacritty supports a
schemes
which contains any arbitrary amount of themes that users can select from incolors:
Example:
Would you be willing to accept a PR that merges all the themes into a
schemes.yaml
file?