First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How to disable dark mode

Just updated to Wireshark Version 3.2.3 (v3.2.3-0-gf39b50865a13) on macOS Mojave and the dark theme seems to sync with the OS dark mode (which is not necessarily a bad thing)
However I would like to keep my OS setting on dark mode but Wireshark on light. Is there a way to toggle it manually?
Usually programs with dark theme support have a toggle somewhere

esdeka's avatar
1
esdeka
asked 2020-05-13 12:09:22 +0000, updated 2020-05-14 15:51:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Status from earlier this year.
The feature request is still open.

In the code it looks like it is determined from the operating system:

// If our window text is lighter than the window background, assume the theme is dark.
QPalette gui_pal = qApp->palette();
prefs_set_gui_theme_is_dark(gui_pal.windowText().color().value() > gui_pal.window().color().value());


Are you looking for a preference to over ride this?

Chuckc's avatar
3k
Chuckc
answered 2020-05-13 18:11:01 +0000
edit flag offensive 0 remove flag delete link

Comments

Indeed bubbasnmp, I'll update my initial question to be clear

esdeka's avatar esdeka (2020-05-14 15:46:19 +0000) edit

Can you add a comment to the feature request on Bugzilla? Maybe there are plans to support this as it is completed.

Chuckc's avatar Chuckc (2020-05-14 16:14:09 +0000) edit

Has this been incorporated? I do not see any sort of toggle button in preferences to disable dark mode. Also dark mode takes away all color highlighting for actual captured packets, which is a big no no for the kind of use I make of WireShark.

pronoy.dasgupta's avatar pronoy.dasgupta (2021-02-10 13:51:01 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer