mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[PR #427] [MERGED] [Enhancement] Add dark mode theme #469
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/brentvollebregt/auto-py-to-exe/pull/427
Author: @jhk1090
Created: 9/8/2023
Status: ✅ Merged
Merged: 9/12/2023
Merged by: @brentvollebregt
Base:
master← Head:theme-operation📝 Commits (7)
39b610dadd dark-mode theme90531daUpdate style.display defualt value5a77bcbadd nonPyinstallerConfiguration: useDarkTheme3f478a2feedback appliedaedb1c9more specific id875a4acadd icon again, modify duplicating logicb566668missing 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!
Hope you like this PR! :D
New feature checklist
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.