Expand description
A crate for working with .attheme files. It has full support for the
.attheme file format. In addition, it provides all default themes,
including setting custom accent colors, and a complete list of variables.
Should you have a problem or a question, feel free to file an issue on our GitLab repository.
Modules§
- Provides Telegram’s default themes.
Structs§
- Represents contents of an .attheme file.
Enums§
- Determines how to serialize colors. Used by
Attheme.to_bytes.
Constants§
- A fallback map used by Telegram. Primarily used with
Attheme::fallback_to_self. - A list of all variable names.
Type Aliases§
- Represents a variable color value.
- An
IndexMapstoring variables of the theme. - A
Vecof bytes that represents the image wallpaper of the theme.