redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Theme color does not save across sessions

Open willresen opened this issue 3 years ago • 5 comments

The trace middleware appears to default to the dark theme color, but the devtools default to the light theme color:

image

Each session resets the theme preference, so I need to manually set the theme color every time. Am I missing something?

willresen avatar Jan 19 '22 19:01 willresen

Just to clarify, is the bug that you're reporting that the colors for the trace tab aren't right for the light theme?

I'm not sure what you mean by "each sessions resets the theme preference." It seems like the theme preferences are persisted between sessions for me.

Methuselah96 avatar Feb 01 '22 03:02 Methuselah96

@Methuselah96, that is correct, the trace colors for the light theme are not right, they are always displayed with a black background. As for the session resetting, perhaps I am doing something wrong. When I switch from light to dark theme, close Chrome, and then reopen Chrome, it has reset back to the light theme. This means I then have to manually switch back to the dark theme whenever I need the trace tab because it is otherwise unreadable due to the black background.

willresen avatar Feb 02 '22 19:02 willresen

+1

I am only able to see the text when highlighted React Redux App - Google Chrome 2022-05-19 19 59 4

jeevan900929 avatar May 19 '22 12:05 jeevan900929

My eyes are itching! Is there a fix?

sbimochan avatar Jul 21 '23 05:07 sbimochan

https://github.com/IliyaBrook/redux-devtools

I fixed this in my version, as it's impossible to work on this black background. I didn't send a PR since not everyone faces this issue, and my correction maintains the same style as in the screenshot, regardless of the theme. Also, in my thread, there's functionality for copying objects and other edits for which there's a PR, but it hasn't been confirmed yet. chrome_yQ7fPUpCY3

IliyaBrook avatar Mar 06 '24 22:03 IliyaBrook