# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 7
# self = https://watcher.sour.is/conv/arnliya
@ullarah and @prologic Can you help me with where the build-in themes are stored?
@darch of course. The Pico series are part of the PicoCSS theme, they’re internal, that file should never be modified.

However if you look in internal/static/css/colors.css you will see a well formatted colour scheme system.

If you wish to add more I would suggest looking those words as they are referenced in some of the golang templates as well as the golang files themselves.
@ullarah ah thanks. So it is in two places, not one, that's why I did find it😉
@ullarah What does html[data-theme="simple"] do compared to html[data-theme="dark-classic"] in internal/static/css/colors.css ?
@darch simple is a _bad_ wireframe theme I was using to develop other themes.
@ullarah I kinda like it. What is the best way to set the default team for non-user to no use picoCSS, but use colors from colours.css?
@ullarah and @prologic Also what is the proper way to change the titles from "Yarn.social Dark" and "Yarn.social Light" to something else when running yarnd via docker?

I can see the stings are defined in active.en.toml but I guess the are build into in binary?!