[PR #617] Add custom theming support #625

Open
opened 2026-02-28 14:33:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jpochyla/psst/pull/617
Author: @SO9010
Created: 5/22/2025
Status: 🔄 Open

Base: mainHead: Custom-themes


📝 Commits (1)

  • bb9c2fb Start 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jpochyla/psst/pull/617 **Author:** [@SO9010](https://github.com/SO9010) **Created:** 5/22/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `Custom-themes` --- ### 📝 Commits (1) - [`bb9c2fb`](https://github.com/jpochyla/psst/commit/bb9c2fb09fb8dffc6cbc87a1c413c077a80386ea) Start to add custom theming support ### 📊 Changes **5 files changed** (+130 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#625
No description provided.