Skip to content

Commit d82d17a

Browse files
committed
Document dark/light theme feature
This updates documentation to highlight the new dark/light theme system in guiconfig.py, making it more discoverable for users.
1 parent 6c1b9a3 commit d82d17a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ pip install git+https://github.com/sysprog21/Kconfiglib
4343
Microsoft Windows is supported.
4444

4545
When installed via `pip`, you get both the core library and the following executables.
46-
All but two (`genconfig` and `setconfig`) mirror functionality available in the C tools.
46+
All but three (`genconfig`, `setconfig`, and `lint`) mirror functionality available in the C tools.
4747
- [menuconfig](menuconfig.py)
4848
- [guiconfig](guiconfig.py)
4949
- [oldconfig](oldconfig.py)
@@ -380,6 +380,10 @@ Three configuration interfaces are currently available:
380380
When single-menu mode is enabled, only a single menu is displayed at a time, similar to the terminal menuconfig.
381381
In this mode, it distinguishes between symbols defined with `config` and those defined with `menuconfig`.
382382

383+
`guiconfig.py` features a modern dark/light theme system with a professional blue color scheme.
384+
Toggle between themes via the Theme menu.
385+
The interface includes a responsive layout that adapts to window resizing.
386+
383387
`guiconfig.py` has been tested on X11, Windows, and macOS, and it works with both Python 2 and Python 3.
384388

385389
Although Tkinter is part of the Python standard library, it is not always installed by default on Linux.

guiconfig.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
1818
A show-all mode is available that shows invisible items in red.
1919
20+
A dark/light theme system provides a modern, professional appearance with a blue
21+
color scheme. The interface automatically adapts to window resizing with a
22+
responsive layout.
23+
2024
Supports both mouse and keyboard controls. The following keyboard shortcuts are
2125
available:
2226

0 commit comments

Comments
 (0)