mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-14 07:43:25 +01:00
[PR #210] [CLOSED] Fix automatic theme not following system light/dark mode on Linux #134
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/210
Author: @yohannestakata
Created: 5/17/2025
Status: ❌ Closed
Base:
main← Head:linux-theme📝 Commits (2)
d495eeaFix automatic theme not following system light/dark mode on Linux7f8b569Merge branch 'master' into linux-theme📊 Changes
2 files changed (+109 additions, -0 deletions)
View changed files
📝
src-tauri/src/lib.rs(+71 -0)📝
src-web/lib/theme/appearance.ts(+38 -0)📄 Description
Fix automatic theme not following system light/dark mode on Linux
Issue
The automatic theme setting doesn't properly follow the system's light/dark mode preference on Linux (specifically tested on Fedora 42).
Solution
gsettingsTesting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.