Skip to content

Update DOCUMENTATION.md #765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,17 +327,13 @@ text rendering.
Font size can be changed from either main or filtered view using `Ctrl+Mouse wheel`
to zoom in/out.

#### Style
#### Style

Qt usually comes with several options for drawing application widgets.
By default, *klogg* uses a style that matches current operating systems.
Other styles can be chosen from the dropdown menu.
Qt provides multiple options for rendering application widgets. By default, *klogg* adopts a style that aligns with the current operating system's appearance. Users can select alternative styles from the dropdown menu.

*klogg* will try to respect current display manager theme and to
use white icons for dark themes.
Additionally, *klogg* attempts to match the active display manager theme, automatically using white icons for dark themes to ensure visibility.

Another option is to select Dark or Windows Dark style. In this case *klogg*
will use a custom dark mode stylesheet.
For a more customized dark mode experience, users can choose either the "Dark" or "Windows Dark" style. When selected, *klogg* applies a tailored dark mode stylesheet for a consistent appearance.

#### High DPI

Expand Down