mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #162] [CLOSED] Auto theme switch #444
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#444
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/jpochyla/psst/pull/162
Author: @edfloreshz
Created: 8/31/2021
Status: ❌ Closed
Base:
master← Head:auto-theme-switch📝 Commits (8)
8e6408bFirst attempt04b6096App is now capable of detecting current OS mode.34d5cb3KDE Plasma is now supported5eea9d0Default theme966a620Removed unnecessary match statement.3e0a187Aligned with master855950fMerge branch 'master' into auto-theme-switchf37cb60Implemented Linux Support📊 Changes
6 files changed (+446 additions, -18 deletions)
View changed files
📝
Cargo.lock(+416 -2)📝
psst-gui/Cargo.toml(+2 -1)📝
psst-gui/src/data/config.rs(+10 -1)📝
psst-gui/src/ui/mod.rs(+1 -1)📝
psst-gui/src/ui/preferences.rs(+1 -1)📝
psst-gui/src/ui/theme.rs(+16 -12)📄 Description
This PR adds code for detecting the current theme on any OS when selecting the Auto option in settings, it will also be able to detect color scheme changes on the fly.
Solves #160
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.