Closed golam71 closed 4 months ago
it's clearly that there is smth wrong with your colors:
/opt/oomox/plugins/theme_oomox/scripts/mix.sh: line 7: printf: 0xTI: invalid hex number
/opt/oomox/plugins/theme_oomox/scripts/mix.sh: line 7: printf: 0xQU: invalid hex number
/opt/oomox/plugins/theme_oomox/scripts/mix.sh: line 7: printf: 0xAN: invalid hex number
/opt/oomox/plugins/theme_oomox/scripts/mix.sh: line 7: printf: 0xTI: invalid hex number
/opt/oomox/plugins/theme_oomox/scripts/mix.sh: line 7: printf: 0xQU: invalid hex number
double-check that the theme-script /opt/oomox/scripted_colors/xresources/xresources-reverse
returns correct colors and adjust it for your setup if needed:
bash -c 'set -x ; source /opt/oomox/scripted_colors/xresources/xresources-reverse'
thank you for pointing out the issue it was my xresources for pywal users i advice remove the xresources and run a xrdb merge
also see the documentation for the new Multi-Export CLI - it will be the default one in the near future
so my theme is generated from xresources as i use xresources reverse for the theme and script was working fine but it broke in last update (i use archlinux)
so when i run
it returns
so it seems i cant generate themes from the cli but it works fine from themix gui so what is wrong did the cli command change? also i looked at the cli section i couldnt find anything please help