Skip to content
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

Can colour settings be comprehensively addressed to make SQLitestudio's UI pleasant to work in? #5080

Open
audiomuze opened this issue Oct 27, 2024 · 4 comments
Labels
bug Something isn't working
Milestone

Comments

@audiomuze
Copy link

audiomuze commented Oct 27, 2024

Details

What does one need to do t have Fusion Dark appear in the dropdown list?

I have 31 code windows in SQLitestudio, which are all stored in unintelligible form in /home/username/.config/SalSoft/SQLiteStudio/settings3. If I delete the settings3 file (and lose all my code windows and snippets) Sqlitestudio fires up in dark mode. It feels to me like there's a bug in color theme support - there's no way to get any current config reset that reverts to following the desktop theme, without losing all prior work or spending time copying all code windows and code snippets into a different environment so they can be copied back again. Why can't the snippets and code windows live as a SQLite table rather than be obfuscated and tied to some binary configuration file format?

Here's what the defaults look like when running on Breeze Dark in KDE Plasma:

image

image

There a way to get rid of that horrible, eye burning white background and set it to something less offensive? And why is the coding window background so dark with no way to change the background in any of the windows?

The light theme is very hard on light sensitive eyes and the dark theme is great for browsing but terrible for coding.

I don't think it's a theme or Qt thing - I'm running many apps that leverage Qt and SqliteStudio is the only app with these colour issues.

To add to this, if one then exits Sqlitestudio and fires it up again it comes back in blinding white:
image

Steps to reproduce

Delete the config file and fire up sqlitestudio in KDE Plasma environment running in dark mode. It's likely pervasive to all environments because it relates to SQLitestudio colour settings specifically. Fire it up and it comes up in Dark mode. Do some work, exit Sqlitestudio and fire it up again and it comes up stark white as shown above.

Operating system

Linux

SQLiteStudio version

3.4.4

@pawelsalawa
Copy link
Owner

Let's continue discussion at #4992 (comment) and eventually we get back here with conclusion.

@pawelsalawa
Copy link
Owner

The problem is well explained in comment #4992 (reply in thread)

@pawelsalawa pawelsalawa added this to the 3.4.5 milestone Oct 29, 2024
@pawelsalawa pawelsalawa added the bug Something isn't working label Oct 29, 2024
@pawelsalawa
Copy link
Owner

I will postpone it to 3.5.0, as theming & system colors is 99% handled much better in Qt 6.4. SQLiteStudio 3.4.x still uses Qt 5.12, while SQLiteStudio 3.5.0 is aimed to use Qt 6.

@pawelsalawa pawelsalawa modified the milestones: 3.4.5, 3.5.0 Nov 14, 2024
@pawelsalawa
Copy link
Owner

@audiomuze I believe this should be significantly improved in recent 3.4.10, isn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants