epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.11k stars 69 forks source link

Improve editor colors (foreground/background/synax) when desktop themes are used. #66

Closed epasveer closed 2 years ago

epasveer commented 2 years ago

Discussed in https://github.com/epasveer/seer/discussions/65

Originally posted by **uyar** June 14, 2022 First of all, I hope this is the right place to post this to. I have a question about theming. I'm not sure that this is an "issue" to be solved in Seer, so I thought I might ask here. I'm attaching a screenshot of Seer using a dark theme on my LXQt desktop. ![seer](https://user-images.githubusercontent.com/243278/173554720-a44f000b-136d-429e-844d-bccab7844975.jpg) As you can see, the source code editor area does not follow the theme. There are settings in the Seer configuration panels for background/foreground colors in the source editor but it feels like that should not be necessary. Is there a way to let Seer use a theme for that part, like a Qt environment variable setting?
epasveer commented 2 years ago

See discussion #65

Added 'light' and 'dark' themes. Configurable from the Config dialog.