Add new assets and implement theme settings

- Added a new pointer image to the assets directory.
- Created dark and light stylesheet files for UI theming.
- Implemented a settings dialog with placeholder text.
- Defined a Theme enumeration to manage different UI themes.
-  and more
This commit is contained in:
xgui4
2026-03-18 20:51:31 -04:00
parent 03923c8045
commit 3a610d30b8
17 changed files with 132 additions and 63 deletions

View File

@@ -1,3 +1,3 @@
blank_issues_enabled: true
blank_issues_enabled: false
1-bug.yml
2-feature-request.yml

View File

@@ -25,7 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.12.x"
- name: Install dependencies
run: |