From 6c1b67427873fd07f0b0455e4e34f6241dbe5374 Mon Sep 17 00:00:00 2001 From: tobi Date: Thu, 29 May 2025 11:48:34 +0200 Subject: [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 Co-committed-by: tobi --- docs/overrides/public/theme-hacker-dark.png | Bin 0 -> 639041 bytes docs/overrides/public/theme-hacker-light.png | Bin 0 -> 645930 bytes docs/overrides/public/theme-programmer-socks-dark.png | Bin 0 -> 585226 bytes docs/overrides/public/theme-programmer-socks-light.png | Bin 0 -> 644966 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/overrides/public/theme-hacker-dark.png create mode 100644 docs/overrides/public/theme-hacker-light.png create mode 100644 docs/overrides/public/theme-programmer-socks-dark.png create mode 100644 docs/overrides/public/theme-programmer-socks-light.png (limited to 'docs/overrides') diff --git a/docs/overrides/public/theme-hacker-dark.png b/docs/overrides/public/theme-hacker-dark.png new file mode 100644 index 000000000..e2ba6ced3 Binary files /dev/null and b/docs/overrides/public/theme-hacker-dark.png differ diff --git a/docs/overrides/public/theme-hacker-light.png b/docs/overrides/public/theme-hacker-light.png new file mode 100644 index 000000000..38c780503 Binary files /dev/null and b/docs/overrides/public/theme-hacker-light.png differ diff --git a/docs/overrides/public/theme-programmer-socks-dark.png b/docs/overrides/public/theme-programmer-socks-dark.png new file mode 100644 index 000000000..7a0b82b4a Binary files /dev/null and b/docs/overrides/public/theme-programmer-socks-dark.png differ diff --git a/docs/overrides/public/theme-programmer-socks-light.png b/docs/overrides/public/theme-programmer-socks-light.png new file mode 100644 index 000000000..d834e31e0 Binary files /dev/null and b/docs/overrides/public/theme-programmer-socks-light.png differ -- cgit v1.2.3