Can i disable Theme to install my own without repository getting dirty?

i made my own theme for klipper and installed it, but now my version control under machine keeps saying ratos is "dirty" any flag i can change to allow custom themes?
3 Replies
miklschmidt
miklschmidt•7mo ago
ratos-theme you mean? To make it stop complaining (you could just simply ignore it...) you'd have to publish your theme to github, then you can override the theme update manager entry in moonraker.conf by adding the following at the end:
[update_manager client RatOSTheme]
origin: https://github.com/yougithubusername/yourrepository.git
primary_branch: main
[update_manager client RatOSTheme]
origin: https://github.com/yougithubusername/yourrepository.git
primary_branch: main
fair-rose
fair-rose•7mo ago
Gotcha. Thanks!
Oskait
Oskait•7mo ago
👀 I didn't even know there were klipper themes (apart from the gui colors)... will check it out thanks 🙂