https://bugs.documentfoundation.org/show_bug.cgi?id=151881
--- Comment #1 from Miklos Vajna <[email protected]> --- Yes, all 3 TODO(vmiklos) in schema/libreoffice/OpenDocument-v1.3+libreoffice-schema.rng is about the theme topic, because it's a huge one and I can't decide what's the right moment to standardize this. We now have shape fill color and shape text color support in Impress themes. That's at least two areas, but I expect many more will be needed (about everywhere, where colors can be specified). I can write up some more formal spec on this if you think it's not too early. Anyhow, I've now added rows for the following elements / attributes in that monster table at <https://wiki.documentfoundation.org/Development/ODF_Implementer_Notes/List_of_LibreOffice_ODF_Extensions#LibreOffice_ODF_extensions>: - loext:theme - loext:fill-theme-color - loext:fill-color-lum-mod - loext:fill-color-lum-off - loext:theme-color - loext:color-lum-mod - loext:color-lum-off The idea is hopefully not too complicated. Instead of working with raw RGB values in direct formatting, theming allows referring to colors by name (e.g. "accent 1"). The theme has a hardcoded set of 12 colors, so you can also refer to these names by an int in code. When you refer to such a color, you can also make it lighter/darker, luminance modulation/offset allows this (this concept is modeled after OOXML). -- You are receiving this mail because: You are the assignee for the bug.
