mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #617] Add custom theming support #625
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#625
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/617
Author: @SO9010
Created: 5/22/2025
Status: 🔄 Open
Base:
main← Head:Custom-themes📝 Commits (1)
bb9c2fbStart to add custom theming support📊 Changes
5 files changed (+130 additions, -2 deletions)
View changed files
📝
Cargo.lock(+8 -0)📝
psst-gui/Cargo.toml(+1 -0)📝
psst-gui/src/data/config.rs(+2 -0)📝
psst-gui/src/ui/preferences.rs(+7 -2)📝
psst-gui/src/ui/theme.rs(+112 -0)📄 Description
Addressess #267 This is adding custom themes support though a toml file, I added gruvbox as default extras as well I like them but if you think that its not so good just let me know. I think in this PR it would be good to target #135 too.
This is not completed at all yet...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.