@mextremartini Thanks! It should remember if you're in light or dark mode when you close the tab and open a new one. I'll add some settings to allow for more control over that and colors in the next update. π
@mextremartini@scotato Are you able to pull in the system's current light/dark mode setting so that it automatically changes? I know StackOverflow supports this in their newly released Dark Mode.
@mextremartini@joshuapinter Yes, I'm using a package called use-dark-mode that manages dark mode in the app, it will detect if the system changes color modes while the app is open (working on MacOS). I'll have to write some additional logic to check the mode when the app opens, will add that to the next update. π
sleeper