discourse/plugins/styleguide
Krzysztof Kotlarek 7a9cf9356e
FEATURE: Add dark color scheme setting for themes (#33967)
- Add dark_color_scheme_id to Theme model
- Update theme editor interface to allow selecting both light and dark
schemes
- Update color scheme selector to support setting default light/dark
schemes
- Fix user preferences to use theme's dark scheme instead of site
setting
<img width="1095" height="823" alt="Screenshot 2025-07-30 at 3 48 57 pm"
src="https://github.com/user-attachments/assets/cdc32e9e-b2ac-41fc-b533-047bbd09406a"
/>
<img width="1020" height="736" alt="Screenshot 2025-07-30 at 3 49 08 pm"
src="https://github.com/user-attachments/assets/63e8473f-d2a7-4fc5-81b7-4dad0d0fcace"
/>
2025-08-04 12:33:41 +08:00
..
app/controllers/styleguide DEV: Move core plugin TL -> group settings (#25355) 2024-01-23 11:35:14 +10:00
assets FEATURE: Add dark color scheme setting for themes (#33967) 2025-08-04 12:33:41 +08:00
config Update translations (#33892) 2025-07-28 18:38:22 +02:00
db/migrate DEV: Promote historic post_deploy migrations for core plugins. (#30987) 2025-01-24 11:47:03 -03:00
lib/styleguide
public/images
spec DEV: Remove unnecessary rails_helper requires (#33812) 2025-07-24 13:50:04 +02:00
plugin.rb UX: show all preinstalled plugins and label them as such (#33681) 2025-07-17 15:11:52 -04:00
README.md
screenshot.png

styleguide

Adds a URL of /styleguide to discourse that renders widgets in various configurations to aid in styling.

Screenshot