mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
[PR #133] [MERGED] fix: Add Missing Themes Moonlight & Dracula #68
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mountain-loop/yaak/pull/133
Author: @Bad3r
Created: 11/18/2024
Status: ✅ Merged
Merged: 12/3/2024
Merged by: @gschier
Base:
master← Head:fix/missing-themes📝 Commits (2)
b0bd8fffix: Add missing themes moonlight & Draculafb51ab7Merge branch 'master' into fix/missing-themes📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
src-web/lib/theme/themes.ts(+4 -0)📄 Description
While working on #132, I discovered that the Moonlight and Dracula themes, although present in the
themes/folder, were not registered inthemes.tsresulting in these themes being unavailable in the app.Changes Introduced:
themes.tsto make them accessible in the application.Testing:
This small fix restores the availability of these themes, ensuring users can enjoy them as intended.
Thank you for reviewing this PR!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.