[PR #427] [MERGED] [Enhancement] Add dark mode theme #469

Closed
opened 2026-02-26 12:21:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/427
Author: @jhk1090
Created: 9/8/2023
Status: Merged
Merged: 9/12/2023
Merged by: @brentvollebregt

Base: masterHead: theme-operation


📝 Commits (7)

  • 39b610d add dark-mode theme
  • 90531da Update style.display defualt value
  • 5a77bcb add nonPyinstallerConfiguration: useDarkTheme
  • 3f478a2 feedback applied
  • aedb1c9 more specific id
  • 875a4ac add icon again, modify duplicating logic
  • b566668 missing button fix and 672 -> 701

📊 Changes

8 files changed (+71 additions, -10 deletions)

View changed files

📝 auto_py_to_exe/ui.py (+3 -3)
📝 auto_py_to_exe/web/css/general.css (+18 -4)
📝 auto_py_to_exe/web/css/main.css (+11 -2)
auto_py_to_exe/web/img/moon.svg (+1 -0)
auto_py_to_exe/web/img/sun.svg (+1 -0)
📝 auto_py_to_exe/web/index.html (+5 -1)
📝 auto_py_to_exe/web/js/initialise.js (+3 -0)
📝 auto_py_to_exe/web/js/interface.js (+29 -0)

📄 Description

Summary

Sometimes it's too bright to see the gui window. Therefore, I have been trying to add dark mode theme and there it is!

  • Add theme toggle button (using fontawesome free icon)
  • Add auto-apply theme (considering dark mode user)

Hope you like this PR! :D

New feature checklist

  • I have ran the application to make sure my code runs
  • This not just a simple formatting change

🔄 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/brentvollebregt/auto-py-to-exe/pull/427 **Author:** [@jhk1090](https://github.com/jhk1090) **Created:** 9/8/2023 **Status:** ✅ Merged **Merged:** 9/12/2023 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `theme-operation` --- ### 📝 Commits (7) - [`39b610d`](https://github.com/brentvollebregt/auto-py-to-exe/commit/39b610d4df9e72a4b5090fa3504f1e49c6c2f5ea) add dark-mode theme - [`90531da`](https://github.com/brentvollebregt/auto-py-to-exe/commit/90531dac83798f846c974188534176daa6465a8d) Update style.display defualt value - [`5a77bcb`](https://github.com/brentvollebregt/auto-py-to-exe/commit/5a77bcb90bd0ddf7e7e4e5f112c45a461e81937e) add nonPyinstallerConfiguration: useDarkTheme - [`3f478a2`](https://github.com/brentvollebregt/auto-py-to-exe/commit/3f478a2ce37fcf2b985b70f12ae6fa6a7153ce2e) feedback applied - [`aedb1c9`](https://github.com/brentvollebregt/auto-py-to-exe/commit/aedb1c92a33eb29817c98e880d90572f8803e450) more specific id - [`875a4ac`](https://github.com/brentvollebregt/auto-py-to-exe/commit/875a4ac9d056e609331afb7cdf102c6cfe7b148a) add icon again, modify duplicating logic - [`b566668`](https://github.com/brentvollebregt/auto-py-to-exe/commit/b5666681530148fcc1fea9e6e5d60d2b32e60b82) missing button fix and 672 -> 701 ### 📊 Changes **8 files changed** (+71 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `auto_py_to_exe/ui.py` (+3 -3) 📝 `auto_py_to_exe/web/css/general.css` (+18 -4) 📝 `auto_py_to_exe/web/css/main.css` (+11 -2) ➕ `auto_py_to_exe/web/img/moon.svg` (+1 -0) ➕ `auto_py_to_exe/web/img/sun.svg` (+1 -0) 📝 `auto_py_to_exe/web/index.html` (+5 -1) 📝 `auto_py_to_exe/web/js/initialise.js` (+3 -0) 📝 `auto_py_to_exe/web/js/interface.js` (+29 -0) </details> ### 📄 Description **Summary** Sometimes it's too bright to see the gui window. Therefore, I have been trying to add dark mode theme and there it is! - Add theme toggle button (using fontawesome free icon) - Add auto-apply theme (considering dark mode user) Hope you like this PR! :D **New feature checklist** - [x] I have ran the application to make sure my code runs - [x] This not just a simple formatting change --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:45 +03:00
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/auto-py-to-exe#469
No description provided.