diff options
| author | 2025-05-29 11:48:34 +0200 | |
|---|---|---|
| committer | 2025-05-29 11:48:34 +0200 | |
| commit | 6c1b67427873fd07f0b0455e4e34f6241dbe5374 (patch) | |
| tree | 8d8ec9e458d0f1466ca4308503f1f0187a8e6592 /README.md | |
| parent | [chore] thread_id migration tweaks (#4198) (diff) | |
| download | gotosocial-6c1b67427873fd07f0b0455e4e34f6241dbe5374.tar.xz | |
[feature/frontend] Add four new monospace themes (#4199)
This pull request adds four new themes with auto light/dark switching options too!
Tested for color contrast etc in firefox with all three local test rig accounts.
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4199
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -213,6 +213,26 @@ It's also easy for admins to [add their own custom themes](https://docs.gotosoci <figcaption>Sunset</figcaption> </figure> <hr/> +<figure> + <img src="https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/docs/overrides/public/theme-hacker-dark.png"/> + <figcaption>Hacker dark</figcaption> +</figure> +<hr/> +<figure> + <img src="https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/docs/overrides/public/theme-hacker-light.png"/> + <figcaption>Hacker light</figcaption> +</figure> +<hr/> +<figure> + <img src="https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/docs/overrides/public/theme-programmer-socks-dark.png"/> + <figcaption>Programmer socks dark</figcaption> +</figure> +<hr/> +<figure> + <img src="https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/docs/overrides/public/theme-programmer-socks-light.png"/> + <figcaption>Programmer socks light</figcaption> +</figure> +<hr/> </details> ### Easy to run |
