On Wednesday, January 29, 2020 at 10:39:37 AM UTC-8, Brad Lanam wrote:
>
> package require awdark
>
>
> If you have tksvg available, then:
>
When I try this on my windows 10 system, I get an error.
I don't have tksvg as a package, and when I do the above
it gets an error in _createCombobox because the if test
for $vars(have.tksvg) is false and so the variable wid does
not get set and the error occurs following the if on the
ttk::style configure statement.
Although it errors out at that point, if I catch it, it will
have got far enough so OP's ttk::style theme names
will report the aw themes, but they still don't work. At least
they aren't dark.
On androwish, I use the awthemes with no problems at all.