A bit more progress on Aurora icons and transition...
# compose-desktop
k
A bit more progress on Aurora icons and transitions. The plan is to support not only mono-chromatic icon sets (such as Material), but a wider variety of iconography languages that may or may not use colors, textures ets. In the example below, the
toggle
button is using a multicolor icon from the Tango set, while
flat
and
always
buttons use the single-color icons from the Material set. The
toggle
button is configured to use theme-provided colors and alpha for automatically filtering the icon appearance when the button is in the disabled state. You can see when
content enabled
checkbox is unselected, the computer icon turns light brown when
toggle
is selected (+disabled) and light gray when it's not selected (+disabled). The
flat
and
always
buttons are configured to have the icon always filtered to follow the text color. This "follow text" functionality can be seen in enabled/disabled states, as well as during the rollover when the icon and the text turn from black to dark brown.
🎉 6
👀 1
c
whats aurora icons?
k
Documentation will be available with the first alpha, but meanwhile a bit on SVG icons is over at https://github.com/kirill-grouchnikov/radiance/blob/master/docs/photon/photon.md (it's for Radiance which is a Swing project, but the approach is pretty much the same)
👍 2