tgoop.com/atthemeeditor/45
Last Update:
Hi, devs! I've just released [email protected]
. It now has support for the new default themes, including the ability to choose the accent color for the Mono, Dark and Arctic themes. Also, you can now use Attheme#fallbackToOther
to fallback a theme to another one, and Attheme#fallbackToSelf
that allows you to map new variables to already existing ones. Oh, and you can pass any iterable over [string, Color]
to the Attheme
constructor.
_But_ the constructor no longer has the second parameter, and instead you should use Attheme#fallbackToOther
; all the default themes are now functions that generate Attheme
instances; and lib/defaultThemes/default
no longer provides all variables — instead, use the variable list at lib/variables
.
And yeah, I have also updated attheme-rs
to v0.3, which also now comes with updated themes. It no longer overloads +
and |
operators — use Attheme::fallback_to_other
instead. Another noticable change is that the crate moved to using palette::Srgba<u8>
instead of [u8; 4]
,
Hopefully you devs will like these updates! The edtor will also be updated with new variables this weekend, and I hope to make several improvements to the editor later on.
BY .attheme editor blog
Share with your friend now:
tgoop.com/atthemeeditor/45